diff --git a/src/App.vue b/src/App.vue index 03ceb46..02e79ed 100644 --- a/src/App.vue +++ b/src/App.vue @@ -24,7 +24,10 @@ import DashBoard from "./components/DashBoard.vue"; diff --git a/src/components/AppIcon.vue b/src/components/AppIcon.vue new file mode 100644 index 0000000..3a17512 --- /dev/null +++ b/src/components/AppIcon.vue @@ -0,0 +1,47 @@ + + + diff --git a/src/components/DashBoard.vue b/src/components/DashBoard.vue index 2fb7fd1..daa4491 100644 --- a/src/components/DashBoard.vue +++ b/src/components/DashBoard.vue @@ -2,12 +2,20 @@
-

LionWebsite

-

请输入授权码以访问下载管理器

+
+ + LionWebsite +
+

下载管理器

+

输入授权码以继续

- + 记住授权码 - 验证 + 验证
@@ -15,138 +23,179 @@
-

用量统计

-
- 本周已用: {{ weekUsed.weekUsedAmount }} | 上次重置: {{ weekUsed.lastResetAmountTime }} - 查询用量 +
+

本周用量

+ 刷新 +
+
+ {{ weekUsed.weekUsedAmount ?? '—' }} + 上次重置 {{ weekUsed.lastResetAmountTime ?? '—' }}
-
-

查询任务

-
- - - - - - 远程查询 - 当前页查询 +
+
+
+

查询任务

+
+
+ + + + + + 远程查询 + 当前页查询 +
+
+ +
+
+

管理

+
+
+ 修改授权码 + 删除本地授权码 + 配置 +
+
+ +
+
+

系统

+
+
+ 在线搜索 + 重连节点 + 重置任务 +
+
+ +
+
+

外观

+
+
+ 夜间模式 + +
-
-

管理

-
- 修改授权码 - 删除授权码 - 配置 - 夜间模式 - +
+
+

缩略图

-
- -
-

系统

-
- 在线搜索 - 重连节点 - 重置任务 -
-
- -
-

缩略图

- +
+ +
- - - - 名字:{{chosenGallery.name}} - 页数:{{chosenGallery.pages}} - 语言:{{chosenGallery.language}} - 大小:{{chosenGallery.fileSize}} - 状态:{{chosenGallery.status}} - - 目标分辨率: - - - - -
+ +
+ +
+
名字
+
{{ chosenGallery.name }}
+
页数
+
{{ chosenGallery.pages }}
+
语言
+
{{ chosenGallery.language }}
+
大小
+
{{ chosenGallery.fileSize }}
+
状态
+
{{ chosenGallery.status }}
+ +
+
- - - - + + + {{ realAuthCode }} - - - + + - - - + + - - 提交 - + -
- 夜间模式
- 夜间模式跟随系统 -
-
-
- 在线预览
- 在线预览分页页数: -
-
-
- 默认设置
- 分类: - - - - -
- 排序方式: - - - - -
- 显示类型: - - - -
-
+ +

外观

+
+ 夜间模式跟随系统 + +
+ +

在线预览

+ + + 1 – 30 + + +

默认设置

+ + + + + + + + + + + + + + + + + + + + +
diff --git a/src/components/Side.vue b/src/components/Side.vue index 7adb740..cc0fd9a 100644 --- a/src/components/Side.vue +++ b/src/components/Side.vue @@ -1,103 +1,164 @@