新增锁定屏幕功能

This commit is contained in:
RuoYi
2026-03-20 20:36:44 +08:00
parent c204bda63a
commit cd0ee0a5cd
9 changed files with 479 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ const getters = {
size: state => state.app.size,
device: state => state.app.device,
dict: state => state.dict.dict,
isLock: state => state.lock.isLock,
lockPath: state => state.lock.lockPath,
visitedViews: state => state.tagsView.visitedViews,
cachedViews: state => state.tagsView.cachedViews,
token: state => state.user.token,