This commit is contained in:
777
2025-10-20 14:40:43 +08:00
parent 0f0a36b936
commit 7bae09aec8
9 changed files with 321 additions and 28 deletions

View File

@@ -3,6 +3,7 @@ const getters = {
size: state => state.app.size,
device: state => state.app.device,
dict: state => state.dict.dict,
payNotice: state => state.user.payNotice,
visitedViews: state => state.tagsView.visitedViews,
cachedViews: state => state.tagsView.cachedViews,
token: state => state.user.token,