@bettergi/types 0.1.10 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -98,6 +98,13 @@ declare global {
|
|
|
98
98
|
* @default true
|
|
99
99
|
*/
|
|
100
100
|
closePopupPagedEnabled: boolean;
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* JS调用时跳过内置默认点击选项
|
|
104
|
+
* @default false
|
|
105
|
+
* @since 0.56.0
|
|
106
|
+
*/
|
|
107
|
+
skipBuiltInClickOptions: boolean;
|
|
101
108
|
}
|
|
102
109
|
}
|
|
103
110
|
export import AutoSkipConfig = BetterGenshinImpact.GameTask.AutoSkip.AutoSkipConfig;
|