This commit is contained in:
Daniel 2025-03-07 12:12:15 +08:00
parent 6f1941fd2b
commit 5c2dc99579
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
14 changed files with 16 additions and 13 deletions

View file

@ -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
}