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

@ -10,7 +10,7 @@ export const needSubscribe = (tip = window.siyuan.languages._kernel[29]) => {
showMessage(window.siyuan.languages._kernel[122]);
} else {
if (tip === window.siyuan.languages._kernel[29]) {
tip = window.siyuan.languages._kernel[29].replace("${url}", getCloudURL("subscribe/siyuan"));
tip = window.siyuan.languages._kernel[29].replaceAll("${accountServer}", getCloudURL(""));
}
showMessage(tip);
}