mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-14 12:48:51 +01:00
🎨 Improve text https://github.com/siyuan-note/siyuan/issues/14447
This commit is contained in:
parent
69642e3bac
commit
3ebfdf6c5b
21 changed files with 77 additions and 72 deletions
|
|
@ -845,8 +845,6 @@ func (conf *AppConf) GetClosedBoxes() (ret []*Box) {
|
|||
|
||||
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