This commit is contained in:
Daniel 2025-03-25 23:57:12 +08:00
parent 69642e3bac
commit 3ebfdf6c5b
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
21 changed files with 77 additions and 72 deletions

View file

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