fix: bug fix

This commit is contained in:
fofolee 2021-02-02 21:57:23 +08:00
parent f663676cbc
commit a713fb2072
5 changed files with 24 additions and 38 deletions

Binary file not shown.

View File

@ -903,5 +903,6 @@ export default {
createEditor,
editCurrentCommand,
getCommandType,
setCommandCharset
setCommandCharset,
getTypeSheet
}

View File

@ -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

View File

@ -2,11 +2,11 @@
- 新增快捷面板 beta
- 将某一个标签下的命令以面板形式展现
- 可快速实现网址导航面板、软件启动面板之类的功能
- 可以结合分享中心的`收藏网址``收藏软件`、`收藏文件`使用
- 可以结合分享中心的`收藏网址``收藏文件`使用
![](https://ae01.alicdn.com/kf/U2312f3f62f2b4e3cb24f3caf7f8e9a4bs.jpg)
![](https://ae01.alicdn.com/kf/Ub8111ccc203b4eefb91baae44a7f9cadW.jpg)
![](https://ae01.alicdn.com/kf/Ub8111ccc203b4eefb91baae44a7f9cadW.jpg)
- 新增 quickcommand.runInTermial