This commit is contained in:
Vanessa 2023-09-26 10:33:33 +08:00
parent 56d12a2009
commit 4d908e62bd
9 changed files with 14 additions and 17 deletions

View file

@ -31,4 +31,4 @@ export const needSubscribe = (tip = window.siyuan.languages._kernel[29]) => {
export const isPaidUser = () => {
return window.siyuan.user && (0 === window.siyuan.user.userSiYuanSubscriptionStatus || 1 === window.siyuan.user.userSiYuanOneTimePayStatus);
}
};