forked from newthuhole/hole_thu_frontend
update
This commit is contained in:
@@ -32,6 +32,12 @@
|
|||||||
|
|
||||||
对 T大树洞 后端服务、客户端、账号、树洞内容的反馈请联系邮件 thuhole at protonmail dot com。
|
对 T大树洞 后端服务、客户端、账号、树洞内容的反馈请联系邮件 thuhole at protonmail dot com。
|
||||||
|
|
||||||
|
## branch说明:
|
||||||
|
- master branch: 主分支
|
||||||
|
- dev branch: 开发分支
|
||||||
|
- gh-pages branch: dev分支的部署分支,用于测试
|
||||||
|
- gh-pages-master branch: master分支的部署分支,用于jsdelivr CDN
|
||||||
|
|
||||||
## License
|
## 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 General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "echo 'skipped react-scripts test --env=jsdom'",
|
"test": "echo 'skipped react-scripts test --env=jsdom'",
|
||||||
"predeploy": "",
|
"predeploy": "",
|
||||||
"deploy": "gh-pages -r https://github.com/thuhole/webhole-dev -d build -m $(TZ=Asia/Shanghai date +\"%y%m%d%H%M%S\")",
|
"deploy": "gh-pages -d build -m $(TZ=Asia/Shanghai date +\"%y%m%d%H%M%S\")",
|
||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject"
|
||||||
},
|
},
|
||||||
"homepage": "https://://cdn.jsdelivr.net/gh/thuhole/webhole-dev@gh-pages",
|
"homepage": "https://://cdn.jsdelivr.net/gh/thuhole/webhole-dev@gh-pages",
|
||||||
|
|||||||
Reference in New Issue
Block a user