We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前插件默认排序 在已安装里,是按照name字段排的 在所有插件里,是按照app.json.js里的插件顺序渲染的
现在需要插件排序,目前已经在插件的对象中加入了order字段,如下
{ "author": "sadog", "build_date": "2021-08-20_22:31:27", "changelog": "", "description": "koolcenter/softcenter 一键来回切换!", "home_url": "Module_center.asp", "link": "", "md5": "3284e0493622d2794ce13d4fb0d9df9d", "name": "center", "tags": "辅助 工具", "tar_url": "center/center.tar.gz", "title": "软件中心一键切换", "version": "1.4", "order": 10 }
新的app.json.js已经上线:https://rogsoft.ddnsto.com/koolcenter/app.json.js
要求
推荐标签
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前插件默认排序
在已安装里,是按照name字段排的
在所有插件里,是按照app.json.js里的插件顺序渲染的
现在需要插件排序,目前已经在插件的对象中加入了order字段,如下
新的app.json.js已经上线:https://rogsoft.ddnsto.com/koolcenter/app.json.js
要求
推荐标签
The text was updated successfully, but these errors were encountered: