diff --git a/src/pages/mobile/DictListManage.vue b/src/pages/mobile/DictListManage.vue index b369384f..ebc6b35a 100644 --- a/src/pages/mobile/DictListManage.vue +++ b/src/pages/mobile/DictListManage.vue @@ -8,7 +8,7 @@ import {groupBy} from "lodash-es"; import {dictionaryResources} from "@/assets/dictionary.ts"; import {Dict, DictResource, languageCategoryOptions} from "@/types.ts"; import {onMounted} from "vue"; -import DictGroup from "@/components/list/DictGroup.vue"; +import DictGroup from "./components/DictGroup.vue"; import router from "@/router.ts"; let index = $ref(1) diff --git a/src/pages/mobile/components/DictGroup.vue b/src/pages/mobile/components/DictGroup.vue new file mode 100644 index 00000000..2b8636c4 --- /dev/null +++ b/src/pages/mobile/components/DictGroup.vue @@ -0,0 +1,75 @@ + + + + + \ No newline at end of file diff --git a/src/pages/mobile/components/DictItem.vue b/src/pages/mobile/components/DictItem.vue new file mode 100644 index 00000000..7badc271 --- /dev/null +++ b/src/pages/mobile/components/DictItem.vue @@ -0,0 +1,139 @@ + + + + + \ No newline at end of file diff --git a/src/pages/mobile/components/DictList.vue b/src/pages/mobile/components/DictList.vue new file mode 100644 index 00000000..d2a2818f --- /dev/null +++ b/src/pages/mobile/components/DictList.vue @@ -0,0 +1,35 @@ + + + + + \ No newline at end of file