perf: 新增部署到百度云CDN插件

This commit is contained in:
xiaojunnuo
2024-10-23 16:33:53 +08:00
parent 5b148b7ed9
commit f126f9f932
10 changed files with 231 additions and 6 deletions
@@ -111,7 +111,7 @@ export const useSettingStore = defineStore({
},
vipLabel(): string {
const vipLabelMap: any = {
free: "免费版",
free: "基础版",
plus: "专业版",
comm: "商业版"
};