mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore: 流水线模版初步
This commit is contained in:
@@ -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);
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user