+
+
+ {{ t('apps.customStyle.tip') }}
+
+
+
+
+
+
+
+
+
+
+ {{ t('common.save') }}
+
+
+
+
+
diff --git a/src/components/apps/ImportExport/index.vue b/src/components/apps/ImportExport/index.vue
index 59d9caf..a4f7b14 100644
--- a/src/components/apps/ImportExport/index.vue
+++ b/src/components/apps/ImportExport/index.vue
@@ -8,6 +8,7 @@ import { ConfigVersionLowError, FormatError, exportJson, importJsonString } from
import { get as getAbout } from '@/api/system/about'
import { edit as addGroup, getList as getGroupList } from '@/api/panel/itemIconGroup'
import { addMultiple as addMultipleIcons, getListByGroupId } from '@/api/panel/itemIcon'
+import { get as getUserConfig, set as setUserConfig } from '@/api/panel/userConfig'
import { t } from '@/locales'
@@ -28,8 +29,8 @@ const debug = ref(false)
const importObj = ref