feat(client): add offline digital employee overview

This commit is contained in:
baiyanyun
2026-06-04 19:42:37 +08:00
parent 44fe160880
commit 2c3f2c8c54
35 changed files with 2902 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@qiming-ai/qimingclaw",
"version": "0.9.7",
"description": "启明数字员工",
"description": "飞天数字员工",
"main": "dist/main/main.js",
"author": "Qiming Team",
"license": "MIT",
@@ -128,7 +128,7 @@
},
"build": {
"appId": "com.qiming.qimingclaw",
"productName": "启明数字员工",
"productName": "飞天数字员工",
"afterSign": "scripts/build/after-sign.js",
"electronLanguages": [
"en",
@@ -297,8 +297,8 @@
"hardenedRuntime": true,
"extendInfo": {
"CFBundleIdentifier": "com.qiming.agent",
"CFBundleName": "启明数字员工",
"CFBundleDisplayName": "启明数字员工",
"CFBundleName": "飞天数字员工",
"CFBundleDisplayName": "飞天数字员工",
"NSDesktopFolderUsageDescription": "需要访问桌面文件夹以支持文件操作",
"NSDocumentsFolderUsageDescription": "需要访问文档文件夹以支持文件操作",
"NSDownloadsFolderUsageDescription": "需要访问下载文件夹以支持文件操作"