diff --git a/src/app/features/periodic-table/periodic-table.component.ts b/src/app/features/periodic-table/periodic-table.component.ts index e84e0258..8ca9aa0a 100755 --- a/src/app/features/periodic-table/periodic-table.component.ts +++ b/src/app/features/periodic-table/periodic-table.component.ts @@ -93,7 +93,8 @@ export class PeriodicTableComponent implements OnInit, OnChanges { { type: 'analytics', displayName: '分析'}, { type: 'aiops', displayName: '智能运维'}, { type: 'collaboration', displayName: '协作'}, - // { type: 'operation', displayName: '运营'}, + { type: 'operation', displayName: '运营'}, + { type: 'platform', displayName: '平台'}, ]; constructor(private http: HttpClient) { diff --git a/src/assets/periodic-table.json b/src/assets/periodic-table.json index 98fca6eb..ea4d7abf 100755 --- a/src/assets/periodic-table.json +++ b/src/assets/periodic-table.json @@ -677,8 +677,6 @@ "pay": "Pd", "symbol": "Hc" }, - - { "name": "Splunk", "category": "aiops", @@ -823,11 +821,12 @@ "symbol": "Rm" }, { - "name": "TBD", - "category": "atom-placeholder", + "name": "Coding DevOps", + "description": "CODING DevOps 提供从需求提交到产品迭代,从代码管理到持续集成,制品管理直至最终持续部署的全套流程。流水线标准化作业,自动化版本记录,降低企业研发管理难度,提升研发效率。", + "category": "platform", "number": 116, - "pay": "", - "symbol": "" + "pay": "Pd", + "symbol": "Co" }, { "name": "TBD", diff --git a/src/styles/_variables.scss b/src/styles/_variables.scss index 7dfb8dd3..a05fe16f 100755 --- a/src/styles/_variables.scss +++ b/src/styles/_variables.scss @@ -12,7 +12,6 @@ $gray: #D3D3D3; $periodic-square: 64px; - .type-9690 { background:#F37C20; } /* DATABASE */ .type-6475 { background:#E9BD1E; } /* SCM */ .type-5506 { background:#00A2A1; } /* BUILD */ @@ -47,3 +46,4 @@ $periodic-square: 64px; .aiops { background:#bc580a; } /* AI OPS */ .operation { background: #4178bc; } /* AI OPS */ .atom-placeholder {background: #dda750;} +.platform {background: #dd002c;}