chore: 流水线模版初步

This commit is contained in:
xiaojunnuo
2025-06-19 18:17:35 +08:00
parent e11b3becfd
commit 26b395110c
13 changed files with 552 additions and 0 deletions
@@ -157,5 +157,8 @@ export const usePluginStore = defineStore({
async getPluginConfig(query: any) {
return await api.GetPluginConfig(query);
},
getPluginDefineSync(name: string) {
return this.group.get(name);
},
},
});