autojs-dev icon indicating copy to clipboard operation
autojs-dev copied to clipboard

(WIP) Rebuilding for Auto.js Pro 8/9 adaptation.

Results 14 autojs-dev issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

https://pro.autojs.org/docs/#/zh-cn/images?id=colormapping

我在Autojs官网文档中,看到"如果您想要使用TypeScript来开发,目前已经有开发者公布了一个可以把使用TypeScript进行Auto.js开发的工具,参见Auto.js DevTools。" 我似乎没有看到相关如何编码的文档??致使没文档也应该来个examples吧,要不然新手都不知道如何下手......

create创建的模版在scripts_所以声明文件的路径应该是上级文件夹路径 此外。。我已经指向了正确的声明文件(ctrl+鼠标左键可以直接跳转) 但是依然识别不到方法(找不到名称“click”。ts(2304))

提示:ReferenceError: "exports" is not defined. 编译出来的文件是这样的: "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Log = void 0; var Log = /** @class */ (function () { function Log() {...

fix: use import img from 'a/b/c.png' update: reference for url-loader 把reference去掉然后使用include引入 d.ts 的类型定义 "esModuleInterop": true 增加了这个选项以实现 import img from './a/b/c' 在生成项目里加了ts-loader和url-loader以实现npx autojs build等命令

https://hyb1996.github.io/AutoJs-Docs/#/images?id=imagesfindcolorimage-color-options - 所有图像查找函数在查询失败时都会返回null。 - 所有返回是否成功的函数返回值都应该是布尔值 - `detectsColor` 返回的是布尔值不是坐标

比如 app.launch,toast等,找不到引用,也没办法build