处理部分不优雅的内容,改名

This commit is contained in:
2020-09-02 11:13:24 +08:00
parent 0bb4b7217d
commit 1f3e49738e
12 changed files with 11331 additions and 15128 deletions

View File

@@ -1,10 +1,16 @@
网页版 T树洞:[https://thuhole.com/](https://thuhole.com/)
网页版 T树洞[https://hole.thu.monster](https://hole.thu.monster)
## 部署
推荐使用yarn
+ 本地调试 `yarn start`
+ 打包部署 `yarn run build`
![https://api.travis-ci.org/thuhole/webhole.svg?branch=master](https://api.travis-ci.org/thuhole/webhole.svg?branch=master)
## 浏览器兼容
下表为当前 T树洞 网页版的浏览器兼容目标:
下表为当前 T树洞 网页版的浏览器兼容目标:
| 平台 | Desktop | | | Windows | | macOS | iOS | | Android | |
| -------- | ------- | -------------------------- | ------- | -------- | ---- | ------ | ------ | ------------------- | ------- | ----------------------- |
@@ -24,22 +30,25 @@
## 问题反馈
对 T树洞 网页版的 bug 反馈请在相应仓库提交 Issue。
T树洞 网页版的 bug 反馈请在后端仓库提交 Issue。
欢迎提出功能和 UI 建议,但可能不会被采纳。根据 GPL你有权自行实现你的想法。
欢迎提出功能和 UI 建议,但可能不会被采纳。根据 AGPL你有权自行实现你的想法。
不方便在 GitHub 上说明的问题可以邮件 thuhole at protonmail dot com。邮件内容可能会被公开。
不方便在 GitHub 上说明的问题可以邮件联系。邮件内容会被公开。
对 T树洞 后端服务、客户端、账号、树洞内容的反馈请联系邮件 thuhole at protonmail dot com
## branch说明
- master branch: 主分支
- dev branch: 开发分支
- gh-pages branch: dev分支的部署分支用于测试
- gh-pages-master branch: master分支的部署分支用于jsdelivr CDN
T树洞 后端服务、客户端、账号、树洞内容的反馈请联系邮件。
## License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.zh-cn.html) for more details.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.