feat: 更新 RemoteApp 初始化逻辑,添加 token 参数;更新版本号至 0.1.16

This commit is contained in:
2026-03-05 04:16:08 +08:00
parent 5594123cc7
commit ad494248cc
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ export class AssistantApp extends Manager {
if (url && id) {
const remoteApp = new RemoteApp({
url: url.toString(),
// token,
token,
username: config?.auth?.username || '',
id,
app: this.mainApp,

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/cli",
"version": "0.1.15",
"version": "0.1.16",
"description": "envision 命令行工具",
"type": "module",
"basename": "/root/cli",