feat: 修改内容

This commit is contained in:
kongbeiwu
2025-12-22 00:03:31 +08:00
parent 11702dc9d2
commit 021b09768a
3 changed files with 691 additions and 98 deletions

View File

@@ -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'
// 菜单列表申明
@@ -16,11 +24,11 @@ export interface MenuItem {
export const task: MenuItem[] = [
{
id: 1,
name: '登录过期',
name: '每日销售数据',
icon: '@assets/images/task/xc.png',
desIcon: RiErrorWarningFill,
color: '#FB3748',
des: '登录已过期',
des: '任务执行中,请勿关闭浏览器',
statusText: '过期',
button: true,
type: 1,