ms-types 0.1.14 → 0.1.15

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": "ms-types",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -215,7 +215,7 @@ declare namespace $动作 {
215
215
  * 快速创建单点点击
216
216
  * @param 坐标x
217
217
  * @param 坐标y
218
- * @param 持续时间 点击持续时间,如果未定义则默认为 10ms
218
+ * @param 持续时间 点击持续时间,如果未定义则默认为 20ms
219
219
  * @returns 返回自身,支持链式调用
220
220
  * @example 动作构建器.单指点击(100, 100, 50).执行()
221
221
  */