mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 08:16:10 +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
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue