mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-10 15:34:05 +08:00
fix: bug fix
This commit is contained in:
parent
f663676cbc
commit
a713fb2072
Binary file not shown.
@ -903,5 +903,6 @@ export default {
|
||||
createEditor,
|
||||
editCurrentCommand,
|
||||
getCommandType,
|
||||
setCommandCharset
|
||||
setCommandCharset,
|
||||
getTypeSheet
|
||||
}
|
||||
|
@ -21,7 +21,7 @@ let shareQCToYuQue = async jsonQc => {
|
||||
if (stringifyQc.length > 5000000) return quickcommand.showMessageBox('命令大小超过5M无法分享,请检查图标或脚本内容是否过大', "error")
|
||||
let type = jsonQc.features.cmds[0].type || 'key'
|
||||
let tags = jsonQc.tags ? jsonQc.tags.join(' ') : ""
|
||||
let typeDescription = getTypeSheet().filter(x => x.id == type)[0].text
|
||||
let typeDescription = qccommands.getTypeSheet().filter(x => x.id == type)[0].text
|
||||
let custom_description = {
|
||||
authorName: jsonQc.authorName,
|
||||
program: jsonQc.program,
|
||||
|
File diff suppressed because one or more lines are too long
@ -2,11 +2,11 @@
|
||||
- 新增快捷面板 beta
|
||||
- 将某一个标签下的命令以面板形式展现
|
||||
- 可快速实现网址导航面板、软件启动面板之类的功能
|
||||
- 可以结合分享中心的`收藏网址`、`收藏软件`、`收藏文件`使用
|
||||
- 可以结合分享中心的`收藏网址`、`收藏文件`使用
|
||||
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
- 新增 quickcommand.runInTermial
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user