Plucky

Results 5 issues of Plucky

``` /** * 注意这里的方法名称,其实是:window[`${toolName.replace(/[-_]/g,'')}ContentScript`]; * @author 阿烈叔 */ window.helloworldContentScript = function () { console.log('你好,我是来自FeHelper的工具Demo:hello world!'); }; /** * 如果在 fh-config.js 中指定了 noPage参数为true,则这里必须定义noPage的接口方法,如: * 注意这里的方法名称,其实是:window[`${toolName.replace(/[-_]/g,'')}NoPage`]; * @author 阿烈叔 */ window.helloworldNoPage =...

**Tree 二级菜单删除界面无法刷新** Tree 一级菜单调用 `this.$refs.demo.removeTreeItem(item.id);` 正常,但是二级菜单调用 `this.$refs.demo.removeTreeItem(item.id);` 数据有删除但是界面还显示该菜单 版本: v1.26.0 异步加载的形式 发现 treeDatas 下各item的children 为[] ,但是 treeObj 各个 item 的 children 不为空 所以按照 removeTreeItem 的逻辑无法删除

很有想法~ 可以推官方实现静态代码的预览功能~ 这样就可以抛弃 xml 了 ``` private val rootView by lazy { ConstraintLayout { layout_width = match_parent layout_height = match_parent ImageView { layout_id = "ivBack" layout_width = 40 layout_height =...

this is my test code ``` import Sblendid from "@sblendid/sblendid"; (async () => { function listener(peripheral) { console.log("Found peripheral with uuid", peripheral.uuid); } const sblendid = await Sblendid.powerOn(); sblendid.startScanning(listener); })();...

Is it possible to identify the coordinates of a given string on the screen in a screenshot? This capability is crucial for positioning elements on an interface in automated operations....