feat: 更新 RemoteApp 初始化逻辑,添加 token 参数;更新版本号至 0.1.16
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@kevisual/cli",
|
||||
"version": "0.1.15",
|
||||
"version": "0.1.16",
|
||||
"description": "envision 命令行工具",
|
||||
"type": "module",
|
||||
"basename": "/root/cli",
|
||||
|
||||
Reference in New Issue
Block a user