@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bettergi/types",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "BetterGI TypeScript 类型定义",
5
5
  "type": "module",
6
6
  "author": "Bread Grocery<https://github.com/breadgrocery>",
@@ -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;