feat: 修改内容
This commit is contained in:
774
package-lock.json
generated
774
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -37,7 +37,7 @@
|
|||||||
"@types/lodash-es": "^4.17.12",
|
"@types/lodash-es": "^4.17.12",
|
||||||
"@types/node": "^24.0.8",
|
"@types/node": "^24.0.8",
|
||||||
"@typescript-eslint/parser": "^5.62.0",
|
"@typescript-eslint/parser": "^5.62.0",
|
||||||
"@vitejs/plugin-vue": "^5.2.4",
|
"@vitejs/plugin-vue": "^6.0.3",
|
||||||
"electron": "38.2.2",
|
"electron": "38.2.2",
|
||||||
"openapi-ts-request": "^1.10.1",
|
"openapi-ts-request": "^1.10.1",
|
||||||
"tailwindcss": "^4.1.11",
|
"tailwindcss": "^4.1.11",
|
||||||
@@ -54,6 +54,7 @@
|
|||||||
"bytenode": "^1.5.7",
|
"bytenode": "^1.5.7",
|
||||||
"crypto": "^1.0.1",
|
"crypto": "^1.0.1",
|
||||||
"dexie": "^4.2.1",
|
"dexie": "^4.2.1",
|
||||||
|
"dotenv": "^17.2.3",
|
||||||
"dotenv-cli": "^11.0.0",
|
"dotenv-cli": "^11.0.0",
|
||||||
"electron-log": "^5.4.3",
|
"electron-log": "^5.4.3",
|
||||||
"electron-squirrel-startup": "^1.0.1",
|
"electron-squirrel-startup": "^1.0.1",
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
/*
|
||||||
|
* @Author: kongbeiwu lishaohua-520@qq.com
|
||||||
|
* @Date: 2025-12-21 23:02:06
|
||||||
|
* @LastEditors: kongbeiwu lishaohua-520@qq.com
|
||||||
|
* @LastEditTime: 2025-12-22 00:00:19
|
||||||
|
* @FilePath: /project/zn-ai/src/renderer/constant/task.ts
|
||||||
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||||
|
*/
|
||||||
import { RiErrorWarningFill } from '@remixicon/vue'
|
import { RiErrorWarningFill } from '@remixicon/vue'
|
||||||
|
|
||||||
// 菜单列表申明
|
// 菜单列表申明
|
||||||
@@ -16,11 +24,11 @@ export interface MenuItem {
|
|||||||
export const task: MenuItem[] = [
|
export const task: MenuItem[] = [
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
name: '登录过期',
|
name: '每日销售数据',
|
||||||
icon: '@assets/images/task/xc.png',
|
icon: '@assets/images/task/xc.png',
|
||||||
desIcon: RiErrorWarningFill,
|
desIcon: RiErrorWarningFill,
|
||||||
color: '#FB3748',
|
color: '#FB3748',
|
||||||
des: '登录已过期',
|
des: '任务执行中,请勿关闭浏览器',
|
||||||
statusText: '过期',
|
statusText: '过期',
|
||||||
button: true,
|
button: true,
|
||||||
type: 1,
|
type: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user