feat: add survival mode

This commit is contained in:
YunYouJun
2022-04-27 02:45:48 +08:00
parent 175346c43b
commit bec107b95d
5 changed files with 110 additions and 51 deletions

1
src/components.d.ts vendored
View File

@@ -17,6 +17,7 @@ declare module '@vue/runtime-core' {
RouterView: typeof import('vue-router')['RouterView']
StapleTag: typeof import('./components/tags/StapleTag.vue')['default']
Switch: typeof import('./components/Switch.vue')['default']
ToggleMode: typeof import('./components/ToggleMode.vue')['default']
ToolTag: typeof import('./components/tags/ToolTag.vue')['default']
VegetableTag: typeof import('./components/tags/VegetableTag.vue')['default']
}