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,
|
||||
|
||||
Reference in New Issue
Block a user