bump: 更新版本

This commit is contained in:
2025-11-25 00:35:45 +08:00
parent 2fb1fd429f
commit 283fa5c603
5 changed files with 71 additions and 96 deletions

View File

@@ -10,7 +10,7 @@
],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.22.0",
"packageManager": "pnpm@10.23.0",
"type": "module",
"files": [
"dist",
@@ -41,16 +41,16 @@
}
},
"devDependencies": {
"@kevisual/ai": "^0.0.11",
"@kevisual/ai": "^0.0.12",
"@kevisual/load": "^0.0.6",
"@kevisual/local-app-manager": "^0.1.26",
"@kevisual/local-app-manager": "^0.1.27",
"@kevisual/logger": "^0.0.4",
"@kevisual/query": "0.0.29",
"@kevisual/query-login": "0.0.6",
"@kevisual/query-login": "0.0.7",
"@kevisual/router": "^0.0.33",
"@kevisual/types": "^0.0.10",
"@kevisual/use-config": "^1.0.19",
"@types/bun": "^1.3.2",
"@kevisual/use-config": "^1.0.21",
"@types/bun": "^1.3.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.10.1",
"@types/send": "^1.2.1",
@@ -79,6 +79,6 @@
"lowdb": "^7.0.1",
"lru-cache": "^11.2.2",
"pm2": "^6.0.13",
"unstorage": "^1.17.2"
"unstorage": "^1.17.3"
}
}

View File

@@ -141,7 +141,7 @@ export class AssistantConfig {
this.init();
}
}
getConfigPath() {}
getConfigPath() { }
getConfig() {
try {
if (!checkFileExists(this.configPath.configPath)) {
@@ -299,9 +299,9 @@ export function parseArgs(args: string[]) {
}
}
// 处理 home 参数
if (arg === '--home') {
result.home = true;
}
// if (arg === '--home') {
result.home = true;
// }
if (arg === '--help' || arg === '-h') {
result.help = true;
}

View File

@@ -4,8 +4,8 @@
"description": "assistant-app package pnpm, node pkgs projects",
"type": "module",
"scripts": {
"start": "pm2 start apps/code-center/dist/app.mjs --name code-center",
"proxy": "pm2 start apps/page-proxy/dist/app.mjs --name page-proxy"
"start": "pm2 start apps/root/code-center/app.mjs --name root/code-center",
"proxy": "pm2 start apps/root/page-proxy/app.mjs --name root/page-proxy"
},
"keywords": [],
"author": "",