mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 06:16:27 +08:00
v0.0.1
This commit is contained in:
parent
a07dd6f344
commit
821413e775
@ -62,14 +62,13 @@
|
||||
|
||||

|
||||
|
||||
|
||||
## 下载
|
||||
|
||||
[百度网盘](https://pan.baidu.com/s/1kEEQcQ1p3Rjli2sTtmCcTg) 提取码: `rbek`
|
||||
|
||||
[项目地址](https://github.com/fofolee/uTools-QuickerCommand)
|
||||
|
||||
[插件发布页](https://yuanliao.info/d/356)
|
||||
[插件发布页](https://yuanliao.info/d/424)
|
||||
|
||||
## 安装方法
|
||||
|
||||
@ -82,3 +81,8 @@
|
||||
## 鸣谢
|
||||
|
||||
鸣谢`uTools`团队,插件中使用的`robotJS`使用的是`剪贴板`插件中的`robotJS`,省去了自行编译的麻烦,在此感谢!
|
||||
|
||||
## 另:两个小需求
|
||||
|
||||
希望插件的`Features`能够支持以`base64`作为图标,好实现多设备的图标同步,目前的实现方案有点麻烦~
|
||||
另外可以根据使用的操作系统动态启用或禁用某些`Feature`,即给`Feature`添加类似`platform`的功能
|
BIN
assets/.DS_Store
vendored
Normal file
BIN
assets/.DS_Store
vendored
Normal file
Binary file not shown.
@ -22,6 +22,8 @@ checkUpdate = () => {
|
||||
utools.db.put({ _id: p.version, data: "pass" })
|
||||
}
|
||||
})
|
||||
} else {
|
||||
console.log('当前已是最新版本!');
|
||||
}
|
||||
})
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"description": "自定义在 uTools 中快速执行的命令或脚本",
|
||||
"main": "index.html",
|
||||
"homepage": "https://github.com/fofolee/uTools-QuickerCommand",
|
||||
"publishPage": "https://yuanliao.info/d/296",
|
||||
"publishPage": "https://yuanliao.info/d/424",
|
||||
"version": "0.0.1",
|
||||
"author": "云之轩",
|
||||
"logo": "logo.png",
|
||||
|
Loading…
x
Reference in New Issue
Block a user