@next-bricks/visual-builder 1.37.4 → 1.38.0

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.
Files changed (113) hide show
  1. package/dist/bricks.json +27 -26
  2. package/dist/chunks/{1889.c21de868.js → 1889.e5238f90.js} +2 -2
  3. package/dist/chunks/1889.e5238f90.js.map +1 -0
  4. package/dist/chunks/220.e0f746d5.js +2 -0
  5. package/dist/chunks/220.e0f746d5.js.map +1 -0
  6. package/dist/chunks/2201.3d4f3271.js +2 -0
  7. package/dist/chunks/{2201.21df7990.js.map → 2201.3d4f3271.js.map} +1 -1
  8. package/dist/chunks/7085.81897113.js +3 -0
  9. package/dist/chunks/{7085.593a28a6.js.map → 7085.81897113.js.map} +1 -1
  10. package/dist/chunks/chat-conversation.2429847e.js +3 -0
  11. package/dist/chunks/{chat-conversation.ede87265.js.map → chat-conversation.2429847e.js.map} +1 -1
  12. package/dist/chunks/chat-preview.18dbd7b9.js +3 -0
  13. package/dist/chunks/{chat-preview.ffd99bae.js.map → chat-preview.18dbd7b9.js.map} +1 -1
  14. package/dist/chunks/contract-select.aebbe874.js +3 -0
  15. package/dist/chunks/{contract-select.21ef3558.js.map → contract-select.aebbe874.js.map} +1 -1
  16. package/dist/chunks/generate-snippets-context-menu.d59571b6.js +2 -0
  17. package/dist/chunks/{generate-snippets-context-menu.19b2db8f.js.map → generate-snippets-context-menu.d59571b6.js.map} +1 -1
  18. package/dist/chunks/get-config-by-data-for-ai.9a56aa11.js +3 -0
  19. package/dist/chunks/get-config-by-data-for-ai.9a56aa11.js.map +1 -0
  20. package/dist/chunks/main.50ff22fd.js +2 -0
  21. package/dist/chunks/main.50ff22fd.js.map +1 -0
  22. package/dist/chunks/page-arch-node.54cda8e0.js +3 -0
  23. package/dist/chunks/{page-arch-node.6b2ea1fe.js.map → page-arch-node.54cda8e0.js.map} +1 -1
  24. package/dist/chunks/pre-generated-config-preview.77f2caaf.js +2 -0
  25. package/dist/chunks/{pre-generated-config-preview.dccb8a89.js.map → pre-generated-config-preview.77f2caaf.js.map} +1 -1
  26. package/dist/chunks/pre-generated-config.5ea466e4.js +2 -0
  27. package/dist/chunks/pre-generated-config.5ea466e4.js.map +1 -0
  28. package/dist/chunks/pre-generated-container.886b45a6.js +2 -0
  29. package/dist/chunks/pre-generated-container.886b45a6.js.map +1 -0
  30. package/dist/chunks/pre-generated-preview.679ccfb9.js +3 -0
  31. package/dist/chunks/{pre-generated-preview.2300448f.js.map → pre-generated-preview.679ccfb9.js.map} +1 -1
  32. package/dist/chunks/pre-generated-table-view.61080b88.js +2 -0
  33. package/dist/chunks/{pre-generated-table-view.5780ee3e.js.map → pre-generated-table-view.61080b88.js.map} +1 -1
  34. package/dist/chunks/raw-data-preview.09ee31ed.js +3 -0
  35. package/dist/chunks/raw-data-preview.09ee31ed.js.map +1 -0
  36. package/dist/chunks/raw-metric-preview.14336dee.js +3 -0
  37. package/dist/chunks/raw-metric-preview.14336dee.js.map +1 -0
  38. package/dist/chunks/workbench-action-list.2bb5fd96.js +2 -0
  39. package/dist/chunks/{workbench-action-list.af49c182.js.map → workbench-action-list.2bb5fd96.js.map} +1 -1
  40. package/dist/chunks/workbench-action.d437c289.js +3 -0
  41. package/dist/chunks/{workbench-action.8c7d1148.js.map → workbench-action.d437c289.js.map} +1 -1
  42. package/dist/chunks/workbench-history-action.9676bc4c.js +3 -0
  43. package/dist/chunks/{workbench-history-action.07fe5cc5.js.map → workbench-history-action.9676bc4c.js.map} +1 -1
  44. package/dist/chunks/workbench-pane.b0663c72.js +3 -0
  45. package/dist/chunks/{workbench-pane.c9d876e0.js.map → workbench-pane.b0663c72.js.map} +1 -1
  46. package/dist/chunks/workbench-sidebar.4f8979af.js +2 -0
  47. package/dist/chunks/{workbench-sidebar.9e1ea9f1.js.map → workbench-sidebar.4f8979af.js.map} +1 -1
  48. package/dist/chunks/workbench-tree.ee9e13e1.js +3 -0
  49. package/dist/chunks/workbench-tree.ee9e13e1.js.LICENSE.txt +5 -0
  50. package/dist/chunks/{workbench-tree.ce12c809.js.map → workbench-tree.ee9e13e1.js.map} +1 -1
  51. package/dist/examples.json +3 -6
  52. package/dist/index.f068c5ae.js +2 -0
  53. package/dist/index.f068c5ae.js.map +1 -0
  54. package/dist/manifest.json +164 -126
  55. package/dist/types.json +1736 -1335
  56. package/dist-types/bootstrap.d.ts +1 -0
  57. package/dist-types/data-providers/get-config-by-data-for-ai.d.ts +13 -0
  58. package/dist-types/data-providers/get-raw-metric-system-prompts.d.ts +1 -0
  59. package/dist-types/pre-generated-config/convertToBrickConf.d.ts +2 -2
  60. package/dist-types/pre-generated-config/index.d.ts +49 -6
  61. package/dist-types/raw-data-preview/index.d.ts +2 -2
  62. package/dist-types/raw-metric-preview/constants.d.ts +1 -0
  63. package/dist-types/raw-metric-preview/convert.d.ts +6 -0
  64. package/dist-types/raw-metric-preview/generateMetricCandidates.d.ts +8 -0
  65. package/dist-types/raw-metric-preview/index.d.ts +58 -0
  66. package/dist-types/raw-metric-preview/raw-metric-interfaces.d.ts +16 -0
  67. package/package.json +2 -2
  68. package/dist/chunks/1889.c21de868.js.map +0 -1
  69. package/dist/chunks/2052.f1624476.js +0 -2
  70. package/dist/chunks/2052.f1624476.js.map +0 -1
  71. package/dist/chunks/2201.21df7990.js +0 -2
  72. package/dist/chunks/2464.3e4124ec.js +0 -2
  73. package/dist/chunks/2464.3e4124ec.js.map +0 -1
  74. package/dist/chunks/7085.593a28a6.js +0 -3
  75. package/dist/chunks/chat-conversation.ede87265.js +0 -3
  76. package/dist/chunks/chat-preview.ffd99bae.js +0 -3
  77. package/dist/chunks/contract-select.21ef3558.js +0 -3
  78. package/dist/chunks/generate-snippets-context-menu.19b2db8f.js +0 -2
  79. package/dist/chunks/get-config-by-data-for-ai.846e0776.js +0 -3
  80. package/dist/chunks/get-config-by-data-for-ai.846e0776.js.map +0 -1
  81. package/dist/chunks/main.fc66b3d7.js +0 -2
  82. package/dist/chunks/main.fc66b3d7.js.map +0 -1
  83. package/dist/chunks/page-arch-node.6b2ea1fe.js +0 -3
  84. package/dist/chunks/pre-generated-config-preview.dccb8a89.js +0 -2
  85. package/dist/chunks/pre-generated-config.ab886943.js +0 -2
  86. package/dist/chunks/pre-generated-config.ab886943.js.map +0 -1
  87. package/dist/chunks/pre-generated-container.7a8711cd.js +0 -2
  88. package/dist/chunks/pre-generated-container.7a8711cd.js.map +0 -1
  89. package/dist/chunks/pre-generated-preview.2300448f.js +0 -3
  90. package/dist/chunks/pre-generated-table-view.5780ee3e.js +0 -2
  91. package/dist/chunks/raw-data-preview.7b191fed.js +0 -3
  92. package/dist/chunks/raw-data-preview.7b191fed.js.map +0 -1
  93. package/dist/chunks/workbench-action-list.af49c182.js +0 -2
  94. package/dist/chunks/workbench-action.8c7d1148.js +0 -3
  95. package/dist/chunks/workbench-history-action.07fe5cc5.js +0 -3
  96. package/dist/chunks/workbench-pane.c9d876e0.js +0 -3
  97. package/dist/chunks/workbench-sidebar.9e1ea9f1.js +0 -2
  98. package/dist/chunks/workbench-tree.ce12c809.js +0 -3
  99. package/dist/index.43083b10.js +0 -2
  100. package/dist/index.43083b10.js.map +0 -1
  101. package/docs/pre-generated-config.md +0 -3512
  102. /package/dist/chunks/{7085.593a28a6.js.LICENSE.txt → 7085.81897113.js.LICENSE.txt} +0 -0
  103. /package/dist/chunks/{chat-conversation.ede87265.js.LICENSE.txt → chat-conversation.2429847e.js.LICENSE.txt} +0 -0
  104. /package/dist/chunks/{chat-preview.ffd99bae.js.LICENSE.txt → chat-preview.18dbd7b9.js.LICENSE.txt} +0 -0
  105. /package/dist/chunks/{contract-select.21ef3558.js.LICENSE.txt → contract-select.aebbe874.js.LICENSE.txt} +0 -0
  106. /package/dist/chunks/{get-config-by-data-for-ai.846e0776.js.LICENSE.txt → get-config-by-data-for-ai.9a56aa11.js.LICENSE.txt} +0 -0
  107. /package/dist/chunks/{page-arch-node.6b2ea1fe.js.LICENSE.txt → page-arch-node.54cda8e0.js.LICENSE.txt} +0 -0
  108. /package/dist/chunks/{pre-generated-preview.2300448f.js.LICENSE.txt → pre-generated-preview.679ccfb9.js.LICENSE.txt} +0 -0
  109. /package/dist/chunks/{raw-data-preview.7b191fed.js.LICENSE.txt → raw-data-preview.09ee31ed.js.LICENSE.txt} +0 -0
  110. /package/dist/chunks/{workbench-action.8c7d1148.js.LICENSE.txt → raw-metric-preview.14336dee.js.LICENSE.txt} +0 -0
  111. /package/dist/chunks/{workbench-pane.c9d876e0.js.LICENSE.txt → workbench-action.d437c289.js.LICENSE.txt} +0 -0
  112. /package/dist/chunks/{workbench-history-action.07fe5cc5.js.LICENSE.txt → workbench-history-action.9676bc4c.js.LICENSE.txt} +0 -0
  113. /package/dist/chunks/{workbench-tree.ce12c809.js.LICENSE.txt → workbench-pane.b0663c72.js.LICENSE.txt} +0 -0
