From 3f363c9a3c2e0e13217340a8a9f59769707c037c Mon Sep 17 00:00:00 2001 From: JianMiau Date: Thu, 14 Aug 2025 10:49:59 +0800 Subject: [PATCH] =?UTF-8?q?[add]=20=E6=96=B0=E5=A2=9E=E5=A1=AB=E5=85=A5iss?= =?UTF-8?q?ue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 48 ++++++++++++++++++++++++++++++++++++++---------- repos.json | 16 ++++++++++++++++ 2 files changed, 54 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index b8301fa..6361c4b 100644 --- a/index.html +++ b/index.html @@ -49,8 +49,7 @@
diff --git a/repos.json b/repos.json index e9d8004..5af63c7 100644 --- a/repos.json +++ b/repos.json @@ -28,6 +28,10 @@ "name": "Official-B2B", "description": "官網-廠商串接(前端寫入)", "default_branch": "master", + "issue": { + "title": "Update code B2B", + "content": "{\"platform\":\"待填入\",\"env\":\"b2b\",\"action\":\"updateCode\"}" + }, "teams": [ "FrontendWrite" ] @@ -36,6 +40,10 @@ "name": "Official-Out", "description": "官網-外版(前端寫入)", "default_branch": "master", + "issue": { + "title": "Update code OUT", + "content": "{\"platform\":\"待填入\",\"env\":\"production\",\"action\":\"updateCode\"}" + }, "teams": [ "FrontendWrite" ] @@ -90,6 +98,10 @@ "name": "Resource-B2B", "description": "外載資源-廠商串接(前端寫入)", "default_branch": "master", + "issue": { + "title": "Update code B2B", + "content": "{\"platform\":\"待填入\",\"env\":\"b2b\",\"action\":\"updateCode\"}" + }, "teams": [ "FrontendWrite", "PlanWrite" @@ -99,6 +111,10 @@ "name": "Resource-Out", "description": "外載資源-外版(前端寫入)", "default_branch": "master", + "issue": { + "title": "Update code OUT", + "content": "{\"platform\":\"待填入\",\"env\":\"production\",\"action\":\"updateCode\"}" + }, "teams": [ "FrontendWrite" ]