feat: 更新 RemoteApp 初始化逻辑,添加 token 参数;更新版本号至 0.1.16
This commit is contained in:
@@ -133,7 +133,7 @@ export class AssistantApp extends Manager {
|
|||||||
if (url && id) {
|
if (url && id) {
|
||||||
const remoteApp = new RemoteApp({
|
const remoteApp = new RemoteApp({
|
||||||
url: url.toString(),
|
url: url.toString(),
|
||||||
// token,
|
token,
|
||||||
username: config?.auth?.username || '',
|
username: config?.auth?.username || '',
|
||||||
id,
|
id,
|
||||||
app: this.mainApp,
|
app: this.mainApp,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@kevisual/cli",
|
"name": "@kevisual/cli",
|
||||||
"version": "0.1.15",
|
"version": "0.1.16",
|
||||||
"description": "envision 命令行工具",
|
"description": "envision 命令行工具",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"basename": "/root/cli",
|
"basename": "/root/cli",
|
||||||
|
|||||||
Reference in New Issue
Block a user