- 账号之间的数据不互通
+ {{ $t('adminSettingUsers.alertText') }}
- 添加
+ {{ $t('common.add') }}
diff --git a/src/components/apps/index.ts b/src/components/apps/index.ts
new file mode 100644
index 0000000..77c573d
--- /dev/null
+++ b/src/components/apps/index.ts
@@ -0,0 +1,15 @@
+import About from './About/index.vue'
+import ImportExport from './ImportExport/index.vue'
+import ItemGroupManage from './ItemGroupManage/index.vue'
+import Style from './Style/index.vue'
+import UserInfo from './UserInfo/index.vue'
+import Users from './Users/index.vue'
+
+export {
+ About,
+ ImportExport,
+ ItemGroupManage,
+ Style,
+ UserInfo,
+ Users,
+}
diff --git a/src/components/common/AppLoader/index.vue b/src/components/common/AppLoader/index.vue
new file mode 100644
index 0000000..65f011e
--- /dev/null
+++ b/src/components/common/AppLoader/index.vue
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+ Component not found!
+
+
+
+
diff --git a/src/components/common/ItemIcon/index.vue b/src/components/common/ItemIcon/index.vue
index 708e470..51c2530 100644
--- a/src/components/common/ItemIcon/index.vue
+++ b/src/components/common/ItemIcon/index.vue
@@ -1,7 +1,7 @@
+
+
+
+
+
+
+
+
JSON 数据
+
{{ jsonData }}
+
+
+
diff --git a/src/components/common/Setting/About.vue b/src/components/common/Setting/About.vue
deleted file mode 100644
index 27f8552..0000000
--- a/src/components/common/Setting/About.vue
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
- {{ $t('common.appName') }}
-
-
-
-
-
-
-
diff --git a/src/components/common/Setting/General.vue b/src/components/common/Setting/General.vue
deleted file mode 100644
index 5dd0dc1..0000000
--- a/src/components/common/Setting/General.vue
+++ /dev/null
@@ -1,225 +0,0 @@
-
diff --git a/src/components/common/Setting/InviteUsers.vue b/src/components/common/Setting/InviteUsers.vue
deleted file mode 100644
index dcea794..0000000
--- a/src/components/common/Setting/InviteUsers.vue
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
-
- 您的专属推荐链接
-
-
-
-
-
- {{ copyButtonText }}
-
-
-
-
-
-
diff --git a/src/components/common/Setting/UserInfo.vue b/src/components/common/Setting/UserInfo.vue
deleted file mode 100644
index 9b663f5..0000000
--- a/src/components/common/Setting/UserInfo.vue
+++ /dev/null
@@ -1,227 +0,0 @@
-
-
-
-
-
-
-
-
-
{{ $t('setting.avatar') }}
-
-
-
-
-
- 上传文件
-
-
-
-
-
-
-
-
{{ $t('setting.name') }}
-
-
-
-
- {{ $t('common.save') }}
-
-
-
-
{{ $t('setting.theme') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 安全退出账号
-
-
-
-
-
diff --git a/src/components/common/Setting/index.vue b/src/components/common/Setting/index.vue
deleted file mode 100644
index 8f244b2..0000000
--- a/src/components/common/Setting/index.vue
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
-
-
-
-
-
- 设置
-
-
-
-
-
-
-
-
-
- 邀请新用户
-
-
-
-
-
-
-
- 关于
-
-
-
-
-
-
-
diff --git a/src/components/common/SvgIcon/index.vue b/src/components/common/SvgIcon/index.vue
index aa25da3..7c0f9ce 100644
--- a/src/components/common/SvgIcon/index.vue
+++ b/src/components/common/SvgIcon/index.vue
@@ -1,21 +1,52 @@
-
-
+
+
+
diff --git a/src/components/common/SvgIconOnline/index.vue b/src/components/common/SvgIconOnline/index.vue
new file mode 100644
index 0000000..aa25da3
--- /dev/null
+++ b/src/components/common/SvgIconOnline/index.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
diff --git a/src/components/common/index.ts b/src/components/common/index.ts
index 74c1398..990d2e8 100644
--- a/src/components/common/index.ts
+++ b/src/components/common/index.ts
@@ -1,19 +1,23 @@
import HoverButton from './HoverButton/index.vue'
import SvgIcon from './SvgIcon/index.vue'
-import Setting from './Setting/index.vue'
import Captcha from './Captcha/index.vue'
import Verification from './Verification/index.vue'
import ItemIcon from './ItemIcon/index.vue'
import NaiveProvider from './NaiveProvider/index.vue'
import RoundCardModal from './RoundCardModal/index.vue'
+import SvgIconOnline from './SvgIconOnline/index.vue'
+import JsonImportExport from './JsonImportExport/index.vue'
+import AppLoader from './AppLoader/index.vue'
export {
Verification,
HoverButton,
SvgIcon,
- Setting,
Captcha,
ItemIcon,
NaiveProvider,
RoundCardModal,
+ SvgIconOnline,
+ JsonImportExport,
+ AppLoader,
}
diff --git a/src/components/deskModule/Clock/index.vue b/src/components/deskModule/Clock/index.vue
index a361151..faace66 100644
--- a/src/components/deskModule/Clock/index.vue
+++ b/src/components/deskModule/Clock/index.vue
@@ -59,10 +59,10 @@ onBeforeUnmount(() => {
-
+
{{ currentDate.time }}
-
+
{{ currentDate.date }}
diff --git a/src/components/deskModule/SearchBox/index.vue b/src/components/deskModule/SearchBox/index.vue
index 380d7c4..8d583d5 100644
--- a/src/components/deskModule/SearchBox/index.vue
+++ b/src/components/deskModule/SearchBox/index.vue
@@ -1,19 +1,15 @@
-
-
-
-
diff --git a/src/views/components/index.ts b/src/views/components/index.ts
deleted file mode 100644
index 0791835..0000000
--- a/src/views/components/index.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-import UserInfoFooter from './UserInfoFooter/index.vue'
-
-export { UserInfoFooter }
diff --git a/src/views/exception/test/index.vue b/src/views/exception/test/index.vue
index 30a24d5..ec931a7 100644
--- a/src/views/exception/test/index.vue
+++ b/src/views/exception/test/index.vue
@@ -1,41 +1,41 @@
-
- Background Color Example
+
+
-
diff --git a/src/views/home/components/AppStarter/index.vue b/src/views/home/components/AppStarter/index.vue
new file mode 100644
index 0000000..69a3aec
--- /dev/null
+++ b/src/views/home/components/AppStarter/index.vue
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{ title === '' ? defaultTitle : title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/home/components/EditItem/IconEditor.vue b/src/views/home/components/EditItem/IconEditor.vue
index 9a35617..8c7b564 100644
--- a/src/views/home/components/EditItem/IconEditor.vue
+++ b/src/views/home/components/EditItem/IconEditor.vue
@@ -1,7 +1,7 @@
{
{
- 图标
+ 在线图标
@@ -115,22 +122,22 @@ watch(itemIconInfo.value, () => {
-
+
-
+
-
+
{
@finish="handleUploadFinish"
>
- 点击上传
+ 本地上传
@@ -164,7 +171,7 @@ watch(itemIconInfo.value, () => {
/>
-
+
恢复默认
diff --git a/src/views/home/components/EditItem/index.vue b/src/views/home/components/EditItem/index.vue
index bb3c3a8..a9532ad 100644
--- a/src/views/home/components/EditItem/index.vue
+++ b/src/views/home/components/EditItem/index.vue
@@ -1,19 +1,22 @@
-
+
@@ -175,10 +188,20 @@ onMounted(() => {
-
+
+
+
+ 获取图标
+
+
-
+
+
+
+ 获取图标
+
+
@@ -190,7 +213,7 @@ onMounted(() => {
-
+
确定
diff --git a/src/views/home/components/Setting/index.vue b/src/views/home/components/Setting/index.vue
deleted file mode 100644
index 7b844d4..0000000
--- a/src/views/home/components/Setting/index.vue
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/home/components/Setting/tabs/UserInfo.vue b/src/views/home/components/Setting/tabs/UserInfo.vue
deleted file mode 100644
index 85b9f74..0000000
--- a/src/views/home/components/Setting/tabs/UserInfo.vue
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
-
- 账号/邮箱
-
- {{ userStore.userInfo.username }}
-
-
-
-
- 昵称
-
- {{ userStore.userInfo.name }}
-
-
-
-
-
-
-
- 退出登录
-
-
-
-
diff --git a/src/views/home/components/index.ts b/src/views/home/components/index.ts
index e8ce241..ccf432d 100644
--- a/src/views/home/components/index.ts
+++ b/src/views/home/components/index.ts
@@ -1,8 +1,8 @@
import Result from './Result/index.vue'
import EditItem from './EditItem/index.vue'
-import Setting from './Setting/index.vue'
import AppIcon from './AppIcon/index.vue'
+import AppStarter from './AppStarter/index.vue'
export {
- Result, EditItem, Setting, AppIcon,
+ Result, EditItem, AppIcon, AppStarter,
}
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index dea8656..8688e4a 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -1,33 +1,29 @@
@@ -283,12 +333,15 @@ onMounted(() => {
/>
-
+
-
+
{{ panelState.panelConfig.logoText }}
@@ -300,7 +353,7 @@ onMounted(() => {
-
+
@@ -308,14 +361,29 @@ onMounted(() => {