From 1d91faaa49b28c6b936c50187e11bdb9c5959352 Mon Sep 17 00:00:00 2001 From: "Junyan Qin (Chin)" Date: Mon, 3 Feb 2025 01:33:29 +0800 Subject: [PATCH 1/6] fix(platform.json): discord enabled by default --- templates/platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/platform.json b/templates/platform.json index 0eb13feb..959c8b00 100644 --- a/templates/platform.json +++ b/templates/platform.json @@ -45,7 +45,7 @@ }, { "adapter": "discord", - "enable": true, + "enable": false, "client_id": "1234567890", "token": "XXXXXXXXXX" } From aec8735388133ea42160d83bdc8cd8986ab4582e Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Mon, 3 Feb 2025 01:36:21 +0800 Subject: [PATCH 2/6] chore: release v3.4.5.1 --- pkg/utils/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/utils/constants.py b/pkg/utils/constants.py index 2b6979ad..957c5782 100644 --- a/pkg/utils/constants.py +++ b/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = "v3.4.5" +semantic_version = "v3.4.5.1" debug_mode = False From 45a64bea780977053a011e476792fd01d0815287 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Tue, 4 Feb 2025 00:14:45 +0800 Subject: [PATCH 3/6] feat: add marketplace --- web/src/components/MarketPluginCard.vue | 181 +++++++++++++++++++ web/src/components/Marketplace.vue | 228 ++++++++++++++++++++++++ web/src/pages/Plugins.vue | 21 ++- web/src/store/index.js | 13 +- 4 files changed, 441 insertions(+), 2 deletions(-) create mode 100644 web/src/components/MarketPluginCard.vue create mode 100644 web/src/components/Marketplace.vue diff --git a/web/src/components/MarketPluginCard.vue b/web/src/components/MarketPluginCard.vue new file mode 100644 index 00000000..ad1379f8 --- /dev/null +++ b/web/src/components/MarketPluginCard.vue @@ -0,0 +1,181 @@ + + + + + diff --git a/web/src/components/Marketplace.vue b/web/src/components/Marketplace.vue new file mode 100644 index 00000000..89c0ad29 --- /dev/null +++ b/web/src/components/Marketplace.vue @@ -0,0 +1,228 @@ + + + + + \ No newline at end of file diff --git a/web/src/pages/Plugins.vue b/web/src/pages/Plugins.vue index dbb7de99..fcdade39 100644 --- a/web/src/pages/Plugins.vue +++ b/web/src/pages/Plugins.vue @@ -2,6 +2,10 @@
+ + 已安装 + 插件市场 +
@@ -78,17 +82,21 @@
-
+
+
+ +