Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2024-02-12 11:56:08 +08:00
commit 0ad84c1e71
3 changed files with 15 additions and 1 deletions

View file

@ -103,8 +103,14 @@ It is recommended to give priority to installing through the application market
### App Market
Mobile:
* [App Store](https://apps.apple.com/us/app/siyuan/id1583226508)
* [Google Play](https://play.google.com/store/apps/details?id=org.b3log.siyuan)
* [F-Droid](https://f-droid.org/packages/org.b3log.siyuan)
Desktop:
* [Microsoft Store](https://www.microsoft.com/store/apps/9P7HPMXP73K4)
### Docker Hosting

View file

@ -103,13 +103,19 @@
### 应用市场
移动端:
* [App Store](https://apps.apple.com/cn/app/siyuan/id1583226508)
* [Google Play](https://play.google.com/store/apps/details?id=org.b3log.siyuan)
* [Microsoft Store](https://www.microsoft.com/store/apps/9P7HPMXP73K4)
* [F-Droid](https://f-droid.org/packages/org.b3log.siyuan)
* [华为应用市场](https://appgallery.huawei.com/app/C105558879)
* [小米应用商店](https://app.mi.com/details?id=org.b3log.siyuan)
* [酷安](https://www.coolapk.com/apk/292664)
桌面端:
* [Microsoft Store](https://www.microsoft.com/store/apps/9P7HPMXP73K4)
### Docker 部署
<details>

View file

@ -35,6 +35,7 @@ func AutoSpace(rootID string) (err error) {
return
}
logging.LogInfof("formatting tree [%s]...", rootID)
util.PushProtyleLoading(rootID, Conf.Language(116))
defer util.PushProtyleReload(rootID)
@ -77,6 +78,7 @@ func AutoSpace(rootID string) (err error) {
if nil != err {
return
}
logging.LogInfof("formatted tree [%s]", rootID)
util.RandomSleep(500, 700)
return
}