From f3ca6cbf0f7c9bb759ff88e5e75bab5c91da28fb Mon Sep 17 00:00:00 2001
From: xjc <2324881835@qq.com>
Date: Thu, 21 Jul 2022 13:15:58 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E6=96=B0=E5=A2=9E=E4=BC=9A=E8=AE=AE?=
=?UTF-8?q?=E6=8C=87=E5=8D=97=E4=B8=8ESIG=20Landscape?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/.vitepress/src/i18n/sig/sig-en.ts | 329 ++++++++++++++++-
app/.vitepress/src/i18n/sig/sig-ru.ts | 329 ++++++++++++++++-
app/.vitepress/src/i18n/sig/sig-zh.ts | 331 +++++++++++++++++-
.../src/views/sig/sig-list/SigList.vue | 81 ++---
.../src/views/sig/sig-list/TheLandscape.vue | 100 ++++++
.../src/views/sig/sig-list/TheList.vue | 3 +-
app/zh/sig/meeting-guide/index.md | 58 +++
app/zh/sig/role-description/index.md | 16 +-
8 files changed, 1177 insertions(+), 70 deletions(-)
create mode 100644 app/zh/sig/meeting-guide/index.md
diff --git a/app/.vitepress/src/i18n/sig/sig-en.ts b/app/.vitepress/src/i18n/sig/sig-en.ts
index 46614051f..53b32e167 100644
--- a/app/.vitepress/src/i18n/sig/sig-en.ts
+++ b/app/.vitepress/src/i18n/sig/sig-en.ts
@@ -74,5 +74,332 @@ export default {
LI1: 'Each SIG comprises one or more projects on Gitee, and each project has repositories that store SIG deliverables. Registering with an SIG enables you to submit, discuss, and resolve issues with other members, as well as participate in reviews in an SIG repository.',
LI2: 'An SIG is established for one or more specific technical topics. Core members of an SIG can manage each group, and members can contribute to the quality and the output of deliverables for the openEuler community.',
LI3: 'In the README.md file on the project Gitee page, you can find project SIG information, members, and contact information. You can join specific SIGs by mailing the listed email addresses. Also, you can attend public meetings, join discussions or forums, or participate in other activities listed in the corresponding README.md file.'
- }
+ },
+ SIG_LANDSCAPE:[
+ {
+ CATEGORY_NAME: 'Code Repository Management/Technology Innovation',
+ SUB_LIST: [
+ {
+ SUB_CATEGORY_NAME: 'Industry Solutions/Applications',
+ COLOR: '#7f6ffe',
+ LIST: [
+ {
+ NAME: 'sig-bio'
+ },
+ {
+ NAME: 'sig-ROS'
+ },
+ {
+ NAME: 'sig-android-middleware'
+ },
+ {
+ NAME: 'Application'
+ },
+ {
+ NAME: 'sig-industrial-control'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'General-Purpose Middleware',
+ COLOR: '#db7c61',
+ LIST: [
+ {
+ NAME: 'sig-embedded'
+ },
+ {
+ NAME: 'sig-OpenResty'
+ },
+ {
+ NAME: 'sig-cms'
+ },
+ {
+ NAME: 'DB'
+ },
+ {
+ NAME: 'sig-Ha'
+ },
+ {
+ NAME: 'sig-ai-bigdata'
+ },
+ {
+ NAME: 'sig-compat-winapp'
+ },
+ {
+ NAME: 'sig-ceph'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Toolchains/Languages/Running',
+ COLOR: '#505d75',
+ LIST: [
+ {
+ NAME: 'sig-Rust'
+ },
+ {
+ NAME: 'sig-perl-modules'
+ },
+ {
+ NAME: 'sig-python-modules'
+ },
+ {
+ NAME: 'sig-Java'
+ },
+ {
+ NAME: 'sig-nodejs'
+ },
+ {
+ NAME: 'dev-utils'
+ },
+ {
+ NAME: 'Runtime'
+ },
+ {
+ NAME: 'sig-libboundscheck'
+ },
+ {
+ NAME: 'System-tool'
+ },
+ {
+ NAME: 'sig-golang'
+ },
+ {
+ NAME: 'sig-ruby'
+ },
+ {
+ NAME: 'Compiler'
+ },
+ {
+ NAME: 'Programming-language',
+ IS_WIDER: 1
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Architecture/Processor/Core/Driver',
+ COLOR: '#fec456',
+ LIST: [
+ {
+ NAME: 'sig-RaspberryPi'
+ },
+ {
+ NAME: 'sig-RISC-V'
+ },
+ {
+ NAME: 'sig-aarch32'
+ },
+ {
+ NAME: 'Kernel'
+ },
+ {
+ NAME: 'sig-WayCa'
+ },
+ {
+ NAME: 'sig-DyscheOS'
+ },
+ {
+ NAME: 'sig-REDF'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Cloud Native Infrastructure',
+ COLOR: '#4d7dff',
+ LIST: [
+ {
+ NAME: 'sig-CloudNative'
+ },
+ {
+ NAME: 'sig-ONL'
+ },
+ {
+ NAME: 'sig-openstack'
+ },
+ {
+ NAME: 'sig-OKD'
+ },
+ {
+ NAME: 'Virt'
+ },
+ {
+ NAME: 'iSulad'
+ },
+ {
+ NAME: 'oVirt'
+ },
+ {
+ NAME: 'sig-KubeSphere'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Desktop/Graphics System',
+ COLOR: '#8e9aaf',
+ LIST: [
+ {
+ NAME: 'sig-mate-desktop'
+ },
+ {
+ NAME: 'sig-desktop-apps'
+ },
+ {
+ NAME: 'Desktop'
+ },
+ {
+ NAME: 'GNOME'
+ },
+ {
+ NAME: 'sig-KDE'
+ },
+ {
+ NAME: 'xfce'
+ },
+ {
+ NAME: 'sig-DDE'
+ },
+ {
+ NAME: 'sig-UKUI'
+ },
+ {
+ NAME: 'sig-KIRAN-DESKTOP'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Basic Functions/Features/Tools',
+ COLOR: '#2a9d8f',
+ LIST: [
+ {
+ NAME: 'A-Tune'
+ },
+ {
+ NAME: 'Storage'
+ },
+ {
+ NAME: 'Base-service'
+ },
+ {
+ NAME: 'Computing'
+ },
+ {
+ NAME: 'sig-ops'
+ },
+ {
+ NAME: 'sig-bootstrap'
+ },
+ {
+ NAME: 'Networking'
+ },
+ {
+ NAME: 'sig-security-facility'
+ },
+ {
+ NAME: 'sig-high-performance-network',
+ IS_WIDER: 1
+ },
+ {
+ NAME: 'sig-confidential-computing',
+ IS_WIDER: 1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ CATEGORY_NAME: 'Community Governance and Operations',
+ SUB_LIST: [
+ {
+ SUB_CATEGORY_NAME: 'Community Ecological Progress',
+ COLOR: '#8e583d',
+ LIST: [
+ {
+ NAME: 'Marketing'
+ },
+ {
+ NAME: 'sig-minzuchess'
+ },
+ {
+ NAME: 'sig-Compatibility-Infra'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Version Release Related',
+ COLOR: '#cec79a',
+ LIST: [
+ {
+ NAME: 'sig-QA'
+ },
+ {
+ NAME: 'doc'
+ },
+ {
+ NAME: 'sig-release-management'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Build Systems/Tools/Dependencies',
+ COLOR: '#19647e',
+ LIST: [
+ {
+ NAME: 'sig-OS-Builder'
+ },
+ {
+ NAME: 'sig-Ostree-Assembly'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Security Committee/Technical Committee/Community Secretariat',
+ COLOR: '#73c0de',
+ LIST: [
+ {
+ NAME: 'TC'
+ },
+ {
+ NAME: 'sig-Community'
+ },
+ {
+ NAME: 'security-committee'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Software Package Management',
+ COLOR: '#4c3e72',
+ LIST: [
+ {
+ NAME: 'Packaging'
+ },
+ {
+ NAME: 'sig-recycle'
+ },
+ {
+ NAME: 'sig-EasyLife'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Community Infrastructure',
+ COLOR: '#c44e4e',
+ LIST: [
+ {
+ NAME: 'Infrastructure'
+ },
+ {
+ NAME: 'sig-CICD'
+ },
+ {
+ NAME: 'sig-Gatekeeper'
+ },
+ {
+ NAME: 'security-committee'
+ }
+ ]
+ }
+ ]
+ }
+ ]
};
diff --git a/app/.vitepress/src/i18n/sig/sig-ru.ts b/app/.vitepress/src/i18n/sig/sig-ru.ts
index abbc39dfe..26b3f4e35 100644
--- a/app/.vitepress/src/i18n/sig/sig-ru.ts
+++ b/app/.vitepress/src/i18n/sig/sig-ru.ts
@@ -72,5 +72,332 @@ export default {
LI1: 'Each SIG comprises one or more projects on Gitee, and each project has repositories that store SIG deliverables. Registering with an SIG enables you to submit, discuss, and resolve issues with other members, as well as participate in reviews in an SIG repository.',
LI2: 'An SIG is established for one or more specific technical topics. Core members of an SIG can manage each group, and members can contribute to the quality and the output of deliverables for the openEuler community.',
LI3: 'In the README.md file on the project Gitee page, you can find project SIG information, members, and contact information. You can join specific SIGs by mailing the listed email addresses. Also, you can attend public meetings, join discussions or forums, or participate in other activities listed in the corresponding README.md file.'
- }
+ },
+ SIG_LANDSCAPE:[
+ {
+ CATEGORY_NAME: 'Code Repository Management/Technology Innovation',
+ SUB_LIST: [
+ {
+ SUB_CATEGORY_NAME: 'Industry Solutions/Applications',
+ COLOR: '#7f6ffe',
+ LIST: [
+ {
+ NAME: 'sig-bio'
+ },
+ {
+ NAME: 'sig-ROS'
+ },
+ {
+ NAME: 'sig-android-middleware'
+ },
+ {
+ NAME: 'Application'
+ },
+ {
+ NAME: 'sig-industrial-control'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'General-Purpose Middleware',
+ COLOR: '#db7c61',
+ LIST: [
+ {
+ NAME: 'sig-embedded'
+ },
+ {
+ NAME: 'sig-OpenResty'
+ },
+ {
+ NAME: 'sig-cms'
+ },
+ {
+ NAME: 'DB'
+ },
+ {
+ NAME: 'sig-Ha'
+ },
+ {
+ NAME: 'sig-ai-bigdata'
+ },
+ {
+ NAME: 'sig-compat-winapp'
+ },
+ {
+ NAME: 'sig-ceph'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Toolchains/Languages/Running',
+ COLOR: '#505d75',
+ LIST: [
+ {
+ NAME: 'sig-Rust'
+ },
+ {
+ NAME: 'sig-perl-modules'
+ },
+ {
+ NAME: 'sig-python-modules'
+ },
+ {
+ NAME: 'sig-Java'
+ },
+ {
+ NAME: 'sig-nodejs'
+ },
+ {
+ NAME: 'dev-utils'
+ },
+ {
+ NAME: 'Runtime'
+ },
+ {
+ NAME: 'sig-libboundscheck'
+ },
+ {
+ NAME: 'System-tool'
+ },
+ {
+ NAME: 'sig-golang'
+ },
+ {
+ NAME: 'sig-ruby'
+ },
+ {
+ NAME: 'Compiler'
+ },
+ {
+ NAME: 'Programming-language',
+ IS_WIDER: 1
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Architecture/Processor/Core/Driver',
+ COLOR: '#fec456',
+ LIST: [
+ {
+ NAME: 'sig-RaspberryPi'
+ },
+ {
+ NAME: 'sig-RISC-V'
+ },
+ {
+ NAME: 'sig-aarch32'
+ },
+ {
+ NAME: 'Kernel'
+ },
+ {
+ NAME: 'sig-WayCa'
+ },
+ {
+ NAME: 'sig-DyscheOS'
+ },
+ {
+ NAME: 'sig-REDF'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Cloud Native Infrastructure',
+ COLOR: '#4d7dff',
+ LIST: [
+ {
+ NAME: 'sig-CloudNative'
+ },
+ {
+ NAME: 'sig-ONL'
+ },
+ {
+ NAME: 'sig-openstack'
+ },
+ {
+ NAME: 'sig-OKD'
+ },
+ {
+ NAME: 'Virt'
+ },
+ {
+ NAME: 'iSulad'
+ },
+ {
+ NAME: 'oVirt'
+ },
+ {
+ NAME: 'sig-KubeSphere'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Desktop/Graphics System',
+ COLOR: '#8e9aaf',
+ LIST: [
+ {
+ NAME: 'sig-mate-desktop'
+ },
+ {
+ NAME: 'sig-desktop-apps'
+ },
+ {
+ NAME: 'Desktop'
+ },
+ {
+ NAME: 'GNOME'
+ },
+ {
+ NAME: 'sig-KDE'
+ },
+ {
+ NAME: 'xfce'
+ },
+ {
+ NAME: 'sig-DDE'
+ },
+ {
+ NAME: 'sig-UKUI'
+ },
+ {
+ NAME: 'sig-KIRAN-DESKTOP'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Basic Functions/Features/Tools',
+ COLOR: '#2a9d8f',
+ LIST: [
+ {
+ NAME: 'A-Tune'
+ },
+ {
+ NAME: 'Storage'
+ },
+ {
+ NAME: 'Base-service'
+ },
+ {
+ NAME: 'Computing'
+ },
+ {
+ NAME: 'sig-ops'
+ },
+ {
+ NAME: 'sig-bootstrap'
+ },
+ {
+ NAME: 'Networking'
+ },
+ {
+ NAME: 'sig-security-facility'
+ },
+ {
+ NAME: 'sig-high-performance-network',
+ IS_WIDER: 1
+ },
+ {
+ NAME: 'sig-confidential-computing',
+ IS_WIDER: 1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ CATEGORY_NAME: 'Community Governance and Operations',
+ SUB_LIST: [
+ {
+ SUB_CATEGORY_NAME: 'Community Ecological Progress',
+ COLOR: '#8e583d',
+ LIST: [
+ {
+ NAME: 'Marketing'
+ },
+ {
+ NAME: 'sig-minzuchess'
+ },
+ {
+ NAME: 'sig-Compatibility-Infra'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Version Release Related',
+ COLOR: '#cec79a',
+ LIST: [
+ {
+ NAME: 'sig-QA'
+ },
+ {
+ NAME: 'doc'
+ },
+ {
+ NAME: 'sig-release-management'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Build Systems/Tools/Dependencies',
+ COLOR: '#19647e',
+ LIST: [
+ {
+ NAME: 'sig-OS-Builder'
+ },
+ {
+ NAME: 'sig-Ostree-Assembly'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Security Committee/Technical Committee/Community Secretariat',
+ COLOR: '#73c0de',
+ LIST: [
+ {
+ NAME: 'TC'
+ },
+ {
+ NAME: 'sig-Community'
+ },
+ {
+ NAME: 'security-committee'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Software Package Management',
+ COLOR: '#4c3e72',
+ LIST: [
+ {
+ NAME: 'Packaging'
+ },
+ {
+ NAME: 'sig-recycle'
+ },
+ {
+ NAME: 'sig-EasyLife'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: 'Community Infrastructure',
+ COLOR: '#c44e4e',
+ LIST: [
+ {
+ NAME: 'Infrastructure'
+ },
+ {
+ NAME: 'sig-CICD'
+ },
+ {
+ NAME: 'sig-Gatekeeper'
+ },
+ {
+ NAME: 'security-committee'
+ }
+ ]
+ }
+ ]
+ }
+ ]
};
diff --git a/app/.vitepress/src/i18n/sig/sig-zh.ts b/app/.vitepress/src/i18n/sig/sig-zh.ts
index a6d669e15..92d5f2d4c 100644
--- a/app/.vitepress/src/i18n/sig/sig-zh.ts
+++ b/app/.vitepress/src/i18n/sig/sig-zh.ts
@@ -61,5 +61,332 @@ export default {
LI1: '每一个SIG在Gitee上都会拥有一个或多个项目,这些项目会拥有一个或多个Repository,SIG的交付成果会保存在这些Repository内。您可以在SIG对应的Repository内提交Issue、针对特定问题参与讨论,提交和解决问题,参与评审等。',
LI2: 'SIG都是针对特定的一个或多个技术主题而成立的。SIG的核心成员主导SIG的治理,SIG内的成员推动交付成果输出,并争取让交付成果成为openEuler社区发行的一部分。',
LI3: '在SIG团队项目的gitee首页README.md文件中,可以找到该项目所属的SIG信息、交流方式、成员和联系方式等,欢迎通过邮件列表、公开例会及对应的README.md 文件中提到的联系方式积极参与进SIG内的交流。'
- }
-};
+ },
+ SIG_LANDSCAPE:[
+ {
+ CATEGORY_NAME: '代码仓管理/技术创新',
+ SUB_LIST: [
+ {
+ SUB_CATEGORY_NAME: '行业解决方案/应用',
+ COLOR: '#7f6ffe',
+ LIST: [
+ {
+ NAME: 'sig-bio'
+ },
+ {
+ NAME: 'sig-ROS'
+ },
+ {
+ NAME: 'sig-android-middleware'
+ },
+ {
+ NAME: 'Application'
+ },
+ {
+ NAME: 'sig-industrial-control'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: '通用中间组件',
+ COLOR: '#db7c61',
+ LIST: [
+ {
+ NAME: 'sig-embedded'
+ },
+ {
+ NAME: 'sig-OpenResty'
+ },
+ {
+ NAME: 'sig-cms'
+ },
+ {
+ NAME: 'DB'
+ },
+ {
+ NAME: 'sig-Ha'
+ },
+ {
+ NAME: 'sig-ai-bigdata'
+ },
+ {
+ NAME: 'sig-compat-winapp'
+ },
+ {
+ NAME: 'sig-ceph'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: '工具链/语言/运行',
+ COLOR: '#505d75',
+ LIST: [
+ {
+ NAME: 'sig-Rust'
+ },
+ {
+ NAME: 'sig-perl-modules'
+ },
+ {
+ NAME: 'sig-python-modules'
+ },
+ {
+ NAME: 'sig-Java'
+ },
+ {
+ NAME: 'sig-nodejs'
+ },
+ {
+ NAME: 'dev-utils'
+ },
+ {
+ NAME: 'Runtime'
+ },
+ {
+ NAME: 'sig-libboundscheck'
+ },
+ {
+ NAME: 'System-tool'
+ },
+ {
+ NAME: 'sig-golang'
+ },
+ {
+ NAME: 'sig-ruby'
+ },
+ {
+ NAME: 'Compiler'
+ },
+ {
+ NAME: 'Programming-language',
+ IS_WIDER: 1
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: '架构/处理器/内核/驱动',
+ COLOR: '#fec456',
+ LIST: [
+ {
+ NAME: 'sig-RaspberryPi'
+ },
+ {
+ NAME: 'sig-RISC-V'
+ },
+ {
+ NAME: 'sig-aarch32'
+ },
+ {
+ NAME: 'Kernel'
+ },
+ {
+ NAME: 'sig-WayCa'
+ },
+ {
+ NAME: 'sig-DyscheOS'
+ },
+ {
+ NAME: 'sig-REDF'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: '云原生基础设施',
+ COLOR: '#4d7dff',
+ LIST: [
+ {
+ NAME: 'sig-CloudNative'
+ },
+ {
+ NAME: 'sig-ONL'
+ },
+ {
+ NAME: 'sig-openstack'
+ },
+ {
+ NAME: 'sig-OKD'
+ },
+ {
+ NAME: 'Virt'
+ },
+ {
+ NAME: 'iSulad'
+ },
+ {
+ NAME: 'oVirt'
+ },
+ {
+ NAME: 'sig-KubeSphere'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: '桌面/图形系统',
+ COLOR: '#8e9aaf',
+ LIST: [
+ {
+ NAME: 'sig-mate-desktop'
+ },
+ {
+ NAME: 'sig-desktop-apps'
+ },
+ {
+ NAME: 'Desktop'
+ },
+ {
+ NAME: 'GNOME'
+ },
+ {
+ NAME: 'sig-KDE'
+ },
+ {
+ NAME: 'xfce'
+ },
+ {
+ NAME: 'sig-DDE'
+ },
+ {
+ NAME: 'sig-UKUI'
+ },
+ {
+ NAME: 'sig-KIRAN-DESKTOP'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: '基础功能/特性/工具',
+ COLOR: '#2a9d8f',
+ LIST: [
+ {
+ NAME: 'A-Tune'
+ },
+ {
+ NAME: 'Storage'
+ },
+ {
+ NAME: 'Base-service'
+ },
+ {
+ NAME: 'Computing'
+ },
+ {
+ NAME: 'sig-ops'
+ },
+ {
+ NAME: 'sig-bootstrap'
+ },
+ {
+ NAME: 'Networking'
+ },
+ {
+ NAME: 'sig-security-facility'
+ },
+ {
+ NAME: 'sig-high-performance-network',
+ IS_WIDER: 1
+ },
+ {
+ NAME: 'sig-confidential-computing',
+ IS_WIDER: 1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ CATEGORY_NAME: '社区治理运营',
+ SUB_LIST: [
+ {
+ SUB_CATEGORY_NAME: '社区生态进展',
+ COLOR: '#8e583d',
+ LIST: [
+ {
+ NAME: 'Marketing'
+ },
+ {
+ NAME: 'sig-minzuchess'
+ },
+ {
+ NAME: 'sig-Compatibility-Infra'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: '版本发行相关',
+ COLOR: '#cec79a',
+ LIST: [
+ {
+ NAME: 'sig-QA'
+ },
+ {
+ NAME: 'doc'
+ },
+ {
+ NAME: 'sig-release-management'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: '构建系统/工具/依赖',
+ COLOR: '#19647e',
+ LIST: [
+ {
+ NAME: 'sig-OS-Builder'
+ },
+ {
+ NAME: 'sig-Ostree-Assembly'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: '安全委员会/技术委员会/社区秘书处',
+ COLOR: '#73c0de',
+ LIST: [
+ {
+ NAME: 'TC'
+ },
+ {
+ NAME: 'sig-Community'
+ },
+ {
+ NAME: 'security-committee'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: '软件包管理相关',
+ COLOR: '#4c3e72',
+ LIST: [
+ {
+ NAME: 'Packaging'
+ },
+ {
+ NAME: 'sig-recycle'
+ },
+ {
+ NAME: 'sig-EasyLife'
+ }
+ ]
+ },
+ {
+ SUB_CATEGORY_NAME: '社区基础设施',
+ COLOR: '#c44e4e',
+ LIST: [
+ {
+ NAME: 'Infrastructure'
+ },
+ {
+ NAME: 'sig-CICD'
+ },
+ {
+ NAME: 'sig-Gatekeeper'
+ },
+ {
+ NAME: 'security-committee'
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
diff --git a/app/.vitepress/src/views/sig/sig-list/SigList.vue b/app/.vitepress/src/views/sig/sig-list/SigList.vue
index 6800066dd..9c74e3b57 100644
--- a/app/.vitepress/src/views/sig/sig-list/SigList.vue
+++ b/app/.vitepress/src/views/sig/sig-list/SigList.vue
@@ -2,16 +2,16 @@
* @Author: xjc 2324881835@qq.com
* @Date: 2022-07-18 16:18:31
* @LastEditors: xjc 2324881835@qq.com
- * @LastEditTime: 2022-07-19 19:30:06
+ * @LastEditTime: 2022-07-21 12:53:54
* @FilePath: \openEuler-portal\app\.vitepress\src\views\sig\sig-list\SigList.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
+
+
+ {{ item.CATEGORY_NAME }}
+
+
+
+ {{ subItem.SUB_CATEGORY_NAME }}
+
+
+
+