@@ -1,10 +1,10 @@
1
1
  {
2
- "visual-builder.page-arch-node": {
3
- "doc": "构件 `visual-builder.page-arch-node`\n\n## Examples\n\n### Basic\n\n```yaml preview\nbrick: visual-builder.page-arch-node\nproperties:\n label: 名称\n type: page\n# -- YAML DELIMITER (1nbbm8) --\n# <visual-builder.page-arch-node\n# label=\"名称\"\n# type=\"page\"\n# ></visual-builder.page-arch-node>\n# \n```\n\n### With SubNodes\n\n```yaml preview\nbrick: visual-builder.page-arch-node\nproperties:\n label: 列表\n type: page\n subNodes:\n - label: 详情\n id: detail\n# -- YAML DELIMITER (1nbbm8) --\n# <visual-builder.page-arch-node\n# label=\"列表\"\n# type=\"page\"\n# id=\"brick-1\"\n# ></visual-builder.page-arch-node>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.subNodes = [\n# {\n# label: \"详情\",\n# id: \"detail\",\n# },\n# ];\n# </script>\n# \n```\n"
4
- },
5
2
  "visual-builder.workbench-history-action": {
6
3
  "doc": "项目变更历史\n\n## Examples\n\n### Basic\n\n```yaml preview\nbrick: visual-builder.workbench-history-action\nproperties:\n appId: project-a\n# -- YAML DELIMITER (1nbbm8) --\n# <visual-builder.workbench-history-action\n# app-id=\"project-a\"\n# ></visual-builder.workbench-history-action>\n# \n```\n"
7
4
  },
5
+ "visual-builder.page-arch-node": {
6
+ "doc": "构件 `visual-builder.page-arch-node`\n\n## Examples\n\n### Basic\n\n```yaml preview\nbrick: visual-builder.page-arch-node\nproperties:\n label: 名称\n type: page\n# -- YAML DELIMITER (1nbbm8) --\n# <visual-builder.page-arch-node\n# label=\"名称\"\n# type=\"page\"\n# ></visual-builder.page-arch-node>\n# \n```\n\n### With SubNodes\n\n```yaml preview\nbrick: visual-builder.page-arch-node\nproperties:\n label: 列表\n type: page\n subNodes:\n - label: 详情\n id: detail\n# -- YAML DELIMITER (1nbbm8) --\n# <visual-builder.page-arch-node\n# label=\"列表\"\n# type=\"page\"\n# id=\"brick-1\"\n# ></visual-builder.page-arch-node>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.subNodes = [\n# {\n# label: \"详情\",\n# id: \"detail\",\n# },\n# ];\n# </script>\n# \n```\n"
7
+ },
8
8
  "visual-builder.chat-conversation": {
9
9
  "doc": "用于 Visual Builder 的智能聊天对话列表\n\n## Examples\n\n### Basic\n\n````yaml preview\nbrick: visual-builder.chat-conversation\nproperties:\n messages:\n - role: user\n content: 生成一个主机列表页面\n key: 1\n - role: assistant\n content: |\n 好的,我们来逐步确认页面的各个区块需求。\n\n 1. **页头区**:您需要在这个区域放置什么内容?比如标题、横幅图片或者搜索框等。\n 2. **全局操作区**:您希望有哪些全局操作的按钮?如您所示,已有“管理”、“刷新”、“新建”、“删除”、“执行”、“导入”和“导出”,这些都足够了吗?\n 3. **标签导航区**:是否需要多个标签页?如果有,需要显示哪些内容或数据?\n 4. **数据控制区**:对于搜索,需要哪些字段作为搜索条件?“最近访问”和“基础筛选”需要哪些具体筛选条件?\n 5. **列表区**:列表中应显示主机的哪些属性?例如,是否显示`主机名`、`IP`、`供应商`等信息?是否需要编辑和删除功能?列表是否可排序?用户是否可以多选列表项?分页功能需要吗?\n\n 请根据您的需求回答这些问题,或者告诉我哪些区块的默认设置即可。\n key: 2\n - role: user\n content: |\n 不包含页头区。\n 全局操作区包含新建、删除两个按钮。数据控制区提供搜索功能,用户可以按IP搜索。列表区展示每条主机的IP、主机名、运营状态、创建时间。\n 其他区块不需要。\n key: 3\n - role: assistant\n content: |\n 了解了您的需求,以下是根据您的回答总结的最终需求:\n\n ```json\n {\n \"requirement\": \"生成一个主机列表页面,不包含页头区。全局操作区包含'新建'和'删除'两个按钮。数据控制区提供搜索功能,用户可以按IP进行搜索。列表区展示每条主机的IP、主机名、运营状态和创建时间。其他区块如标签导航区、数据控制区的其他功能(如最近访问、基础筛选)以及列表区的编辑、排序、选择和分页功能都不需要。\"\n }\n ```\n\n ```easy_cmd_vb_block_page\n [{\"uuid\": \"96e55a2a556049eba1e5c1a8cd1e6ef3\", \"seq\": 0, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"\", \"brick_desc\": \"包含新建和删除按钮\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"block\", \"name\": \"全局操作区\", \"children\": [\"d7ef5946776445ba96ebf2beb2f680a5\", \"da3e65baf08d4fc28b938d1efd768265\"], \"parent\": \"\", \"properties\": null, \"hasContainer\": false}, {\"uuid\": \"d7ef5946776445ba96ebf2beb2f680a5\", \"seq\": 0, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"\", \"brick_desc\": \"生成一个新建按钮,textContent为新建,type为primary(主要按钮),大小为medium,形状为默认方形,非禁用状态,无危险状态,无图标,无tooltip\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"item\", \"name\": \"新建\", \"children\": [], \"parent\": \"96e55a2a556049eba1e5c1a8cd1e6ef3\", \"properties\": null, \"hasContainer\": false}, {\"uuid\": \"da3e65baf08d4fc28b938d1efd768265\", \"seq\": 1, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"\", \"brick_desc\": \"生成一个删除按钮,textContent为删除,type为danger(危险按钮),大小为medium,形状为默认方形,非禁用状态,有危险状态,无图标,无tooltip\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"item\", \"name\": \"删除\", \"children\": [], \"parent\": \"96e55a2a556049eba1e5c1a8cd1e6ef3\", \"properties\": null, \"hasContainer\": false}, {\"uuid\": \"92c07992c61d4f43b41e6a56e500622a\", \"seq\": 1, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"\", \"brick_desc\": \"提供按IP搜索的功能\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"block\", \"name\": \"数据控制区\", \"children\": [\"e2f986f8379f4fd4bd3627855051c50e\"], \"parent\": \"\", \"properties\": null, \"hasContainer\": true}, {\"uuid\": \"e2f986f8379f4fd4bd3627855051c50e\", \"seq\": 0, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"eo-search\", \"brick_desc\": \"提供按IP地址搜索的功能,允许用户输入IP地址进行精确匹配或模糊搜索\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"item\", \"name\": \"IP搜索\", \"children\": [], \"parent\": \"92c07992c61d4f43b41e6a56e500622a\", \"properties\": null, \"hasContainer\": false}, {\"uuid\": \"a66ff62152ea4b808f2e5d957c24b2ef\", \"seq\": 2, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"\", \"brick_desc\": \"展示每条主机的供应商、主机名、MAC地址和操作系统\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"block\", \"name\": \"列表区\", \"children\": [\"8ed6175b7bc94b40b28f1f7687cb1a3a\", \"a52c680f3e364eff84fc169b8d8c191e\", \"c04fef1e64ca4200a5843b579f71fbcf\", \"0b485a8a1b924d54adb8914763096723\"], \"parent\": \"\", \"properties\": null, \"hasContainer\": true}, {\"uuid\": \"8ed6175b7bc94b40b28f1f7687cb1a3a\", \"seq\": 0, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"\", \"brick_desc\": \"使用文本构件,显示供应商信息。\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"item\", \"name\": \"供应商\", \"children\": [], \"parent\": \"a66ff62152ea4b808f2e5d957c24b2ef\", \"properties\": null, \"hasContainer\": false}, {\"uuid\": \"a52c680f3e364eff84fc169b8d8c191e\", \"seq\": 1, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"\", \"brick_desc\": \"使用链接构件,显示主机名,跳转到主机详情页面。\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"item\", \"name\": \"主机名\", \"children\": [], \"parent\": \"a66ff62152ea4b808f2e5d957c24b2ef\", \"properties\": null, \"hasContainer\": false}, {\"uuid\": \"c04fef1e64ca4200a5843b579f71fbcf\", \"seq\": 2, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"\", \"brick_desc\": \"使用文本构件,显示MAC地址信息。\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"item\", \"name\": \"物理地址\", \"children\": [], \"parent\": \"a66ff62152ea4b808f2e5d957c24b2ef\", \"properties\": null, \"hasContainer\": false}, {\"uuid\": \"0b485a8a1b924d54adb8914763096723\", \"seq\": 3, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"\", \"brick_desc\": \"使用文本构件,显示操作系统类型信息。\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"item\", \"name\": \"操作系统类型\", \"children\": [], \"parent\": \"a66ff62152ea4b808f2e5d957c24b2ef\", \"properties\": null, \"hasContainer\": false}]\n ```\n\n ```easy_cmd_vb_block_storyboard\n {\"uuid\": \"d7ef5946776445ba96ebf2beb2f680a5\", \"storyboard\": {\"brick\": \"eo-button\", \"events\": {\"click\": []}, \"properties\": {\"textContent\": \"新建\", \"type\": \"primary\", \"size\": \"medium\", \"shape\": \"default\", \"buttonStyle\": {\"padding\": \"0 8px\"}, \"dataset\": {\"testid\": \"create-eo-button\"}}}}\n ```\n\n ```easy_cmd_vb_block_storyboard\n {\"uuid\": \"da3e65baf08d4fc28b938d1efd768265\", \"storyboard\": {\"brick\": \"eo-button\", \"events\": {\"click\": []}, \"properties\": {\"textContent\": \"删除\", \"type\": \"danger\", \"size\": \"medium\", \"buttonStyle\": {\"padding\": \"0px 8px\"}, \"danger\": true, \"dataset\": {\"testid\": \"delete-button\"}, \"properties\": {\"danger\": true, \"type\": \"danger\"}}}}\n ```\n\n ```easy_cmd_vb_block_storyboard\n {\"uuid\": \"92c07992c61d4f43b41e6a56e500622a\", \"storyboard\": {\"brick\": \"eo-form\", \"properties\": {\"layout\": \"inline\"}}}\n ```\n\n ```easy_cmd_vb_block_storyboard\n {\"uuid\": \"e2f986f8379f4fd4bd3627855051c50e\", \"storyboard\": {\"brick\": \"eo-search\", \"events\": {\"search\": []}, \"properties\": {\"placeholder\": \"按IP地址搜索\", \"dataset\": {\"testid\": \"search\"}}}}\n ```\n\n ```easy_cmd_vb_block_storyboard\n {\"uuid\": \"a66ff62152ea4b808f2e5d957c24b2ef\", \"storyboard\": {\"brick\": \"eo-next-table\", \"properties\": {\"columns\": [{\"title\": \"供应商\", \"dataIndex\": \"provider\", \"useChildren\": \"[provider]\"}, {\"title\": \"主机名\", \"dataIndex\": \"hostname\", \"useChildren\": \"[hostname]\"}, {\"title\": \"MAC地址\", \"dataIndex\": \"_mac\", \"useChildren\": \"[_mac]\"}, {\"title\": \"操作系统\", \"dataIndex\": \"osSystem\", \"useChildren\": \"[osSystem]\"}], \"dataSource\": \"<% CTX.hostList %>\"}, \"context\": [{\"name\": \"hostList\", \"value\": {\"list\": [{\"provider\": \"供应商A\", \"hostname\": \"主机1\", \"_mac\": \"00:11:22:33:44:55\", \"osSystem\": \"Windows 10\"}, {\"provider\": \"供应商B\", \"hostname\": \"主机2\", \"_mac\": \"AA:BB:CC:DD:EE:FF\", \"osSystem\": \"Ubuntu 20.04\"}], \"total\": 2}}]}}\n ```\n\n ```easy_cmd_vb_block_storyboard\n {\"uuid\": \"8ed6175b7bc94b40b28f1f7687cb1a3a\", \"storyboard\": {\"brick\": \"eo-text\", \"properties\": {\"textContent\": \"<% DATA.cellData %>\", \"dataset\": {\"testid\": \"textContent\"}}, \"slot\": \"[provider]\"}}\n ```\n\n ```easy_cmd_vb_block_storyboard\n {\"uuid\": \"a52c680f3e364eff84fc169b8d8c191e\", \"storyboard\": {\"brick\": \"eo-link\", \"events\": {\"click\": []}, \"properties\": {\"url\": \"<% DATA.cellData %>\", \"target\": \"_blank\", \"showIcon\": true, \"textContent\": \"<% DATA.cellData %>\", \"dataset\": {\"testid\": \"nodeUrl\"}}, \"slot\": \"[hostname]\"}}\n ```\n\n ```easy_cmd_vb_block_storyboard\n {\"uuid\": \"c04fef1e64ca4200a5843b579f71fbcf\", \"storyboard\": {\"brick\": \"eo-text\", \"properties\": {\"textContent\": \"<% DATA.cellData %>\", \"dataset\": {\"testid\": \"textContent\"}}, \"slot\": \"[_mac]\"}}\n ```\n\n ```easy_cmd_vb_block_storyboard\n {\"uuid\": \"0b485a8a1b924d54adb8914763096723\", \"storyboard\": {\"brick\": \"eo-text\", \"properties\": {\"textContent\": \"<% DATA.cellData %>\", \"dataset\": {\"testid\": \"textContent\"}}, \"slot\": \"[osSystem]\"}}\n ```\n key: 4\n partial: true\nevents:\n storyboard.update:\n action: console.log\n# -- YAML DELIMITER (1nbbm8) --\n# <visual-builder.chat-conversation\n# id=\"brick-1\"\n# ></visual-builder.chat-conversation>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.messages = [\n# {\n# role: \"user\",\n# content: \"生成一个主机列表页面\",\n# key: 1,\n# },\n# {\n# role: \"assistant\",\n# content:\n# \"好的,我们来逐步确认页面的各个区块需求。\\n\\n1. **页头区**:您需要在这个区域放置什么内容?比如标题、横幅图片或者搜索框等。\\n2. **全局操作区**:您希望有哪些全局操作的按钮?如您所示,已有“管理”、“刷新”、“新建”、“删除”、“执行”、“导入”和“导出”,这些都足够了吗?\\n3. **标签导航区**:是否需要多个标签页?如果有,需要显示哪些内容或数据?\\n4. **数据控制区**:对于搜索,需要哪些字段作为搜索条件?“最近访问”和“基础筛选”需要哪些具体筛选条件?\\n5. **列表区**:列表中应显示主机的哪些属性?例如,是否显示`主机名`、`IP`、`供应商`等信息?是否需要编辑和删除功能?列表是否可排序?用户是否可以多选列表项?分页功能需要吗?\\n\\n请根据您的需求回答这些问题,或者告诉我哪些区块的默认设置即可。\\n\",\n# key: 2,\n# },\n# {\n# role: \"user\",\n# content:\n# \"不包含页头区。\\n全局操作区包含新建、删除两个按钮。数据控制区提供搜索功能,用户可以按IP搜索。列表区展示每条主机的IP、主机名、运营状态、创建时间。\\n其他区块不需要。\\n\",\n# key: 3,\n# },\n# {\n# role: \"assistant\",\n# content:\n# '了解了您的需求,以下是根据您的回答总结的最终需求:\\n\\n```json\\n{\\n \"requirement\": \"生成一个主机列表页面,不包含页头区。全局操作区包含\\'新建\\'和\\'删除\\'两个按钮。数据控制区提供搜索功能,用户可以按IP进行搜索。列表区展示每条主机的IP、主机名、运营状态和创建时间。其他区块如标签导航区、数据控制区的其他功能(如最近访问、基础筛选)以及列表区的编辑、排序、选择和分页功能都不需要。\"\\n}\\n```\\n\\n```easy_cmd_vb_block_page\\n[{\"uuid\": \"96e55a2a556049eba1e5c1a8cd1e6ef3\", \"seq\": 0, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"\", \"brick_desc\": \"包含新建和删除按钮\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"block\", \"name\": \"全局操作区\", \"children\": [\"d7ef5946776445ba96ebf2beb2f680a5\", \"da3e65baf08d4fc28b938d1efd768265\"], \"parent\": \"\", \"properties\": null, \"hasContainer\": false}, {\"uuid\": \"d7ef5946776445ba96ebf2beb2f680a5\", \"seq\": 0, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"\", \"brick_desc\": \"生成一个新建按钮,textContent为新建,type为primary(主要按钮),大小为medium,形状为默认方形,非禁用状态,无危险状态,无图标,无tooltip\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"item\", \"name\": \"新建\", \"children\": [], \"parent\": \"96e55a2a556049eba1e5c1a8cd1e6ef3\", \"properties\": null, \"hasContainer\": false}, {\"uuid\": \"da3e65baf08d4fc28b938d1efd768265\", \"seq\": 1, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"\", \"brick_desc\": \"生成一个删除按钮,textContent为删除,type为danger(危险按钮),大小为medium,形状为默认方形,非禁用状态,有危险状态,无图标,无tooltip\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"item\", \"name\": \"删除\", \"children\": [], \"parent\": \"96e55a2a556049eba1e5c1a8cd1e6ef3\", \"properties\": null, \"hasContainer\": false}, {\"uuid\": \"92c07992c61d4f43b41e6a56e500622a\", \"seq\": 1, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"\", \"brick_desc\": \"提供按IP搜索的功能\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"block\", \"name\": \"数据控制区\", \"children\": [\"e2f986f8379f4fd4bd3627855051c50e\"], \"parent\": \"\", \"properties\": null, \"hasContainer\": true}, {\"uuid\": \"e2f986f8379f4fd4bd3627855051c50e\", \"seq\": 0, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"eo-search\", \"brick_desc\": \"提供按IP地址搜索的功能,允许用户输入IP地址进行精确匹配或模糊搜索\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"item\", \"name\": \"IP搜索\", \"children\": [], \"parent\": \"92c07992c61d4f43b41e6a56e500622a\", \"properties\": null, \"hasContainer\": false}, {\"uuid\": \"a66ff62152ea4b808f2e5d957c24b2ef\", \"seq\": 2, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"\", \"brick_desc\": \"展示每条主机的供应商、主机名、MAC地址和操作系统\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"block\", \"name\": \"列表区\", \"children\": [\"8ed6175b7bc94b40b28f1f7687cb1a3a\", \"a52c680f3e364eff84fc169b8d8c191e\", \"c04fef1e64ca4200a5843b579f71fbcf\", \"0b485a8a1b924d54adb8914763096723\"], \"parent\": \"\", \"properties\": null, \"hasContainer\": true}, {\"uuid\": \"8ed6175b7bc94b40b28f1f7687cb1a3a\", \"seq\": 0, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"\", \"brick_desc\": \"使用文本构件,显示供应商信息。\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"item\", \"name\": \"供应商\", \"children\": [], \"parent\": \"a66ff62152ea4b808f2e5d957c24b2ef\", \"properties\": null, \"hasContainer\": false}, {\"uuid\": \"a52c680f3e364eff84fc169b8d8c191e\", \"seq\": 1, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"\", \"brick_desc\": \"使用链接构件,显示主机名,跳转到主机详情页面。\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"item\", \"name\": \"主机名\", \"children\": [], \"parent\": \"a66ff62152ea4b808f2e5d957c24b2ef\", \"properties\": null, \"hasContainer\": false}, {\"uuid\": \"c04fef1e64ca4200a5843b579f71fbcf\", \"seq\": 2, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"\", \"brick_desc\": \"使用文本构件,显示MAC地址信息。\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"item\", \"name\": \"物理地址\", \"children\": [], \"parent\": \"a66ff62152ea4b808f2e5d957c24b2ef\", \"properties\": null, \"hasContainer\": false}, {\"uuid\": \"0b485a8a1b924d54adb8914763096723\", \"seq\": 3, \"conversationId\": \"db2e41dc-932c-4f76-aad4-19da09bea036\", \"brick\": \"\", \"brick_desc\": \"使用文本构件,显示操作系统类型信息。\", \"user_desc\": \"\", \"storyboard\": null, \"type\": \"item\", \"name\": \"操作系统类型\", \"children\": [], \"parent\": \"a66ff62152ea4b808f2e5d957c24b2ef\", \"properties\": null, \"hasContainer\": false}]\\n```\\n\\n```easy_cmd_vb_block_storyboard\\n{\"uuid\": \"d7ef5946776445ba96ebf2beb2f680a5\", \"storyboard\": {\"brick\": \"eo-button\", \"events\": {\"click\": []}, \"properties\": {\"textContent\": \"新建\", \"type\": \"primary\", \"size\": \"medium\", \"shape\": \"default\", \"buttonStyle\": {\"padding\": \"0 8px\"}, \"dataset\": {\"testid\": \"create-eo-button\"}}}}\\n```\\n\\n```easy_cmd_vb_block_storyboard\\n{\"uuid\": \"da3e65baf08d4fc28b938d1efd768265\", \"storyboard\": {\"brick\": \"eo-button\", \"events\": {\"click\": []}, \"properties\": {\"textContent\": \"删除\", \"type\": \"danger\", \"size\": \"medium\", \"buttonStyle\": {\"padding\": \"0px 8px\"}, \"danger\": true, \"dataset\": {\"testid\": \"delete-button\"}, \"properties\": {\"danger\": true, \"type\": \"danger\"}}}}\\n```\\n\\n```easy_cmd_vb_block_storyboard\\n{\"uuid\": \"92c07992c61d4f43b41e6a56e500622a\", \"storyboard\": {\"brick\": \"eo-form\", \"properties\": {\"layout\": \"inline\"}}}\\n```\\n\\n```easy_cmd_vb_block_storyboard\\n{\"uuid\": \"e2f986f8379f4fd4bd3627855051c50e\", \"storyboard\": {\"brick\": \"eo-search\", \"events\": {\"search\": []}, \"properties\": {\"placeholder\": \"按IP地址搜索\", \"dataset\": {\"testid\": \"search\"}}}}\\n```\\n\\n```easy_cmd_vb_block_storyboard\\n{\"uuid\": \"a66ff62152ea4b808f2e5d957c24b2ef\", \"storyboard\": {\"brick\": \"eo-next-table\", \"properties\": {\"columns\": [{\"title\": \"供应商\", \"dataIndex\": \"provider\", \"useChildren\": \"[provider]\"}, {\"title\": \"主机名\", \"dataIndex\": \"hostname\", \"useChildren\": \"[hostname]\"}, {\"title\": \"MAC地址\", \"dataIndex\": \"_mac\", \"useChildren\": \"[_mac]\"}, {\"title\": \"操作系统\", \"dataIndex\": \"osSystem\", \"useChildren\": \"[osSystem]\"}], \"dataSource\": \"<% CTX.hostList %>\"}, \"context\": [{\"name\": \"hostList\", \"value\": {\"list\": [{\"provider\": \"供应商A\", \"hostname\": \"主机1\", \"_mac\": \"00:11:22:33:44:55\", \"osSystem\": \"Windows 10\"}, {\"provider\": \"供应商B\", \"hostname\": \"主机2\", \"_mac\": \"AA:BB:CC:DD:EE:FF\", \"osSystem\": \"Ubuntu 20.04\"}], \"total\": 2}}]}}\\n```\\n\\n```easy_cmd_vb_block_storyboard\\n{\"uuid\": \"8ed6175b7bc94b40b28f1f7687cb1a3a\", \"storyboard\": {\"brick\": \"eo-text\", \"properties\": {\"textContent\": \"<% DATA.cellData %>\", \"dataset\": {\"testid\": \"textContent\"}}, \"slot\": \"[provider]\"}}\\n```\\n\\n```easy_cmd_vb_block_storyboard\\n{\"uuid\": \"a52c680f3e364eff84fc169b8d8c191e\", \"storyboard\": {\"brick\": \"eo-link\", \"events\": {\"click\": []}, \"properties\": {\"url\": \"<% DATA.cellData %>\", \"target\": \"_blank\", \"showIcon\": true, \"textContent\": \"<% DATA.cellData %>\", \"dataset\": {\"testid\": \"nodeUrl\"}}, \"slot\": \"[hostname]\"}}\\n```\\n\\n```easy_cmd_vb_block_storyboard\\n{\"uuid\": \"c04fef1e64ca4200a5843b579f71fbcf\", \"storyboard\": {\"brick\": \"eo-text\", \"properties\": {\"textContent\": \"<% DATA.cellData %>\", \"dataset\": {\"testid\": \"textContent\"}}, \"slot\": \"[_mac]\"}}\\n```\\n\\n```easy_cmd_vb_block_storyboard\\n{\"uuid\": \"0b485a8a1b924d54adb8914763096723\", \"storyboard\": {\"brick\": \"eo-text\", \"properties\": {\"textContent\": \"<% DATA.cellData %>\", \"dataset\": {\"testid\": \"textContent\"}}, \"slot\": \"[osSystem]\"}}\\n```\\n',\n# key: 4,\n# partial: true,\n# },\n# ];\n# brick_1.addEventListener(\"storyboard.update\", (e) => {\n# console.log(e.detail);\n# });\n# </script>\n# \n````\n\n### Errors\n\n```yaml preview\nbrick: visual-builder.chat-conversation\nproperties:\n messages:\n - role: user\n content: Create a page to show server host list.\n key: 1\n - role: assistant\n content: OK, let's do it\n key: 2\n failed: true\n - role: assistant\n content: Internal Server Error\n key: 3\n failed: true\n# -- YAML DELIMITER (1nbbm8) --\n# <visual-builder.chat-conversation\n# id=\"brick-1\"\n# ></visual-builder.chat-conversation>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.messages = [\n# {\n# role: \"user\",\n# content: \"Create a page to show server host list.\",\n# key: 1,\n# },\n# {\n# role: \"assistant\",\n# content: \"OK, let's do it\",\n# key: 2,\n# failed: true,\n# },\n# {\n# role: \"assistant\",\n# content: \"Internal Server Error\",\n# key: 3,\n# failed: true,\n# },\n# ];\n# </script>\n# \n```\n"
10
10
  },
@@ -13,8 +13,5 @@
13
13
  },
