mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
fix(sidebar): devStore 属性变更持久化
This commit is contained in:
@@ -92,6 +92,7 @@ function magicClick() {
|
|||||||
devStore.magicCount++;
|
devStore.magicCount++;
|
||||||
if (devStore.magicCount >= 10) {
|
if (devStore.magicCount >= 10) {
|
||||||
showDev.value = true;
|
showDev.value = true;
|
||||||
|
devStore.showDev = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user