feat: add marketplace

This commit is contained in:
Junyan Qin
2025-02-04 00:14:45 +08:00
parent aec8735388
commit 45a64bea78
4 changed files with 441 additions and 2 deletions
+12 -1
View File
@@ -18,7 +18,18 @@ export default createStore({
tokenValid: false,
systemInitialized: true,
jwtToken: '',
}
},
pluginsView: 'installed',
marketplaceParams: {
query: '',
page: 1,
per_page: 10,
sort_by: 'pushed_at',
sort_order: 'DESC',
},
marketplacePlugins: [],
marketplaceTotalPages: 0,
marketplaceTotalPluginsCount: 0,
},
mutations: {
initializeFetch() {