mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-17 17:24:27 +08:00
menu模块化
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
const links = {
|
||||
plugin: [{
|
||||
name: "帮助",
|
||||
url: "",
|
||||
desc: "查看插件使用帮助"
|
||||
},
|
||||
{
|
||||
name: "源码",
|
||||
url: "https://github.com/fofolee/uTools-quickcommand",
|
||||
desc: "本插件完全开源,记得 Star 哟"
|
||||
}, {
|
||||
name: "论坛",
|
||||
url: "https://yuanliao.info/d/424-242-242",
|
||||
desc: "到猿料论坛参与讨论吧"
|
||||
}
|
||||
],
|
||||
tech: [{
|
||||
name: "Vue.js",
|
||||
url: "https://v3.cn.vuejs.org/",
|
||||
desc: "基于 Vue.js 开发"
|
||||
}, {
|
||||
name: "Quasar Framework",
|
||||
url: "https://quasar.dev/",
|
||||
desc: "基于 Quasar Framework 开发"
|
||||
}, {
|
||||
name: "Google Fonts",
|
||||
url: "https://fonts.google.com/",
|
||||
desc: "文字图标来自 Google Fonts"
|
||||
}, {
|
||||
name: "Icon8s",
|
||||
url: "https://icons8.com/",
|
||||
desc: "彩色图标来自 Icon8s"
|
||||
}]
|
||||
}
|
||||
|
||||
export default links
|
||||
Reference in New Issue
Block a user