14
14
  "visual-builder.raw-data-preview": {
15
15
  "doc": "构件 `visual-builder.raw-data-preview`\n\n```yaml preview minHeight=\"500px\"\nbrick: visual-builder.raw-data-preview\nproperties:\n previewUrl: /preview/\n theme: <% THEME.getTheme() %>\n uiVersion: \"8.2\"\n style:\n height: calc(100vh - 4em)\n generations:\n - generationId: 6202dcb92c165\n objectId: IDEA\n objectName: 想法\n propertyId: predictDeliveryTime\n propertyName: 预计交付时间\n propertyInstanceId: 61df43df88cc1\n instanceId: 6202dcb92c165\n candidates:\n - display: text\n formatter:\n format: relative\n type: date-time\n type: date-time\n visualWeight: -1\n - display: text\n formatter:\n format: accurate\n type: date-time\n type: date-time\n visualWeight: 0\n - display: text\n formatter:\n format: full\n type: date-time\n type: date-time\n visualWeight: 1\n - display: text\n formatter:\n format: full\n type: date-time\n type: date-time\n visualWeight: 2\n - generationId: 6202d9c17c601\n objectId: IDEA\n objectName: 想法\n propertyId: gradeInfo\n propertyName: 评价信息\n propertyInstanceId: 61df43df88d25\n instanceId: 6202d9c17c601\n candidates:\n - display: text\n field: grade\n type: struct\n visualWeight: 0\n - display: link\n field: memo\n type: struct\n visualWeight: 1\n - display: tag\n field: gradeTime\n type: struct\n visualWeight: 2\n - generationId: 6202d9c1824ed\n objectId: IDEA\n objectName: 想法\n propertyId: createRole\n propertyName: 创建idea的用户角色\n propertyInstanceId: 61df43df88d89\n instanceId: 6202d9c1824ed\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - generationId: 6202d9c17d9ed\n objectId: IDEA\n objectName: 想法\n propertyId: pmoReviewComment\n propertyName: PMO评审意见\n propertyInstanceId: 61df43df88ded\n instanceId: 6202d9c17d9ed\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - generationId: 6202d9c17d8c1\n objectId: IDEA\n objectName: 想法\n propertyId: value\n propertyName: 想法价值\n propertyInstanceId: 61df43df88e51\n instanceId: 6202d9c17d8c1\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - generationId: 6202dcb90ef61\n objectId: IDEA\n objectName: 想法\n propertyId: planStartDate\n propertyName: 计划开始日期\n propertyInstanceId: 61df43df88eb5\n instanceId: 6202dcb90ef61\n candidates:\n - display: text\n formatter:\n format: relative\n type: date\n type: date\n visualWeight: -1\n - display: text\n formatter:\n format: accurate\n type: date\n type: date\n visualWeight: 0\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 1\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 2\n - generationId: 6202dcb90c081\n objectId: IDEA\n objectName: 想法\n propertyId: planStartTime\n propertyName: 计划开始时间\n propertyInstanceId: 61df43df88f19\n instanceId: 6202dcb90c081\n candidates:\n - display: text\n formatter:\n format: relative\n type: date-time\n type: date-time\n visualWeight: -1\n - display: text\n formatter:\n format: accurate\n type: date-time\n type: date-time\n visualWeight: 0\n - display: text\n formatter:\n format: full\n type: date-time\n type: date-time\n visualWeight: 1\n - display: text\n formatter:\n format: full\n type: date-time\n type: date-time\n visualWeight: 2\n - generationId: 6202d9c198f09\n objectId: IDEA\n objectName: 想法\n propertyId: stage\n propertyName: 项目阶段\n propertyInstanceId: 61df43df88f7d\n instanceId: 6202d9c198f09\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - generationId: 6202dcb94428d\n objectId: IDEA\n objectName: 想法\n propertyId: pmoReviewTime\n propertyName: PMO评审时间\n propertyInstanceId: 61df43df88fe1\n instanceId: 6202dcb94428d\n candidates:\n - display: text\n formatter:\n format: relative\n type: date-time\n type: date-time\n visualWeight: -1\n - display: text\n formatter:\n format: accurate\n type: date-time\n type: date-time\n visualWeight: 0\n - display: text\n formatter:\n format: full\n type: date-time\n type: date-time\n visualWeight: 1\n - display: text\n formatter:\n format: full\n type: date-time\n type: date-time\n visualWeight: 2\n - generationId: 6202d9c19ac55\n objectId: IDEA\n objectName: 想法\n propertyId: customerConfirm\n propertyName: 客户确认情况\n propertyInstanceId: 61df43df89045\n instanceId: 6202d9c19ac55\n candidates:\n - display: text\n field: confirm\n type: struct\n visualWeight: 0\n - display: link\n field: confirmTime\n type: struct\n visualWeight: 1\n - display: tag\n field: rejectReason\n type: struct\n visualWeight: 2\n - display: text\n field: confirmTime\n type: struct\n visualWeight: -1\n - generationId: 6202d9c1a1825\n objectId: IDEA\n objectName: 想法\n propertyId: finishTime\n propertyName: 结束时间\n propertyInstanceId: 61df43df890a9\n instanceId: 6202d9c1a1825\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - generationId: 6202dcb90eefd\n objectId: IDEA\n objectName: 想法\n propertyId: pdReviewDate\n propertyName: PD评审日期\n propertyInstanceId: 61df43df8910d\n instanceId: 6202dcb90eefd\n candidates:\n - display: text\n formatter:\n format: relative\n type: date\n type: date\n visualWeight: -1\n - display: text\n formatter:\n format: accurate\n type: date\n type: date\n visualWeight: 0\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 1\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 2\n - generationId: 6202d9c1b5e51\n objectId: IDEA\n objectName: 想法\n propertyId: realStoryPoint\n propertyName: 实际消耗人天\n propertyInstanceId: 61df43df89171\n instanceId: 6202d9c1b5e51\n candidates:\n - display: text\n formatter:\n decimals: 2\n format: decimal\n type: number\n style:\n color: var(--text-color-secondary)\n size: medium\n type: float\n visualWeight: -1\n - display: text\n formatter:\n decimals: 2\n format: decimal\n type: number\n style:\n color: var(--text-color-default)\n size: medium\n type: float\n visualWeight: 0\n - display: text\n formatter:\n decimals: 2\n format: decimal\n type: number\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: float\n visualWeight: 1\n - display: text\n formatter:\n decimals: 2\n format: decimal\n type: number\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: float\n visualWeight: 2\n - generationId: 6202d9c1b7369\n objectId: IDEA\n objectName: 想法\n propertyId: document\n propertyName: 文档链接\n propertyInstanceId: 61df43df891d5\n instanceId: 6202d9c1b7369\n candidates:\n - display: text\n field: developUrl\n type: struct\n visualWeight: 0\n - display: link\n field: developUrl\n type: struct\n visualWeight: 1\n - display: link\n field: requirementUrl\n type: struct\n visualWeight: 2\n - generationId: 6202d9c1bcc79\n objectId: IDEA\n objectName: 想法\n propertyId: op_plan_month\n propertyName: 是否是运营每月10个需求\n propertyInstanceId: 61df43df89239\n instanceId: 6202d9c1bcc79\n candidates:\n - display: text\n \"false\":\n style:\n color: var(--text-color-default)\n text: N\n \"true\":\n style:\n color: var(--text-color-default)\n text: Y\n type: boolean\n visualWeight: -1\n - display: icon\n \"false\":\n icon: xmark\n style:\n color: var(--color-error)\n \"true\":\n icon: check\n style:\n color: var(--color-success)\n type: boolean\n visualWeight: 0\n - display: icon+text\n \"false\":\n icon: xmark\n style:\n color: var(--color-error)\n text: 否\n \"true\":\n icon: check\n style:\n color: var(--color-success)\n text: 是\n type: boolean\n visualWeight: 1\n - display: icon+text\n \"false\":\n icon: xmark\n style:\n color: var(--color-error)\n fontWeight: bold\n text: 非运营每月10个需求\n \"true\":\n icon: check\n style:\n color: var(--color-success)\n fontWeight: bold\n text: 是运营每月10个需求\n type: boolean\n visualWeight: 2\n - generationId: 6202d9c1c0905\n objectId: IDEA\n objectName: 想法\n propertyId: pmoReviewResult\n propertyName: PMO评审结果\n propertyInstanceId: 61df43df8929d\n instanceId: 6202d9c1c0905\n candidates:\n - display: text\n \"false\":\n style:\n color: var(--text-color-default)\n text: 未通过\n \"true\":\n style:\n color: var(--text-color-default)\n text: 通过\n type: boolean\n visualWeight: -1\n - display: icon\n \"false\":\n icon: xmark\n style:\n color: var(--color-error)\n \"true\":\n icon: check\n style:\n color: var(--color-success)\n type: boolean\n visualWeight: 0\n - display: icon+text\n \"false\":\n icon: xmark\n style:\n color: var(--color-error)\n text: 未通过\n \"true\":\n icon: check\n style:\n color: var(--color-success)\n text: 通过\n type: boolean\n visualWeight: 1\n - display: icon+text\n \"false\":\n icon: xmark\n style:\n color: var(--color-error)\n fontWeight: bold\n text: PMO评审未通过\n \"true\":\n icon: check\n style:\n color: var(--color-success)\n fontWeight: bold\n text: PMO评审已通过\n type: boolean\n visualWeight: 2\n - generationId: 6202d9c1bd8f9\n objectId: IDEA\n objectName: 想法\n propertyId: score\n propertyName: 需求得分\n propertyInstanceId: 61df43df89301\n instanceId: 6202d9c1bd8f9\n candidates:\n - display: text\n formatter:\n decimals: 1\n format: decimal\n type: number\n style:\n color: var(--text-color-secondary)\n size: medium\n type: float\n visualWeight: -1\n - display: text\n formatter:\n decimals: 2\n format: decimal\n type: number\n style:\n color: var(--text-color-default)\n size: medium\n type: float\n visualWeight: 0\n - display: text\n formatter:\n decimals: 2\n format: decimal\n type: number\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: float\n visualWeight: 1\n - display: text\n formatter:\n decimals: 2\n format: decimal\n type: number\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: float\n visualWeight: 2\n - generationId: 6202d9c1c6085\n objectId: IDEA\n objectName: 想法\n propertyId: description\n propertyName: 面临/希望解决的问题\n propertyInstanceId: 61df43df89365\n instanceId: 6202d9c1c6085\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - generationId: 6202d9c1ccc55\n objectId: IDEA\n objectName: 想法\n propertyId: number\n propertyName: 序号\n propertyInstanceId: 61df43df893c9\n instanceId: 6202d9c1ccc55\n candidates:\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - generationId: 6202d9c1d631d\n objectId: IDEA\n objectName: 想法\n propertyId: source\n propertyName: 客户来源(微信端传参)\n propertyInstanceId: 61df43df8942d\n instanceId: 6202d9c1d631d\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - generationId: 6202d9c1d7a8d\n objectId: IDEA\n objectName: 想法\n propertyId: category\n propertyName: 想法分类\n propertyInstanceId: 61df43df89491\n instanceId: 6202d9c1d7a8d\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: enum\n visualWeight: -1\n - display: tag\n style:\n palette:\n displaceRequirements: green\n functionalRequirements: blue\n instructionsRequirementsDefinition: orange\n optimizedRequirements: purple\n performance: red\n sowClearRequirementsDefinition: gray\n variant: default\n type: enum\n visualWeight: 0\n - display: tag\n style:\n palette:\n displaceRequirements: green\n functionalRequirements: blue\n instructionsRequirementsDefinition: orange\n optimizedRequirements: purple\n performance: red\n sowClearRequirementsDefinition: gray\n variant: outline\n type: enum\n visualWeight: 1\n - display: tag\n style:\n palette:\n displaceRequirements: green\n functionalRequirements: blue\n instructionsRequirementsDefinition: orange\n optimizedRequirements: purple\n performance: red\n sowClearRequirementsDefinition: gray\n variant: background\n type: enum\n visualWeight: 2\n - generationId: 6202d9c1db1a1\n objectId: IDEA\n objectName: 想法\n propertyId: deliveryStatus\n propertyName: 交付验收状态\n propertyInstanceId: 61df43df894f5\n instanceId: 6202d9c1db1a1\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: enum\n visualWeight: -1\n - display: tag\n style:\n palette:\n passed: green\n unconfirmed: gray\n unpassed: red\n variant: default\n type: enum\n visualWeight: 0\n - display: tag\n style:\n palette:\n passed: green\n unconfirmed: gray\n unpassed: red\n variant: outline\n type: enum\n visualWeight: 1\n - display: tag\n style:\n palette:\n passed: green\n unconfirmed: gray\n unpassed: red\n variant: background\n type: enum\n visualWeight: 2\n - generationId: 6202dcb90e40d\n objectId: IDEA\n objectName: 想法\n propertyId: startDate\n propertyName: 开始时间\n propertyInstanceId: 61df43df89559\n instanceId: 6202dcb90e40d\n candidates:\n - display: text\n formatter:\n format: relative\n type: date\n type: date\n visualWeight: -1\n - display: text\n formatter:\n format: accurate\n type: date\n type: date\n visualWeight: 0\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 1\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 2\n - generationId: 6202d9c1dd8b1\n objectId: IDEA\n objectName: 想法\n propertyId: resolveTime\n propertyName: 解决时间\n propertyInstanceId: 61df43df895bd\n instanceId: 6202d9c1dd8b1\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - generationId: 6202d9c1ea9ad\n objectId: IDEA\n objectName: 想法\n propertyId: classification\n propertyName: 想法类型\n propertyInstanceId: 61df43df89621\n instanceId: 6202d9c1ea9ad\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: enum\n visualWeight: -1\n - display: tag\n style:\n palette:\n deliveryCustomization: purple\n feature: blue\n optimization: green\n requirement: orange\n variant: default\n type: enum\n visualWeight: 0\n - display: tag\n style:\n palette:\n deliveryCustomization: purple\n feature: blue\n optimization: green\n requirement: orange\n variant: outline\n type: enum\n visualWeight: 1\n - display: tag\n style:\n palette:\n deliveryCustomization: purple\n feature: blue\n optimization: green\n requirement: orange\n variant: background\n type: enum\n visualWeight: 2\n - generationId: 6202d9c1f6e8d\n objectId: IDEA\n objectName: 想法\n propertyId: pdReviewResult\n propertyName: PD评审结果\n propertyInstanceId: 61df43df89685\n instanceId: 6202d9c1f6e8d\n candidates:\n - display: text\n \"false\":\n style:\n color: var(--text-color-default)\n text: 未通过\n \"true\":\n style:\n color: var(--text-color-default)\n text: 通过\n type: boolean\n visualWeight: -1\n - display: icon\n \"false\":\n icon: xmark\n style:\n color: var(--color-error)\n \"true\":\n icon: check\n style:\n color: var(--color-success)\n type: boolean\n visualWeight: 0\n - display: icon+text\n \"false\":\n icon: xmark\n style:\n color: var(--color-error)\n text: 未通过\n \"true\":\n icon: check\n style:\n color: var(--color-success)\n text: 通过\n type: boolean\n visualWeight: 1\n - display: icon+text\n \"false\":\n icon: xmark\n style:\n color: var(--color-error)\n fontWeight: bold\n size: large\n text: 未通过\n \"true\":\n icon: check\n style:\n color: var(--color-success)\n fontWeight: bold\n size: large\n text: 通过\n type: boolean\n visualWeight: 2\n - generationId: 6202d9c200cc1\n objectId: IDEA\n objectName: 想法\n propertyId: closeReason\n propertyName: 关闭原因\n propertyInstanceId: 61df43df896e9\n instanceId: 6202d9c200cc1\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - generationId: 6202d9c1f7bd5\n objectId: IDEA\n objectName: 想法\n propertyId: confirmUrl\n propertyName: 验收链接\n propertyInstanceId: 61df43df8974d\n instanceId: 6202d9c1f7bd5\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - generationId: 6202d9c200d89\n objectId: IDEA\n objectName: 想法\n propertyId: deliveryConfirm\n propertyName: 交付确认\n propertyInstanceId: 61df43df897b1\n instanceId: 6202d9c200d89\n candidates:\n - display: text\n \"false\":\n style:\n color: var(--text-color-default)\n text: N\n \"true\":\n style:\n color: var(--text-color-default)\n text: Y\n type: boolean\n visualWeight: -1\n - display: icon\n \"false\":\n icon: xmark\n style:\n color: var(--color-error)\n \"true\":\n icon: check\n style:\n color: var(--color-success)\n type: boolean\n visualWeight: 0\n - display: icon+text\n \"false\":\n icon: xmark\n style:\n color: var(--color-error)\n text: Not Confirmed\n \"true\":\n icon: check\n style:\n color: var(--color-success)\n text: Confirmed\n type: boolean\n visualWeight: 1\n - display: icon+text\n \"false\":\n icon: xmark\n style:\n color: var(--color-error)\n fontWeight: bold\n size: large\n text: Not Confirmed\n \"true\":\n icon: check\n style:\n color: var(--color-success)\n fontWeight: bold\n size: large\n text: Confirmed\n type: boolean\n visualWeight: 2\n - generationId: 6202d9c2066fd\n objectId: IDEA\n objectName: 想法\n propertyId: humanCost\n propertyName: 人力评估\n propertyInstanceId: 61df43df89815\n instanceId: 6202d9c2066fd\n candidates:\n - display: text\n field: frontend\n type: struct\n visualWeight: 0\n - display: link\n field: frontend\n type: struct\n visualWeight: 1\n - display: tag\n field: backend\n type: struct\n visualWeight: 2\n - generationId: 6202dcb979eb5\n objectId: IDEA\n objectName: 想法\n propertyId: expectReleaseDate\n propertyName: 期望最迟交付的日期\n propertyInstanceId: 61df43df89879\n instanceId: 6202dcb979eb5\n candidates:\n - display: text\n formatter:\n format: relative\n type: date\n type: date\n visualWeight: -1\n - display: text\n formatter:\n format: accurate\n type: date\n type: date\n visualWeight: 0\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 1\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 2\n - generationId: 6202dcb97aeb9\n objectId: IDEA\n objectName: 想法\n propertyId: pdReviewTime\n propertyName: pd评审时间\n propertyInstanceId: 61df43df898dd\n instanceId: 6202dcb97aeb9\n candidates:\n - display: text\n formatter:\n format: relative\n type: date-time\n type: date-time\n visualWeight: -1\n - display: text\n formatter:\n format: accurate\n type: date-time\n type: date-time\n visualWeight: 0\n - display: text\n formatter:\n format: full\n type: date-time\n type: date-time\n visualWeight: 1\n - display: text\n formatter:\n format: full\n type: date-time\n type: date-time\n visualWeight: 2\n - generationId: 6202d9c221705\n objectId: IDEA\n objectName: 想法\n propertyId: status\n propertyName: 状态\n propertyInstanceId: 61df43df89941\n instanceId: 6202d9c221705\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: enum\n visualWeight: -1\n - display: tag\n style:\n palette:\n closed: gray\n pointEstimation: gray\n producerReview: gray\n ready: orange\n refused: red\n released: green\n techReview: gray\n waitAssess: gray\n waitInitialScore: gray\n waitIterate: gray\n waitPlan: gray\n waitProducerDesigned: gray\n waitRelease: gray\n waitTechDesigned: gray\n variant: default\n type: enum\n visualWeight: 0\n - display: tag\n style:\n palette:\n closed: gray\n pointEstimation: gray\n producerReview: gray\n ready: orange\n refused: red\n released: green\n techReview: gray\n waitAssess: gray\n waitInitialScore: gray\n waitIterate: gray\n waitPlan: gray\n waitProducerDesigned: gray\n waitRelease: gray\n waitTechDesigned: gray\n variant: outline\n type: enum\n visualWeight: 1\n - display: tag\n style:\n palette:\n closed: gray\n pointEstimation: gray\n producerReview: gray\n ready: orange\n refused: red\n released: green\n techReview: gray\n waitAssess: gray\n waitInitialScore: gray\n waitIterate: gray\n waitPlan: gray\n waitProducerDesigned: gray\n waitRelease: gray\n waitTechDesigned: gray\n variant: background\n type: enum\n visualWeight: 2\n - generationId: 6202d9c222385\n objectId: IDEA\n objectName: 想法\n propertyId: speedUp\n propertyName: 加速标志\n propertyInstanceId: 61df43df899a5\n instanceId: 6202d9c222385\n candidates:\n - countOnly: true\n display: text\n type: struct-list\n visualWeight: -1\n - countOnly: true\n display: link\n type: struct-list\n visualWeight: 0\n - display: tag\n field: reason\n maxItems: 2\n style:\n variant: default\n type: struct-list\n visualWeight: 1\n - display: tag\n field: mark\n maxItems: 2\n style:\n variant: outline\n type: struct-list\n visualWeight: 2\n - generationId: 6202d9c225909\n objectId: IDEA\n objectName: 想法\n propertyId: initialScore\n propertyName: PMO初评分\n propertyInstanceId: 61df43df89a09\n instanceId: 6202d9c225909\n candidates:\n - display: text\n formatter:\n decimals: 1\n format: decimal\n type: number\n style:\n color: var(--text-color-secondary)\n size: medium\n type: float\n visualWeight: -1\n - display: text\n formatter:\n decimals: 2\n format: decimal\n type: number\n style:\n color: var(--text-color-default)\n size: medium\n type: float\n visualWeight: 0\n - display: text\n formatter:\n decimals: 2\n format: decimal\n type: number\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: float\n visualWeight: 1\n - display: text\n formatter:\n decimals: 2\n format: decimal\n type: number\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: float\n visualWeight: 2\n - generationId: 6202dcb981ce1\n objectId: IDEA\n objectName: 想法\n propertyId: pmoReviewDate\n propertyName: PMO初评日期\n propertyInstanceId: 61df43df89a6d\n instanceId: 6202dcb981ce1\n candidates:\n - display: text\n formatter:\n format: relative\n type: date\n type: date\n visualWeight: -1\n - display: text\n formatter:\n format: accurate\n type: date\n type: date\n visualWeight: 0\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 1\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 2\n - generationId: 6202d9c227141\n objectId: IDEA\n objectName: 想法\n propertyId: ratingDetails\n propertyName: 评分详情\n propertyInstanceId: 61df43df89ad1\n instanceId: 6202d9c227141\n candidates:\n - countOnly: true\n display: text\n type: struct-list\n visualWeight: -1\n - countOnly: true\n display: link\n type: struct-list\n visualWeight: 0\n - display: tag\n field: type\n maxItems: 2\n style:\n variant: default\n type: struct-list\n visualWeight: 1\n - display: tag\n field: type\n maxItems: 2\n style:\n variant: outline\n type: struct-list\n visualWeight: 2\n - generationId: 6202d9c23969d\n objectId: IDEA\n objectName: 想法\n propertyId: enterpriseVersion\n propertyName: 发行版版本\n propertyInstanceId: 61df43df89b35\n instanceId: 6202d9c23969d\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - generationId: 6202d9c24265d\n objectId: IDEA\n objectName: 想法\n propertyId: pdReviewComment\n propertyName: PD评审意见\n propertyInstanceId: 61df43df89b99\n instanceId: 6202d9c24265d\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - generationId: 6202d9c240f51\n objectId: IDEA\n objectName: 想法\n propertyId: productLine\n propertyName: 产品线\n propertyInstanceId: 61df43df89bfd\n instanceId: 6202d9c240f51\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - generationId: 6202dcb97a365\n objectId: IDEA\n objectName: 想法\n propertyId: confirmDeliveryTime\n propertyName: 确认交付时间\n propertyInstanceId: 61df43df89c61\n instanceId: 6202dcb97a365\n candidates:\n - display: text\n formatter:\n format: relative\n type: date-time\n type: date-time\n visualWeight: -1\n - display: text\n formatter:\n format: accurate\n type: date-time\n type: date-time\n visualWeight: 0\n - display: text\n formatter:\n format: full\n type: date-time\n type: date-time\n visualWeight: 1\n - display: text\n formatter:\n format: full\n type: date-time\n type: date-time\n visualWeight: 2\n - generationId: 6202db84cacc9\n objectId: IDEA\n objectName: 想法\n propertyId: endDate\n propertyName: 完成时间\n propertyInstanceId: 61df43df89cc5\n instanceId: 6202db84cacc9\n candidates:\n - display: text\n formatter:\n format: relative\n type: date\n type: date\n visualWeight: -1\n - display: text\n formatter:\n format: accurate\n type: date\n type: date\n visualWeight: 0\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 1\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 2\n mocks:\n - category: performance\n classification: optimization\n closeReason: \"\"\n confirmDeliveryTime: \"2024-08-25 14:30:00\"\n confirmUrl: https://example.com/verify/001\n createRole: Product Manager\n customerConfirm:\n confirm: 1\n confirmTime: \"2024-08-16 16:00:00\"\n rejectReason: \"\"\n deliveryConfirm: false\n deliveryStatus: passed\n description: 提升用户界面的响应速度,减少加载时间。\n document:\n developUrl: https://example.com/develop/1234\n requirementUrl: https://example.com/requirement/5678\n endDate: \"2024-10-20\"\n enterpriseVersion: v2.1.0\n expectReleaseDate: \"2024-10-15\"\n finishTime: \"2024-08-31 17:00:00\"\n gradeInfo:\n grade: 4\n gradeTime: \"2024-08-15 14:30:00\"\n memo: 高质量交付,客户满意。\n humanCost:\n backend: 180.3\n frontend: 120.5\n initialScore: 75\n number: \"001\"\n op_plan_month: false\n pdReviewComment: 需要进一步评估市场反馈。\n pdReviewDate: \"2024-08-18\"\n pdReviewResult: true\n pdReviewTime: \"2024-08-20 10:00:00\"\n planStartDate: \"2024-08-20\"\n planStartTime: \"2024-08-20 09:00:00\"\n pmoReviewComment: 项目计划清晰,资源分配合理。\n pmoReviewDate: \"2024-08-22\"\n pmoReviewResult: true\n pmoReviewTime: \"2024-08-17 10:00:00\"\n predictDeliveryTime: \"2024-09-01 18:00:00\"\n productLine: Enterprise\n ratingDetails:\n - effort: 6\n frequency: 9\n reach: 7\n type: user\n urgent: 5\n value: 8\n - effort: 5\n frequency: 8\n reach: 6\n type: tech\n urgent: 4\n value: 7\n realStoryPoint: 12.5\n resolveTime: \"2024-07-15 10:30:00\"\n score: 8.5\n source: 微信端\n speedUp:\n - mark: true\n reason: 市场竞争力提升\n score: 1.5\n - mark: false\n reason: 内部需求调整\n score: 0\n stage: Development\n startDate: \"2024-07-01\"\n status: waitInitialScore\n value: High\n - category: functionalRequirements\n classification: feature\n closeReason: 需求范围不明确,需重新定义。\n confirmDeliveryTime: \"2024-08-26 15:00:00\"\n confirmUrl: https://example.com/verify/002\n createRole: Project Coordinator\n customerConfirm:\n confirm: 0\n confirmTime: \"\"\n rejectReason: 功能未完全满足需求。\n deliveryConfirm: true\n deliveryStatus: unconfirmed\n description: 增加新功能,允许用户自定义报告模板。\n document:\n developUrl: https://example.com/develop/4321\n requirementUrl: https://example.com/requirement/8765\n endDate: \"2024-11-10\"\n enterpriseVersion: v2.2.0\n expectReleaseDate: \"2024-11-01\"\n finishTime: \"2024-09-14 15:00:00\"\n gradeInfo:\n grade: 3\n gradeTime: \"2024-08-10 10:00:00\"\n memo: 交付质量一般,需改进。\n humanCost:\n backend: 150\n frontend: 90.2\n initialScore: 80\n number: \"002\"\n op_plan_month: true\n pdReviewComment: 优先级较高,需尽快安排资源。\n pdReviewDate: \"2024-08-20\"\n pdReviewResult: false\n pdReviewTime: \"2024-08-21 11:00:00\"\n planStartDate: \"2024-08-25\"\n planStartTime: \"2024-08-25 09:30:00\"\n pmoReviewComment: 项目计划需细化,资源分配需优化。\n pmoReviewDate: \"2024-08-23\"\n pmoReviewResult: false\n pmoReviewTime: \"2024-08-16 11:00:00\"\n predictDeliveryTime: \"2024-09-15 16:00:00\"\n productLine: Consumer\n ratingDetails:\n - effort: 5\n frequency: 10\n reach: 8\n type: user\n urgent: 6\n value: 9\n - effort: 4\n frequency: 9\n reach: 7\n type: tech\n urgent: 5\n value: 8\n realStoryPoint: 10.2\n resolveTime: \"2024-08-20 14:45:00\"\n score: 7.2\n source: 客户反馈\n speedUp:\n - mark: false\n reason: 无特殊加速需求\n score: 0\n - mark: true\n reason: 客户紧急需求\n score: 2\n stage: Planning\n startDate: \"2024-08-01\"\n status: waitAssess\n value: Medium\n# -- YAML DELIMITER (1nbbm8) --\n# <visual-builder.raw-data-preview\n# preview-url=\"/preview/\"\n# theme=\"&lt;% THEME.getTheme() %&gt;\"\n# ui-version=\"8.2\"\n# style=\"height: calc(100vh - 4em)\"\n# id=\"brick-1\"\n# ></visual-builder.raw-data-preview>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.generations = [\n# {\n# generationId: \"6202dcb92c165\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"predictDeliveryTime\",\n# propertyName: \"预计交付时间\",\n# propertyInstanceId: \"61df43df88cc1\",\n# instanceId: \"6202dcb92c165\",\n# candidates: [\n# {\n# display: \"text\",\n# formatter: {\n# format: \"relative\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"accurate\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c17c601\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"gradeInfo\",\n# propertyName: \"评价信息\",\n# propertyInstanceId: \"61df43df88d25\",\n# instanceId: \"6202d9c17c601\",\n# candidates: [\n# {\n# display: \"text\",\n# field: \"grade\",\n# type: \"struct\",\n# visualWeight: 0,\n# },\n# {\n# display: \"link\",\n# field: \"memo\",\n# type: \"struct\",\n# visualWeight: 1,\n# },\n# {\n# display: \"tag\",\n# field: \"gradeTime\",\n# type: \"struct\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c1824ed\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"createRole\",\n# propertyName: \"创建idea的用户角色\",\n# propertyInstanceId: \"61df43df88d89\",\n# instanceId: \"6202d9c1824ed\",\n# candidates: [\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# type: \"string\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c17d9ed\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"pmoReviewComment\",\n# propertyName: \"PMO评审意见\",\n# propertyInstanceId: \"61df43df88ded\",\n# instanceId: \"6202d9c17d9ed\",\n# candidates: [\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# type: \"string\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c17d8c1\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"value\",\n# propertyName: \"想法价值\",\n# propertyInstanceId: \"61df43df88e51\",\n# instanceId: \"6202d9c17d8c1\",\n# candidates: [\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# type: \"string\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202dcb90ef61\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"planStartDate\",\n# propertyName: \"计划开始日期\",\n# propertyInstanceId: \"61df43df88eb5\",\n# instanceId: \"6202dcb90ef61\",\n# candidates: [\n# {\n# display: \"text\",\n# formatter: {\n# format: \"relative\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"accurate\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202dcb90c081\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"planStartTime\",\n# propertyName: \"计划开始时间\",\n# propertyInstanceId: \"61df43df88f19\",\n# instanceId: \"6202dcb90c081\",\n# candidates: [\n# {\n# display: \"text\",\n# formatter: {\n# format: \"relative\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"accurate\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c198f09\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"stage\",\n# propertyName: \"项目阶段\",\n# propertyInstanceId: \"61df43df88f7d\",\n# instanceId: \"6202d9c198f09\",\n# candidates: [\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# type: \"string\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202dcb94428d\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"pmoReviewTime\",\n# propertyName: \"PMO评审时间\",\n# propertyInstanceId: \"61df43df88fe1\",\n# instanceId: \"6202dcb94428d\",\n# candidates: [\n# {\n# display: \"text\",\n# formatter: {\n# format: \"relative\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"accurate\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c19ac55\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"customerConfirm\",\n# propertyName: \"客户确认情况\",\n# propertyInstanceId: \"61df43df89045\",\n# instanceId: \"6202d9c19ac55\",\n# candidates: [\n# {\n# display: \"text\",\n# field: \"confirm\",\n# type: \"struct\",\n# visualWeight: 0,\n# },\n# {\n# display: \"link\",\n# field: \"confirmTime\",\n# type: \"struct\",\n# visualWeight: 1,\n# },\n# {\n# display: \"tag\",\n# field: \"rejectReason\",\n# type: \"struct\",\n# visualWeight: 2,\n# },\n# {\n# display: \"text\",\n# field: \"confirmTime\",\n# type: \"struct\",\n# visualWeight: -1,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c1a1825\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"finishTime\",\n# propertyName: \"结束时间\",\n# propertyInstanceId: \"61df43df890a9\",\n# instanceId: \"6202d9c1a1825\",\n# candidates: [\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# type: \"string\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202dcb90eefd\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"pdReviewDate\",\n# propertyName: \"PD评审日期\",\n# propertyInstanceId: \"61df43df8910d\",\n# instanceId: \"6202dcb90eefd\",\n# candidates: [\n# {\n# display: \"text\",\n# formatter: {\n# format: \"relative\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"accurate\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c1b5e51\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"realStoryPoint\",\n# propertyName: \"实际消耗人天\",\n# propertyInstanceId: \"61df43df89171\",\n# instanceId: \"6202d9c1b5e51\",\n# candidates: [\n# {\n# display: \"text\",\n# formatter: {\n# decimals: 2,\n# format: \"decimal\",\n# type: \"number\",\n# },\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"float\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# decimals: 2,\n# format: \"decimal\",\n# type: \"number\",\n# },\n# style: {\n# color: \"var(--text-color-default)\",\n# size: \"medium\",\n# },\n# type: \"float\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# decimals: 2,\n# format: \"decimal\",\n# type: \"number\",\n# },\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"medium\",\n# },\n# type: \"float\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# decimals: 2,\n# format: \"decimal\",\n# type: \"number\",\n# },\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# type: \"float\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c1b7369\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"document\",\n# propertyName: \"文档链接\",\n# propertyInstanceId: \"61df43df891d5\",\n# instanceId: \"6202d9c1b7369\",\n# candidates: [\n# {\n# display: \"text\",\n# field: \"developUrl\",\n# type: \"struct\",\n# visualWeight: 0,\n# },\n# {\n# display: \"link\",\n# field: \"developUrl\",\n# type: \"struct\",\n# visualWeight: 1,\n# },\n# {\n# display: \"link\",\n# field: \"requirementUrl\",\n# type: \"struct\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c1bcc79\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"op_plan_month\",\n# propertyName: \"是否是运营每月10个需求\",\n# propertyInstanceId: \"61df43df89239\",\n# instanceId: \"6202d9c1bcc79\",\n# candidates: [\n# {\n# display: \"text\",\n# false: {\n# style: {\n# color: \"var(--text-color-default)\",\n# },\n# text: \"N\",\n# },\n# true: {\n# style: {\n# color: \"var(--text-color-default)\",\n# },\n# text: \"Y\",\n# },\n# type: \"boolean\",\n# visualWeight: -1,\n# },\n# {\n# display: \"icon\",\n# false: {\n# icon: \"xmark\",\n# style: {\n# color: \"var(--color-error)\",\n# },\n# },\n# true: {\n# icon: \"check\",\n# style: {\n# color: \"var(--color-success)\",\n# },\n# },\n# type: \"boolean\",\n# visualWeight: 0,\n# },\n# {\n# display: \"icon+text\",\n# false: {\n# icon: \"xmark\",\n# style: {\n# color: \"var(--color-error)\",\n# },\n# text: \"否\",\n# },\n# true: {\n# icon: \"check\",\n# style: {\n# color: \"var(--color-success)\",\n# },\n# text: \"是\",\n# },\n# type: \"boolean\",\n# visualWeight: 1,\n# },\n# {\n# display: \"icon+text\",\n# false: {\n# icon: \"xmark\",\n# style: {\n# color: \"var(--color-error)\",\n# fontWeight: \"bold\",\n# },\n# text: \"非运营每月10个需求\",\n# },\n# true: {\n# icon: \"check\",\n# style: {\n# color: \"var(--color-success)\",\n# fontWeight: \"bold\",\n# },\n# text: \"是运营每月10个需求\",\n# },\n# type: \"boolean\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c1c0905\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"pmoReviewResult\",\n# propertyName: \"PMO评审结果\",\n# propertyInstanceId: \"61df43df8929d\",\n# instanceId: \"6202d9c1c0905\",\n# candidates: [\n# {\n# display: \"text\",\n# false: {\n# style: {\n# color: \"var(--text-color-default)\",\n# },\n# text: \"未通过\",\n# },\n# true: {\n# style: {\n# color: \"var(--text-color-default)\",\n# },\n# text: \"通过\",\n# },\n# type: \"boolean\",\n# visualWeight: -1,\n# },\n# {\n# display: \"icon\",\n# false: {\n# icon: \"xmark\",\n# style: {\n# color: \"var(--color-error)\",\n# },\n# },\n# true: {\n# icon: \"check\",\n# style: {\n# color: \"var(--color-success)\",\n# },\n# },\n# type: \"boolean\",\n# visualWeight: 0,\n# },\n# {\n# display: \"icon+text\",\n# false: {\n# icon: \"xmark\",\n# style: {\n# color: \"var(--color-error)\",\n# },\n# text: \"未通过\",\n# },\n# true: {\n# icon: \"check\",\n# style: {\n# color: \"var(--color-success)\",\n# },\n# text: \"通过\",\n# },\n# type: \"boolean\",\n# visualWeight: 1,\n# },\n# {\n# display: \"icon+text\",\n# false: {\n# icon: \"xmark\",\n# style: {\n# color: \"var(--color-error)\",\n# fontWeight: \"bold\",\n# },\n# text: \"PMO评审未通过\",\n# },\n# true: {\n# icon: \"check\",\n# style: {\n# color: \"var(--color-success)\",\n# fontWeight: \"bold\",\n# },\n# text: \"PMO评审已通过\",\n# },\n# type: \"boolean\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c1bd8f9\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"score\",\n# propertyName: \"需求得分\",\n# propertyInstanceId: \"61df43df89301\",\n# instanceId: \"6202d9c1bd8f9\",\n# candidates: [\n# {\n# display: \"text\",\n# formatter: {\n# decimals: 1,\n# format: \"decimal\",\n# type: \"number\",\n# },\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"float\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# decimals: 2,\n# format: \"decimal\",\n# type: \"number\",\n# },\n# style: {\n# color: \"var(--text-color-default)\",\n# size: \"medium\",\n# },\n# type: \"float\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# decimals: 2,\n# format: \"decimal\",\n# type: \"number\",\n# },\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"medium\",\n# },\n# type: \"float\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# decimals: 2,\n# format: \"decimal\",\n# type: \"number\",\n# },\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# type: \"float\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c1c6085\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"description\",\n# propertyName: \"面临/希望解决的问题\",\n# propertyInstanceId: \"61df43df89365\",\n# instanceId: \"6202d9c1c6085\",\n# candidates: [\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# type: \"string\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c1ccc55\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"number\",\n# propertyName: \"序号\",\n# propertyInstanceId: \"61df43df893c9\",\n# instanceId: \"6202d9c1ccc55\",\n# candidates: [\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# type: \"string\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c1d631d\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"source\",\n# propertyName: \"客户来源(微信端传参)\",\n# propertyInstanceId: \"61df43df8942d\",\n# instanceId: \"6202d9c1d631d\",\n# candidates: [\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# type: \"string\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c1d7a8d\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"category\",\n# propertyName: \"想法分类\",\n# propertyInstanceId: \"61df43df89491\",\n# instanceId: \"6202d9c1d7a8d\",\n# candidates: [\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"enum\",\n# visualWeight: -1,\n# },\n# {\n# display: \"tag\",\n# style: {\n# palette: {\n# displaceRequirements: \"green\",\n# functionalRequirements: \"blue\",\n# instructionsRequirementsDefinition: \"orange\",\n# optimizedRequirements: \"purple\",\n# performance: \"red\",\n# sowClearRequirementsDefinition: \"gray\",\n# },\n# variant: \"default\",\n# },\n# type: \"enum\",\n# visualWeight: 0,\n# },\n# {\n# display: \"tag\",\n# style: {\n# palette: {\n# displaceRequirements: \"green\",\n# functionalRequirements: \"blue\",\n# instructionsRequirementsDefinition: \"orange\",\n# optimizedRequirements: \"purple\",\n# performance: \"red\",\n# sowClearRequirementsDefinition: \"gray\",\n# },\n# variant: \"outline\",\n# },\n# type: \"enum\",\n# visualWeight: 1,\n# },\n# {\n# display: \"tag\",\n# style: {\n# palette: {\n# displaceRequirements: \"green\",\n# functionalRequirements: \"blue\",\n# instructionsRequirementsDefinition: \"orange\",\n# optimizedRequirements: \"purple\",\n# performance: \"red\",\n# sowClearRequirementsDefinition: \"gray\",\n# },\n# variant: \"background\",\n# },\n# type: \"enum\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c1db1a1\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"deliveryStatus\",\n# propertyName: \"交付验收状态\",\n# propertyInstanceId: \"61df43df894f5\",\n# instanceId: \"6202d9c1db1a1\",\n# candidates: [\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"enum\",\n# visualWeight: -1,\n# },\n# {\n# display: \"tag\",\n# style: {\n# palette: {\n# passed: \"green\",\n# unconfirmed: \"gray\",\n# unpassed: \"red\",\n# },\n# variant: \"default\",\n# },\n# type: \"enum\",\n# visualWeight: 0,\n# },\n# {\n# display: \"tag\",\n# style: {\n# palette: {\n# passed: \"green\",\n# unconfirmed: \"gray\",\n# unpassed: \"red\",\n# },\n# variant: \"outline\",\n# },\n# type: \"enum\",\n# visualWeight: 1,\n# },\n# {\n# display: \"tag\",\n# style: {\n# palette: {\n# passed: \"green\",\n# unconfirmed: \"gray\",\n# unpassed: \"red\",\n# },\n# variant: \"background\",\n# },\n# type: \"enum\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202dcb90e40d\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"startDate\",\n# propertyName: \"开始时间\",\n# propertyInstanceId: \"61df43df89559\",\n# instanceId: \"6202dcb90e40d\",\n# candidates: [\n# {\n# display: \"text\",\n# formatter: {\n# format: \"relative\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"accurate\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c1dd8b1\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"resolveTime\",\n# propertyName: \"解决时间\",\n# propertyInstanceId: \"61df43df895bd\",\n# instanceId: \"6202d9c1dd8b1\",\n# candidates: [\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# type: \"string\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c1ea9ad\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"classification\",\n# propertyName: \"想法类型\",\n# propertyInstanceId: \"61df43df89621\",\n# instanceId: \"6202d9c1ea9ad\",\n# candidates: [\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"enum\",\n# visualWeight: -1,\n# },\n# {\n# display: \"tag\",\n# style: {\n# palette: {\n# deliveryCustomization: \"purple\",\n# feature: \"blue\",\n# optimization: \"green\",\n# requirement: \"orange\",\n# },\n# variant: \"default\",\n# },\n# type: \"enum\",\n# visualWeight: 0,\n# },\n# {\n# display: \"tag\",\n# style: {\n# palette: {\n# deliveryCustomization: \"purple\",\n# feature: \"blue\",\n# optimization: \"green\",\n# requirement: \"orange\",\n# },\n# variant: \"outline\",\n# },\n# type: \"enum\",\n# visualWeight: 1,\n# },\n# {\n# display: \"tag\",\n# style: {\n# palette: {\n# deliveryCustomization: \"purple\",\n# feature: \"blue\",\n# optimization: \"green\",\n# requirement: \"orange\",\n# },\n# variant: \"background\",\n# },\n# type: \"enum\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c1f6e8d\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"pdReviewResult\",\n# propertyName: \"PD评审结果\",\n# propertyInstanceId: \"61df43df89685\",\n# instanceId: \"6202d9c1f6e8d\",\n# candidates: [\n# {\n# display: \"text\",\n# false: {\n# style: {\n# color: \"var(--text-color-default)\",\n# },\n# text: \"未通过\",\n# },\n# true: {\n# style: {\n# color: \"var(--text-color-default)\",\n# },\n# text: \"通过\",\n# },\n# type: \"boolean\",\n# visualWeight: -1,\n# },\n# {\n# display: \"icon\",\n# false: {\n# icon: \"xmark\",\n# style: {\n# color: \"var(--color-error)\",\n# },\n# },\n# true: {\n# icon: \"check\",\n# style: {\n# color: \"var(--color-success)\",\n# },\n# },\n# type: \"boolean\",\n# visualWeight: 0,\n# },\n# {\n# display: \"icon+text\",\n# false: {\n# icon: \"xmark\",\n# style: {\n# color: \"var(--color-error)\",\n# },\n# text: \"未通过\",\n# },\n# true: {\n# icon: \"check\",\n# style: {\n# color: \"var(--color-success)\",\n# },\n# text: \"通过\",\n# },\n# type: \"boolean\",\n# visualWeight: 1,\n# },\n# {\n# display: \"icon+text\",\n# false: {\n# icon: \"xmark\",\n# style: {\n# color: \"var(--color-error)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# text: \"未通过\",\n# },\n# true: {\n# icon: \"check\",\n# style: {\n# color: \"var(--color-success)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# text: \"通过\",\n# },\n# type: \"boolean\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c200cc1\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"closeReason\",\n# propertyName: \"关闭原因\",\n# propertyInstanceId: \"61df43df896e9\",\n# instanceId: \"6202d9c200cc1\",\n# candidates: [\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# type: \"string\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c1f7bd5\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"confirmUrl\",\n# propertyName: \"验收链接\",\n# propertyInstanceId: \"61df43df8974d\",\n# instanceId: \"6202d9c1f7bd5\",\n# candidates: [\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# type: \"string\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c200d89\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"deliveryConfirm\",\n# propertyName: \"交付确认\",\n# propertyInstanceId: \"61df43df897b1\",\n# instanceId: \"6202d9c200d89\",\n# candidates: [\n# {\n# display: \"text\",\n# false: {\n# style: {\n# color: \"var(--text-color-default)\",\n# },\n# text: \"N\",\n# },\n# true: {\n# style: {\n# color: \"var(--text-color-default)\",\n# },\n# text: \"Y\",\n# },\n# type: \"boolean\",\n# visualWeight: -1,\n# },\n# {\n# display: \"icon\",\n# false: {\n# icon: \"xmark\",\n# style: {\n# color: \"var(--color-error)\",\n# },\n# },\n# true: {\n# icon: \"check\",\n# style: {\n# color: \"var(--color-success)\",\n# },\n# },\n# type: \"boolean\",\n# visualWeight: 0,\n# },\n# {\n# display: \"icon+text\",\n# false: {\n# icon: \"xmark\",\n# style: {\n# color: \"var(--color-error)\",\n# },\n# text: \"Not Confirmed\",\n# },\n# true: {\n# icon: \"check\",\n# style: {\n# color: \"var(--color-success)\",\n# },\n# text: \"Confirmed\",\n# },\n# type: \"boolean\",\n# visualWeight: 1,\n# },\n# {\n# display: \"icon+text\",\n# false: {\n# icon: \"xmark\",\n# style: {\n# color: \"var(--color-error)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# text: \"Not Confirmed\",\n# },\n# true: {\n# icon: \"check\",\n# style: {\n# color: \"var(--color-success)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# text: \"Confirmed\",\n# },\n# type: \"boolean\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c2066fd\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"humanCost\",\n# propertyName: \"人力评估\",\n# propertyInstanceId: \"61df43df89815\",\n# instanceId: \"6202d9c2066fd\",\n# candidates: [\n# {\n# display: \"text\",\n# field: \"frontend\",\n# type: \"struct\",\n# visualWeight: 0,\n# },\n# {\n# display: \"link\",\n# field: \"frontend\",\n# type: \"struct\",\n# visualWeight: 1,\n# },\n# {\n# display: \"tag\",\n# field: \"backend\",\n# type: \"struct\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202dcb979eb5\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"expectReleaseDate\",\n# propertyName: \"期望最迟交付的日期\",\n# propertyInstanceId: \"61df43df89879\",\n# instanceId: \"6202dcb979eb5\",\n# candidates: [\n# {\n# display: \"text\",\n# formatter: {\n# format: \"relative\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"accurate\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202dcb97aeb9\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"pdReviewTime\",\n# propertyName: \"pd评审时间\",\n# propertyInstanceId: \"61df43df898dd\",\n# instanceId: \"6202dcb97aeb9\",\n# candidates: [\n# {\n# display: \"text\",\n# formatter: {\n# format: \"relative\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"accurate\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c221705\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"status\",\n# propertyName: \"状态\",\n# propertyInstanceId: \"61df43df89941\",\n# instanceId: \"6202d9c221705\",\n# candidates: [\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"enum\",\n# visualWeight: -1,\n# },\n# {\n# display: \"tag\",\n# style: {\n# palette: {\n# closed: \"gray\",\n# pointEstimation: \"gray\",\n# producerReview: \"gray\",\n# ready: \"orange\",\n# refused: \"red\",\n# released: \"green\",\n# techReview: \"gray\",\n# waitAssess: \"gray\",\n# waitInitialScore: \"gray\",\n# waitIterate: \"gray\",\n# waitPlan: \"gray\",\n# waitProducerDesigned: \"gray\",\n# waitRelease: \"gray\",\n# waitTechDesigned: \"gray\",\n# },\n# variant: \"default\",\n# },\n# type: \"enum\",\n# visualWeight: 0,\n# },\n# {\n# display: \"tag\",\n# style: {\n# palette: {\n# closed: \"gray\",\n# pointEstimation: \"gray\",\n# producerReview: \"gray\",\n# ready: \"orange\",\n# refused: \"red\",\n# released: \"green\",\n# techReview: \"gray\",\n# waitAssess: \"gray\",\n# waitInitialScore: \"gray\",\n# waitIterate: \"gray\",\n# waitPlan: \"gray\",\n# waitProducerDesigned: \"gray\",\n# waitRelease: \"gray\",\n# waitTechDesigned: \"gray\",\n# },\n# variant: \"outline\",\n# },\n# type: \"enum\",\n# visualWeight: 1,\n# },\n# {\n# display: \"tag\",\n# style: {\n# palette: {\n# closed: \"gray\",\n# pointEstimation: \"gray\",\n# producerReview: \"gray\",\n# ready: \"orange\",\n# refused: \"red\",\n# released: \"green\",\n# techReview: \"gray\",\n# waitAssess: \"gray\",\n# waitInitialScore: \"gray\",\n# waitIterate: \"gray\",\n# waitPlan: \"gray\",\n# waitProducerDesigned: \"gray\",\n# waitRelease: \"gray\",\n# waitTechDesigned: \"gray\",\n# },\n# variant: \"background\",\n# },\n# type: \"enum\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c222385\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"speedUp\",\n# propertyName: \"加速标志\",\n# propertyInstanceId: \"61df43df899a5\",\n# instanceId: \"6202d9c222385\",\n# candidates: [\n# {\n# countOnly: true,\n# display: \"text\",\n# type: \"struct-list\",\n# visualWeight: -1,\n# },\n# {\n# countOnly: true,\n# display: \"link\",\n# type: \"struct-list\",\n# visualWeight: 0,\n# },\n# {\n# display: \"tag\",\n# field: \"reason\",\n# maxItems: 2,\n# style: {\n# variant: \"default\",\n# },\n# type: \"struct-list\",\n# visualWeight: 1,\n# },\n# {\n# display: \"tag\",\n# field: \"mark\",\n# maxItems: 2,\n# style: {\n# variant: \"outline\",\n# },\n# type: \"struct-list\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c225909\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"initialScore\",\n# propertyName: \"PMO初评分\",\n# propertyInstanceId: \"61df43df89a09\",\n# instanceId: \"6202d9c225909\",\n# candidates: [\n# {\n# display: \"text\",\n# formatter: {\n# decimals: 1,\n# format: \"decimal\",\n# type: \"number\",\n# },\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"float\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# decimals: 2,\n# format: \"decimal\",\n# type: \"number\",\n# },\n# style: {\n# color: \"var(--text-color-default)\",\n# size: \"medium\",\n# },\n# type: \"float\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# decimals: 2,\n# format: \"decimal\",\n# type: \"number\",\n# },\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"medium\",\n# },\n# type: \"float\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# decimals: 2,\n# format: \"decimal\",\n# type: \"number\",\n# },\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# type: \"float\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202dcb981ce1\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"pmoReviewDate\",\n# propertyName: \"PMO初评日期\",\n# propertyInstanceId: \"61df43df89a6d\",\n# instanceId: \"6202dcb981ce1\",\n# candidates: [\n# {\n# display: \"text\",\n# formatter: {\n# format: \"relative\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"accurate\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c227141\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"ratingDetails\",\n# propertyName: \"评分详情\",\n# propertyInstanceId: \"61df43df89ad1\",\n# instanceId: \"6202d9c227141\",\n# candidates: [\n# {\n# countOnly: true,\n# display: \"text\",\n# type: \"struct-list\",\n# visualWeight: -1,\n# },\n# {\n# countOnly: true,\n# display: \"link\",\n# type: \"struct-list\",\n# visualWeight: 0,\n# },\n# {\n# display: \"tag\",\n# field: \"type\",\n# maxItems: 2,\n# style: {\n# variant: \"default\",\n# },\n# type: \"struct-list\",\n# visualWeight: 1,\n# },\n# {\n# display: \"tag\",\n# field: \"type\",\n# maxItems: 2,\n# style: {\n# variant: \"outline\",\n# },\n# type: \"struct-list\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c23969d\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"enterpriseVersion\",\n# propertyName: \"发行版版本\",\n# propertyInstanceId: \"61df43df89b35\",\n# instanceId: \"6202d9c23969d\",\n# candidates: [\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# type: \"string\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c24265d\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"pdReviewComment\",\n# propertyName: \"PD评审意见\",\n# propertyInstanceId: \"61df43df89b99\",\n# instanceId: \"6202d9c24265d\",\n# candidates: [\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# type: \"string\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202d9c240f51\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"productLine\",\n# propertyName: \"产品线\",\n# propertyInstanceId: \"61df43df89bfd\",\n# instanceId: \"6202d9c240f51\",\n# candidates: [\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-secondary)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"medium\",\n# },\n# type: \"string\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# style: {\n# color: \"var(--text-color-default)\",\n# fontWeight: \"bold\",\n# size: \"large\",\n# },\n# type: \"string\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202dcb97a365\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"confirmDeliveryTime\",\n# propertyName: \"确认交付时间\",\n# propertyInstanceId: \"61df43df89c61\",\n# instanceId: \"6202dcb97a365\",\n# candidates: [\n# {\n# display: \"text\",\n# formatter: {\n# format: \"relative\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"accurate\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date-time\",\n# },\n# type: \"date-time\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# {\n# generationId: \"6202db84cacc9\",\n# objectId: \"IDEA\",\n# objectName: \"想法\",\n# propertyId: \"endDate\",\n# propertyName: \"完成时间\",\n# propertyInstanceId: \"61df43df89cc5\",\n# instanceId: \"6202db84cacc9\",\n# candidates: [\n# {\n# display: \"text\",\n# formatter: {\n# format: \"relative\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: -1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"accurate\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: 0,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: 1,\n# },\n# {\n# display: \"text\",\n# formatter: {\n# format: \"full\",\n# type: \"date\",\n# },\n# type: \"date\",\n# visualWeight: 2,\n# },\n# ],\n# },\n# ];\n# brick_1.mocks = [\n# {\n# category: \"performance\",\n# classification: \"optimization\",\n# closeReason: \"\",\n# confirmDeliveryTime: \"2024-08-25 14:30:00\",\n# confirmUrl: \"https://example.com/verify/001\",\n# createRole: \"Product Manager\",\n# customerConfirm: {\n# confirm: 1,\n# confirmTime: \"2024-08-16 16:00:00\",\n# rejectReason: \"\",\n# },\n# deliveryConfirm: false,\n# deliveryStatus: \"passed\",\n# description: \"提升用户界面的响应速度,减少加载时间。\",\n# document: {\n# developUrl: \"https://example.com/develop/1234\",\n# requirementUrl: \"https://example.com/requirement/5678\",\n# },\n# endDate: \"2024-10-20\",\n# enterpriseVersion: \"v2.1.0\",\n# expectReleaseDate: \"2024-10-15\",\n# finishTime: \"2024-08-31 17:00:00\",\n# gradeInfo: {\n# grade: 4,\n# gradeTime: \"2024-08-15 14:30:00\",\n# memo: \"高质量交付,客户满意。\",\n# },\n# humanCost: {\n# backend: 180.3,\n# frontend: 120.5,\n# },\n# initialScore: 75,\n# number: \"001\",\n# op_plan_month: false,\n# pdReviewComment: \"需要进一步评估市场反馈。\",\n# pdReviewDate: \"2024-08-18\",\n# pdReviewResult: true,\n# pdReviewTime: \"2024-08-20 10:00:00\",\n# planStartDate: \"2024-08-20\",\n# planStartTime: \"2024-08-20 09:00:00\",\n# pmoReviewComment: \"项目计划清晰,资源分配合理。\",\n# pmoReviewDate: \"2024-08-22\",\n# pmoReviewResult: true,\n# pmoReviewTime: \"2024-08-17 10:00:00\",\n# predictDeliveryTime: \"2024-09-01 18:00:00\",\n# productLine: \"Enterprise\",\n# ratingDetails: [\n# {\n# effort: 6,\n# frequency: 9,\n# reach: 7,\n# type: \"user\",\n# urgent: 5,\n# value: 8,\n# },\n# {\n# effort: 5,\n# frequency: 8,\n# reach: 6,\n# type: \"tech\",\n# urgent: 4,\n# value: 7,\n# },\n# ],\n# realStoryPoint: 12.5,\n# resolveTime: \"2024-07-15 10:30:00\",\n# score: 8.5,\n# source: \"微信端\",\n# speedUp: [\n# {\n# mark: true,\n# reason: \"市场竞争力提升\",\n# score: 1.5,\n# },\n# {\n# mark: false,\n# reason: \"内部需求调整\",\n# score: 0,\n# },\n# ],\n# stage: \"Development\",\n# startDate: \"2024-07-01\",\n# status: \"waitInitialScore\",\n# value: \"High\",\n# },\n# {\n# category: \"functionalRequirements\",\n# classification: \"feature\",\n# closeReason: \"需求范围不明确,需重新定义。\",\n# confirmDeliveryTime: \"2024-08-26 15:00:00\",\n# confirmUrl: \"https://example.com/verify/002\",\n# createRole: \"Project Coordinator\",\n# customerConfirm: {\n# confirm: 0,\n# confirmTime: \"\",\n# rejectReason: \"功能未完全满足需求。\",\n# },\n# deliveryConfirm: true,\n# deliveryStatus: \"unconfirmed\",\n# description: \"增加新功能,允许用户自定义报告模板。\",\n# document: {\n# developUrl: \"https://example.com/develop/4321\",\n# requirementUrl: \"https://example.com/requirement/8765\",\n# },\n# endDate: \"2024-11-10\",\n# enterpriseVersion: \"v2.2.0\",\n# expectReleaseDate: \"2024-11-01\",\n# finishTime: \"2024-09-14 15:00:00\",\n# gradeInfo: {\n# grade: 3,\n# gradeTime: \"2024-08-10 10:00:00\",\n# memo: \"交付质量一般,需改进。\",\n# },\n# humanCost: {\n# backend: 150,\n# frontend: 90.2,\n# },\n# initialScore: 80,\n# number: \"002\",\n# op_plan_month: true,\n# pdReviewComment: \"优先级较高,需尽快安排资源。\",\n# pdReviewDate: \"2024-08-20\",\n# pdReviewResult: false,\n# pdReviewTime: \"2024-08-21 11:00:00\",\n# planStartDate: \"2024-08-25\",\n# planStartTime: \"2024-08-25 09:30:00\",\n# pmoReviewComment: \"项目计划需细化,资源分配需优化。\",\n# pmoReviewDate: \"2024-08-23\",\n# pmoReviewResult: false,\n# pmoReviewTime: \"2024-08-16 11:00:00\",\n# predictDeliveryTime: \"2024-09-15 16:00:00\",\n# productLine: \"Consumer\",\n# ratingDetails: [\n# {\n# effort: 5,\n# frequency: 10,\n# reach: 8,\n# type: \"user\",\n# urgent: 6,\n# value: 9,\n# },\n# {\n# effort: 4,\n# frequency: 9,\n# reach: 7,\n# type: \"tech\",\n# urgent: 5,\n# value: 8,\n# },\n# ],\n# realStoryPoint: 10.2,\n# resolveTime: \"2024-08-20 14:45:00\",\n# score: 7.2,\n# source: \"客户反馈\",\n# speedUp: [\n# {\n# mark: false,\n# reason: \"无特殊加速需求\",\n# score: 0,\n# },\n# {\n# mark: true,\n# reason: \"客户紧急需求\",\n# score: 2,\n# },\n# ],\n# stage: \"Planning\",\n# startDate: \"2024-08-01\",\n# status: \"waitAssess\",\n# value: \"Medium\",\n# },\n# ];\n# </script>\n# \n```\n"
16
- },
17
- "visual-builder.pre-generated-config": {
18
- "doc": "构件 `visual-builder.pre-generated-config`\n\n## Examples\n\n### Basic\n\n```yaml preview minHeight=\"500px\"\nbrick: eo-content-layout\ncontext:\n - name: mockList\n value:\n - DNS: 8.8.8.8\n NTP: ntp.example.com\n RPO: 1 hour\n RTO: \"2024-08-16 16:00:00\"\n _agentHeartBeat: 1692200062\n _agentStatus: 正常\n _environment: 生产\n _mac: \"00:11:22:33:44:55\"\n _occupiedU: 2\n _startU: 1\n _uuid: 123e4567-e89b-12d3-a456-426614174000\n age: \"2022-01-01 00:00:00\"\n agentVersion: 2.1.0\n aliveDate: \"2024-08-15\"\n annotations:\n - key: environment\n value: production\n - key: owner\n value: IT Department\n appServicePort: \"3306,5432\"\n applicant: John Doe\n asset_belong_to: 鞋类\n asset_id: AS123456\n businessIP: 192.168.1.10\n charset: UTF-8\n cloud_type: aliyun\n cpu:\n architecture: x86_64\n brand: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz\n cpu_pieces: \"2\"\n hz: 2.10GHz\n logical_cores: 20\n physical_cores: 10\n cpuHz: 3600\n cpuModel: Intel Xeon E5-2620 v4\n cpuNumber: 8\n cpus: 8\n creat_time: \"2021-08-16 15:35:36\"\n create_time: \"2024-08-15\"\n crontabs:\n - content: echo 'Cron job 1' >> /var/log/cron.log\n index: \"1\"\n time: 0 1 * * *\n user: root\n - content: echo 'Cron job 2' >> /var/log/cron.log\n index: \"2\"\n time: 0 2 * * *\n user: user1\n customer: CustomerA\n date: \"2024-08-15\"\n deviceId: \"0001\"\n device_model: Dell PowerEdge R740\n disk:\n - device: /dev/sda1\n fstype: ext4\n mountpoint: /\n provider: \"\"\n size: 102400\n - device: /dev/sdb1\n fstype: xfs\n mountpoint: /data\n provider: \"\"\n size: 512000\n diskSize: 500\n diskTotal: 500GB\n env: 开发环境\n eth:\n - broadcast: 192.168.1.255\n ip: 192.168.1.10\n mac: \"00:11:22:33:44:55\"\n mask: 255.255.255.0\n name: eth0\n speed: 1000\n status: UP\n - broadcast: \"\"\n ip: \"\"\n mac: \"00:11:22:33:44:56\"\n mask: \"\"\n name: eth1\n speed: 0\n status: DOWN\n filesystem:\n - filesystem: ext4\n mountPoint: /\n size: 102400\n - filesystem: xfs\n mountPoint: /data\n size: 512000\n hardDevices:\n - major: 8\n minor: 0\n mountPoints: /mnt/data\n name: sda\n readyOnly: \"0\"\n size: 500\n type: disk\n - major: 8\n minor: 16\n mountPoints: /mnt/backup\n name: sdb\n readyOnly: \"0\"\n size: 500\n type: disk\n host_price: 1200.5\n host_spec: \"16GB RAM, 2x Intel Xeon E5-2620 v4\"\n hostname: db-server-01\n hosts:\n - hostname: host1\n ip: 192.168.1.10\n - hostname: host2\n ip: 192.168.1.11\n installedPatch:\n - articleId: KB123456\n installedTime: \"2024-08-15 10:00:00\"\n - articleId: KB654321\n installedTime: \"2024-08-14 14:30:00\"\n ip: 192.168.1.10\n iptables:\n - chain: INPUT\n destination: \"\"\n isIPv6: false\n module: \"\"\n options: \"\"\n protocol: tcp\n source: 192.168.1.0/24\n target: ACCEPT\n - chain: OUTPUT\n destination: \"2001:db8::/32\"\n isIPv6: true\n module: \"\"\n options: \"\"\n protocol: udp\n source: \"\"\n target: DROP\n isSinglePower: false\n is_database: true\n k8sProxyVersion: 1.21.0\n k8sVersion: 1.26.3\n labels:\n - key: environment\n location: Hangzhou\n maintenanceExpireYearsNumber: 3\n maintenanceState: 维保中\n maintenance_time_end: \"2025-08-16\"\n maintenance_time_start: \"2023-08-16\"\n maintenance_window: \"2024-08-16 22:00:00\"\n memSize: 16\n memo: This is a test host for Aliyun.\n nodeLabels:\n - key: kubernetes.io/role\n value: worker\n - key: beta.kubernetes.io/os\n value: linux\n nodeName: node1\n nodeStatus: Ready\n openstack_server_id: os-server-12345\n osArchitecture: x86_64\n osDistro: Ubuntu 20.04\n osRelease: 4.19.128-microsoft-standard\n osSystem: Linux\n osVersion: CentOS 7.9\n outer_ip: 192.168.1.10\n producer: Dell\n product: ProductA\n propertyid: ALY-001\n provider: Aliyun\n pv:\n Free_PE: \"1000\"\n PE_Size: 4M\n PV_Name: sda1\n PV_Size: 100G\n PV_UUID: 1234-abcd-5678-efgh\n Total_PE: \"25600\"\n VG_Name: data_vg\n remote_ip: 192.168.1.10\n resourceType: X86虚拟机\n samplerVersion: 1.0.0\n service:\n - cwd: /var/lib/mysql\n exe: /usr/sbin/mysqld\n listening_ip: 192.168.1.10\n listening_port: 3306\n name: mysql\n pname: mysqld\n username: mysql\n - cwd: /var/lib/postgresql\n exe: /usr/lib/postgresql/12/bin/postgres\n listening_ip: 192.168.1.10\n listening_port: 5432\n name: postgresql\n pname: postgres\n username: postgres\n sn: TXK123456789\n status: 运营中\n taints:\n - effect: NoSchedule\n key: diskType\n value: SSD\n - effect: PreferNoSchedule\n key: memoryType\n value: DDR4\n ticket_num: TICKET-12345\n time_sync: 是\n time_zone: Asia/Shanghai\n type: 物理机\n uptime: \"2024-08-16 14:00:00\"\n usbkey:\n key: USB-KEY12345\n key_sn: USB123456789\n use: 数据库服务器\n version: 1.2.3\n vg:\n - Free_PE: \"10240\"\n PE_Size: 4.00 MB\n Total_PE: \"25600\"\n VG_Name: VolGroup00\n VG_Size: 100.00 GB\n VG_UUID: 3e6e6-86e6f\n - Free_PE: \"20480\"\n PE_Size: 4.00 MB\n Total_PE: \"51200\"\n VG_Name: VolGroup01\n VG_Size: 200.00 GB\n VG_UUID: 3e6e7-86e7f\n vmName: VM-001\n vmType: kvm\n vmware_host: 否\n windowsFirewallRules:\n - action: Allow\n direction: Inbound\n edgeTraversal: Disabled\n enabled: true\n group: Security\n localIp: 192.168.1.10\n localPort: \"80\"\n name: Rule1\n profile: Domain\n protocol: TCP\n remoteIp: 192.168.1.0/24\n remotePort: \"*\"\n - action: Block\n direction: Outbound\n edgeTraversal: Enabled\n enabled: false\n group: Firewall\n localIp: 192.168.1.10\n localPort: \"53\"\n name: Rule2\n profile: Public\n protocol: UDP\n remoteIp: 0.0.0.0/0\n remotePort: \"53\"\n - DNS: 8.8.4.4\n NTP: ntp.example.com\n RPO: 2 hours\n RTO: \"2024-08-16 17:00:00\"\n _agentHeartBeat: 1692200062\n _agentStatus: 异常\n _environment: 测试\n _mac: \"00:11:22:33:44:66\"\n _occupiedU: 3\n _startU: 4\n _uuid: 123e4567-e89b-12d3-a456-426614174001\n age: \"2021-06-01 00:00:00\"\n agentVersion: 2.1.1\n aliveDate: \"2024-08-14\"\n annotations:\n - key: environment\n value: development\n - key: owner\n value: DevOps Team\n appServicePort: \"80,443\"\n applicant: Jane Smith\n asset_belong_to: 体育\n asset_id: AS678901\n businessIP: 192.168.1.11\n charset: UTF-8\n cloud_type: tencent\n cpu:\n architecture: x86_64\n brand: AMD EPYC 7502 32-Core Processor\n cpu_pieces: \"1\"\n hz: 2.50GHz\n logical_cores: 64\n physical_cores: 32\n cpuHz: 3000\n cpuModel: AMD EPYC 7402\n cpuNumber: 12\n cpus: 12\n creat_time: \"2022-08-16 15:35:36\"\n create_time: \"2024-08-14\"\n crontabs:\n - content: echo 'Cron job 3' >> /var/log/cron.log\n index: \"1\"\n time: 0 3 * * *\n user: root\n - content: echo 'Cron job 4' >> /var/log/cron.log\n index: \"2\"\n time: 0 4 * * *\n user: user2\n - content: echo 'Cron job 5' >> /var/log/cron.log\n index: \"3\"\n time: 0 5 * * *\n user: user3\n customer: CustomerB\n date: \"2024-08-16\"\n deviceId: \"0002\"\n device_model: HP ProLiant DL380 Gen10\n disk:\n - device: /dev/sda1\n fstype: ext4\n mountpoint: /\n provider: \"\"\n size: 128000\n - device: /dev/sdb1\n fstype: xfs\n mountpoint: /data\n provider: \"\"\n size: 1024000\n diskSize: 1000\n diskTotal: 1TB\n env: 预发布环境\n eth:\n - broadcast: 10.0.0.255\n ip: 10.0.0.10\n mac: \"00:11:22:33:44:57\"\n mask: 255.0.0.0\n name: eth0\n speed: 1000\n status: UP\n - broadcast: 10.0.1.255\n ip: 10.0.1.10\n mac: \"00:11:22:33:44:58\"\n mask: 255.255.255.0\n name: eth1\n speed: 1000\n status: UP\n filesystem:\n - filesystem: ext4\n mountPoint: /\n size: 128000\n - filesystem: xfs\n mountPoint: /data\n size: 1024000\n hardDevices:\n - major: 8\n minor: 0\n mountPoints: /mnt/data\n name: sda\n readyOnly: \"0\"\n size: 1000\n type: disk\n - major: 8\n minor: 16\n mountPoints: /mnt/backup\n name: sdb\n readyOnly: \"0\"\n size: 1000\n type: disk\n - major: 8\n minor: 32\n mountPoints: /mnt/temp\n name: sdc\n readyOnly: \"0\"\n size: 500\n type: disk\n host_price: 1500.75\n host_spec: \"32GB RAM, 2x Intel Xeon E5-2650 v4\"\n hostname: web-server-01\n hosts:\n - hostname: host3\n ip: 192.168.1.20\n - hostname: host4\n ip: 192.168.1.21\n - hostname: host5\n ip: 192.168.1.22\n installedPatch:\n - articleId: KB987654\n installedTime: \"2024-08-14 09:00:00\"\n - articleId: KB456789\n installedTime: \"2024-08-13 16:00:00\"\n ip: 192.168.1.20\n iptables:\n - chain: FORWARD\n destination: \"\"\n isIPv6: false\n module: \"\"\n options: \"\"\n protocol: icmp\n source: \"\"\n target: REJECT\n - chain: INPUT\n destination: \"\"\n isIPv6: false\n module: \"\"\n options: \"\"\n protocol: tcp\n source: 10.0.0.0/8\n target: ACCEPT\n isSinglePower: true\n is_database: false\n k8sProxyVersion: 1.20.2\n k8sVersion: 1.25.5\n labels:\n - key: department\n location: Guangzhou\n maintenanceExpireYearsNumber: 2\n maintenanceState: 未配置\n maintenance_time_end: \"2026-02-16\"\n maintenance_time_start: \"2023-02-16\"\n maintenance_window: \"2024-08-16 23:00:00\"\n memSize: 32\n memo: This is a test host for Tencent Cloud.\n nodeLabels:\n - key: kubernetes.io/role\n value: master\n - key: beta.kubernetes.io/os\n value: linux\n nodeName: node2\n nodeStatus: Ready\n openstack_server_id: os-server-67890\n osArchitecture: x86_64\n osDistro: Windows Server 2019\n osRelease: 4.19.128-microsoft-standard\n osSystem: Windows\n osVersion: Ubuntu 20.04\n outer_ip: 10.0.0.10\n producer: HP\n product: ProductB\n propertyid: TEN-002\n provider: Tencent\n pv:\n Free_PE: \"5000\"\n PE_Size: 4M\n PV_Name: sda2\n PV_Size: 50G\n PV_UUID: 1234-abcd-5678-efgh\n Total_PE: \"12800\"\n VG_Name: web_vg\n remote_ip: 192.168.1.11\n resourceType: X86物理机\n samplerVersion: 1.0.1\n service:\n - cwd: /var/lib/nginx\n exe: /usr/sbin/nginx\n listening_ip: 10.0.0.10\n listening_port: 80\n name: nginx\n pname: nginx\n username: nginx\n - cwd: /var/lib/apache2\n exe: /usr/sbin/apache2\n listening_ip: 10.0.0.10\n listening_port: 443\n name: apache\n pname: apache2\n username: www-data\n sn: HPK987654321\n status: 测试机\n taints:\n - effect: NoSchedule\n key: diskType\n value: HDD\n - effect: PreferNoSchedule\n key: memoryType\n value: DDR3\n ticket_num: TICKET-67890\n time_sync: 否\n time_zone: Asia/Shanghai\n type: 虚拟机\n uptime: \"2024-08-16 13:00:00\"\n usbkey:\n key: USB-KEY98765\n key_sn: USB987654321\n use: Web服务器\n version: 1.2.4\n vg:\n - Free_PE: \"15360\"\n PE_Size: 4.00 MB\n Total_PE: \"38400\"\n VG_Name: VolGroup02\n VG_Size: 150.00 GB\n VG_UUID: 3e6e8-86e8f\n vmName: VM-002\n vmType: docker\n vmware_host: 是\n windowsFirewallRules:\n - action: Allow\n direction: Inbound\n edgeTraversal: Disabled\n enabled: true\n group: Security\n localIp: 192.168.1.20\n localPort: \"443\"\n name: Rule3\n profile: Domain\n protocol: TCP\n remoteIp: 192.168.1.0/24\n remotePort: \"*\"\n - action: Allow\n direction: Outbound\n edgeTraversal: Enabled\n enabled: true\n group: Firewall\n localIp: 192.168.1.20\n localPort: \"123\"\n name: Rule4\n profile: Public\n protocol: UDP\n remoteIp: 0.0.0.0/0\n remotePort: \"123\"\n - name: attrList\n value:\n - id: product\n name: 所属产品\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: osSystem\n name: 操作系统类型\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: create_time\n name: 录入时间\n candidates:\n - display: text\n formatter:\n format: relative\n type: date\n type: date\n visualWeight: -1\n - display: text\n formatter:\n format: accurate\n type: date\n type: date\n visualWeight: 0\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 1\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 2\n - id: hosts\n name: hosts文件\n candidates:\n - countOnly: true\n display: text\n type: struct-list\n visualWeight: -1\n - countOnly: true\n display: link\n type: struct-list\n visualWeight: 0\n - display: tag\n field: hostname\n maxItems: 2\n style:\n variant: default\n type: struct-list\n visualWeight: 1\n - display: tag\n field: hostname\n maxItems: 2\n style:\n variant: outline\n type: struct-list\n visualWeight: 2\n - id: _occupiedU\n name: 占用U数\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: integer\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: integer\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: integer\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: integer\n visualWeight: 2\n - id: _uuid\n name: uuid\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: status\n name: 运营状态\n enum:\n - 运营中\n - 未上线\n - 维修中\n - 报废\n - 已下线\n - 备用\n - 故障中\n - 下线隔离中\n - 开发机\n - 测试机\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: enum\n visualWeight: -1\n - display: tag\n style:\n palette:\n 下线隔离中: gray\n 备用: grayblue\n 已下线: gray\n 开发机: blue\n 报废: red\n 故障中: red\n 未上线: gray\n 测试机: cyan\n 维修中: orange\n 运营中: green\n variant: default\n type: enum\n visualWeight: 0\n - display: tag\n style:\n palette:\n 下线隔离中: gray\n 备用: grayblue\n 已下线: gray\n 开发机: blue\n 报废: red\n 故障中: red\n 未上线: gray\n 测试机: cyan\n 维修中: orange\n 运营中: green\n variant: outline\n type: enum\n visualWeight: 1\n - display: tag\n style:\n palette:\n 下线隔离中: gray\n 备用: grayblue\n 已下线: gray\n 开发机: blue\n 报废: red\n 故障中: red\n 未上线: gray\n 测试机: cyan\n 维修中: orange\n 运营中: green\n variant: background\n type: enum\n visualWeight: 2\n - id: time_sync\n name: 是否时间同步\n enum:\n - 是\n - 否\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: enum\n visualWeight: -1\n - display: tag\n style:\n palette:\n 否: red\n 是: green\n variant: default\n type: enum\n visualWeight: 0\n - display: tag\n style:\n palette:\n 否: red\n 是: green\n variant: outline\n type: enum\n visualWeight: 1\n - display: tag\n style:\n palette:\n 否: red\n 是: green\n variant: background\n type: enum\n visualWeight: 2\n - id: memSize\n name: 内存大小\n candidates:\n - display: text\n formatter:\n format: unit\n originalUnit: KiB\n type: number\n style:\n color: var(--text-color-secondary)\n size: medium\n type: integer\n visualWeight: -1\n - display: text\n formatter:\n format: unit\n originalUnit: MiB\n type: number\n style:\n color: var(--text-color-default)\n size: medium\n type: integer\n visualWeight: 0\n - display: text\n formatter:\n format: unit\n originalUnit: GiB\n type: number\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: integer\n visualWeight: 1\n - display: text\n formatter:\n format: unit\n originalUnit: GiB\n type: number\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: integer\n visualWeight: 2\n - id: _startU\n name: 起始U位\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: integer\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: integer\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: integer\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: integer\n visualWeight: 2\n - id: ip\n name: IP\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: cpus\n name: 总物理核心数\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: integer\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: integer\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: integer\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: integer\n visualWeight: 2\n - id: diskTotal\n name: 磁盘容量\n candidates:\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: vmType\n name: 虚拟化类型\n enum:\n - physical\n - lxc\n - kvm\n - docker\n - vcenter\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: enum\n visualWeight: -1\n - display: tag\n style:\n palette:\n docker: green\n kvm: blue\n lxc: gray\n physical: gray\n vcenter: gray\n variant: default\n type: enum\n visualWeight: 0\n - display: tag\n style:\n palette:\n docker: green\n kvm: blue\n lxc: gray\n physical: gray\n vcenter: gray\n variant: outline\n type: enum\n visualWeight: 1\n - display: tag\n style:\n palette:\n docker: green\n kvm: blue\n lxc: gray\n physical: gray\n vcenter: gray\n variant: background\n type: enum\n visualWeight: 2\n - id: osDistro\n name: 操作系统发行版本\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: customer\n name: 所属客户\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: producer\n name: 服务器厂商\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: openstack_server_id\n name: OpenStack私有云虚拟机标识\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: _environment\n name: 主机环境\n enum:\n - 无\n - 开发\n - 测试\n - 预发布\n - 生产\n - 灾备\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: enum\n visualWeight: -1\n - display: tag\n style:\n palette:\n 开发: cyan\n 无: gray\n 测试: geekblue\n 灾备: red\n 生产: green\n 预发布: orange\n variant: default\n type: enum\n visualWeight: 0\n - display: tag\n style:\n palette:\n 开发: cyan\n 无: gray\n 测试: geekblue\n 灾备: red\n 生产: green\n 预发布: orange\n variant: outline\n type: enum\n visualWeight: 1\n - display: tag\n style:\n palette:\n 开发: cyan\n 无: gray\n 测试: geekblue\n 灾备: red\n 生产: green\n 预发布: orange\n variant: background\n type: enum\n visualWeight: 2\n - id: asset_id\n name: 固资编号\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: iptables\n name: iptables\n candidates:\n - countOnly: true\n display: text\n type: struct-list\n visualWeight: -1\n - countOnly: true\n display: link\n type: struct-list\n visualWeight: 0\n - display: tag\n field: chain\n maxItems: 2\n style:\n variant: default\n type: struct-list\n visualWeight: 1\n - display: tag\n field: protocol\n maxItems: 2\n style:\n variant: outline\n type: struct-list\n visualWeight: 2\n - id: use\n name: 用途\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: aliveDate\n name: 有效日期\n candidates:\n - display: text\n formatter:\n format: relative\n type: date\n type: date\n visualWeight: -1\n - display: text\n formatter:\n format: accurate\n type: date\n type: date\n visualWeight: 0\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 1\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 2\n - id: osArchitecture\n name: 操作系统架构\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: resourceType\n name: 计算资源类型\n enum:\n - X86虚拟机\n - X86物理机\n - 小型机\n - 其他\n - ARM物理机\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: enum\n visualWeight: -1\n - display: tag\n style:\n palette:\n ARM物理机: green\n X86物理机: gray\n X86虚拟机: purple\n 其他: orange\n 小型机: blue\n variant: default\n type: enum\n visualWeight: 0\n - display: tag\n style:\n palette:\n ARM物理机: green\n X86物理机: gray\n X86虚拟机: purple\n 其他: orange\n 小型机: blue\n variant: outline\n type: enum\n visualWeight: 1\n - display: tag\n style:\n palette:\n ARM物理机: green\n X86物理机: gray\n X86虚拟机: purple\n 其他: orange\n 小型机: blue\n variant: background\n type: enum\n visualWeight: 2\n - id: maintenanceState\n name: 维保状态\n enum:\n - 未配置\n - 已到期\n - 维保中\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: enum\n visualWeight: -1\n - display: tag\n style:\n palette:\n 已到期: red\n 未配置: gray\n 维保中: green\n variant: default\n type: enum\n visualWeight: 0\n - display: tag\n style:\n palette:\n 已到期: red\n 未配置: gray\n 维保中: green\n variant: outline\n type: enum\n visualWeight: 1\n - display: tag\n style:\n palette:\n 已到期: red\n 未配置: gray\n 维保中: green\n variant: background\n type: enum\n visualWeight: 2\n - id: hostname\n name: 主机名\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: eth\n name: 网卡信息\n candidates:\n - countOnly: true\n display: text\n type: struct-list\n visualWeight: -1\n - countOnly: true\n display: link\n type: struct-list\n visualWeight: 0\n - display: tag\n field: name\n maxItems: 2\n style:\n variant: default\n type: struct-list\n visualWeight: 1\n - display: tag\n field: name\n maxItems: 2\n style:\n variant: outline\n type: struct-list\n visualWeight: 2\n - id: osVersion\n name: 操作系统\n candidates:\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: NTP\n name: NTP服务器\n candidates:\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: pv\n name: pv信息\n candidates:\n - display: text\n field: PV_Name\n type: struct\n visualWeight: 0\n - display: link\n field: PV_Name\n type: struct\n visualWeight: 1\n - display: tag\n field: PV_Name\n style:\n color: var(--text-color-default)\n variant: outline\n type: struct\n visualWeight: 2\n - display: text\n field: VG_Name\n type: struct\n visualWeight: -1\n - id: outer_ip\n name: 外网ip\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: appServicePort\n name: 应用服务端口监控\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: service\n name: 服务信息\n candidates:\n - countOnly: true\n display: text\n type: struct-list\n visualWeight: -1\n - countOnly: true\n display: link\n type: struct-list\n visualWeight: 0\n - display: tag\n field: name\n maxItems: 2\n style:\n variant: default\n type: struct-list\n visualWeight: 1\n - display: tag\n field: name\n maxItems: 2\n style:\n variant: outline\n type: struct-list\n visualWeight: 2\n - id: device_model\n name: 型号\n candidates:\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: sn\n name: 设备SN\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: time_zone\n name: 时区\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: usbkey\n name: usbkey\n candidates:\n - display: text\n field: key\n type: struct\n visualWeight: 0\n - display: link\n field: key\n type: struct\n visualWeight: 1\n - display: tag\n field: key_sn\n type: struct\n visualWeight: 2\n - id: disk\n name: 磁盘信息\n candidates:\n - countOnly: true\n display: text\n type: struct-list\n visualWeight: -1\n - countOnly: true\n display: link\n type: struct-list\n visualWeight: 0\n - display: tag\n field: device\n maxItems: 2\n style:\n variant: default\n type: struct-list\n visualWeight: 1\n - display: tag\n field: device\n maxItems: 2\n style:\n variant: outline\n type: struct-list\n visualWeight: 2\n - id: applicant\n name: 申请人\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: agentVersion\n name: agent版本\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: host_spec\n name: 主机规格\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: ticket_num\n name: 工单号\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: DNS\n name: DNS服务器\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: samplerVersion\n name: sampler版本\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: installedPatch\n name: 已安装的补丁信息\n candidates:\n - countOnly: true\n display: text\n type: struct-list\n visualWeight: -1\n - countOnly: true\n display: link\n type: struct-list\n visualWeight: 0\n - display: tag\n field: articleId\n maxItems: 2\n style:\n variant: default\n type: struct-list\n visualWeight: 1\n - display: tag\n field: articleId\n maxItems: 2\n style:\n variant: outline\n type: struct-list\n visualWeight: 2\n - id: businessIP\n name: 业务IP\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: annotations\n name: 注解\n candidates:\n - countOnly: true\n display: text\n type: struct-list\n visualWeight: -1\n - countOnly: true\n display: link\n type: struct-list\n visualWeight: 0\n - display: tag\n field: key\n maxItems: 2\n style:\n variant: default\n type: struct-list\n visualWeight: 1\n - display: tag\n field: key\n maxItems: 2\n style:\n variant: outline\n type: struct-list\n visualWeight: 2\n - id: nodeLabels\n name: k8s标签\n candidates:\n - countOnly: true\n display: text\n type: struct-list\n visualWeight: -1\n - countOnly: true\n display: link\n type: struct-list\n visualWeight: 0\n - display: tag\n field: key\n maxItems: 2\n style:\n variant: default\n type: struct-list\n visualWeight: 1\n - display: tag\n field: key\n maxItems: 2\n style:\n variant: outline\n type: struct-list\n visualWeight: 2\n - id: nodeStatus\n name: k8s节点状态\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: filesystem\n name: 文件系统\n candidates:\n - countOnly: true\n display: text\n type: struct-list\n visualWeight: -1\n - countOnly: true\n display: link\n type: struct-list\n visualWeight: 0\n - display: tag\n field: filesystem\n maxItems: 2\n style:\n variant: default\n type: struct-list\n visualWeight: 1\n - display: tag\n field: filesystem\n maxItems: 2\n style:\n variant: outline\n type: struct-list\n visualWeight: 2\n - id: labels\n name: 标签\n candidates:\n - countOnly: true\n display: text\n type: struct-list\n visualWeight: -1\n - countOnly: true\n display: link\n type: struct-list\n visualWeight: 0\n - display: tag\n field: key\n maxItems: 2\n style:\n variant: default\n type: struct-list\n visualWeight: 1\n - display: tag\n field: key\n maxItems: 2\n style:\n variant: outline\n type: struct-list\n visualWeight: 2\n - id: taints\n name: 污点\n candidates:\n - countOnly: true\n display: text\n type: struct-list\n visualWeight: -1\n - countOnly: true\n display: link\n type: struct-list\n visualWeight: 0\n - display: tag\n field: key\n maxItems: 2\n style:\n variant: default\n type: struct-list\n visualWeight: 1\n - display: tag\n field: key\n maxItems: 2\n style:\n variant: outline\n type: struct-list\n visualWeight: 2\n - id: isSinglePower\n name: 是否单电源\n candidates:\n - display: text\n \"false\":\n style:\n color: var(--text-color-default)\n text: \"N\"\n \"true\":\n style:\n color: var(--text-color-default)\n text: \"Y\"\n type: boolean\n visualWeight: -1\n - display: icon\n \"false\":\n icon: xmark\n style:\n color: var(--color-error)\n \"true\":\n icon: check\n style:\n color: var(--color-success)\n type: boolean\n visualWeight: 0\n - display: icon+text\n \"false\":\n icon: xmark\n style:\n color: var(--color-error)\n text: \"No\"\n \"true\":\n icon: check\n style:\n color: var(--color-success)\n text: \"Yes\"\n type: boolean\n visualWeight: 1\n - display: icon+text\n \"false\":\n icon: check\n style:\n color: var(--color-success)\n fontWeight: bold\n text: Dual PSU\n \"true\":\n icon: check\n style:\n color: var(--color-error)\n fontWeight: bold\n text: Single PSU\n type: boolean\n visualWeight: 2\n - id: _agentHeartBeat\n name: agent心跳\n candidates:\n - display: text\n formatter:\n format: relative\n type: date-time\n style:\n color: var(--text-color-secondary)\n size: medium\n type: integer\n visualWeight: -1\n - display: text\n formatter:\n format: accurate\n type: date-time\n style:\n color: var(--text-color-default)\n size: medium\n type: integer\n visualWeight: 0\n - display: text\n formatter:\n format: accurate\n type: date-time\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: integer\n visualWeight: 1\n - display: text\n formatter:\n format: full\n type: date-time\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: integer\n visualWeight: 2\n - id: maintenance_window\n name: 维护窗口\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: diskSize\n name: 磁盘大小\n candidates:\n - display: text\n formatter:\n format: unit\n originalUnit: GB\n type: number\n style:\n color: var(--text-color-secondary)\n size: medium\n type: integer\n visualWeight: -1\n - display: text\n formatter:\n format: unit\n originalUnit: GB\n type: number\n style:\n color: var(--text-color-default)\n size: medium\n type: integer\n visualWeight: 0\n - display: text\n formatter:\n format: unit\n originalUnit: GB\n type: number\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: integer\n visualWeight: 1\n - display: text\n formatter:\n format: unit\n originalUnit: GB\n type: number\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: integer\n visualWeight: 2\n - id: windowsFirewallRules\n name: windows防火墙策略\n candidates:\n - countOnly: true\n display: text\n type: struct-list\n visualWeight: -1\n - countOnly: true\n display: link\n type: struct-list\n visualWeight: 0\n - display: tag\n field: name\n maxItems: 2\n style:\n variant: default\n type: struct-list\n visualWeight: 1\n - display: tag\n field: name\n maxItems: 2\n style:\n variant: outline\n type: struct-list\n visualWeight: 2\n - id: version\n name: 版本\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: cpuNumber\n name: 总逻辑核心数\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: integer\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: integer\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: integer\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: integer\n visualWeight: 2\n - id: cpuHz\n name: CPU频率\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: integer\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: integer\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: integer\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: integer\n visualWeight: 2\n - id: vmName\n name: 虚拟化实例名称\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: osRelease\n name: 操作系统内核发行版本\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: deviceId\n name: 设备ID\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: uptime\n name: 启动时长\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: RTO\n name: RTO\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: _mac\n name: 物理地址\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: memo\n name: 备注\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - id: provider\n name: 供应商\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: age\n name: 启动时间\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: k8sProxyVersion\n name: Kube-Proxy版本\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: location\n name: 地域\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: RPO\n name: RPO\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: remote_ip\n name: 远程管理IP\n candidates:\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: propertyid\n name: 资产编号\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: maintenance_time_end\n name: 维保结束时间\n candidates:\n - display: text\n formatter:\n format: relative\n type: date\n type: date\n visualWeight: -1\n - display: text\n formatter:\n format: accurate\n type: date\n type: date\n visualWeight: 0\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 1\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 2\n - id: is_database\n name: 是否数据库主机\n candidates:\n - display: text\n \"false\":\n style:\n color: var(--text-color-default)\n text: \"N\"\n \"true\":\n style:\n color: var(--text-color-default)\n text: \"Y\"\n type: boolean\n visualWeight: -1\n - display: icon\n \"false\":\n icon: xmark\n style:\n color: var(--color-error)\n \"true\":\n icon: check\n style:\n color: var(--color-success)\n type: boolean\n visualWeight: 0\n - display: icon+text\n \"false\":\n icon: xmark\n style:\n color: var(--color-error)\n text: \"No\"\n \"true\":\n icon: check\n style:\n color: var(--color-success)\n text: \"Yes\"\n type: boolean\n visualWeight: 1\n - display: icon+text\n \"false\":\n icon: xmark\n style:\n color: var(--color-error)\n fontWeight: bold\n text: Not Database Host\n \"true\":\n icon: check\n style:\n color: var(--color-success)\n fontWeight: bold\n text: Database Host\n type: boolean\n visualWeight: 2\n - id: asset_belong_to\n name: 资产主体\n enum:\n - 鞋类\n - 体育\n - 鞋体公用\n - 物流\n - 新业务\n - 公共\n - 意礴\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: enum\n visualWeight: -1\n - display: tag\n style:\n palette:\n 体育: orange\n 公共: red\n 意礴: cyan\n 新业务: purple\n 物流: green\n 鞋体公用: blue\n 鞋类: gray\n variant: default\n type: enum\n visualWeight: 0\n - display: tag\n style:\n palette:\n 体育: orange\n 公共: red\n 意礴: cyan\n 新业务: purple\n 物流: green\n 鞋体公用: blue\n 鞋类: gray\n variant: outline\n type: enum\n visualWeight: 1\n - display: tag\n style:\n palette:\n 体育: orange\n 公共: red\n 意礴: cyan\n 新业务: purple\n 物流: green\n 鞋体公用: blue\n 鞋类: gray\n variant: background\n type: enum\n visualWeight: 2\n - id: hardDevices\n name: 硬盘信息\n candidates:\n - countOnly: true\n display: text\n type: struct-list\n visualWeight: -1\n - countOnly: true\n display: link\n type: struct-list\n visualWeight: 0\n - display: tag\n field: name\n maxItems: 2\n style:\n variant: default\n type: struct-list\n visualWeight: 1\n - display: tag\n field: name\n maxItems: 2\n style:\n variant: outline\n type: struct-list\n visualWeight: 2\n - id: cloud_type\n name: 云类型\n enum:\n - aliyun\n - tencent\n - openstack\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: enum\n visualWeight: -1\n - display: tag\n style:\n palette:\n aliyun: blue\n openstack: geekblue\n tencent: cyan\n variant: default\n type: enum\n visualWeight: 0\n - display: tag\n style:\n palette:\n aliyun: blue\n openstack: geekblue\n tencent: cyan\n variant: outline\n type: enum\n visualWeight: 1\n - display: tag\n style:\n palette:\n aliyun: blue\n openstack: geekblue\n tencent: cyan\n variant: background\n type: enum\n visualWeight: 2\n - id: host_price\n name: 主机价格\n candidates:\n - display: text\n formatter:\n currency: CNY\n decimals: 2\n format: currency\n thousandsSeparator: true\n type: number\n style:\n color: var(--text-color-secondary)\n size: medium\n type: float\n visualWeight: -1\n - display: text\n formatter:\n currency: CNY\n decimals: 2\n format: currency\n thousandsSeparator: true\n type: number\n style:\n color: var(--text-color-default)\n size: medium\n type: float\n visualWeight: 0\n - display: text\n formatter:\n currency: CNY\n decimals: 2\n format: currency\n thousandsSeparator: true\n type: number\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: float\n visualWeight: 1\n - display: text\n formatter:\n currency: CNY\n decimals: 2\n format: currency\n thousandsSeparator: true\n type: number\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: float\n visualWeight: 2\n - id: maintenance_time_start\n name: 维保开始时间\n candidates:\n - display: text\n formatter:\n format: relative\n type: date\n type: date\n visualWeight: -1\n - display: text\n formatter:\n format: accurate\n type: date\n type: date\n visualWeight: 0\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 1\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 2\n - id: cpuModel\n name: CPU型号\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: vmware_host\n name: 是否为vmware宿主机\n enum:\n - 是\n - 否\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: enum\n visualWeight: -1\n - display: tag\n style:\n palette:\n 否: gray\n 是: blue\n variant: default\n type: enum\n visualWeight: 0\n - display: tag\n style:\n palette:\n 否: gray\n 是: blue\n variant: outline\n type: enum\n visualWeight: 1\n - display: tag\n style:\n palette:\n 否: gray\n 是: blue\n variant: background\n type: enum\n visualWeight: 2\n - id: vg\n name: vg信息\n candidates:\n - display: text\n field: VG_Name\n type: struct\n visualWeight: 0\n - display: link\n field: VG_Name\n type: struct\n visualWeight: 1\n - display: tag\n field: VG_Name\n style:\n color: var(--text-color-default)\n variant: outline\n type: struct\n visualWeight: 2\n - display: text\n field: VG_UUID\n type: struct\n visualWeight: -1\n - id: date\n name: 日期\n candidates:\n - display: text\n formatter:\n format: relative\n type: date\n type: date\n visualWeight: -1\n - display: text\n formatter:\n format: accurate\n type: date\n type: date\n visualWeight: 0\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 1\n - display: text\n formatter:\n format: full\n type: date\n type: date\n visualWeight: 2\n - id: maintenanceExpireYearsNumber\n name: 已使用年数\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: integer\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: integer\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: integer\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: integer\n visualWeight: 2\n - id: k8sVersion\n name: k8s版本\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: charset\n name: 当前字符集\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: cpu\n name: CPU信息\n candidates:\n - display: text\n field: brand\n type: struct\n visualWeight: 0\n - display: link\n field: brand\n type: struct\n visualWeight: 1\n - display: tag\n field: brand\n style:\n color: var(--color-brand)\n variant: outline\n type: struct\n visualWeight: 2\n - display: text\n field: architecture\n type: struct\n visualWeight: -1\n - id: _agentStatus\n name: agent状态\n enum:\n - 未安装\n - 异常\n - 正常\n - 已卸载\n - 维护中\n candidates:\n - display: tag\n style:\n background: gray\n variant: default\n type: enum\n visualWeight: -1\n - display: tag\n style:\n palette:\n 已卸载: orange\n 异常: red\n 未安装: gray\n 正常: green\n 维护中: blue\n variant: default\n type: enum\n visualWeight: 0\n - display: tag\n style:\n palette:\n 已卸载: orange\n 异常: red\n 未安装: gray\n 正常: green\n 维护中: blue\n variant: outline\n type: enum\n visualWeight: 1\n - display: tag\n style:\n palette:\n 已卸载: orange\n 异常: red\n 未安装: gray\n 正常: green\n 维护中: blue\n variant: background\n type: enum\n visualWeight: 2\n - id: env\n name: 环境\n enum:\n - 开发环境\n - 预发布环境\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: enum\n visualWeight: -1\n - display: tag\n style:\n palette:\n 开发环境: blue\n 预发布环境: gray\n variant: default\n type: enum\n visualWeight: 0\n - display: tag\n style:\n palette:\n 开发环境: blue\n 预发布环境: gray\n variant: outline\n type: enum\n visualWeight: 1\n - display: tag\n style:\n palette:\n 开发环境: blue\n 预发布环境: gray\n variant: background\n type: enum\n visualWeight: 2\n - id: creat_time\n name: 创建时间\n candidates:\n - display: text\n formatter:\n format: relative\n type: date-time\n type: date-time\n visualWeight: -1\n - display: text\n formatter:\n format: accurate\n type: date-time\n type: date-time\n visualWeight: 0\n - display: text\n formatter:\n format: full\n type: date-time\n type: date-time\n visualWeight: 1\n - display: text\n formatter:\n format: full\n type: date-time\n type: date-time\n visualWeight: 2\n - id: type\n name: 主机类型\n candidates:\n - display: text\n style:\n color: var(--text-color-secondary)\n size: medium\n type: string\n visualWeight: -1\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\n - id: crontabs\n name: 定时任务\n candidates:\n - countOnly: true\n display: text\n type: struct-list\n visualWeight: -1\n - countOnly: true\n display: link\n type: struct-list\n visualWeight: 0\n - display: tag\n field: index\n maxItems: 2\n style:\n variant: default\n type: struct-list\n visualWeight: 1\n - display: tag\n field: index\n maxItems: 2\n style:\n variant: outline\n type: struct-list\n visualWeight: 2\n - id: nodeName\n name: 节点名称\n candidates:\n - display: text\n style:\n color: var(--text-color-default)\n size: medium\n type: string\n visualWeight: 0\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: medium\n type: string\n visualWeight: 1\n - display: text\n style:\n color: var(--text-color-default)\n fontWeight: bold\n size: large\n type: string\n visualWeight: 2\nchildren:\n - brick: visual-builder.pre-generated-config\n properties:\n previewUrl: /preview/\n mockList: <% CTX.mockList %>\n attrList: |\n <%\n [\n \"hostname\",\n \"ip\",\n \"status\",\n \"_agentStatus\",\n \"memSize\",\n \"diskSize\",\n \"osVersion\",\n \"create_time\",\n \"maintenance_time_start\",\n \"maintenance_time_end\",\n ].map((attr) => CTX.attrList.find(a => a.id === attr)).filter(Boolean)\n %>\n containerConfig:\n type: table\n dataName: myData\n events:\n change:\n - target: visual-builder\\.pre-generated-config-preview\n multiple: true\n properties:\n attrList: <% EVENT.detail %>\n - brick: h2\n properties:\n textContent: 预览\n style:\n margin: 0\n - brick: visual-builder.pre-generated-config-preview\n properties:\n mockList: <% CTX.mockList %>\n container: table\n previewUrl: /preview/\n - brick: visual-builder.pre-generated-config-preview\n properties:\n mockList: <% CTX.mockList %>\n container: descriptions\n previewUrl: /preview/\n# -- YAML DELIMITER (1nbbm8) --\n# <eo-content-layout>\n# <visual-builder.pre-generated-config\n# preview-url=\"/preview/\"\n# id=\"brick-1\"\n# ></visual-builder.pre-generated-config>\n# <h2 style=\"margin: 0\">预览</h2>\n# <visual-builder.pre-generated-config-preview\n# container=\"table\"\n# preview-url=\"/preview/\"\n# id=\"brick-2\"\n# ></visual-builder.pre-generated-config-preview>\n# <visual-builder.pre-generated-config-preview\n# container=\"descriptions\"\n# preview-url=\"/preview/\"\n# id=\"brick-3\"\n# ></visual-builder.pre-generated-config-preview>\n# </eo-content-layout>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.mockList = \"<% CTX.mockList %>\";\n# brick_1.attrList =\n# '<%\\n [\\n \"hostname\",\\n \"ip\",\\n \"status\",\\n \"_agentStatus\",\\n \"memSize\",\\n \"diskSize\",\\n \"osVersion\",\\n \"create_time\",\\n \"maintenance_time_start\",\\n \"maintenance_time_end\",\\n ].map((attr) => CTX.attrList.find(a => a.id === attr)).filter(Boolean)\\n%>\\n';\n# brick_1.containerConfig = {\n# type: \"table\",\n# dataName: \"myData\",\n# };\n# brick_1.addEventListener(\"change\", (e) => {\n# const brick = document.querySelector(\n# \"visual-builder\\\\.pre-generated-config-preview\"\n# );\n# brick.attrList = \"<% EVENT.detail %>\";\n# });\n# \n# const brick_2 = document.getElementById(\"brick-2\");\n# brick_2.mockList = \"<% CTX.mockList %>\";\n# \n# const brick_3 = document.getElementById(\"brick-3\");\n# brick_3.mockList = \"<% CTX.mockList %>\";\n# </script>\n# \n```\n"
19
16
  }
20
17
  }