diff --git a/src/App2.vue b/src/App2.vue index 388c503..70e4c37 100644 --- a/src/App2.vue +++ b/src/App2.vue @@ -8,6 +8,10 @@ > + @@ -21,12 +25,14 @@ import { import { chapterContent, chapterShowed } from './plugin/ui/chapter'; import { showMarkedEnemy } from './plugin/mark'; import { showStudied, useFixed } from './plugin/settings'; +import { showComplete, completeAchi } from './plugin/ui/achievement'; import MarkedEnemy from './ui/markedEnemy.vue'; import StatusBar from './ui/statusBar.vue'; import Chapter from './ui/chapter.vue'; import Studied from './ui/studied.vue'; import Fixed from './ui/fixed.vue'; import Start from './ui/start.vue'; +import CompleteAchievement from './ui/completeAchievement.vue'; diff --git a/src/ui/start.vue b/src/ui/start.vue index 089e6de..789716a 100644 --- a/src/ui/start.vue +++ b/src/ui/start.vue @@ -89,8 +89,8 @@ const text2 = ['轮回', '分支', '观测', '回忆'].reverse(); const ids = ['start-game', 'load-game', 'replay', 'achievement'].reverse(); const hardIds = ['easy', 'hard-hard', 'back'].reverse(); -const text = ref(text1); const hard = ['简单', '困难', '返回'].reverse(); +const text = ref(text1); const toshow = reactive([]); const selected = ref('start-game');