diff --git a/src/pages/dict/DictManage.vue b/src/pages/dict/DictManage.vue index 0fa34c57..80f309b6 100644 --- a/src/pages/dict/DictManage.vue +++ b/src/pages/dict/DictManage.vue @@ -258,6 +258,15 @@ const isPinDict = $computed(() => { return [DictType.collect, DictType.wrong, DictType.simple].includes(runtimeStore.editDict.type) }) +function resetDict() { +} + +function importData() { +} + +function exportData() { +} +