1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-11 12:49:30 +08:00

1. 提取tools工具箱插件配置

This commit is contained in:
liuyiwuqing
2024-06-15 17:33:06 +08:00
parent ab755a8623
commit 0b59f69fa0
2 changed files with 9 additions and 2 deletions
+6
View File
@@ -17,6 +17,12 @@ const PluginsConfig = Object.freeze({
// 博客简介
description: "",
}
},
// tools工具箱插件配置
toolsPlugin: {
pluginId:"tools",
enabled: true,
Authorization: "Tools工具箱插件设置的认证token"
}
})