Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
f90925a80a
4 changed files with 11 additions and 5 deletions
|
@ -20,6 +20,8 @@ Refactor your thinking
|
|||
<br><br>
|
||||
<a title="Twitter" target="_blank" href="https://twitter.com/b3logos"><img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/b3logos?label=Follow&style=social"></a>
|
||||
<a title="Discord" target="_blank" href="https://discord.com/channels/808152298789666826"><img alt="Discord" src="https://img.shields.io/discord/808152298789666826?logo=discord&label=Chat&style=social"></a>
|
||||
<br><br>
|
||||
<a href="https://www.producthunt.com/posts/siyuan?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-siyuan" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=394475&theme=light" alt="SiYuan - WYSIWYG Block Ref E2EE Sync Local-first | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
<br><br>
|
||||
<a title="Twitter" target="_blank" href="https://twitter.com/b3logos"><img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/b3logos?label=Follow&style=social"></a>
|
||||
<a title="Discord" target="_blank" href="https://discord.com/channels/808152298789666826"><img alt="Discord" src="https://img.shields.io/discord/808152298789666826?logo=discord&label=Chat&style=social"></a>
|
||||
<br><br>
|
||||
<a href="https://www.producthunt.com/posts/siyuan?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-siyuan" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=394475&theme=light" alt="SiYuan - WYSIWYG Block Ref E2EE Sync Local-first | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
|
|
@ -139,10 +139,12 @@
|
|||
<div id="content"></div>
|
||||
<div class="fn__flex-1"></div>
|
||||
<div class="feedback">
|
||||
<span>❤️ <a href="https://liuyun.io/article/1686530886208" target="_blank">Feedback and support</a></span>
|
||||
<span>🏘️ <a href="https://ld246.com/article/1649901726096" target="_blank">求助反馈建议</a></span>
|
||||
<span>🔖 <a href="https://b3log.org/siyuan/en/download.html" target="_blank">Download: <span class="version"></span></a></span>
|
||||
<span>🔖 <a href="https://b3log.org/siyuan/download.html" target="_blank">下载:<span class="version"></span></a></span>
|
||||
<span><a href="https://ld246.com/article/1649901726096" target="_blank">求助反馈建议</a></span>
|
||||
<span><a href="https://b3log.org/siyuan/download.html" target="_blank">下载最新版</a></span>
|
||||
</div>
|
||||
<div class="feedback">
|
||||
<span><a href="https://liuyun.io/article/1686530886208" target="_blank">Feedback and support</a></span>
|
||||
<span><a href="https://b3log.org/siyuan/en/download.html" target="_blank">Download the latest version</a></span>
|
||||
</div>
|
||||
<div class="fn__flex-1"></div>
|
||||
</div>
|
||||
|
|
|
@ -32,7 +32,7 @@ func GetRhyResult(force bool) (map[string]interface{}, error) {
|
|||
rhyResultLock.Lock()
|
||||
defer rhyResultLock.Unlock()
|
||||
|
||||
cacheDuration := int64(3600)
|
||||
cacheDuration := int64(3600 * 6)
|
||||
if ContainerDocker == Container {
|
||||
cacheDuration = int64(3600 * 24)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue