处理部分不优雅的内容,改名
This commit is contained in:
39
README.md
39
README.md
@@ -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`
|
||||
|
||||

|
||||
|
||||
## 浏览器兼容
|
||||
|
||||
下表为当前 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/>.
|
||||
|
||||
Reference in New Issue
Block a user