menu模块化

This commit is contained in:
fofolee
2022-04-12 18:15:13 +08:00
parent d3e2079f5a
commit 7264db7a5d
8 changed files with 204 additions and 147 deletions

View File

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