diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 0f9d44d..472acfb 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,6 +1,6 @@ - - - - AutoHunter - SRC · 24×7 - - - - 未认证 - 只读 - 观摩 - + + + + + + + {{ runningLabel }} + + + + {{ noticeCount > 99 ? '99+' : noticeCount }} + + + @@ -104,10 +289,10 @@ onUnmounted(() => { 令牌 - - @@ -117,29 +302,33 @@ onUnmounted(() => { - + + + - + + + + 任务 + + + + + 新建 + + + + + 设置 + + - - - - 任务 - - - - 新建 - - - - 设置 - - @@ -171,13 +360,57 @@ onUnmounted(() => { - + 主题 + + + + + 自定义背景图 + 粘贴图片 URL,或上传本地图片。设置会保存在当前浏览器。 + + x + + + 图片 URL + + + + + 上传图片 + + + 恢复默认 + 应用背景 + + + + + + + + + + x + + + 搜索中... + 输入关键词开始搜索 + 没有找到匹配结果 + + {{ item.type }} + {{ item.title }} + {{ item.meta }} + + + + + {{ tokenModalReason === "auth" ? "输入访问令牌" : "更换访问令牌" }} diff --git a/frontend/src/components/TaskEditModal.vue b/frontend/src/components/TaskEditModal.vue index 31c9a7a..81c3bc3 100644 --- a/frontend/src/components/TaskEditModal.vue +++ b/frontend/src/components/TaskEditModal.vue @@ -278,7 +278,8 @@ async function save() { × - + + 任务名称 worker 并发 任务模式 @@ -427,6 +428,8 @@ async function save() { + +
粘贴图片 URL,或上传本地图片。设置会保存在当前浏览器。
搜索中...
输入关键词开始搜索
没有找到匹配结果