Skip to content

Commit f64f05d

Browse files
author
guomingliang
committed
fix:更新d.ts
1 parent 5be160d commit f64f05d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

other/hbuilderx-autotest/core/hxdriver.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export declare class HBuilderX {
183183
/**
184184
* 通过插件名称,导入插件市场的插件
185185
*/
186-
importPlugins(name: string, installed: boolean | undefined, dirName: string): Promise<boolean>;
186+
importPlugins(name: string, installed?: boolean, dirName?: string): Promise<boolean>;
187187
/**
188188
* 等待重启hx
189189
*/

other/hbuilderx-autotest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hbuilderx-autotest",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"main": "index.js",
55
"license": "MIT"
66
}

0 commit comments

Comments
 (0)