f-docx-editor 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/mock.js ADDED
@@ -0,0 +1,2408 @@
1
+ export const mockData = {
2
+ "startTime": "2026-04-24",
3
+ "endTime": "2026-04-30",
4
+ "overallData": {
5
+ "OverallSituation": "云平台整体运行稳定,未发生影响业务使用的生产事件",
6
+ "ecsCount": 1287,
7
+ "vCpu": 94730,
8
+ "memory": 317.11,
9
+ "disk": 31319.16,
10
+ "intranet_resource_list": [
11
+ {
12
+ "region": "jh-1",
13
+ "server_count": 490,
14
+ "provider": "x",
15
+ "product_count": 57,
16
+ "cpu": 24921,
17
+ "cpu_rate": "65.62%",
18
+ "memory": "98.76",
19
+ "memory_rate": "52.41%",
20
+ "storage": "15184.59",
21
+ "storage_rate": "55.91%",
22
+ "balance": "0.80"
23
+ },
24
+ {
25
+ "region": "jh-2",
26
+ "server_count": 789,
27
+ "provider": "x",
28
+ "product_count": 61,
29
+ "cpu": 69809,
30
+ "cpu_rate": "48.55%",
31
+ "memory": "218.34",
32
+ "memory_rate": "45.53%",
33
+ "storage": "16134.56",
34
+ "storage_rate": "44.23%",
35
+ "balance": "0.94"
36
+ },
37
+ {
38
+ "region": "汇总",
39
+ "server_count": 1279,
40
+ "provider": "x",
41
+ "product_count": "--",
42
+ "cpu": 94730,
43
+ "cpu_rate": "53.04%",
44
+ "memory": "317.11",
45
+ "memory_rate": "47.67%",
46
+ "storage": "31319.16",
47
+ "storage_rate": "49.89%",
48
+ "balance": "0.90"
49
+ }
50
+ ],
51
+ "cpuWaterLevelChart": {
52
+ "title": "",
53
+ "xAxisData": [
54
+ "pgsql",
55
+ "ecs",
56
+ "mysql",
57
+ "analytcdb",
58
+ "drds",
59
+ "ppasql",
60
+ "mysql",
61
+ "ecs",
62
+ "analytcdb",
63
+ "drds",
64
+ "ecs",
65
+ "mysql",
66
+ "drds",
67
+ "odps"
68
+ ],
69
+ "yAxisData": [
70
+ 81.25,
71
+ 71.48,
72
+ 59.28,
73
+ 48.61,
74
+ 22.86,
75
+ 52.34,
76
+ 47.27,
77
+ 45.99,
78
+ 32.29,
79
+ 22.63,
80
+ 34.91,
81
+ 25.64,
82
+ 25.37,
83
+ 11.97
84
+ ],
85
+ "upperLimit": 100,
86
+ "lowerLimit": 10,
87
+ "regionList": [
88
+ {
89
+ "name": "hb-1",
90
+ "count": 5
91
+ },
92
+ {
93
+ "name": "hb-2",
94
+ "count": 5
95
+ },
96
+ {
97
+ "name": "外网云",
98
+ "count": 4
99
+ }
100
+ ]
101
+ },
102
+ "memoryWaterLevelChart": {
103
+ "title": "",
104
+ "xAxisData": [
105
+ "pgsql",
106
+ "ecs",
107
+ "mysql",
108
+ "analytcdb",
109
+ "drds",
110
+ "ppasql",
111
+ "mysql",
112
+ "ecs",
113
+ "analytcdb",
114
+ "drds",
115
+ "ecs",
116
+ "mysql",
117
+ "drds",
118
+ "odps"
119
+ ],
120
+ "yAxisData": [
121
+ 72.25,
122
+ 68.18,
123
+ 54.28,
124
+ 45.61,
125
+ 20.86,
126
+ 49.34,
127
+ 43.27,
128
+ 44.99,
129
+ 31.29,
130
+ 24.63,
131
+ 33.91,
132
+ 24.64,
133
+ 22.37,
134
+ 13.97
135
+ ],
136
+ "upperLimit": 80,
137
+ "lowerLimit": 30,
138
+ "regionList": [
139
+ {
140
+ "name": "hb-1",
141
+ "count": 5
142
+ },
143
+ {
144
+ "name": "hb-2",
145
+ "count": 5
146
+ },
147
+ {
148
+ "name": "外网云",
149
+ "count": 4
150
+ }
151
+ ]
152
+ },
153
+ "diskWaterLevelChart": {
154
+ "title": "",
155
+ "xAxisData": [
156
+ "pgsql",
157
+ "ecs",
158
+ "mysql",
159
+ "analytcdb",
160
+ "drds",
161
+ "ppasql",
162
+ "mysql",
163
+ "ecs",
164
+ "analytcdb",
165
+ "drds",
166
+ "ecs",
167
+ "mysql",
168
+ "drds",
169
+ "odps"
170
+ ],
171
+ "yAxisData": [
172
+ 64.25,
173
+ 58.48,
174
+ 49.28,
175
+ 44.61,
176
+ 28.86,
177
+ 46.34,
178
+ 41.27,
179
+ 40.99,
180
+ 30.29,
181
+ 26.63,
182
+ 31.91,
183
+ 23.64,
184
+ 21.37,
185
+ 14.97
186
+ ],
187
+ "upperLimit": 80,
188
+ "lowerLimit": 30,
189
+ "regionList": [
190
+ {
191
+ "name": "hb-1",
192
+ "count": 5
193
+ },
194
+ {
195
+ "name": "hb-2",
196
+ "count": 5
197
+ },
198
+ {
199
+ "name": "外网云",
200
+ "count": 4
201
+ }
202
+ ]
203
+ }
204
+ },
205
+ "operationsData": {
206
+ "BusinessWorkHandle": ""
207
+ },
208
+ "maintenanceData": {
209
+ "alarmDisposalRateContent1": "请输入告警处理率相关描述...",
210
+ "alarmDisposalRateContent2": "请输入无序关注的告警相关描述...",
211
+ "alarmDisposalRateContent3": "请输入内网云相关描述...",
212
+ "alarmDisposalRateContent4": "请输入外网云相关描述...",
213
+ "alarmDisposalRateContent5": "本周共排查风险预警 8项,经排查云平台涉及一个,为2025等保测评检查的16个指标,发现存在问题4个,排期9月30日前完成修复,本周漏洞排查情况如下:\n日期\n\t内容\n\t排查结果\n\n20260410\n\t通告-WA-20260410国网-001号- Apache ActiveMQ 远程代码执行漏洞(CVE-2026-34197)风险通告\n\t不涉及\n\n20260413\n\t关于提示各单位防范邮件钓鱼的预警通告\n\t不涉及\n\n20260413\n\t2025重要信息系统等保测评问题清单\n\t涉及\n\n20260414\n\t网络安全蓝队漏洞隐患整改通知单(2026-0414-1号)- 信通\n\t不涉及\n\n20260415\n\t关于做好OpenClaw智能体风险防范的预警通告\n\t不涉及\n\n20260415\n\t网络安全蓝队漏洞隐患整改通知单(2026-0415-1号)- 信通\n\t不涉及\n\n20260415\n\t通告-WA-20260415国网-003号- 微软2026年4月补丁日多个产品安全漏洞风险通告\n\t不涉及\n\n20260415\n\t网络安全蓝队漏洞隐患整改通知单(2026-0415-3号)- 信通\n\t不涉及",
214
+ "alarmDisposalRateContent6": "请输入安骑士物理机告警处理相关描述...",
215
+ "alarmDisposalRateContent7": "请输入检修及变更相关描述..."
216
+ },
217
+ "thisWeekImportant": "1. 指标监控系统\n(1) 1.2 智能问答模型调用调用光明大模型时需参考现有知识库,支持使用其它模型的能力,进度50%;  \n(2) 2.2资源利用率预测功能,未来峰值时间预测、扩容及回收时机判断,进度100%。\n2.318版本升级相关工作 \n江海云平台侧(不含大数据组件部分)已按照总部要求完成三轮318升级摸底(含新增临时摸底项),累计摸底共664项,发现问题共128项,截止20260403已全部确认处理完成。\n当前318升级保障中。\n【拷包进展】\n jh-1:\n第五周升级包已完成merge;\n第六周升级包已下载、校验、解压,待merge(当前ops1机器disk2磁盘满,待第五周升级完进行瘦身,预计5月6日操作,瘦身后再merge第六周的包)\n jh-2:\n第五周升级包已完成merge\n第六周升级包已完成merge。。\n3.业务系统弹性伸缩配置工作 \n为提升云上业务系统弹性伸缩配置率,特开展业务系统应用弹性伸缩配置工作,已完成接入I6000的55套系统1000余个重要应用配置。",
218
+ "nextWeekPlan": "请输入下周工作计划相关描述...",
219
+ "__editableRichTextMap": {
220
+ "OverallSituation": {
221
+ "version": "1.0",
222
+ "fieldKey": "OverallSituation",
223
+ "path": "overallData.OverallSituation",
224
+ "docxRenderText": "云平台整体运行稳定,未发生影响业务使用的生产事件",
225
+ "plainText": "云平台整体运行稳定,未发生影响业务使用的生产事件",
226
+ "html": "<p><strong><mark data-color=\"#60a1e6\" style=\"background-color: rgb(96, 161, 230); color: inherit;\">云平台整体运行稳定,未发生影响业务使用的生产事件</mark></strong></p>",
227
+ "json": {
228
+ "type": "doc",
229
+ "content": [
230
+ {
231
+ "type": "paragraph",
232
+ "attrs": {
233
+ "textAlign": null
234
+ },
235
+ "content": [
236
+ {
237
+ "type": "text",
238
+ "marks": [
239
+ {
240
+ "type": "bold"
241
+ },
242
+ {
243
+ "type": "highlight",
244
+ "attrs": {
245
+ "color": "#60a1e6"
246
+ }
247
+ }
248
+ ],
249
+ "text": "云平台整体运行稳定,未发生影响业务使用的生产事件"
250
+ }
251
+ ]
252
+ }
253
+ ]
254
+ },
255
+ "blocks": [
256
+ {
257
+ "type": "paragraph",
258
+ "level": null,
259
+ "align": "left",
260
+ "runs": [
261
+ {
262
+ "text": "云平台整体运行稳定,未发生影响业务使用的生产事件",
263
+ "marks": {
264
+ "bold": true,
265
+ "backgroundColor": "#60a1e6"
266
+ }
267
+ }
268
+ ]
269
+ }
270
+ ],
271
+ "updatedAt": "2026-05-17T13:54:59.439Z"
272
+ },
273
+ // "BusinessWorkHandle": {
274
+ // "version": "1.0",
275
+ // "fieldKey": "BusinessWorkHandle",
276
+ // "path": "operationsData.BusinessWorkHandle",
277
+ // "docxRenderText": "请输入业务系统问题工单处理相关描述...请输入业务系统问题工单处理相关描述...",
278
+ // "plainText": "请输入业务系统问题工单处理相关描述...请输入业务系统问题工单处理相关描述...",
279
+ // "html": "<p><span style=\"color: rgb(1, 65, 213);\">请输入业务系统问题工单处理相关描述...请输入业务系统问题工单处理相关描述...</span></p>",
280
+ // "json": {
281
+ // "type": "doc",
282
+ // "content": [
283
+ // {
284
+ // "type": "paragraph",
285
+ // "attrs": {
286
+ // "textAlign": null
287
+ // },
288
+ // "content": [
289
+ // {
290
+ // "type": "text",
291
+ // "marks": [
292
+ // {
293
+ // "type": "textStyle",
294
+ // "attrs": {
295
+ // "color": "#0141d5"
296
+ // }
297
+ // }
298
+ // ],
299
+ // "text": "请输入业务系统问题工单处理相关描述...请输入业务系统问题工单处理相关描述..."
300
+ // }
301
+ // ]
302
+ // }
303
+ // ]
304
+ // },
305
+ // "blocks": [
306
+ // {
307
+ // "type": "paragraph",
308
+ // "level": null,
309
+ // "align": "left",
310
+ // "runs": [
311
+ // {
312
+ // "text": "请输入业务系统问题工单处理相关描述...请输入业务系统问题工单处理相关描述...",
313
+ // "marks": {
314
+ // "color": "#0141d5"
315
+ // }
316
+ // }
317
+ // ]
318
+ // }
319
+ // ],
320
+ // "updatedAt": "2026-05-17T13:55:22.672Z"
321
+ // },
322
+ "alarmDisposalRateContent5": {
323
+ "version": "1.0",
324
+ "fieldKey": "alarmDisposalRateContent5",
325
+ "path": "maintenanceData.alarmDisposalRateContent5",
326
+ "docxRenderText": "本周共排查风险预警 8项,经排查云平台涉及一个,为2025等保测评检查的16个指标,发现存在问题4个,排期9月30日前完成修复,本周漏洞排查情况如下:\n日期\n\t内容\n\t排查结果\n\n20260410\n\t通告-WA-20260410国网-001号- Apache ActiveMQ 远程代码执行漏洞(CVE-2026-34197)风险通告\n\t不涉及\n\n20260413\n\t关于提示各单位防范邮件钓鱼的预警通告\n\t不涉及\n\n20260413\n\t2025重要信息系统等保测评问题清单\n\t涉及\n\n20260414\n\t网络安全蓝队漏洞隐患整改通知单(2026-0414-1号)- 信通\n\t不涉及\n\n20260415\n\t关于做好OpenClaw智能体风险防范的预警通告\n\t不涉及\n\n20260415\n\t网络安全蓝队漏洞隐患整改通知单(2026-0415-1号)- 信通\n\t不涉及\n\n20260415\n\t通告-WA-20260415国网-003号- 微软2026年4月补丁日多个产品安全漏洞风险通告\n\t不涉及\n\n20260415\n\t网络安全蓝队漏洞隐患整改通知单(2026-0415-3号)- 信通\n\t不涉及",
327
+ "plainText": "本周共排查风险预警 8项,经排查云平台涉及一个,为2025等保测评检查的16个指标,发现存在问题4个,排期9月30日前完成修复,本周漏洞排查情况如下:\n日期\n\t内容\n\t排查结果\n\n20260410\n\t通告-WA-20260410国网-001号- Apache ActiveMQ 远程代码执行漏洞(CVE-2026-34197)风险通告\n\t不涉及\n\n20260413\n\t关于提示各单位防范邮件钓鱼的预警通告\n\t不涉及\n\n20260413\n\t2025重要信息系统等保测评问题清单\n\t涉及\n\n20260414\n\t网络安全蓝队漏洞隐患整改通知单(2026-0414-1号)- 信通\n\t不涉及\n\n20260415\n\t关于做好OpenClaw智能体风险防范的预警通告\n\t不涉及\n\n20260415\n\t网络安全蓝队漏洞隐患整改通知单(2026-0415-1号)- 信通\n\t不涉及\n\n20260415\n\t通告-WA-20260415国网-003号- 微软2026年4月补丁日多个产品安全漏洞风险通告\n\t不涉及\n\n20260415\n\t网络安全蓝队漏洞隐患整改通知单(2026-0415-3号)- 信通\n\t不涉及",
328
+ "html": "<p style=\"text-align: justify;\"><span style=\"color: rgb(0, 0, 0);\">本周共排查风险预警 8项,经排查云平台涉及一个,为2025等保测评检查的16个指标,发现存在问题4个,排期9月30日前完成修复,本周漏洞排查情况如下:</span></p><table style=\"min-width: 75px;\"><colgroup><col style=\"min-width: 25px;\"><col style=\"min-width: 25px;\"><col style=\"min-width: 25px;\"></colgroup><tbody><tr><th colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\"><strong>日期</strong></span></p></th><th colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\"><strong>内容</strong></span></p></th><th colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\"><strong>排查结果</strong></span></p></th></tr><tr><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">20260410</span></p></td><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">通告-WA-20260410国网-001号- Apache ActiveMQ 远程代码执行漏洞(CVE-2026-34197)风险通告</span></p></td><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">不涉及</span></p></td></tr><tr><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">20260413</span></p></td><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">关于提示各单位防范邮件钓鱼的预警通告</span></p></td><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">不涉及</span></p></td></tr><tr><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">20260413</span></p></td><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">2025重要信息系统等保测评问题清单</span></p></td><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">涉及</span></p></td></tr><tr><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">20260414</span></p></td><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">网络安全蓝队漏洞隐患整改通知单(2026-0414-1号)- 信通</span></p></td><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">不涉及</span></p></td></tr><tr><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">20260415</span></p></td><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">关于做好OpenClaw智能体风险防范的预警通告</span></p></td><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">不涉及</span></p></td></tr><tr><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">20260415</span></p></td><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">网络安全蓝队漏洞隐患整改通知单(2026-0415-1号)- 信通</span></p></td><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">不涉及</span></p></td></tr><tr><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">20260415</span></p></td><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">通告-WA-20260415国网-003号- 微软2026年4月补丁日多个产品安全漏洞风险通告</span></p></td><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">不涉及</span></p></td></tr><tr><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">20260415</span></p></td><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">网络安全蓝队漏洞隐患整改通知单(2026-0415-3号)- 信通</span></p></td><td colspan=\"1\" rowspan=\"1\"><p style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 0);\">不涉及</span></p></td></tr></tbody></table><p><span style=\"color: rgb(0, 0, 0);\">&nbsp;</span></p>",
329
+ "json": {
330
+ "type": "doc",
331
+ "content": [
332
+ {
333
+ "type": "paragraph",
334
+ "attrs": {
335
+ "textAlign": "justify"
336
+ },
337
+ "content": [
338
+ {
339
+ "type": "text",
340
+ "marks": [
341
+ {
342
+ "type": "textStyle",
343
+ "attrs": {
344
+ "color": "rgb(0, 0, 0)"
345
+ }
346
+ }
347
+ ],
348
+ "text": "本周共排查风险预警 8项,经排查云平台涉及一个,为2025等保测评检查的16个指标,发现存在问题4个,排期9月30日前完成修复,本周漏洞排查情况如下:"
349
+ }
350
+ ]
351
+ },
352
+ {
353
+ "type": "table",
354
+ "content": [
355
+ {
356
+ "type": "tableRow",
357
+ "content": [
358
+ {
359
+ "type": "tableHeader",
360
+ "attrs": {
361
+ "colspan": 1,
362
+ "rowspan": 1,
363
+ "colwidth": null,
364
+ "align": null
365
+ },
366
+ "content": [
367
+ {
368
+ "type": "paragraph",
369
+ "attrs": {
370
+ "textAlign": "center"
371
+ },
372
+ "content": [
373
+ {
374
+ "type": "text",
375
+ "marks": [
376
+ {
377
+ "type": "textStyle",
378
+ "attrs": {
379
+ "color": "rgb(0, 0, 0)"
380
+ }
381
+ },
382
+ {
383
+ "type": "bold"
384
+ }
385
+ ],
386
+ "text": "日期"
387
+ }
388
+ ]
389
+ }
390
+ ]
391
+ },
392
+ {
393
+ "type": "tableHeader",
394
+ "attrs": {
395
+ "colspan": 1,
396
+ "rowspan": 1,
397
+ "colwidth": null,
398
+ "align": null
399
+ },
400
+ "content": [
401
+ {
402
+ "type": "paragraph",
403
+ "attrs": {
404
+ "textAlign": "center"
405
+ },
406
+ "content": [
407
+ {
408
+ "type": "text",
409
+ "marks": [
410
+ {
411
+ "type": "textStyle",
412
+ "attrs": {
413
+ "color": "rgb(0, 0, 0)"
414
+ }
415
+ },
416
+ {
417
+ "type": "bold"
418
+ }
419
+ ],
420
+ "text": "内容"
421
+ }
422
+ ]
423
+ }
424
+ ]
425
+ },
426
+ {
427
+ "type": "tableHeader",
428
+ "attrs": {
429
+ "colspan": 1,
430
+ "rowspan": 1,
431
+ "colwidth": null,
432
+ "align": null
433
+ },
434
+ "content": [
435
+ {
436
+ "type": "paragraph",
437
+ "attrs": {
438
+ "textAlign": "center"
439
+ },
440
+ "content": [
441
+ {
442
+ "type": "text",
443
+ "marks": [
444
+ {
445
+ "type": "textStyle",
446
+ "attrs": {
447
+ "color": "rgb(0, 0, 0)"
448
+ }
449
+ },
450
+ {
451
+ "type": "bold"
452
+ }
453
+ ],
454
+ "text": "排查结果"
455
+ }
456
+ ]
457
+ }
458
+ ]
459
+ }
460
+ ]
461
+ },
462
+ {
463
+ "type": "tableRow",
464
+ "content": [
465
+ {
466
+ "type": "tableCell",
467
+ "attrs": {
468
+ "colspan": 1,
469
+ "rowspan": 1,
470
+ "colwidth": null,
471
+ "align": null
472
+ },
473
+ "content": [
474
+ {
475
+ "type": "paragraph",
476
+ "attrs": {
477
+ "textAlign": "center"
478
+ },
479
+ "content": [
480
+ {
481
+ "type": "text",
482
+ "marks": [
483
+ {
484
+ "type": "textStyle",
485
+ "attrs": {
486
+ "color": "rgb(0, 0, 0)"
487
+ }
488
+ }
489
+ ],
490
+ "text": "20260410"
491
+ }
492
+ ]
493
+ }
494
+ ]
495
+ },
496
+ {
497
+ "type": "tableCell",
498
+ "attrs": {
499
+ "colspan": 1,
500
+ "rowspan": 1,
501
+ "colwidth": null,
502
+ "align": null
503
+ },
504
+ "content": [
505
+ {
506
+ "type": "paragraph",
507
+ "attrs": {
508
+ "textAlign": "center"
509
+ },
510
+ "content": [
511
+ {
512
+ "type": "text",
513
+ "marks": [
514
+ {
515
+ "type": "textStyle",
516
+ "attrs": {
517
+ "color": "rgb(0, 0, 0)"
518
+ }
519
+ }
520
+ ],
521
+ "text": "通告-WA-20260410国网-001号- Apache ActiveMQ 远程代码执行漏洞(CVE-2026-34197)风险通告"
522
+ }
523
+ ]
524
+ }
525
+ ]
526
+ },
527
+ {
528
+ "type": "tableCell",
529
+ "attrs": {
530
+ "colspan": 1,
531
+ "rowspan": 1,
532
+ "colwidth": null,
533
+ "align": null
534
+ },
535
+ "content": [
536
+ {
537
+ "type": "paragraph",
538
+ "attrs": {
539
+ "textAlign": "center"
540
+ },
541
+ "content": [
542
+ {
543
+ "type": "text",
544
+ "marks": [
545
+ {
546
+ "type": "textStyle",
547
+ "attrs": {
548
+ "color": "rgb(0, 0, 0)"
549
+ }
550
+ }
551
+ ],
552
+ "text": "不涉及"
553
+ }
554
+ ]
555
+ }
556
+ ]
557
+ }
558
+ ]
559
+ },
560
+ {
561
+ "type": "tableRow",
562
+ "content": [
563
+ {
564
+ "type": "tableCell",
565
+ "attrs": {
566
+ "colspan": 1,
567
+ "rowspan": 1,
568
+ "colwidth": null,
569
+ "align": null
570
+ },
571
+ "content": [
572
+ {
573
+ "type": "paragraph",
574
+ "attrs": {
575
+ "textAlign": "center"
576
+ },
577
+ "content": [
578
+ {
579
+ "type": "text",
580
+ "marks": [
581
+ {
582
+ "type": "textStyle",
583
+ "attrs": {
584
+ "color": "rgb(0, 0, 0)"
585
+ }
586
+ }
587
+ ],
588
+ "text": "20260413"
589
+ }
590
+ ]
591
+ }
592
+ ]
593
+ },
594
+ {
595
+ "type": "tableCell",
596
+ "attrs": {
597
+ "colspan": 1,
598
+ "rowspan": 1,
599
+ "colwidth": null,
600
+ "align": null
601
+ },
602
+ "content": [
603
+ {
604
+ "type": "paragraph",
605
+ "attrs": {
606
+ "textAlign": "center"
607
+ },
608
+ "content": [
609
+ {
610
+ "type": "text",
611
+ "marks": [
612
+ {
613
+ "type": "textStyle",
614
+ "attrs": {
615
+ "color": "rgb(0, 0, 0)"
616
+ }
617
+ }
618
+ ],
619
+ "text": "关于提示各单位防范邮件钓鱼的预警通告"
620
+ }
621
+ ]
622
+ }
623
+ ]
624
+ },
625
+ {
626
+ "type": "tableCell",
627
+ "attrs": {
628
+ "colspan": 1,
629
+ "rowspan": 1,
630
+ "colwidth": null,
631
+ "align": null
632
+ },
633
+ "content": [
634
+ {
635
+ "type": "paragraph",
636
+ "attrs": {
637
+ "textAlign": "center"
638
+ },
639
+ "content": [
640
+ {
641
+ "type": "text",
642
+ "marks": [
643
+ {
644
+ "type": "textStyle",
645
+ "attrs": {
646
+ "color": "rgb(0, 0, 0)"
647
+ }
648
+ }
649
+ ],
650
+ "text": "不涉及"
651
+ }
652
+ ]
653
+ }
654
+ ]
655
+ }
656
+ ]
657
+ },
658
+ {
659
+ "type": "tableRow",
660
+ "content": [
661
+ {
662
+ "type": "tableCell",
663
+ "attrs": {
664
+ "colspan": 1,
665
+ "rowspan": 1,
666
+ "colwidth": null,
667
+ "align": null
668
+ },
669
+ "content": [
670
+ {
671
+ "type": "paragraph",
672
+ "attrs": {
673
+ "textAlign": "center"
674
+ },
675
+ "content": [
676
+ {
677
+ "type": "text",
678
+ "marks": [
679
+ {
680
+ "type": "textStyle",
681
+ "attrs": {
682
+ "color": "rgb(0, 0, 0)"
683
+ }
684
+ }
685
+ ],
686
+ "text": "20260413"
687
+ }
688
+ ]
689
+ }
690
+ ]
691
+ },
692
+ {
693
+ "type": "tableCell",
694
+ "attrs": {
695
+ "colspan": 1,
696
+ "rowspan": 1,
697
+ "colwidth": null,
698
+ "align": null
699
+ },
700
+ "content": [
701
+ {
702
+ "type": "paragraph",
703
+ "attrs": {
704
+ "textAlign": "center"
705
+ },
706
+ "content": [
707
+ {
708
+ "type": "text",
709
+ "marks": [
710
+ {
711
+ "type": "textStyle",
712
+ "attrs": {
713
+ "color": "rgb(0, 0, 0)"
714
+ }
715
+ }
716
+ ],
717
+ "text": "2025重要信息系统等保测评问题清单"
718
+ }
719
+ ]
720
+ }
721
+ ]
722
+ },
723
+ {
724
+ "type": "tableCell",
725
+ "attrs": {
726
+ "colspan": 1,
727
+ "rowspan": 1,
728
+ "colwidth": null,
729
+ "align": null
730
+ },
731
+ "content": [
732
+ {
733
+ "type": "paragraph",
734
+ "attrs": {
735
+ "textAlign": "center"
736
+ },
737
+ "content": [
738
+ {
739
+ "type": "text",
740
+ "marks": [
741
+ {
742
+ "type": "textStyle",
743
+ "attrs": {
744
+ "color": "rgb(0, 0, 0)"
745
+ }
746
+ }
747
+ ],
748
+ "text": "涉及"
749
+ }
750
+ ]
751
+ }
752
+ ]
753
+ }
754
+ ]
755
+ },
756
+ {
757
+ "type": "tableRow",
758
+ "content": [
759
+ {
760
+ "type": "tableCell",
761
+ "attrs": {
762
+ "colspan": 1,
763
+ "rowspan": 1,
764
+ "colwidth": null,
765
+ "align": null
766
+ },
767
+ "content": [
768
+ {
769
+ "type": "paragraph",
770
+ "attrs": {
771
+ "textAlign": "center"
772
+ },
773
+ "content": [
774
+ {
775
+ "type": "text",
776
+ "marks": [
777
+ {
778
+ "type": "textStyle",
779
+ "attrs": {
780
+ "color": "rgb(0, 0, 0)"
781
+ }
782
+ }
783
+ ],
784
+ "text": "20260414"
785
+ }
786
+ ]
787
+ }
788
+ ]
789
+ },
790
+ {
791
+ "type": "tableCell",
792
+ "attrs": {
793
+ "colspan": 1,
794
+ "rowspan": 1,
795
+ "colwidth": null,
796
+ "align": null
797
+ },
798
+ "content": [
799
+ {
800
+ "type": "paragraph",
801
+ "attrs": {
802
+ "textAlign": "center"
803
+ },
804
+ "content": [
805
+ {
806
+ "type": "text",
807
+ "marks": [
808
+ {
809
+ "type": "textStyle",
810
+ "attrs": {
811
+ "color": "rgb(0, 0, 0)"
812
+ }
813
+ }
814
+ ],
815
+ "text": "网络安全蓝队漏洞隐患整改通知单(2026-0414-1号)- 信通"
816
+ }
817
+ ]
818
+ }
819
+ ]
820
+ },
821
+ {
822
+ "type": "tableCell",
823
+ "attrs": {
824
+ "colspan": 1,
825
+ "rowspan": 1,
826
+ "colwidth": null,
827
+ "align": null
828
+ },
829
+ "content": [
830
+ {
831
+ "type": "paragraph",
832
+ "attrs": {
833
+ "textAlign": "center"
834
+ },
835
+ "content": [
836
+ {
837
+ "type": "text",
838
+ "marks": [
839
+ {
840
+ "type": "textStyle",
841
+ "attrs": {
842
+ "color": "rgb(0, 0, 0)"
843
+ }
844
+ }
845
+ ],
846
+ "text": "不涉及"
847
+ }
848
+ ]
849
+ }
850
+ ]
851
+ }
852
+ ]
853
+ },
854
+ {
855
+ "type": "tableRow",
856
+ "content": [
857
+ {
858
+ "type": "tableCell",
859
+ "attrs": {
860
+ "colspan": 1,
861
+ "rowspan": 1,
862
+ "colwidth": null,
863
+ "align": null
864
+ },
865
+ "content": [
866
+ {
867
+ "type": "paragraph",
868
+ "attrs": {
869
+ "textAlign": "center"
870
+ },
871
+ "content": [
872
+ {
873
+ "type": "text",
874
+ "marks": [
875
+ {
876
+ "type": "textStyle",
877
+ "attrs": {
878
+ "color": "rgb(0, 0, 0)"
879
+ }
880
+ }
881
+ ],
882
+ "text": "20260415"
883
+ }
884
+ ]
885
+ }
886
+ ]
887
+ },
888
+ {
889
+ "type": "tableCell",
890
+ "attrs": {
891
+ "colspan": 1,
892
+ "rowspan": 1,
893
+ "colwidth": null,
894
+ "align": null
895
+ },
896
+ "content": [
897
+ {
898
+ "type": "paragraph",
899
+ "attrs": {
900
+ "textAlign": "center"
901
+ },
902
+ "content": [
903
+ {
904
+ "type": "text",
905
+ "marks": [
906
+ {
907
+ "type": "textStyle",
908
+ "attrs": {
909
+ "color": "rgb(0, 0, 0)"
910
+ }
911
+ }
912
+ ],
913
+ "text": "关于做好OpenClaw智能体风险防范的预警通告"
914
+ }
915
+ ]
916
+ }
917
+ ]
918
+ },
919
+ {
920
+ "type": "tableCell",
921
+ "attrs": {
922
+ "colspan": 1,
923
+ "rowspan": 1,
924
+ "colwidth": null,
925
+ "align": null
926
+ },
927
+ "content": [
928
+ {
929
+ "type": "paragraph",
930
+ "attrs": {
931
+ "textAlign": "center"
932
+ },
933
+ "content": [
934
+ {
935
+ "type": "text",
936
+ "marks": [
937
+ {
938
+ "type": "textStyle",
939
+ "attrs": {
940
+ "color": "rgb(0, 0, 0)"
941
+ }
942
+ }
943
+ ],
944
+ "text": "不涉及"
945
+ }
946
+ ]
947
+ }
948
+ ]
949
+ }
950
+ ]
951
+ },
952
+ {
953
+ "type": "tableRow",
954
+ "content": [
955
+ {
956
+ "type": "tableCell",
957
+ "attrs": {
958
+ "colspan": 1,
959
+ "rowspan": 1,
960
+ "colwidth": null,
961
+ "align": null
962
+ },
963
+ "content": [
964
+ {
965
+ "type": "paragraph",
966
+ "attrs": {
967
+ "textAlign": "center"
968
+ },
969
+ "content": [
970
+ {
971
+ "type": "text",
972
+ "marks": [
973
+ {
974
+ "type": "textStyle",
975
+ "attrs": {
976
+ "color": "rgb(0, 0, 0)"
977
+ }
978
+ }
979
+ ],
980
+ "text": "20260415"
981
+ }
982
+ ]
983
+ }
984
+ ]
985
+ },
986
+ {
987
+ "type": "tableCell",
988
+ "attrs": {
989
+ "colspan": 1,
990
+ "rowspan": 1,
991
+ "colwidth": null,
992
+ "align": null
993
+ },
994
+ "content": [
995
+ {
996
+ "type": "paragraph",
997
+ "attrs": {
998
+ "textAlign": "center"
999
+ },
1000
+ "content": [
1001
+ {
1002
+ "type": "text",
1003
+ "marks": [
1004
+ {
1005
+ "type": "textStyle",
1006
+ "attrs": {
1007
+ "color": "rgb(0, 0, 0)"
1008
+ }
1009
+ }
1010
+ ],
1011
+ "text": "网络安全蓝队漏洞隐患整改通知单(2026-0415-1号)- 信通"
1012
+ }
1013
+ ]
1014
+ }
1015
+ ]
1016
+ },
1017
+ {
1018
+ "type": "tableCell",
1019
+ "attrs": {
1020
+ "colspan": 1,
1021
+ "rowspan": 1,
1022
+ "colwidth": null,
1023
+ "align": null
1024
+ },
1025
+ "content": [
1026
+ {
1027
+ "type": "paragraph",
1028
+ "attrs": {
1029
+ "textAlign": "center"
1030
+ },
1031
+ "content": [
1032
+ {
1033
+ "type": "text",
1034
+ "marks": [
1035
+ {
1036
+ "type": "textStyle",
1037
+ "attrs": {
1038
+ "color": "rgb(0, 0, 0)"
1039
+ }
1040
+ }
1041
+ ],
1042
+ "text": "不涉及"
1043
+ }
1044
+ ]
1045
+ }
1046
+ ]
1047
+ }
1048
+ ]
1049
+ },
1050
+ {
1051
+ "type": "tableRow",
1052
+ "content": [
1053
+ {
1054
+ "type": "tableCell",
1055
+ "attrs": {
1056
+ "colspan": 1,
1057
+ "rowspan": 1,
1058
+ "colwidth": null,
1059
+ "align": null
1060
+ },
1061
+ "content": [
1062
+ {
1063
+ "type": "paragraph",
1064
+ "attrs": {
1065
+ "textAlign": "center"
1066
+ },
1067
+ "content": [
1068
+ {
1069
+ "type": "text",
1070
+ "marks": [
1071
+ {
1072
+ "type": "textStyle",
1073
+ "attrs": {
1074
+ "color": "rgb(0, 0, 0)"
1075
+ }
1076
+ }
1077
+ ],
1078
+ "text": "20260415"
1079
+ }
1080
+ ]
1081
+ }
1082
+ ]
1083
+ },
1084
+ {
1085
+ "type": "tableCell",
1086
+ "attrs": {
1087
+ "colspan": 1,
1088
+ "rowspan": 1,
1089
+ "colwidth": null,
1090
+ "align": null
1091
+ },
1092
+ "content": [
1093
+ {
1094
+ "type": "paragraph",
1095
+ "attrs": {
1096
+ "textAlign": "center"
1097
+ },
1098
+ "content": [
1099
+ {
1100
+ "type": "text",
1101
+ "marks": [
1102
+ {
1103
+ "type": "textStyle",
1104
+ "attrs": {
1105
+ "color": "rgb(0, 0, 0)"
1106
+ }
1107
+ }
1108
+ ],
1109
+ "text": "通告-WA-20260415国网-003号- 微软2026年4月补丁日多个产品安全漏洞风险通告"
1110
+ }
1111
+ ]
1112
+ }
1113
+ ]
1114
+ },
1115
+ {
1116
+ "type": "tableCell",
1117
+ "attrs": {
1118
+ "colspan": 1,
1119
+ "rowspan": 1,
1120
+ "colwidth": null,
1121
+ "align": null
1122
+ },
1123
+ "content": [
1124
+ {
1125
+ "type": "paragraph",
1126
+ "attrs": {
1127
+ "textAlign": "center"
1128
+ },
1129
+ "content": [
1130
+ {
1131
+ "type": "text",
1132
+ "marks": [
1133
+ {
1134
+ "type": "textStyle",
1135
+ "attrs": {
1136
+ "color": "rgb(0, 0, 0)"
1137
+ }
1138
+ }
1139
+ ],
1140
+ "text": "不涉及"
1141
+ }
1142
+ ]
1143
+ }
1144
+ ]
1145
+ }
1146
+ ]
1147
+ },
1148
+ {
1149
+ "type": "tableRow",
1150
+ "content": [
1151
+ {
1152
+ "type": "tableCell",
1153
+ "attrs": {
1154
+ "colspan": 1,
1155
+ "rowspan": 1,
1156
+ "colwidth": null,
1157
+ "align": null
1158
+ },
1159
+ "content": [
1160
+ {
1161
+ "type": "paragraph",
1162
+ "attrs": {
1163
+ "textAlign": "center"
1164
+ },
1165
+ "content": [
1166
+ {
1167
+ "type": "text",
1168
+ "marks": [
1169
+ {
1170
+ "type": "textStyle",
1171
+ "attrs": {
1172
+ "color": "rgb(0, 0, 0)"
1173
+ }
1174
+ }
1175
+ ],
1176
+ "text": "20260415"
1177
+ }
1178
+ ]
1179
+ }
1180
+ ]
1181
+ },
1182
+ {
1183
+ "type": "tableCell",
1184
+ "attrs": {
1185
+ "colspan": 1,
1186
+ "rowspan": 1,
1187
+ "colwidth": null,
1188
+ "align": null
1189
+ },
1190
+ "content": [
1191
+ {
1192
+ "type": "paragraph",
1193
+ "attrs": {
1194
+ "textAlign": "center"
1195
+ },
1196
+ "content": [
1197
+ {
1198
+ "type": "text",
1199
+ "marks": [
1200
+ {
1201
+ "type": "textStyle",
1202
+ "attrs": {
1203
+ "color": "rgb(0, 0, 0)"
1204
+ }
1205
+ }
1206
+ ],
1207
+ "text": "网络安全蓝队漏洞隐患整改通知单(2026-0415-3号)- 信通"
1208
+ }
1209
+ ]
1210
+ }
1211
+ ]
1212
+ },
1213
+ {
1214
+ "type": "tableCell",
1215
+ "attrs": {
1216
+ "colspan": 1,
1217
+ "rowspan": 1,
1218
+ "colwidth": null,
1219
+ "align": null
1220
+ },
1221
+ "content": [
1222
+ {
1223
+ "type": "paragraph",
1224
+ "attrs": {
1225
+ "textAlign": "center"
1226
+ },
1227
+ "content": [
1228
+ {
1229
+ "type": "text",
1230
+ "marks": [
1231
+ {
1232
+ "type": "textStyle",
1233
+ "attrs": {
1234
+ "color": "rgb(0, 0, 0)"
1235
+ }
1236
+ }
1237
+ ],
1238
+ "text": "不涉及"
1239
+ }
1240
+ ]
1241
+ }
1242
+ ]
1243
+ }
1244
+ ]
1245
+ }
1246
+ ]
1247
+ },
1248
+ {
1249
+ "type": "paragraph",
1250
+ "attrs": {
1251
+ "textAlign": null
1252
+ },
1253
+ "content": [
1254
+ {
1255
+ "type": "text",
1256
+ "marks": [
1257
+ {
1258
+ "type": "textStyle",
1259
+ "attrs": {
1260
+ "color": "rgb(0, 0, 0)"
1261
+ }
1262
+ }
1263
+ ],
1264
+ "text": " "
1265
+ }
1266
+ ]
1267
+ }
1268
+ ]
1269
+ },
1270
+ "blocks": [
1271
+ {
1272
+ "type": "paragraph",
1273
+ "level": null,
1274
+ "align": "left",
1275
+ "runs": [
1276
+ {
1277
+ "text": "本周共排查风险预警 8项,经排查云平台涉及一个,为2025等保测评检查的16个指标,发现存在问题4个,排期9月30日前完成修复,本周漏洞排查情况如下:",
1278
+ "marks": {
1279
+ "color": "#000000"
1280
+ }
1281
+ }
1282
+ ]
1283
+ },
1284
+ {
1285
+ "type": "table",
1286
+ "rows": [
1287
+ {
1288
+ "cells": [
1289
+ {
1290
+ "header": true,
1291
+ "colSpan": 1,
1292
+ "rowSpan": 1,
1293
+ "blocks": [
1294
+ {
1295
+ "type": "paragraph",
1296
+ "level": null,
1297
+ "align": "center",
1298
+ "runs": [
1299
+ {
1300
+ "text": "日期",
1301
+ "marks": {
1302
+ "color": "#000000",
1303
+ "bold": true
1304
+ }
1305
+ }
1306
+ ]
1307
+ }
1308
+ ]
1309
+ },
1310
+ {
1311
+ "header": true,
1312
+ "colSpan": 1,
1313
+ "rowSpan": 1,
1314
+ "blocks": [
1315
+ {
1316
+ "type": "paragraph",
1317
+ "level": null,
1318
+ "align": "center",
1319
+ "runs": [
1320
+ {
1321
+ "text": "内容",
1322
+ "marks": {
1323
+ "color": "#000000",
1324
+ "bold": true
1325
+ }
1326
+ }
1327
+ ]
1328
+ }
1329
+ ]
1330
+ },
1331
+ {
1332
+ "header": true,
1333
+ "colSpan": 1,
1334
+ "rowSpan": 1,
1335
+ "blocks": [
1336
+ {
1337
+ "type": "paragraph",
1338
+ "level": null,
1339
+ "align": "center",
1340
+ "runs": [
1341
+ {
1342
+ "text": "排查结果",
1343
+ "marks": {
1344
+ "color": "#000000",
1345
+ "bold": true
1346
+ }
1347
+ }
1348
+ ]
1349
+ }
1350
+ ]
1351
+ }
1352
+ ]
1353
+ },
1354
+ {
1355
+ "cells": [
1356
+ {
1357
+ "header": false,
1358
+ "colSpan": 1,
1359
+ "rowSpan": 1,
1360
+ "blocks": [
1361
+ {
1362
+ "type": "paragraph",
1363
+ "level": null,
1364
+ "align": "center",
1365
+ "runs": [
1366
+ {
1367
+ "text": "20260410",
1368
+ "marks": {
1369
+ "color": "#000000"
1370
+ }
1371
+ }
1372
+ ]
1373
+ }
1374
+ ]
1375
+ },
1376
+ {
1377
+ "header": false,
1378
+ "colSpan": 1,
1379
+ "rowSpan": 1,
1380
+ "blocks": [
1381
+ {
1382
+ "type": "paragraph",
1383
+ "level": null,
1384
+ "align": "center",
1385
+ "runs": [
1386
+ {
1387
+ "text": "通告-WA-20260410国网-001号- Apache ActiveMQ 远程代码执行漏洞(CVE-2026-34197)风险通告",
1388
+ "marks": {
1389
+ "color": "#000000"
1390
+ }
1391
+ }
1392
+ ]
1393
+ }
1394
+ ]
1395
+ },
1396
+ {
1397
+ "header": false,
1398
+ "colSpan": 1,
1399
+ "rowSpan": 1,
1400
+ "blocks": [
1401
+ {
1402
+ "type": "paragraph",
1403
+ "level": null,
1404
+ "align": "center",
1405
+ "runs": [
1406
+ {
1407
+ "text": "不涉及",
1408
+ "marks": {
1409
+ "color": "#000000"
1410
+ }
1411
+ }
1412
+ ]
1413
+ }
1414
+ ]
1415
+ }
1416
+ ]
1417
+ },
1418
+ {
1419
+ "cells": [
1420
+ {
1421
+ "header": false,
1422
+ "colSpan": 1,
1423
+ "rowSpan": 1,
1424
+ "blocks": [
1425
+ {
1426
+ "type": "paragraph",
1427
+ "level": null,
1428
+ "align": "center",
1429
+ "runs": [
1430
+ {
1431
+ "text": "20260413",
1432
+ "marks": {
1433
+ "color": "#000000"
1434
+ }
1435
+ }
1436
+ ]
1437
+ }
1438
+ ]
1439
+ },
1440
+ {
1441
+ "header": false,
1442
+ "colSpan": 1,
1443
+ "rowSpan": 1,
1444
+ "blocks": [
1445
+ {
1446
+ "type": "paragraph",
1447
+ "level": null,
1448
+ "align": "center",
1449
+ "runs": [
1450
+ {
1451
+ "text": "关于提示各单位防范邮件钓鱼的预警通告",
1452
+ "marks": {
1453
+ "color": "#000000"
1454
+ }
1455
+ }
1456
+ ]
1457
+ }
1458
+ ]
1459
+ },
1460
+ {
1461
+ "header": false,
1462
+ "colSpan": 1,
1463
+ "rowSpan": 1,
1464
+ "blocks": [
1465
+ {
1466
+ "type": "paragraph",
1467
+ "level": null,
1468
+ "align": "center",
1469
+ "runs": [
1470
+ {
1471
+ "text": "不涉及",
1472
+ "marks": {
1473
+ "color": "#000000"
1474
+ }
1475
+ }
1476
+ ]
1477
+ }
1478
+ ]
1479
+ }
1480
+ ]
1481
+ },
1482
+ {
1483
+ "cells": [
1484
+ {
1485
+ "header": false,
1486
+ "colSpan": 1,
1487
+ "rowSpan": 1,
1488
+ "blocks": [
1489
+ {
1490
+ "type": "paragraph",
1491
+ "level": null,
1492
+ "align": "center",
1493
+ "runs": [
1494
+ {
1495
+ "text": "20260413",
1496
+ "marks": {
1497
+ "color": "#000000"
1498
+ }
1499
+ }
1500
+ ]
1501
+ }
1502
+ ]
1503
+ },
1504
+ {
1505
+ "header": false,
1506
+ "colSpan": 1,
1507
+ "rowSpan": 1,
1508
+ "blocks": [
1509
+ {
1510
+ "type": "paragraph",
1511
+ "level": null,
1512
+ "align": "center",
1513
+ "runs": [
1514
+ {
1515
+ "text": "2025重要信息系统等保测评问题清单",
1516
+ "marks": {
1517
+ "color": "#000000"
1518
+ }
1519
+ }
1520
+ ]
1521
+ }
1522
+ ]
1523
+ },
1524
+ {
1525
+ "header": false,
1526
+ "colSpan": 1,
1527
+ "rowSpan": 1,
1528
+ "blocks": [
1529
+ {
1530
+ "type": "paragraph",
1531
+ "level": null,
1532
+ "align": "center",
1533
+ "runs": [
1534
+ {
1535
+ "text": "涉及",
1536
+ "marks": {
1537
+ "color": "#000000"
1538
+ }
1539
+ }
1540
+ ]
1541
+ }
1542
+ ]
1543
+ }
1544
+ ]
1545
+ },
1546
+ {
1547
+ "cells": [
1548
+ {
1549
+ "header": false,
1550
+ "colSpan": 1,
1551
+ "rowSpan": 1,
1552
+ "blocks": [
1553
+ {
1554
+ "type": "paragraph",
1555
+ "level": null,
1556
+ "align": "center",
1557
+ "runs": [
1558
+ {
1559
+ "text": "20260414",
1560
+ "marks": {
1561
+ "color": "#000000"
1562
+ }
1563
+ }
1564
+ ]
1565
+ }
1566
+ ]
1567
+ },
1568
+ {
1569
+ "header": false,
1570
+ "colSpan": 1,
1571
+ "rowSpan": 1,
1572
+ "blocks": [
1573
+ {
1574
+ "type": "paragraph",
1575
+ "level": null,
1576
+ "align": "center",
1577
+ "runs": [
1578
+ {
1579
+ "text": "网络安全蓝队漏洞隐患整改通知单(2026-0414-1号)- 信通",
1580
+ "marks": {
1581
+ "color": "#000000"
1582
+ }
1583
+ }
1584
+ ]
1585
+ }
1586
+ ]
1587
+ },
1588
+ {
1589
+ "header": false,
1590
+ "colSpan": 1,
1591
+ "rowSpan": 1,
1592
+ "blocks": [
1593
+ {
1594
+ "type": "paragraph",
1595
+ "level": null,
1596
+ "align": "center",
1597
+ "runs": [
1598
+ {
1599
+ "text": "不涉及",
1600
+ "marks": {
1601
+ "color": "#000000"
1602
+ }
1603
+ }
1604
+ ]
1605
+ }
1606
+ ]
1607
+ }
1608
+ ]
1609
+ },
1610
+ {
1611
+ "cells": [
1612
+ {
1613
+ "header": false,
1614
+ "colSpan": 1,
1615
+ "rowSpan": 1,
1616
+ "blocks": [
1617
+ {
1618
+ "type": "paragraph",
1619
+ "level": null,
1620
+ "align": "center",
1621
+ "runs": [
1622
+ {
1623
+ "text": "20260415",
1624
+ "marks": {
1625
+ "color": "#000000"
1626
+ }
1627
+ }
1628
+ ]
1629
+ }
1630
+ ]
1631
+ },
1632
+ {
1633
+ "header": false,
1634
+ "colSpan": 1,
1635
+ "rowSpan": 1,
1636
+ "blocks": [
1637
+ {
1638
+ "type": "paragraph",
1639
+ "level": null,
1640
+ "align": "center",
1641
+ "runs": [
1642
+ {
1643
+ "text": "关于做好OpenClaw智能体风险防范的预警通告",
1644
+ "marks": {
1645
+ "color": "#000000"
1646
+ }
1647
+ }
1648
+ ]
1649
+ }
1650
+ ]
1651
+ },
1652
+ {
1653
+ "header": false,
1654
+ "colSpan": 1,
1655
+ "rowSpan": 1,
1656
+ "blocks": [
1657
+ {
1658
+ "type": "paragraph",
1659
+ "level": null,
1660
+ "align": "center",
1661
+ "runs": [
1662
+ {
1663
+ "text": "不涉及",
1664
+ "marks": {
1665
+ "color": "#000000"
1666
+ }
1667
+ }
1668
+ ]
1669
+ }
1670
+ ]
1671
+ }
1672
+ ]
1673
+ },
1674
+ {
1675
+ "cells": [
1676
+ {
1677
+ "header": false,
1678
+ "colSpan": 1,
1679
+ "rowSpan": 1,
1680
+ "blocks": [
1681
+ {
1682
+ "type": "paragraph",
1683
+ "level": null,
1684
+ "align": "center",
1685
+ "runs": [
1686
+ {
1687
+ "text": "20260415",
1688
+ "marks": {
1689
+ "color": "#000000"
1690
+ }
1691
+ }
1692
+ ]
1693
+ }
1694
+ ]
1695
+ },
1696
+ {
1697
+ "header": false,
1698
+ "colSpan": 1,
1699
+ "rowSpan": 1,
1700
+ "blocks": [
1701
+ {
1702
+ "type": "paragraph",
1703
+ "level": null,
1704
+ "align": "center",
1705
+ "runs": [
1706
+ {
1707
+ "text": "网络安全蓝队漏洞隐患整改通知单(2026-0415-1号)- 信通",
1708
+ "marks": {
1709
+ "color": "#000000"
1710
+ }
1711
+ }
1712
+ ]
1713
+ }
1714
+ ]
1715
+ },
1716
+ {
1717
+ "header": false,
1718
+ "colSpan": 1,
1719
+ "rowSpan": 1,
1720
+ "blocks": [
1721
+ {
1722
+ "type": "paragraph",
1723
+ "level": null,
1724
+ "align": "center",
1725
+ "runs": [
1726
+ {
1727
+ "text": "不涉及",
1728
+ "marks": {
1729
+ "color": "#000000"
1730
+ }
1731
+ }
1732
+ ]
1733
+ }
1734
+ ]
1735
+ }
1736
+ ]
1737
+ },
1738
+ {
1739
+ "cells": [
1740
+ {
1741
+ "header": false,
1742
+ "colSpan": 1,
1743
+ "rowSpan": 1,
1744
+ "blocks": [
1745
+ {
1746
+ "type": "paragraph",
1747
+ "level": null,
1748
+ "align": "center",
1749
+ "runs": [
1750
+ {
1751
+ "text": "20260415",
1752
+ "marks": {
1753
+ "color": "#000000"
1754
+ }
1755
+ }
1756
+ ]
1757
+ }
1758
+ ]
1759
+ },
1760
+ {
1761
+ "header": false,
1762
+ "colSpan": 1,
1763
+ "rowSpan": 1,
1764
+ "blocks": [
1765
+ {
1766
+ "type": "paragraph",
1767
+ "level": null,
1768
+ "align": "center",
1769
+ "runs": [
1770
+ {
1771
+ "text": "通告-WA-20260415国网-003号- 微软2026年4月补丁日多个产品安全漏洞风险通告",
1772
+ "marks": {
1773
+ "color": "#000000"
1774
+ }
1775
+ }
1776
+ ]
1777
+ }
1778
+ ]
1779
+ },
1780
+ {
1781
+ "header": false,
1782
+ "colSpan": 1,
1783
+ "rowSpan": 1,
1784
+ "blocks": [
1785
+ {
1786
+ "type": "paragraph",
1787
+ "level": null,
1788
+ "align": "center",
1789
+ "runs": [
1790
+ {
1791
+ "text": "不涉及",
1792
+ "marks": {
1793
+ "color": "#000000"
1794
+ }
1795
+ }
1796
+ ]
1797
+ }
1798
+ ]
1799
+ }
1800
+ ]
1801
+ },
1802
+ {
1803
+ "cells": [
1804
+ {
1805
+ "header": false,
1806
+ "colSpan": 1,
1807
+ "rowSpan": 1,
1808
+ "blocks": [
1809
+ {
1810
+ "type": "paragraph",
1811
+ "level": null,
1812
+ "align": "center",
1813
+ "runs": [
1814
+ {
1815
+ "text": "20260415",
1816
+ "marks": {
1817
+ "color": "#000000"
1818
+ }
1819
+ }
1820
+ ]
1821
+ }
1822
+ ]
1823
+ },
1824
+ {
1825
+ "header": false,
1826
+ "colSpan": 1,
1827
+ "rowSpan": 1,
1828
+ "blocks": [
1829
+ {
1830
+ "type": "paragraph",
1831
+ "level": null,
1832
+ "align": "center",
1833
+ "runs": [
1834
+ {
1835
+ "text": "网络安全蓝队漏洞隐患整改通知单(2026-0415-3号)- 信通",
1836
+ "marks": {
1837
+ "color": "#000000"
1838
+ }
1839
+ }
1840
+ ]
1841
+ }
1842
+ ]
1843
+ },
1844
+ {
1845
+ "header": false,
1846
+ "colSpan": 1,
1847
+ "rowSpan": 1,
1848
+ "blocks": [
1849
+ {
1850
+ "type": "paragraph",
1851
+ "level": null,
1852
+ "align": "center",
1853
+ "runs": [
1854
+ {
1855
+ "text": "不涉及",
1856
+ "marks": {
1857
+ "color": "#000000"
1858
+ }
1859
+ }
1860
+ ]
1861
+ }
1862
+ ]
1863
+ }
1864
+ ]
1865
+ }
1866
+ ]
1867
+ },
1868
+ {
1869
+ "type": "paragraph",
1870
+ "level": null,
1871
+ "align": "left",
1872
+ "runs": [
1873
+ {
1874
+ "text": " ",
1875
+ "marks": {
1876
+ "color": "#000000"
1877
+ }
1878
+ }
1879
+ ]
1880
+ }
1881
+ ],
1882
+ "updatedAt": "2026-05-20T14:01:26.424Z"
1883
+ },
1884
+ "thisWeekImportant": {
1885
+ "version": "1.0",
1886
+ "fieldKey": "thisWeekImportant",
1887
+ "path": "thisWeekImportant",
1888
+ "docxRenderText": "1. 指标监控系统\n(1) 1.2 智能问答模型调用调用光明大模型时需参考现有知识库,支持使用其它模型的能力,进度50%;  \n(2) 2.2资源利用率预测功能,未来峰值时间预测、扩容及回收时机判断,进度100%。\n2.318版本升级相关工作 \n江海云平台侧(不含大数据组件部分)已按照总部要求完成三轮318升级摸底(含新增临时摸底项),累计摸底共664项,发现问题共128项,截止20260403已全部确认处理完成。\n当前318升级保障中。\n【拷包进展】\n jh-1:\n第五周升级包已完成merge;\n第六周升级包已下载、校验、解压,待merge(当前ops1机器disk2磁盘满,待第五周升级完进行瘦身,预计5月6日操作,瘦身后再merge第六周的包)\n jh-2:\n第五周升级包已完成merge\n第六周升级包已完成merge。。\n3.业务系统弹性伸缩配置工作 \n为提升云上业务系统弹性伸缩配置率,特开展业务系统应用弹性伸缩配置工作,已完成接入I6000的55套系统1000余个重要应用配置。",
1889
+ "plainText": "1. 指标监控系统\n(1) 1.2 智能问答模型调用调用光明大模型时需参考现有知识库,支持使用其它模型的能力,进度50%;  \n(2) 2.2资源利用率预测功能,未来峰值时间预测、扩容及回收时机判断,进度100%。\n2.318版本升级相关工作 \n江海云平台侧(不含大数据组件部分)已按照总部要求完成三轮318升级摸底(含新增临时摸底项),累计摸底共664项,发现问题共128项,截止20260403已全部确认处理完成。\n当前318升级保障中。\n【拷包进展】\n jh-1:\n第五周升级包已完成merge;\n第六周升级包已下载、校验、解压,待merge(当前ops1机器disk2磁盘满,待第五周升级完进行瘦身,预计5月6日操作,瘦身后再merge第六周的包)\n jh-2:\n第五周升级包已完成merge\n第六周升级包已完成merge。。\n3.业务系统弹性伸缩配置工作 \n为提升云上业务系统弹性伸缩配置率,特开展业务系统应用弹性伸缩配置工作,已完成接入I6000的55套系统1000余个重要应用配置。",
1890
+ "html": "<p><span style=\"color: rgb(0, 0, 0);\"><strong>1. 指标监控系统</strong></span></p><p><span style=\"color: rgb(0, 0, 0);\">(1) 1.2 智能问答模型调用调用光明大模型时需参考现有知识库,支持使用其它模型的能力,进度50%; &nbsp;</span></p><p><span style=\"color: rgb(0, 0, 0);\">(2) 2.2资源利用率预测功能,未来峰值时间预测、扩容及回收时机判断,进度100%。</span></p><p><span style=\"color: rgb(0, 0, 0);\"><strong>2.318版本升级相关工作&nbsp;</strong></span></p><p><span style=\"color: rgb(0, 0, 0);\">江海云平台侧(不含大数据组件部分)已按照总部要求完成三轮318升级摸底(含新增临时摸底项),累计摸底共664项,发现问题共128项,截止20260403已全部确认处理完成。</span></p><p><span style=\"color: rgb(0, 0, 0);\">当前318升级保障中。</span></p><p><span style=\"color: rgb(0, 0, 0);\">【拷包进展】</span></p><p><span style=\"color: rgb(0, 0, 0);\"> jh-1:</span></p><p><span style=\"color: rgb(0, 0, 0);\">第五周升级包已完成merge;</span></p><p><span style=\"color: rgb(0, 0, 0);\">第六周升级包已下载、校验、解压,待merge(当前ops1机器disk2磁盘满,待第五周升级完进行瘦身,预计5月6日操作,瘦身后再merge第六周的包)</span></p><p><span style=\"color: rgb(0, 0, 0);\"> jh-2:</span></p><p><span style=\"color: rgb(0, 0, 0);\">第五周升级包已完成merge</span></p><p><span style=\"color: rgb(0, 0, 0);\">第六周升级包已完成merge。。</span></p><p><span style=\"color: rgb(0, 0, 0);\"><strong>3.业务系统弹性伸缩配置工作&nbsp;</strong></span></p><p><span style=\"color: rgb(0, 0, 0);\">为提升云上业务系统弹性伸缩配置率,特开展业务系统应用弹性伸缩配置工作,已完成接入I6000的55套系统1000余个重要应用配置。</span></p>",
1891
+ "json": {
1892
+ "type": "doc",
1893
+ "content": [
1894
+ {
1895
+ "type": "paragraph",
1896
+ "attrs": {
1897
+ "textAlign": null
1898
+ },
1899
+ "content": [
1900
+ {
1901
+ "type": "text",
1902
+ "marks": [
1903
+ {
1904
+ "type": "textStyle",
1905
+ "attrs": {
1906
+ "color": "rgb(0,0,0)"
1907
+ }
1908
+ },
1909
+ {
1910
+ "type": "bold"
1911
+ }
1912
+ ],
1913
+ "text": "1. 指标监控系统"
1914
+ }
1915
+ ]
1916
+ },
1917
+ {
1918
+ "type": "paragraph",
1919
+ "attrs": {
1920
+ "textAlign": null
1921
+ },
1922
+ "content": [
1923
+ {
1924
+ "type": "text",
1925
+ "marks": [
1926
+ {
1927
+ "type": "textStyle",
1928
+ "attrs": {
1929
+ "color": "rgb(0,0,0)"
1930
+ }
1931
+ }
1932
+ ],
1933
+ "text": "(1) 1.2 智能问答模型调用调用光明大模型时需参考现有知识库,支持使用其它模型的能力,进度50%;  "
1934
+ }
1935
+ ]
1936
+ },
1937
+ {
1938
+ "type": "paragraph",
1939
+ "attrs": {
1940
+ "textAlign": null
1941
+ },
1942
+ "content": [
1943
+ {
1944
+ "type": "text",
1945
+ "marks": [
1946
+ {
1947
+ "type": "textStyle",
1948
+ "attrs": {
1949
+ "color": "rgb(0,0,0)"
1950
+ }
1951
+ }
1952
+ ],
1953
+ "text": "(2) 2.2资源利用率预测功能,未来峰值时间预测、扩容及回收时机判断,进度100%。"
1954
+ }
1955
+ ]
1956
+ },
1957
+ {
1958
+ "type": "paragraph",
1959
+ "attrs": {
1960
+ "textAlign": null
1961
+ },
1962
+ "content": [
1963
+ {
1964
+ "type": "text",
1965
+ "marks": [
1966
+ {
1967
+ "type": "textStyle",
1968
+ "attrs": {
1969
+ "color": "rgb(0,0,0)"
1970
+ }
1971
+ },
1972
+ {
1973
+ "type": "bold"
1974
+ }
1975
+ ],
1976
+ "text": "2.318版本升级相关工作 "
1977
+ }
1978
+ ]
1979
+ },
1980
+ {
1981
+ "type": "paragraph",
1982
+ "attrs": {
1983
+ "textAlign": null
1984
+ },
1985
+ "content": [
1986
+ {
1987
+ "type": "text",
1988
+ "marks": [
1989
+ {
1990
+ "type": "textStyle",
1991
+ "attrs": {
1992
+ "color": "rgb(0,0,0)"
1993
+ }
1994
+ }
1995
+ ],
1996
+ "text": "江海云平台侧(不含大数据组件部分)已按照总部要求完成三轮318升级摸底(含新增临时摸底项),累计摸底共664项,发现问题共128项,截止20260403已全部确认处理完成。"
1997
+ }
1998
+ ]
1999
+ },
2000
+ {
2001
+ "type": "paragraph",
2002
+ "attrs": {
2003
+ "textAlign": null
2004
+ },
2005
+ "content": [
2006
+ {
2007
+ "type": "text",
2008
+ "marks": [
2009
+ {
2010
+ "type": "textStyle",
2011
+ "attrs": {
2012
+ "color": "rgb(0,0,0)"
2013
+ }
2014
+ }
2015
+ ],
2016
+ "text": "当前318升级保障中。"
2017
+ }
2018
+ ]
2019
+ },
2020
+ {
2021
+ "type": "paragraph",
2022
+ "attrs": {
2023
+ "textAlign": null
2024
+ },
2025
+ "content": [
2026
+ {
2027
+ "type": "text",
2028
+ "marks": [
2029
+ {
2030
+ "type": "textStyle",
2031
+ "attrs": {
2032
+ "color": "rgb(0,0,0)"
2033
+ }
2034
+ }
2035
+ ],
2036
+ "text": "【拷包进展】"
2037
+ }
2038
+ ]
2039
+ },
2040
+ {
2041
+ "type": "paragraph",
2042
+ "attrs": {
2043
+ "textAlign": null
2044
+ },
2045
+ "content": [
2046
+ {
2047
+ "type": "text",
2048
+ "marks": [
2049
+ {
2050
+ "type": "textStyle",
2051
+ "attrs": {
2052
+ "color": "rgb(0,0,0)"
2053
+ }
2054
+ }
2055
+ ],
2056
+ "text": " jh-1:"
2057
+ }
2058
+ ]
2059
+ },
2060
+ {
2061
+ "type": "paragraph",
2062
+ "attrs": {
2063
+ "textAlign": null
2064
+ },
2065
+ "content": [
2066
+ {
2067
+ "type": "text",
2068
+ "marks": [
2069
+ {
2070
+ "type": "textStyle",
2071
+ "attrs": {
2072
+ "color": "rgb(0,0,0)"
2073
+ }
2074
+ }
2075
+ ],
2076
+ "text": "第五周升级包已完成merge;"
2077
+ }
2078
+ ]
2079
+ },
2080
+ {
2081
+ "type": "paragraph",
2082
+ "attrs": {
2083
+ "textAlign": null
2084
+ },
2085
+ "content": [
2086
+ {
2087
+ "type": "text",
2088
+ "marks": [
2089
+ {
2090
+ "type": "textStyle",
2091
+ "attrs": {
2092
+ "color": "rgb(0,0,0)"
2093
+ }
2094
+ }
2095
+ ],
2096
+ "text": "第六周升级包已下载、校验、解压,待merge(当前ops1机器disk2磁盘满,待第五周升级完进行瘦身,预计5月6日操作,瘦身后再merge第六周的包)"
2097
+ }
2098
+ ]
2099
+ },
2100
+ {
2101
+ "type": "paragraph",
2102
+ "attrs": {
2103
+ "textAlign": null
2104
+ },
2105
+ "content": [
2106
+ {
2107
+ "type": "text",
2108
+ "marks": [
2109
+ {
2110
+ "type": "textStyle",
2111
+ "attrs": {
2112
+ "color": "rgb(0,0,0)"
2113
+ }
2114
+ }
2115
+ ],
2116
+ "text": " jh-2:"
2117
+ }
2118
+ ]
2119
+ },
2120
+ {
2121
+ "type": "paragraph",
2122
+ "attrs": {
2123
+ "textAlign": null
2124
+ },
2125
+ "content": [
2126
+ {
2127
+ "type": "text",
2128
+ "marks": [
2129
+ {
2130
+ "type": "textStyle",
2131
+ "attrs": {
2132
+ "color": "rgb(0,0,0)"
2133
+ }
2134
+ }
2135
+ ],
2136
+ "text": "第五周升级包已完成merge"
2137
+ }
2138
+ ]
2139
+ },
2140
+ {
2141
+ "type": "paragraph",
2142
+ "attrs": {
2143
+ "textAlign": null
2144
+ },
2145
+ "content": [
2146
+ {
2147
+ "type": "text",
2148
+ "marks": [
2149
+ {
2150
+ "type": "textStyle",
2151
+ "attrs": {
2152
+ "color": "rgb(0,0,0)"
2153
+ }
2154
+ }
2155
+ ],
2156
+ "text": "第六周升级包已完成merge。。"
2157
+ }
2158
+ ]
2159
+ },
2160
+ {
2161
+ "type": "paragraph",
2162
+ "attrs": {
2163
+ "textAlign": null
2164
+ },
2165
+ "content": [
2166
+ {
2167
+ "type": "text",
2168
+ "marks": [
2169
+ {
2170
+ "type": "textStyle",
2171
+ "attrs": {
2172
+ "color": "rgb(0,0,0)"
2173
+ }
2174
+ },
2175
+ {
2176
+ "type": "bold"
2177
+ }
2178
+ ],
2179
+ "text": "3.业务系统弹性伸缩配置工作 "
2180
+ }
2181
+ ]
2182
+ },
2183
+ {
2184
+ "type": "paragraph",
2185
+ "attrs": {
2186
+ "textAlign": null
2187
+ },
2188
+ "content": [
2189
+ {
2190
+ "type": "text",
2191
+ "marks": [
2192
+ {
2193
+ "type": "textStyle",
2194
+ "attrs": {
2195
+ "color": "rgb(0,0,0)"
2196
+ }
2197
+ }
2198
+ ],
2199
+ "text": "为提升云上业务系统弹性伸缩配置率,特开展业务系统应用弹性伸缩配置工作,已完成接入I6000的55套系统1000余个重要应用配置。"
2200
+ }
2201
+ ]
2202
+ }
2203
+ ]
2204
+ },
2205
+ "blocks": [
2206
+ {
2207
+ "type": "paragraph",
2208
+ "level": null,
2209
+ "align": "left",
2210
+ "runs": [
2211
+ {
2212
+ "text": "1. 指标监控系统",
2213
+ "marks": {
2214
+ "color": "#000000",
2215
+ "bold": true
2216
+ }
2217
+ }
2218
+ ]
2219
+ },
2220
+ {
2221
+ "type": "paragraph",
2222
+ "level": null,
2223
+ "align": "left",
2224
+ "runs": [
2225
+ {
2226
+ "text": "(1) 1.2 智能问答模型调用调用光明大模型时需参考现有知识库,支持使用其它模型的能力,进度50%;  ",
2227
+ "marks": {
2228
+ "color": "#000000"
2229
+ }
2230
+ }
2231
+ ]
2232
+ },
2233
+ {
2234
+ "type": "paragraph",
2235
+ "level": null,
2236
+ "align": "left",
2237
+ "runs": [
2238
+ {
2239
+ "text": "(2) 2.2资源利用率预测功能,未来峰值时间预测、扩容及回收时机判断,进度100%。",
2240
+ "marks": {
2241
+ "color": "#000000"
2242
+ }
2243
+ }
2244
+ ]
2245
+ },
2246
+ {
2247
+ "type": "paragraph",
2248
+ "level": null,
2249
+ "align": "left",
2250
+ "runs": [
2251
+ {
2252
+ "text": "2.318版本升级相关工作 ",
2253
+ "marks": {
2254
+ "color": "#000000",
2255
+ "bold": true
2256
+ }
2257
+ }
2258
+ ]
2259
+ },
2260
+ {
2261
+ "type": "paragraph",
2262
+ "level": null,
2263
+ "align": "left",
2264
+ "runs": [
2265
+ {
2266
+ "text": "江海云平台侧(不含大数据组件部分)已按照总部要求完成三轮318升级摸底(含新增临时摸底项),累计摸底共664项,发现问题共128项,截止20260403已全部确认处理完成。",
2267
+ "marks": {
2268
+ "color": "#000000"
2269
+ }
2270
+ }
2271
+ ]
2272
+ },
2273
+ {
2274
+ "type": "paragraph",
2275
+ "level": null,
2276
+ "align": "left",
2277
+ "runs": [
2278
+ {
2279
+ "text": "当前318升级保障中。",
2280
+ "marks": {
2281
+ "color": "#000000"
2282
+ }
2283
+ }
2284
+ ]
2285
+ },
2286
+ {
2287
+ "type": "paragraph",
2288
+ "level": null,
2289
+ "align": "left",
2290
+ "runs": [
2291
+ {
2292
+ "text": "【拷包进展】",
2293
+ "marks": {
2294
+ "color": "#000000"
2295
+ }
2296
+ }
2297
+ ]
2298
+ },
2299
+ {
2300
+ "type": "paragraph",
2301
+ "level": null,
2302
+ "align": "left",
2303
+ "runs": [
2304
+ {
2305
+ "text": " jh-1:",
2306
+ "marks": {
2307
+ "color": "#000000"
2308
+ }
2309
+ }
2310
+ ]
2311
+ },
2312
+ {
2313
+ "type": "paragraph",
2314
+ "level": null,
2315
+ "align": "left",
2316
+ "runs": [
2317
+ {
2318
+ "text": "第五周升级包已完成merge;",
2319
+ "marks": {
2320
+ "color": "#000000"
2321
+ }
2322
+ }
2323
+ ]
2324
+ },
2325
+ {
2326
+ "type": "paragraph",
2327
+ "level": null,
2328
+ "align": "left",
2329
+ "runs": [
2330
+ {
2331
+ "text": "第六周升级包已下载、校验、解压,待merge(当前ops1机器disk2磁盘满,待第五周升级完进行瘦身,预计5月6日操作,瘦身后再merge第六周的包)",
2332
+ "marks": {
2333
+ "color": "#000000"
2334
+ }
2335
+ }
2336
+ ]
2337
+ },
2338
+ {
2339
+ "type": "paragraph",
2340
+ "level": null,
2341
+ "align": "left",
2342
+ "runs": [
2343
+ {
2344
+ "text": " jh-2:",
2345
+ "marks": {
2346
+ "color": "#000000"
2347
+ }
2348
+ }
2349
+ ]
2350
+ },
2351
+ {
2352
+ "type": "paragraph",
2353
+ "level": null,
2354
+ "align": "left",
2355
+ "runs": [
2356
+ {
2357
+ "text": "第五周升级包已完成merge",
2358
+ "marks": {
2359
+ "color": "#000000"
2360
+ }
2361
+ }
2362
+ ]
2363
+ },
2364
+ {
2365
+ "type": "paragraph",
2366
+ "level": null,
2367
+ "align": "left",
2368
+ "runs": [
2369
+ {
2370
+ "text": "第六周升级包已完成merge。。",
2371
+ "marks": {
2372
+ "color": "#000000"
2373
+ }
2374
+ }
2375
+ ]
2376
+ },
2377
+ {
2378
+ "type": "paragraph",
2379
+ "level": null,
2380
+ "align": "left",
2381
+ "runs": [
2382
+ {
2383
+ "text": "3.业务系统弹性伸缩配置工作 ",
2384
+ "marks": {
2385
+ "color": "#000000",
2386
+ "bold": true
2387
+ }
2388
+ }
2389
+ ]
2390
+ },
2391
+ {
2392
+ "type": "paragraph",
2393
+ "level": null,
2394
+ "align": "left",
2395
+ "runs": [
2396
+ {
2397
+ "text": "为提升云上业务系统弹性伸缩配置率,特开展业务系统应用弹性伸缩配置工作,已完成接入I6000的55套系统1000余个重要应用配置。",
2398
+ "marks": {
2399
+ "color": "#000000"
2400
+ }
2401
+ }
2402
+ ]
2403
+ }
2404
+ ],
2405
+ "updatedAt": "2026-05-20T14:02:30.550Z"
2406
+ }
2407
+ }
2408
+ }