mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve text https://github.com/siyuan-note/siyuan/issues/14292
This commit is contained in:
parent
6f1941fd2b
commit
5c2dc99579
14 changed files with 16 additions and 13 deletions
|
|
@ -847,6 +847,7 @@ func (conf *AppConf) Language(num int) (ret string) {
|
|||
ret = conf.language(num)
|
||||
subscribeURL := util.GetCloudAccountServer() + "/subscribe/siyuan"
|
||||
ret = strings.ReplaceAll(ret, "${url}", subscribeURL)
|
||||
ret = strings.ReplaceAll(ret, "${accountServer}", util.GetCloudAccountServer())
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue