|
|
@ -204,7 +204,7 @@ export function InfoSidebar(props) { |
|
|
|
'设置', |
|
|
|
'设置', |
|
|
|
<ConfigUI /> |
|
|
|
<ConfigUI /> |
|
|
|
)}}> |
|
|
|
)}}> |
|
|
|
<span className="icon icon-settings" /><label>网页版树洞设置</label> |
|
|
|
<span className="icon icon-settings" /><label>设置</label> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
|
|
|
|
|
|
|
|
<a href="https://thuhole.com/policy.html" target="_blank"> |
|
|
|
<a href="https://thuhole.com/policy.html" target="_blank"> |
|
|
@ -216,21 +216,6 @@ export function InfoSidebar(props) { |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="box help-desc-box"> |
|
|
|
<div className="box help-desc-box"> |
|
|
|
<p> |
|
|
|
|
|
|
|
T大树洞 网页版 by @thuhole, |
|
|
|
|
|
|
|
基于 |
|
|
|
|
|
|
|
<a href="https://www.gnu.org/licenses/gpl-3.0.zh-cn.html" target="_blank">GPLv3</a> |
|
|
|
|
|
|
|
协议在 <a href="https://github.com/thuhole/webhole" target="_blank">GitHub</a> 开源 |
|
|
|
|
|
|
|
</p> |
|
|
|
|
|
|
|
<p> |
|
|
|
|
|
|
|
T大树洞 网页版的诞生离不开 |
|
|
|
|
|
|
|
<a href="https://github.com/pkuhelper-web/webhole" target="_blank" rel="noopener">P大树洞网页版 by @xmcp</a> |
|
|
|
|
|
|
|
、 |
|
|
|
|
|
|
|
<a href="https://reactjs.org/" target="_blank" rel="noopener">React</a> |
|
|
|
|
|
|
|
、 |
|
|
|
|
|
|
|
<a href="https://icomoon.io/#icons" target="_blank" rel="noopener">IcoMoon</a> |
|
|
|
|
|
|
|
等开源项目 |
|
|
|
|
|
|
|
</p> |
|
|
|
|
|
|
|
<p> |
|
|
|
<p> |
|
|
|
<a onClick={()=>{ |
|
|
|
<a onClick={()=>{ |
|
|
|
if('serviceWorker' in navigator) { |
|
|
|
if('serviceWorker' in navigator) { |
|
|
@ -249,6 +234,28 @@ export function InfoSidebar(props) { |
|
|
|
}}>强制检查更新</a> |
|
|
|
}}>强制检查更新</a> |
|
|
|
(当前版本:【{process.env.REACT_APP_BUILD_INFO||'---'} {process.env.NODE_ENV}】 会自动在后台检查更新并在下次访问时更新) |
|
|
|
(当前版本:【{process.env.REACT_APP_BUILD_INFO||'---'} {process.env.NODE_ENV}】 会自动在后台检查更新并在下次访问时更新) |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="box help-desc-box"> |
|
|
|
|
|
|
|
<p> |
|
|
|
|
|
|
|
联系我们:thuhole at protonmail dot com |
|
|
|
|
|
|
|
</p> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="box help-desc-box"> |
|
|
|
|
|
|
|
<p> |
|
|
|
|
|
|
|
T大树洞 网页版 by @thuhole, |
|
|
|
|
|
|
|
基于 |
|
|
|
|
|
|
|
<a href="https://www.gnu.org/licenses/gpl-3.0.zh-cn.html" target="_blank">GPLv3</a> |
|
|
|
|
|
|
|
协议在 <a href="https://github.com/thuhole/webhole" target="_blank">GitHub</a> 开源 |
|
|
|
|
|
|
|
</p> |
|
|
|
|
|
|
|
<p> |
|
|
|
|
|
|
|
T大树洞 网页版的诞生离不开 |
|
|
|
|
|
|
|
<a href="https://github.com/pkuhelper-web/webhole" target="_blank" rel="noopener">P大树洞网页版 by @xmcp</a> |
|
|
|
|
|
|
|
、 |
|
|
|
|
|
|
|
<a href="https://reactjs.org/" target="_blank" rel="noopener">React</a> |
|
|
|
|
|
|
|
、 |
|
|
|
|
|
|
|
<a href="https://icomoon.io/#icons" target="_blank" rel="noopener">IcoMoon</a> |
|
|
|
|
|
|
|
等开源项目 |
|
|
|
|
|
|
|
</p> |
|
|
|
<p> |
|
|
|
<p> |
|
|
|
This program is free software: you can redistribute it and/or modify |
|
|
|
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 |
|
|
|
it under the terms of the GNU General Public License as published by |
|
|
|