chore: 更新版本号至 0.1.7,添加 app 参数到 RemoteApp,并升级依赖

This commit is contained in:
xiongxiao
2026-03-22 14:09:53 +08:00
committed by cnb
parent 3ce92c8ffc
commit 1a47cc65dc
2 changed files with 4 additions and 3 deletions

View File

@@ -143,6 +143,7 @@ export const parse = async (opts: {
if (opts.remote) {
const { token, username, id } = opts.remote;
const remoteApp = new RemoteApp({
app,
token,
username,
id,