@blueking/ai-ui-sdk 0.1.0-beta.1 → 0.1.0-beta.11

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 (141) hide show
  1. package/dist/common/util.d.ts +6 -0
  2. package/dist/common/util.ts.js +16 -0
  3. package/dist/components/render-aside/index.script.vue.js +4 -4
  4. package/dist/components/render-aside/index.vue.css +9 -9
  5. package/dist/components/render-aside/index.vue.js +1 -1
  6. package/dist/components/render-auto-height-textarea/index.vue.css +11 -11
  7. package/dist/components/render-auto-height-textarea/index.vue.js +1 -1
  8. package/dist/components/render-collapse/index.vue.css +2 -2
  9. package/dist/components/render-collapse/index.vue.js +1 -1
  10. package/dist/components/render-dataset/components/edit-dataset-data/index.script.vue.js.js +367 -0
  11. package/dist/components/render-dataset/components/edit-dataset-data/index.vue.css +15 -0
  12. package/dist/components/{render-dataset-detail-origin-data/components/operation-record → render-dataset/components/edit-dataset-data}/index.vue.d.ts +4 -4
  13. package/dist/components/render-dataset/components/edit-dataset-data/index.vue.js +5 -0
  14. package/dist/components/render-dataset/components/operation-record/index.script.vue.js.js +139 -0
  15. package/dist/components/{render-dataset-detail-origin-data → render-dataset}/components/operation-record/index.vue.css +4 -4
  16. package/dist/components/{render-dataset-detail-origin-data/components/operation-record/table → render-dataset/components/operation-record}/index.vue.d.ts +2 -2
  17. package/dist/components/render-dataset/components/operation-record/index.vue.js +5 -0
  18. package/dist/components/{render-dataset-detail-origin-data → render-dataset}/components/operation-record/table/index.script.vue.js.js +35 -39
  19. package/dist/components/{render-dataset-detail-origin-data → render-dataset}/components/operation-record/table/index.vue.css +1 -1
  20. package/dist/components/render-dataset/components/operation-record/table/index.vue.d.ts +7 -0
  21. package/dist/components/render-dataset/components/operation-record/table/index.vue.js +5 -0
  22. package/dist/components/{render-dataset-detail-origin-data → render-dataset}/components/operation-record/view-op-result/index.script.vue.js.js +21 -19
  23. package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.css +12 -0
  24. package/dist/components/{render-dataset-detail-origin-data → render-dataset}/components/operation-record/view-op-result/index.vue.d.ts +2 -1
  25. package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.js +5 -0
  26. package/dist/components/render-dataset/components/plus-dataset/dataset-footer.script.vue.js.js +2 -2
  27. package/dist/components/render-dataset/components/plus-dataset/dataset-footer.vue.d.ts +3 -3
  28. package/dist/components/render-dataset/components/plus-dataset/{dataset-form.script.vue.js.js → dataset-form.script.vue.js} +95 -129
  29. package/dist/components/render-dataset/components/plus-dataset/dataset-form.vue.d.ts +1 -0
  30. package/dist/components/render-dataset/components/plus-dataset/dataset-form.vue.js +1 -3
  31. package/dist/components/render-dataset/components/plus-dataset/index.script.vue.js.js +14 -8
  32. package/dist/components/render-dataset/components/plus-dataset/index.vue.css +4 -1
  33. package/dist/components/render-dataset/components/plus-dataset/index.vue.d.ts +3 -2
  34. package/dist/components/render-dataset/components/plus-dataset/index.vue.js +1 -1
  35. package/dist/components/render-dataset/components/plus-dataset-data/form/dataset.script.vue.js.js +15 -6
  36. package/dist/components/render-dataset/components/plus-dataset-data/form/dataset.vue.d.ts +4 -1
  37. package/dist/components/render-dataset/components/plus-dataset-data/form/file.script.vue.js.js +68 -15
  38. package/dist/components/render-dataset/components/plus-dataset-data/form/file.vue.d.ts +3 -1
  39. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.script.vue.js.js +3 -2
  40. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.css +1 -1
  41. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.d.ts +1 -0
  42. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.js +1 -1
  43. package/dist/components/render-dataset/components/plus-dataset-data/form/index.script.vue.js.js +97 -33
  44. package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.css +7 -0
  45. package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.d.ts +4 -0
  46. package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.js +2 -0
  47. package/dist/components/render-dataset/components/plus-dataset-data/form/manual.script.vue.js +202 -0
  48. package/dist/components/render-dataset/components/plus-dataset-data/form/manual.vue.css +8 -0
  49. package/dist/components/render-dataset/components/plus-dataset-data/form/manual.vue.d.ts +3 -1
  50. package/dist/components/render-dataset/components/plus-dataset-data/form/manual.vue.js +2 -1
  51. package/dist/components/render-dataset/components/plus-dataset-data/index.script.vue.js.js +14 -1
  52. package/dist/components/render-dataset/components/plus-dataset-data/index.vue.d.ts +9 -3
  53. package/dist/components/render-dataset/components/search-dataset/index.script.vue.js.js +119 -0
  54. package/dist/components/render-dataset/components/search-dataset/index.vue.d.ts +10 -1
  55. package/dist/components/render-dataset/components/search-dataset/index.vue.js +1 -2
  56. package/dist/components/render-dataset/components/search-dataset-data/index.script.vue.js.js +59 -0
  57. package/dist/components/render-dataset/components/search-dataset-data/index.vue.d.ts +11 -0
  58. package/dist/components/render-dataset/components/search-dataset-data/index.vue.js +3 -0
  59. package/dist/components/render-dataset/components/search-operation-record/index.script.vue.js.js +69 -0
  60. package/dist/components/{render-dataset-detail-origin-data/components/edit-data → render-dataset/components/search-operation-record}/index.vue.d.ts +5 -6
  61. package/dist/components/render-dataset/components/search-operation-record/index.vue.js +3 -0
  62. package/dist/components/render-dataset/components/source-type-icon/index.script.vue.js.js +2 -2
  63. package/dist/components/render-dataset/components/source-type-icon/index.vue.css +3 -3
  64. package/dist/components/render-dataset/components/source-type-icon/index.vue.js +1 -1
  65. package/dist/components/render-dataset/index.script.vue.js.js +18 -4
  66. package/dist/components/render-dataset/index.vue.css +1 -1
  67. package/dist/components/render-dataset/index.vue.js +1 -1
  68. package/dist/components/render-dataset-detail/components/header.script.vue.js.js +41 -12
  69. package/dist/components/render-dataset-detail/components/header.vue.d.ts +5 -1
  70. package/dist/components/render-dataset-detail/index.script.vue.js.js +11 -1
  71. package/dist/components/render-dataset-detail/index.vue.d.ts +5 -1
  72. package/dist/components/render-dataset-detail-origin-data/components/batch-operation/index.script.vue.js.js +88 -11
  73. package/dist/components/render-dataset-detail-origin-data/components/batch-operation/index.vue.d.ts +12 -1
  74. package/dist/components/render-dataset-detail-origin-data/components/table/index.script.vue.js +265 -0
  75. package/dist/components/render-dataset-detail-origin-data/components/table/index.vue.css +1 -1
  76. package/dist/components/render-dataset-detail-origin-data/components/table/index.vue.d.ts +12 -1
  77. package/dist/components/render-dataset-detail-origin-data/components/table/index.vue.js +2 -2
  78. package/dist/components/render-dataset-detail-origin-data/index.script.vue.js.js +88 -28
  79. package/dist/components/render-dataset-detail-origin-data/index.vue.css +3 -3
  80. package/dist/components/render-dataset-detail-origin-data/index.vue.d.ts +1 -0
  81. package/dist/components/render-dataset-detail-origin-data/index.vue.js +1 -1
  82. package/dist/components/render-dataset-list/components/main.script.vue.js.js +28 -7
  83. package/dist/components/render-dataset-list/components/main.vue.css +3 -3
  84. package/dist/components/render-dataset-list/components/main.vue.d.ts +6 -1
  85. package/dist/components/render-dataset-list/components/main.vue.js +1 -1
  86. package/dist/components/render-dataset-list/components/table.script.vue.js.js +128 -53
  87. package/dist/components/render-dataset-list/components/table.vue.d.ts +2 -0
  88. package/dist/components/render-dataset-list/index.script.vue.js.js +10 -2
  89. package/dist/components/render-dataset-list/index.vue.d.ts +6 -1
  90. package/dist/components/render-expand-collapse/index.vue.css +3 -3
  91. package/dist/components/render-expand-collapse/index.vue.js +1 -1
  92. package/dist/components/render-file-card/index.script.vue.js.js +2 -2
  93. package/dist/components/render-file-card/index.vue.css +11 -11
  94. package/dist/components/render-file-card/index.vue.js +1 -1
  95. package/dist/components/render-file-type-icon/index.script.vue.js.js +8 -8
  96. package/dist/components/render-file-type-icon/index.vue.css +5 -5
  97. package/dist/components/render-file-type-icon/index.vue.js +1 -1
  98. package/dist/components/render-header/index.vue.css +5 -5
  99. package/dist/components/render-header/index.vue.js +1 -1
  100. package/dist/components/render-router-tab/index.vue.css +3 -3
  101. package/dist/components/render-router-tab/index.vue.js +1 -1
  102. package/dist/components/render-search-select/index.script.vue.js.js +137 -0
  103. package/dist/components/render-search-select/index.vue.d.ts +31 -0
  104. package/dist/components/render-search-select/index.vue.js +3 -0
  105. package/dist/css/fonts/iconcool.eot +0 -0
  106. package/dist/css/fonts/iconcool.svg +36 -0
  107. package/dist/css/fonts/iconcool.ttf +0 -0
  108. package/dist/css/fonts/iconcool.woff +0 -0
  109. package/dist/css/iconcool.js +1 -1
  110. package/dist/css/style.css +38 -2
  111. package/dist/event/index.ts.js +1 -2
  112. package/dist/hooks/use-click-proxy.ts.js +1 -1
  113. package/dist/hooks/use-dataset-http.d.ts +21 -8
  114. package/dist/hooks/use-dataset-http.ts.js +57 -34
  115. package/dist/http/fetch/error-interceptor.d.ts +1 -1
  116. package/dist/http/fetch/error-interceptor.ts.js +15 -25
  117. package/dist/http/fetch/index.ts.js +3 -2
  118. package/dist/http/fetch/success-interceptor.ts.js +7 -4
  119. package/dist/http/helper/agent.d.ts +1 -1
  120. package/dist/http/helper/dataset.d.ts +14 -21
  121. package/dist/http/helper/dataset.ts.js +155 -95
  122. package/dist/types/common.d.ts +9 -0
  123. package/dist/types/dataset.d.ts +84 -83
  124. package/dist/types/enum.d.ts +15 -19
  125. package/dist/types/enum.ts.js +19 -22
  126. package/package.json +5 -2
  127. package/dist/components/render-dataset/components/plus-dataset/dataset-form.vue.css +0 -15
  128. package/dist/components/render-dataset/components/plus-dataset-data/form/manual.script.vue.js.js +0 -163
  129. package/dist/components/render-dataset/components/search-dataset/index.script.vue.js +0 -7
  130. package/dist/components/render-dataset-detail-origin-data/components/edit-data/index.script.vue.js.js +0 -268
  131. package/dist/components/render-dataset-detail-origin-data/components/edit-data/index.vue.css +0 -38
  132. package/dist/components/render-dataset-detail-origin-data/components/edit-data/index.vue.js +0 -5
  133. package/dist/components/render-dataset-detail-origin-data/components/operation-record/index.script.vue.js.js +0 -89
  134. package/dist/components/render-dataset-detail-origin-data/components/operation-record/index.vue.js +0 -5
  135. package/dist/components/render-dataset-detail-origin-data/components/operation-record/table/index.vue.js +0 -5
  136. package/dist/components/render-dataset-detail-origin-data/components/operation-record/view-op-result/index.vue.css +0 -6
  137. package/dist/components/render-dataset-detail-origin-data/components/operation-record/view-op-result/index.vue.js +0 -5
  138. package/dist/components/render-dataset-detail-origin-data/components/search/index.script.vue.js +0 -7
  139. package/dist/components/render-dataset-detail-origin-data/components/search/index.vue.d.ts +0 -2
  140. package/dist/components/render-dataset-detail-origin-data/components/search/index.vue.js +0 -4
  141. package/dist/components/render-dataset-detail-origin-data/components/table/index.script.vue.js.js +0 -216
@@ -1,12 +1,12 @@
1
1
 
2
- .router-tab[data-v-2sb5d0j8] {
2
+ .router-tab[data-v-2o4slg5m] {
3
3
  margin-top: 2px;
4
4
  height: 42px;
5
5
  background: #FFFFFF;
6
6
  box-shadow: 0 2px 4px 0 #1919290d;
7
7
  padding: 0 45px;
8
8
  }
9
- .router-tab a[data-v-2sb5d0j8] {
9
+ .router-tab a[data-v-2o4slg5m] {
10
10
  padding: 0 8px;
11
11
  margin-right: 24px;
12
12
  font-size: 14px;
@@ -15,7 +15,7 @@
15
15
  color: #4D4F56;
16
16
  box-sizing: border-box;
17
17
  }
18
- .router-tab a.router-link-exact-active[data-v-2sb5d0j8] {
18
+ .router-tab a.router-link-exact-active[data-v-2o4slg5m] {
19
19
  color: #3A84FF;
20
20
  border-bottom: 2px solid #3A84FF;
21
21
  }
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-2sb5d0j8";
2
+ script.__scopeId = "data-v-2o4slg5m";
3
3
  script.__file = "./src/components/render-router-tab/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -0,0 +1,137 @@
1
+ import { defineComponent as _defineComponent } from 'vue';
2
+ import { resolveComponent as _resolveComponent, openBlock as _openBlock, createBlock as _createBlock } from "vue";
3
+ import { computed } from 'vue';
4
+ export default /*@__PURE__*/ _defineComponent({
5
+ props: {
6
+ data: {},
7
+ modelValue: {},
8
+ placeholder: {},
9
+ validateValues: {
10
+ type: Function
11
+ },
12
+ getMenuList: {
13
+ type: Function
14
+ }
15
+ },
16
+ emits: [
17
+ "update:modelValue"
18
+ ],
19
+ setup (__props, { emit: __emit }) {
20
+ const props = __props;
21
+ const emits = __emit;
22
+ const renderValue = computed(()=>Object.keys(props.modelValue || {}).reduce((acc, cur)=>{
23
+ const item = props.data.find((item)=>item.id === cur || (item === null || item === void 0 ? void 0 : item.multipleKey) === cur);
24
+ const value = props.modelValue[cur];
25
+ if (item === null || item === void 0 ? void 0 : item.multiple) {
26
+ if (item.children && Array.isArray(item.children)) {
27
+ var _item_children;
28
+ const childItems = item === null || item === void 0 ? void 0 : (_item_children = item.children) === null || _item_children === void 0 ? void 0 : _item_children.filter((childItem)=>value.includes(childItem.id));
29
+ acc.push({
30
+ id: item.id,
31
+ name: item.name,
32
+ values: childItems.map((chidItem)=>({
33
+ id: (chidItem === null || chidItem === void 0 ? void 0 : chidItem.id) || value,
34
+ name: (chidItem === null || chidItem === void 0 ? void 0 : chidItem.name) || value
35
+ }))
36
+ });
37
+ } else if (!Array.isArray(value)) {
38
+ acc.push({
39
+ id: item.id,
40
+ name: item.name,
41
+ values: [
42
+ {
43
+ id: value,
44
+ name: value
45
+ }
46
+ ]
47
+ });
48
+ } else {
49
+ acc.push({
50
+ id: item.id,
51
+ name: item.name,
52
+ values: value === null || value === void 0 ? void 0 : value.map((item)=>({
53
+ id: item,
54
+ name: item
55
+ }))
56
+ });
57
+ }
58
+ } else if (item) {
59
+ var _item_children1;
60
+ const chidItem = item === null || item === void 0 ? void 0 : (_item_children1 = item.children) === null || _item_children1 === void 0 ? void 0 : _item_children1.find((childItem)=>childItem.id === value);
61
+ acc.push({
62
+ id: item.id,
63
+ name: item.name,
64
+ values: [
65
+ {
66
+ id: (chidItem === null || chidItem === void 0 ? void 0 : chidItem.id) || value,
67
+ name: (chidItem === null || chidItem === void 0 ? void 0 : chidItem.name) || value
68
+ }
69
+ ]
70
+ });
71
+ }
72
+ return acc;
73
+ }, []));
74
+ const hackValue = (value, valueType)=>{
75
+ switch(valueType){
76
+ case 'number':
77
+ return +value;
78
+ default:
79
+ return typeof value === 'string' ? String(value).trim() : value;
80
+ }
81
+ };
82
+ const handleUpdate = (values)=>{
83
+ // 不在模型中的数据,直接保留
84
+ const keepModelValue = Object.keys(props.modelValue).reduce((acc, cur)=>{
85
+ const item = props.data.find((item)=>item.id === cur || (item === null || item === void 0 ? void 0 : item.multipleKey) === cur);
86
+ if (!item) {
87
+ acc[cur] = props.modelValue[cur];
88
+ }
89
+ return acc;
90
+ }, {});
91
+ // 模型中的数据,实时计算
92
+ const modelValue = values.reduce((acc, cur)=>{
93
+ const item = props.data.find((item)=>item.id === cur.id || (item === null || item === void 0 ? void 0 : item.multipleKey) === cur.id);
94
+ let filedValue = undefined;
95
+ let fieldKey = cur.id;
96
+ if (item === null || item === void 0 ? void 0 : item.multiple) {
97
+ if (item.children && Array.isArray(item.children)) {
98
+ // 多选
99
+ filedValue = cur.values.map((value)=>hackValue(value.id, item.valueType));
100
+ } else {
101
+ if (cur.values.length > 1) {
102
+ // a | b 形式多选
103
+ filedValue = cur.values.map((value)=>hackValue(value.id, item.valueType)); // 存储数组
104
+ fieldKey = item.multipleKey;
105
+ } else {
106
+ var _cur_values_;
107
+ filedValue = hackValue((_cur_values_ = cur.values[0]) === null || _cur_values_ === void 0 ? void 0 : _cur_values_.id, item.valueType);
108
+ }
109
+ }
110
+ } else {
111
+ filedValue = hackValue(cur.values[0].id, item.valueType);
112
+ }
113
+ acc[fieldKey] = filedValue;
114
+ return acc;
115
+ }, keepModelValue);
116
+ emits('update:modelValue', modelValue);
117
+ };
118
+ return (_ctx, _cache)=>{
119
+ const _component_bk_search_select = _resolveComponent("bk-search-select");
120
+ return _openBlock(), _createBlock(_component_bk_search_select, {
121
+ "unique-select": "",
122
+ "model-value": renderValue.value,
123
+ data: _ctx.data,
124
+ placeholder: _ctx.placeholder,
125
+ "validate-values": _ctx.validateValues,
126
+ "get-menu-list": _ctx.getMenuList,
127
+ "onUpdate:modelValue": handleUpdate
128
+ }, null, 8 /* PROPS */ , [
129
+ "model-value",
130
+ "data",
131
+ "placeholder",
132
+ "validate-values",
133
+ "get-menu-list"
134
+ ]);
135
+ };
136
+ }
137
+ });
@@ -0,0 +1,31 @@
1
+ import type { ISearchSelectItem } from '@/types/common';
2
+ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
4
+ readonly "onUpdate:modelValue"?: (value: T) => any;
5
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & {
6
+ data: ISearchSelectItem[];
7
+ modelValue: T;
8
+ placeholder?: string;
9
+ validateValues?: (item: {
10
+ name: string;
11
+ id: number;
12
+ }, values: {
13
+ name: string;
14
+ id: number;
15
+ }[]) => Promise<boolean | string> | boolean | string;
16
+ getMenuList?: (item: {
17
+ name: string;
18
+ id: string;
19
+ }) => any;
20
+ } & Partial<{}>> & import("vue").PublicProps;
21
+ expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
22
+ attrs: any;
23
+ slots: {};
24
+ emit: (event: "update:modelValue", value: T) => void;
25
+ }>) => import("vue").VNode & {
26
+ __ctx?: Awaited<typeof __VLS_setup>;
27
+ };
28
+ export default _default;
29
+ type __VLS_PrettifyLocal<T> = {
30
+ [K in keyof T]: T[K];
31
+ } & {};
@@ -0,0 +1,3 @@
1
+ import script from './index.script.vue.js.js';
2
+ script.__file = "./src/components/render-search-select/index.vue";
3
+ export default script;
Binary file
@@ -35,21 +35,42 @@
35
35
  <glyph glyph-name="uniE10B" unicode="&#xE10B;" d="M928 588H672V652C672 687.2 643.2 716 608 716H416C380.8 716 352 687.2 352 652V588H96V524H208V-52C208-87.2 236.8-116 272-116H752C787.2-116 816-87.2 816-52V524H928V588ZM432 652H592C601.6 652 608 645.6 608 636V588H416V636C416 645.6 422.4 652 432 652ZM736-52H288C278.4-52 272-45.6 272-36V524H752V-36C752-45.6 745.6-52 736-52ZM576 412M576 412L640 412Q640 412 640 412L640 60Q640 60 640 60L576 60Q576 60 576 60L576 412Q576 412 576 412ZM384 412M384 412L448 412Q448 412 448 412L448 60Q448 60 448 60L384 60Q384 60 384 60L384 412Q384 412 384 412Z" horiz-adv-x="1024" vert-adv-y="1024" />
36
36
 
37
37
 
38
+ <glyph glyph-name="uniE11C" unicode="&#xE11C;" d="M512 748C264 748 64 548 64 300S264-148 512-148 960 52 960 300 760 748 512 748ZM512-84C299.2-84 128 87.2 128 300S299.2 684 512 684 896 512.8 896 300 724.8-84 512-84ZM494.4 408.8C465.6 402.4 438.4 388 417.6 367.2 393.6 344.8 419.2 322.4 433.6 340 443.2 352.8 457.6 362.4 473.6 368.8 484.8 370.4 491.2 367.2 492.8 359.2 494.4 344.8 492.8 332 488 317.6 483.2 298.4 473.6 266.4 462.4 223.2 440 146.4 428.8 98.4 432 82.4 435.2 64.8 444.8 50.4 460.8 40.8 478.4 32.8 499.2 31.2 518.4 36 548.8 42.4 576 58.4 598.4 80.8 624 106.4 595.2 124 580.8 109.6 571.2 96.8 556.8 87.2 540.8 84 526.4 80.8 518.4 87.2 515.2 100 513.6 114.4 516.8 128.8 521.6 141.6 561.6 277.6 579.2 354.4 574.4 373.6 571.2 388 561.6 400.8 548.8 407.2 532.8 413.6 512 413.6 494.4 408.8ZM560 508M512 508A48 48 0 1 1 608 508 48 48 0 1 1 512 508Z" horiz-adv-x="1024" vert-adv-y="1024" />
39
+
40
+
38
41
  <glyph glyph-name="uniE103" unicode="&#xE103;" d="M512 444L736 220 688 172 512 348 336 172 288 220 512 444Z" horiz-adv-x="1024" vert-adv-y="1024" />
39
42
 
40
43
 
41
44
  <glyph glyph-name="uniE108" unicode="&#xE108;" d="M864 684H288C270.4 684 256 669.6 256 652V556H160C142.4 556 128 541.6 128 524V-52C128-69.6 142.4-84 160-84H736C753.6-84 768-69.6 768-52V44H864C881.6 44 896 58.4 896 76V652C896 669.6 881.6 684 864 684ZM704 108V44-20H192V492H256 320 704V108ZM832 108H768V524C768 541.6 753.6 556 736 556H320V620H832V108ZM275.2 392.8H611.2V328.8H275.2ZM272 268H608V204H272ZM272 140H608V76H272Z" horiz-adv-x="1024" vert-adv-y="1024" />
42
45
 
43
46
 
47
+ <glyph glyph-name="uniE118" unicode="&#xE118;" d="M270.88 484.48H856V534.88A51.84 51.84 0 0 1 804 586.24H492V632.64A51.84 51.84 0 0 1 440 684H180A51.84 51.84 0 0 1 128 632.64V31.36L218.88 433.28A51.68 51.68 0 0 0 270.88 484.48ZM868.96 31.36A51.68 51.68 0 0 0 816.96-20H167.04L257.92 394.72A51.52 51.52 0 0 0 309.92 445.92H908A51.52 51.52 0 0 0 960 394.72Z" horiz-adv-x="1024" vert-adv-y="1024" />
48
+
49
+
44
50
  <glyph glyph-name="uniE10E" unicode="&#xE10E;" d="M416-84H352V140H128V204H384C401.6 204 416 189.6 416 172V-84ZM672-84H608V172C608 189.6 622.4 204 640 204H896V140H672V-84ZM384 396H128V460H352V684H416V428C416 410.4 401.6 396 384 396ZM896 396H640C622.4 396 608 410.4 608 428V684H672V460H896V396Z" horiz-adv-x="1024" vert-adv-y="1024" />
45
51
 
46
52
 
47
53
  <glyph glyph-name="uniE10F" unicode="&#xE10F;" d="M896 412H832V620H624V684H864C881.6 684 896 669.6 896 652V412ZM192 412H128V652C128 669.6 142.4 684 160 684H400V620H192V412ZM400-84H160C142.4-84 128-69.6 128-52V188H192V-20H400V-84ZM864-84H624V-20H832V188H896V-52C896-69.6 881.6-84 864-84Z" horiz-adv-x="1024" vert-adv-y="1024" />
48
54
 
49
55
 
56
+ <glyph glyph-name="uniE111" unicode="&#xE111;" d="M616.8 748C625.3 748 633.4 744.6 639.4 738.6L854.6 523.4C860.6 517.4 864 509.2 864 500.7L864-116C864-133.7 849.7-148 832-148L192-148C174.3-148 160-133.7 160-116L160 716C160 733.7 174.3 748 192 748ZM656 108L368 108C359.1634 108 352 100.8366 352 92L352 60C352 51.1634 359.1634 44 368 44L656 44C664.8366 44 672 51.1634 672 60L672 92C672 100.8366 664.8366 108 656 108ZM592 236L368 236C359.1634 236 352 228.8366 352 220L352 188C352 179.1634 359.1634 172 368 172L592 172C600.8366 172 608 179.1634 608 188L608 220C608 228.8366 600.8366 236 592 236ZM464 364L368 364C359.1634 364 352 356.8366 352 348L352 316C352 307.1634 359.1634 300 368 300L464 300C472.8366 300 480 307.1634 480 316L480 348C480 356.8366 472.8366 364 464 364ZM602 674.2L602 486 790.2 486 602 674.2Z" horiz-adv-x="1024" vert-adv-y="1024" />
57
+
58
+
59
+ <glyph glyph-name="uniE113" unicode="&#xE113;" d="M854.6 523.3C860.6 517.3 864 509.2 864 500.7L864-116C864-133.7 849.7-148 832-148L192-148C174.3-148 160-133.7 160-116L160 716C160 733.7 174.3 748 192 748L616.7 748C625.2 748 633.4 744.6 639.4 738.6L854.6 523.3ZM790.2 486L602 674.2 602 486 790.2 486ZM633.217 174.744C618.043 175.233 601.903 174.074 583.567 171.78 559.269 186.767 542.913 207.362 531.293 237.607 531.573 238.759 532.153 241.145 532.356 241.987 532.83 243.945 533.223 245.581 533.599 247.172 537.892 265.302 540.214 278.53 540.899 291.867 541.417 301.941 540.859 311.235 539.072 319.843 535.774 338.427 522.618 349.296 506.051 349.969 490.605 350.596 476.402 341.976 472.77 328.596 466.857 306.984 470.32 278.526 482.85 230.014 466.886 191.958 445.798 147.353 431.647 122.475 412.762 112.735 398.043 103.87 385.694 94.048 369.391 81.082 359.214 67.758 356.408 53.742 355.053 47.262 357.1 38.776 361.768 31.83 367.064 23.951 375.05 18.839 384.623 18.095 408.775 16.218 438.453 41.119 471.213 97.353 474.508 98.443 477.993 99.61 482.239 101.043 484.562 101.826 492.703 104.581 494.149 105.069 501.67 107.609 507.129 109.429 512.525 111.185 535.921 118.797 553.621 123.614 569.735 126.348 597.708 111.375 630.051 101.552 651.833 101.552 669.812 101.552 681.959 110.871 686.348 125.537 690.205 138.423 687.142 153.361 678.875 161.621 670.315 170.031 654.575 174.055 633.217 174.744L633.217 174.744ZM385.232 46.324L385.232 46.684 385.358 47.022C386.633 50.443 388.515 54.03 390.958 57.78 395.242 64.356 401.131 71.28 408.43 78.645 412.35 82.6 416.432 86.445 421.22 90.765 422.293 91.734 429.13 97.824 430.409 99.015L441.585 109.422 433.465 96.488C421.139 76.85 410.005 62.708 400.452 53.484 396.945 50.097 393.852 47.584 391.361 45.979 390.334 45.317 389.445 44.835 388.748 44.555 388.339 44.392 387.977 44.287 387.618 44.253 387.2381 44.2084 386.8531 44.2636 386.501 44.413 385.7311 44.7355 385.2306 45.4893 385.232 46.324ZM511.166 264.593L508.906 260.586 507.516 264.971C504.402 274.8 502.129 289.612 501.5 302.968 500.784 318.165 501.99 327.291 506.786 327.291 513.526 327.291 516.617 316.483 516.862 300.238 517.078 285.958 514.832 271.096 511.166 264.593ZM505.356 206.129L506.89 210.179 508.978 206.384C520.668 185.139 535.836 167.417 552.516 155.069L556.111 152.407 551.731 151.503C535.403 148.131 520.187 143.046 499.391 134.661 501.565 135.537 477.768 125.798 471.753 123.492L466.501 121.479 469.303 126.356C481.653 147.852 493.061 173.682 505.355 206.129L505.356 206.129ZM662.982 129.868C655.118 126.764 638.205 129.539 608.413 142.255L600.852 145.482 609.051 146.089C632.346 147.813 648.858 146.529 658.473 143.009 662.563 141.511 665.297 139.621 666.51 137.456 667.82 135.12 667.22 132.646 665.148 131.146 664.7 130.719 663.993 130.266 662.982 129.868L662.982 129.868Z" horiz-adv-x="1024" vert-adv-y="1024" />
60
+
61
+
62
+ <glyph glyph-name="uniE114" unicode="&#xE114;" d="M675.35 749.8971C680.0249 745.8444 682.7093 739.9618 682.7093 733.7748L682.7093-155.6545C682.7093-161.833 680.0289-167.7076 675.364-171.7587 670.6991-175.8098 664.5069-177.6395 658.3893-176.7745L121.984-100.1879C100.9564-97.1931 85.3333-79.1877 85.3333-57.9479L85.3333 636.0681C85.3333 657.308 100.9564 675.3133 121.984 678.3081L658.3467 754.8948C664.471 755.7734 670.6751 753.9498 675.35 749.8971ZM896.0427 673.0601C919.6068 673.0601 938.7093 653.9576 938.7093 630.3935L938.7093-52.2732C938.7093-75.8374 919.6068-94.9399 896.0427-94.9399L725.376-94.9399 725.376-9.6065 853.376-9.6065 853.376 587.7268 725.376 587.7268 725.376 673.0601 896.0427 673.0601ZM298.7093 459.7268L213.376 459.7268 213.376 118.3935 298.7093 118.3935 384.0427 203.7268 469.376 118.3935 554.7093 118.3935 554.7093 459.7268 469.376 459.7268 469.376 246.8628 384.0427 331.7268 299.136 246.3935 298.7093 459.7268Z" horiz-adv-x="1024" vert-adv-y="1024" />
63
+
64
+
65
+ <glyph glyph-name="uniE117" unicode="&#xE117;" d="M675.3073 760.837C679.9823 756.7843 682.6667 750.9017 682.6667 744.7147L682.6667-144.7147C682.6667-150.8931 679.9862-156.7677 675.3213-160.8188 670.6564-164.8699 664.4643-166.6996 658.3467-165.8347L121.9413-89.248C100.9137-86.2532 85.2907-68.2478 85.2907-47.008L85.2907 647.008C85.2907 668.2478 100.9137 686.2532 121.9413 689.248L658.304 765.8347C664.4283 766.7132 670.6324 764.8897 675.3073 760.837ZM896 684C919.5642 684 938.6667 664.8975 938.6667 641.3333L938.6667-41.3333C938.6667-64.8975 919.5642-84 896-84L725.3333-84 725.3333 1.3333 853.3333 1.3333 853.3333 598.6667 725.3333 598.6667 725.3333 684 896 684ZM315.7333 470.6667L213.3333 470.6667 332.8 300 213.3333 129.3333 315.7333 129.3333 384 226.8693 452.2667 129.3333 554.6667 129.3333 435.2 300 554.6667 470.6667 452.2667 470.6667 384 373.1307 315.7333 470.6667Z" horiz-adv-x="1024" vert-adv-y="1024" />
66
+
67
+
50
68
  <glyph glyph-name="uniE105" unicode="&#xE105;" d="M263.04 51.04A148.48 148.48 0 0 0 261.12 275.04L353.6 367.52 308.48 413.28 216 320.8A212.8 212.8 0 0 1 217.92 5.92 212.8 212.8 0 0 1 532.8 4L625.28 96.48 579.84 140 487.36 47.52A148.48 148.48 0 0 0 263.04 51.04ZM491.2 596L398.72 503.52 444.16 458.4 536.64 550.88A148.48 148.48 0 0 0 760.64 548.96 148.48 148.48 0 0 0 762.56 324.96L672 232.16 717.12 186.72 809.6 279.2A212.8 212.8 0 0 1 807.68 594.08 212.8 212.8 0 0 1 491.2 596ZM398.7857 232.1123L579.805 413.1316 625.0598 367.8768 444.0405 186.8574 398.7857 232.1123Z" horiz-adv-x="1024" vert-adv-y="1024" />
51
69
 
52
70
 
71
+ <glyph glyph-name="uniE11A" unicode="&#xE11A;" d="M144 300L214.4 229.6 428.8 15.2 499.2 87.2 336 250.4 880 250.4 880 349.6 336 349.6 499.2 512.8 428.8 584.8 428.8 584.8 214.4 370.4Z" horiz-adv-x="1024" vert-adv-y="1024" />
72
+
73
+
53
74
  <glyph glyph-name="uniE107" unicode="&#xE107;" d="M924.5501 698.6351C924.5501 698.7248 924.4617 698.7248 924.4617 698.8145 922.6054 702.4909 919.9536 705.8086 916.6829 708.4986 913.5007 711.1887 909.8765 713.1614 906.0756 714.4167 905.9872 714.4167 905.8988 714.5064 905.8104 714.5064 904.3077 715.0444 902.7165 715.3134 901.1254 715.5824 900.6835 715.6721 900.2415 715.8514 899.7111 715.8514 898.2084 716.0308 896.7941 716.0308 895.2914 715.9411 894.6726 715.9411 894.1422 716.0308 893.5235 715.9411 889.2805 715.6721 885.0376 714.4167 881.1482 712.444L113.7917 326.4227C106.2782 322.7463 100.5325 316.1108 97.8807 308.0407 97.0851 305.799 96.7315 303.3779 96.4663 301.0466 95.6708 296.2942 95.8476 291.3624 97.3503 286.6997 99.8253 278.5399 105.3942 271.8148 112.9078 267.959L307.6418 164.1233C312.3268 161.6126 317.4537 160.3572 322.7574 160.3572 334.5139 160.2676 345.2981 166.7237 351.0437 177.1252 359.4413 192.6378 353.5188 211.9164 337.9613 220.2556L195.6454 296.1148 768.0027 584.1289 418.9311 177.4839C418.6659 177.2149 418.5775 176.8562 418.3123 176.5872 409.6496 170.8484 403.9923 161.1643 403.9923 150.0454L403.9923-84.0781C404.0807-92.5966 407.5281-100.7564 413.539-106.7642 419.5498-112.7719 427.6822-116 436.0797-115.9103L436.0797-116C453.7587-116 468.0786-101.7428 468.0786-84.1678L468.0786 136.5952 849.1492 580.7215 769.9474-5.0805 569.0257 92.8371C553.203 100.5486 534.1981 94.0925 526.1541 78.3109 522.4415 70.6891 521.9112 61.9016 524.6514 53.8315 527.3916 45.7613 533.2257 39.2156 540.8277 35.6288L779.5824-80.8501C784.0021-83.0021 788.7755-84.0781 793.7256-84.0781 793.9024-84.0781 794.0792-83.9885 794.256-83.9885 794.7863-83.9885 795.4051-84.1678 795.9355-84.1678 811.8466-84.2575 825.371-72.5109 827.6692-56.55L926.6716 675.2318C928.8814 682.7639 928.4395 691.103 924.5501 698.6351Z" horiz-adv-x="1024" vert-adv-y="1024" />
54
75
 
55
76
 
@@ -65,6 +86,18 @@
65
86
  <glyph glyph-name="uniE10D" unicode="&#xE10D;" d="M864 716C899.3462 716 928 687.3462 928 652L928-52C928-87.3462 899.3462-116 864-116L160-116C124.6538-116 96-87.3462 96-52L96 652C96 687.3462 124.6538 716 160 716L864 716ZM256 652L160 652 160-52 864-52 864 652 768 652 768 428C768 392.6538 739.3462 364 704 364L320 364C284.6538 364 256 392.6538 256 428L256 652ZM704 652L320 652 320 428 704 428 704 652ZM608 588C625.6731 588 640 573.6731 640 556L640 524C640 506.3269 625.6731 492 608 492 590.3269 492 576 506.3269 576 524L576 556C576 573.6731 590.3269 588 608 588Z" horiz-adv-x="1024" vert-adv-y="1024" />
66
87
 
67
88
 
89
+ <glyph glyph-name="uniE112" unicode="&#xE112;" d="M616.8 748C625.3 748 633.4 744.6 639.4 738.6L854.6 523.4C860.6 517.4 864 509.2 864 500.7L864-116C864-133.7 849.7-148 832-148L192-148C174.3-148 160-133.7 160-116L160 716C160 733.7 174.3 748 192 748L616.8 748ZM443.5625 334.4375L353.5625 334.4375 353.5625 44 409.4375 44 409.4375 208.25C409.4375 232.75 408.625 257.1875 407 281.5625L408.6875 281.5625C413.0625 260.1875 416.125 247.125 417.875 242.375L490.4375 44 539.75 44 611.375 244.25C613.625 250.5 616.625 262.9375 620.375 281.5625L621.875 281.5625C620.25 256.9375 619.4375 236.5 619.4375 220.25L619.4375 44 680.5625 44 680.5625 334.4375 593 334.4375 530.1875 159.3125C526.0625 147.6875 522.0625 133.9375 518.1875 118.0625L516.875 118.0625C515 130.8125 511.4375 144.4375 506.1875 158.9375L443.5625 334.4375ZM602 674.2L602 486 790.2 486 602 674.2Z" horiz-adv-x="1024" vert-adv-y="1024" />
90
+
91
+
92
+ <glyph glyph-name="uniE115" unicode="&#xE115;" d="M616.8 748C625.3 748 633.4 744.6 639.4 738.6L854.6 523.4C860.6 517.4 864 509.2 864 500.7L864-116C864-133.7 849.7-148 832-148L192-148C174.3-148 160-133.7 160-116L160 716C160 733.7 174.3 748 192 748ZM656 108L368 108C359.1634 108 352 100.8366 352 92L352 60C352 51.1634 359.1634 44 368 44L656 44C664.8366 44 672 51.1634 672 60L672 92C672 100.8366 664.8366 108 656 108ZM592 236L368 236C359.1634 236 352 228.8366 352 220L352 188C352 179.1634 359.1634 172 368 172L592 172C600.8366 172 608 179.1634 608 188L608 220C608 228.8366 600.8366 236 592 236ZM464 364L368 364C359.1634 364 352 356.8366 352 348L352 316C352 307.1634 359.1634 300 368 300L464 300C472.8366 300 480 307.1634 480 316L480 348C480 356.8366 472.8366 364 464 364ZM602 674.2L602 486 790.2 486 602 674.2Z" horiz-adv-x="1024" vert-adv-y="1024" />
93
+
94
+
95
+ <glyph glyph-name="uniE119" unicode="&#xE119;" d="M192 172L192-20 832-20 832 172 896 172 896-52C896-69.6 881.6-84 864-84L160-84C142.4-84 128-69.6 128-52L128 172 192 172ZM512 684L556.8 639.2 692.8 503.2 648 458.4 544 560.8 544 108 480 108 480 560.8 376 458.4 331.2 503.2 512 684Z" horiz-adv-x="1024" vert-adv-y="1024" />
96
+
97
+
98
+ <glyph glyph-name="uniE116" unicode="&#xE116;" d="M287.8018 326.5442L485.5693 326.5442 485.5693 502.5987 329.0997 502.5987C304.8505 446.9034 290.8582 387.2537 287.8018 326.5442L287.8018 326.5442ZM485.5693 701.4813C433.3271 661.85 389.3274 612.3181 356.059 555.6872L485.5693 555.6872 485.5693 701.4813ZM538.4307 326.5442L735.4714 326.5442C732.3817 387.2489 718.3908 446.8927 694.1735 502.5987L538.4968 502.5987 538.4968 326.5442 538.4307 326.5442ZM329.4301 96.4722L485.5693 96.4722 485.5693 273.4558 287.8018 273.4558C290.9735 211.3423 305.3782 151.6178 329.4301 96.4722ZM912.623 96.4722C939.7145 150.1579 956.2997 210.0151 959.9339 273.4558L788.2667 273.4558C785.5481 212.8265 773.0052 153.0478 751.1316 96.4722L912.623 96.4722ZM751.4619 502.5987C772.9369 447.1213 785.4914 387.8614 788.3327 326.5442L960 326.5442C956.5066 387.8323 940.5398 447.7506 913.0855 502.5987L751.4619 502.5987 751.4619 502.5987ZM538.4307 700.9504L538.4307 555.7535 667.1481 555.7535C634.0585 612.103 590.3352 661.4241 538.4307 700.9504L538.4307 700.9504ZM727.5422 555.6872L882.0295 555.6872C808.6275 662.8535 692.716 732.9604 564.0684 748 632.5606 697.3742 688.502 631.5639 727.5422 555.6872L727.5422 555.6872ZM485.5693-101.614L485.5693 43.3838 356.5215 43.3838C389.7182-12.9325 433.5561-62.1887 485.5693-101.614ZM271.8112 502.5987L110.9805 502.5987C83.4946 447.7627 67.5259 387.8377 64.0661 326.5442L234.9404 326.5442C237.6984 386.8417 250.1495 446.2943 271.8112 502.5987L271.8112 502.5987ZM296.1274 43.3838L142.6313 43.3838C215.8549-62.9237 330.9966-132.5471 458.8083-147.8009 390.7515-97.3897 335.1006-31.988 296.1274 43.3838L296.1274 43.3838ZM727.1457 43.3838C688.1675-32.0795 632.4673-97.5541 564.3327-148 692.5164-132.9617 808.0502-63.2324 881.4348 43.3838L727.1457 43.3838 727.1457 43.3838ZM666.7516 43.3838L538.4307 43.3838 538.4307-101.0167C590.0926-61.662 633.6698-12.6242 666.7516 43.3838L666.7516 43.3838ZM234.9404 273.4558L64 273.4558C67.7003 210.0151 84.2195 150.1579 111.377 96.4722L272.0755 96.4722C250.1701 153.0383 237.6261 212.8223 234.9404 273.4558L234.9404 273.4558ZM735.4714 273.4558L538.4307 273.4558 538.4307 96.4722 693.8431 96.4722C718.3008 152.4401 732.407 212.4127 735.4714 273.4558L735.4714 273.4558ZM295.731 555.6872C334.7187 631.465 390.5663 697.2031 458.9404 747.8009 330.6748 732.5684 215.1675 662.5601 141.9705 555.6872L295.731 555.6872 295.731 555.6872Z" horiz-adv-x="1024" vert-adv-y="1024" />
99
+
100
+
68
101
  <glyph glyph-name="uniE104" unicode="&#xE104;" d="M320.9863 608.6846L191.6223 608.6846C174.3738 608.6846 160 594.1825 160 576.78L160-62.7621C160-80.1646 174.3738-94.6667 191.6223-94.6667L320.9863-94.6667C338.2348-94.6667 352.6086-80.1646 352.6086-62.7621L352.6086 576.78C352.6086 594.1825 338.2348 608.6846 320.9863 608.6846ZM285.0519 478.1658L227.5568 478.1658C211.7456 478.1658 198.8092 491.2176 198.8092 507.1699 198.8092 523.1222 211.7456 536.1741 227.5568 536.1741L285.0519 536.1741C300.863 536.1741 313.7994 523.1222 313.7994 507.1699 313.7994 491.2177 300.863 478.1658 285.0519 478.1658ZM578.2769 716L448.9129 716C431.6644 716 417.2906 701.4979 417.2906 684.0954L417.2906-62.7621C417.2906-80.1646 431.6644-94.6667 448.9129-94.6667L578.2769-94.6667C595.5255-94.6667 609.8993-80.1646 609.8993-62.7621L609.8993 684.0954C611.3366 701.4979 596.9629 716 578.2769 716ZM543.7799 584.031L486.2848 584.031C470.4736 584.031 457.5372 597.0829 457.5372 613.0352 457.5372 628.9875 470.4736 642.0394 486.2848 642.0394L543.7799 642.0394C559.591 642.0394 572.5274 628.9875 572.5274 613.0352 572.5274 597.0829 559.591 584.031 543.7799 584.031ZM927.5598-29.4073L806.82 598.5331C802.5079 614.4854 789.5715 624.6369 773.7603 624.6369L768.0108 624.6369 641.5216 599.9833C624.273 597.0829 612.774 579.6804 615.6488 562.2779L737.8259-67.1127C740.7006-83.065 753.637-93.2165 769.4482-93.2165L775.1977-93.2165 901.6869-68.5629C918.9355-64.2123 930.4345-46.8098 927.5598-29.4073L927.5598-29.4073ZM762.2613 499.9189L704.7662 488.3172 699.0167 488.3172C686.0803 488.3172 673.1439 498.4687 670.2691 511.5206 667.3944 527.4729 677.456 543.4252 693.2672 546.3256L750.7623 557.9273C766.5734 560.8277 782.3846 550.6762 785.2593 534.7239 788.1341 518.7716 778.0725 502.8193 762.2613 499.9189L762.2613 499.9189Z" horiz-adv-x="1024" vert-adv-y="1024" />
69
102
 
70
103
 
@@ -77,6 +110,9 @@
77
110
  <glyph glyph-name="uniE106" unicode="&#xE106;" d="M512 620C759.4 620 960 476.7 960 300 960 123.3 759.4-20 512-20 264.6-20 64 123.3 64 300 64 476.7 264.6 620 512 620ZM512 556C457.8 556 405.4 548.5 356.1 533.6 309.5 519.5 267.8 499.5 232.4 474.2 165.1 426.1 128 364.2 128 300 128 235.8 165.1 173.9 232.4 125.8 267.8 100.5 309.5 80.5 356.1 66.4 405.4 51.5 457.8 44 512 44 566.2 44 618.6 51.5 667.9 66.4 714.5 80.5 756.2 100.5 791.6 125.8 858.9 173.9 896 235.8 896 300 896 364.2 858.9 426.1 791.6 474.2 756.2 499.5 714.5 519.5 667.9 533.6 618.6 548.5 566.2 556 512 556ZM512 460C600.4 460 672 388.4 672 300 672 211.6 600.4 140 512 140 423.6 140 352 211.6 352 300 352 388.4 423.6 460 512 460ZM512 396C459.1 396 416 352.9 416 300 416 247.1 459.1 204 512 204 564.9 204 608 247.1 608 300 608 352.9 564.9 396 512 396Z" horiz-adv-x="1024" vert-adv-y="1024" />
78
111
 
79
112
 
113
+ <glyph glyph-name="uniE11B" unicode="&#xE11B;" d="M512.5493 492.0051C547.8894 492.2995 576.2921 521.2009 575.9977 556.5532 575.6905 591.9056 546.8014 620.295 511.4485 620.0006 476.3131 619.7062 448 591.1248 448 556.0028L448 555.4525C448.3072 520.1129 477.2091 491.7107 512.5493 492.0051M511.4485 380.0006C476.3131 379.7062 448 351.1248 448 316.0028L448 315.4525C448.3072 280.1129 477.2091 251.7107 512.5493 252.0051 547.8894 252.2995 576.2921 281.2009 575.9977 316.5532 575.6905 351.9056 546.8014 380.295 511.4485 380.0006M511.4485 140.0006C476.3131 139.7062 448 111.1248 448 76.0028L448 75.4525C448.3072 40.1129 477.2091 11.7107 512.5493 12.0051 547.8894 12.2995 576.2921 41.2009 575.9977 76.5532 575.6905 111.9056 546.8014 140.295 511.4485 140.0006" horiz-adv-x="1024" vert-adv-y="1024" />
114
+
115
+
80
116
 
81
117
  </font>
82
118
  </defs>
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  !function() {
2
- var svgCode = '<svg xmlns="http://www.w3.org/2000/svg" data-name="ai-ui-sdk" xmlns:xlink="http://www.w3.org/1999/xlink" style="position:absolute;width:0;height:0;visibility:hidden"><symbol id="ai-ui-sdk-warning-circle-fill" viewBox="0 0 1024 1024"><path fill="#737987" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 640h-64v-64h64v64zm0-128h-64V320h64v256z"/></symbol><symbol id="ai-ui-sdk-delete" viewBox="0 0 64 64"><path fill="#737987" d="M58 14H42v-4c0-2.2-1.8-4-4-4H26c-2.2 0-4 1.8-4 4v4H6v4h7v36c0 2.2 1.8 4 4 4h30c2.2 0 4-1.8 4-4V18h7v-4zm-31-4h10c.6 0 1 .4 1 1v3H26v-3c0-.6.4-1 1-1zm19 44H18c-.6 0-1-.4-1-1V18h30v35c0 .6-.4 1-1 1z"/><path fill="#737987" d="M36 25h4v22h-4zM24 25h4v22h-4z"/></symbol><symbol id="ai-ui-sdk-angle-up" viewBox="0 0 32 32"><path fill="#63656e" d="M16 11.5l7 7-1.5 1.5-5.5-5.5-5.5 5.5L9 18.5l7-7z"/></symbol><symbol id="ai-ui-sdk-copy" viewBox="0 0 64 64"><path d="M54 8H18c-1.1 0-2 .9-2 2v6h-6c-1.1 0-2 .9-2 2v36c0 1.1.9 2 2 2h36c1.1 0 2-.9 2-2v-6h6c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM44 44v8H12V20h32v24zm8 0h-4V18c0-1.1-.9-2-2-2H20v-4h32v32z"/><path d="M17.2 26.2h21v4h-21zM17 34h21v4H17zM17 42h21v4H17z"/></symbol><symbol id="ai-ui-sdk-un-full-screen" viewBox="0 0 64 64"><path d="M26 56h-4V42H8v-4h16c1.1 0 2 .9 2 2v16zM42 56h-4V40c0-1.1.9-2 2-2h16v4H42v14zM24 26H8v-4h14V8h4v16c0 1.1-.9 2-2 2zM56 26H40c-1.1 0-2-.9-2-2V8h4v14h14v4z"/></symbol><symbol id="ai-ui-sdk-full-screen" viewBox="0 0 64 64"><path d="M56 25h-4V12H39V8h15c1.1 0 2 .9 2 2v15zM12 25H8V10c0-1.1.9-2 2-2h15v4H12v13zM25 56H10c-1.1 0-2-.9-2-2V39h4v13h13v4zM54 56H39v-4h13V39h4v15c0 1.1-.9 2-2 2z"/></symbol><symbol id="ai-ui-sdk-links" viewBox="0 0 1024 1024"><path d="M263.04 760.96a148.48 148.48 0 01-1.92-224l92.48-92.48-45.12-45.76L216 491.2a212.8 212.8 0 001.92 314.88A212.8 212.8 0 00532.8 808l92.48-92.48L579.84 672l-92.48 92.48a148.48 148.48 0 01-224.32-3.52zM491.2 216l-92.48 92.48 45.44 45.12 92.48-92.48a148.48 148.48 0 01224 1.92 148.48 148.48 0 011.92 224L672 579.84l45.12 45.44 92.48-92.48a212.8 212.8 0 00-1.92-314.88A212.8 212.8 0 00491.2 216z"/><path d="M398.786 579.888l181.019-181.02 45.255 45.255-181.02 181.02-45.254-45.255z"/></symbol><symbol id="ai-ui-sdk-fasong" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M924.55 113.365c0-.09-.088-.09-.088-.18a30.217 30.217 0 00-7.78-9.684 31.929 31.929 0 00-10.606-5.918c-.089 0-.177-.09-.266-.09-1.502-.537-3.093-.806-4.685-1.075-.442-.09-.884-.27-1.414-.27-1.503-.179-2.917-.179-4.42-.09-.618 0-1.149-.089-1.768 0-4.242.27-8.485 1.525-12.375 3.498L113.792 485.577c-7.514 3.677-13.26 10.312-15.911 18.382-.796 2.242-1.15 4.663-1.415 6.994-.795 4.753-.618 9.685.884 14.347 2.475 8.16 8.044 14.885 15.558 18.741l194.734 103.836c4.685 2.51 9.812 3.766 15.115 3.766 11.757.09 22.541-6.367 28.287-16.768 8.397-15.513 2.475-34.791-13.083-43.13l-142.316-75.86 572.358-288.014L418.93 634.516c-.265.27-.354.628-.619.897-8.662 5.739-14.32 15.423-14.32 26.542v234.123a32.598 32.598 0 009.547 22.686c6.01 6.008 14.143 9.236 22.54 9.146v.09c17.68 0 32-14.257 32-31.832V675.405l381.07-444.127-79.202 585.802-200.921-97.917c-15.823-7.712-34.828-1.255-42.872 14.526-3.712 7.622-4.243 16.41-1.503 24.48s8.575 14.615 16.177 18.202l238.754 116.48c4.42 2.151 9.193 3.227 14.144 3.227.176 0 .353-.09.53-.09.53 0 1.15.18 1.68.18 15.91.09 29.435-11.657 31.733-27.618l99.003-731.782c2.21-7.532 1.767-15.871-2.122-23.403z"/></symbol><symbol id="ai-ui-sdk-yinyong-2" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 64c247.424 0 448 200.576 448 448S759.424 960 512 960 64 759.424 64 512 264.576 64 512 64zm0 63.999c-212.077 0-384.001 171.924-384.001 384.001-.382 155.607 93.181 296.061 236.922 355.66C508.661 927.26 674.161 894.223 784 784a384 384 0 000-544 384.006 384.006 0 00-272-112.001zM492.622 336v62.976h78.956c98.956 0 148.422 43.35 148.422 131.093C720 613.675 671.578 656 576.844 656H375.777v-44.395H573.69c70.511 0 105.267-27.861 105.267-85.675 0-55.743-33.69-83.605-101.067-83.605h-85.267v62.955L320 420.65 492.622 336z"/></symbol><symbol id="ai-ui-sdk-dongzuo-xiazai" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 640v192h640V640h64v224c0 17.6-14.4 32-32 32H160c-17.6 0-32-14.4-32-32V640h64zm352-512v452.8l104-102.4 44.8 44.8-136 136L512 704 331.2 523.2l44.8-44.8 104 102.4V128h64z"/></symbol><symbol id="ai-ui-sdk-quanquan" viewBox="0 0 1024 1024"><path fill="#3A84FF" d="M512 64.129c-9.343-.661-18.345 3.338-27.005 11.998-2.666 2.667-4.831 6.165-6.495 10.495-1.664 4.33-2.496 7.498-2.496 9.503v4c0 10.004 2.997 18.003 8.991 23.997 3.328 4.01 7.327 6.847 11.999 8.511 4.671 1.664 8.34 2.496 11.006 2.496h4c68.003 0 130.993 16.83 188.97 50.49 57.978 33.66 103.807 79.49 137.489 137.488 33.681 57.999 50.511 121.16 50.49 189.483-.021 68.322-16.851 131.313-50.49 188.97-33.64 57.657-79.469 103.316-137.489 136.976-58.02 33.66-121.18 50.49-189.482 50.49-68.301 0-131.292-16.83-188.97-50.49-57.68-33.66-103.338-79.319-136.977-136.976-33.639-57.657-50.469-120.818-50.49-189.482 0-10.005-3.669-18.676-11.007-26.013-2.666-3.328-6.164-5.824-10.494-7.487-4.33-1.664-7.498-2.496-9.503-2.496h-4c-10.004 0-18.334 3.338-24.99 10.015-4.01 4.01-6.846 8.18-8.51 12.51-1.664 4.33-2.496 7.498-2.496 9.503v4c0 60.665 11.828 118.663 35.484 173.996 23.656 55.332 55.482 102.996 95.477 142.991 39.996 39.996 87.66 71.822 142.992 95.478 55.332 23.656 113.33 35.483 173.996 35.483 60.665 0 118.664-11.827 173.996-35.483 55.332-23.656 102.996-55.482 142.992-95.478 39.995-39.995 71.82-87.659 95.477-142.991 23.656-55.333 35.484-113.331 35.484-173.996 0-60.665-11.828-118.664-35.484-173.996-23.656-55.333-55.482-102.997-95.477-142.992-39.996-39.996-87.66-71.821-142.992-95.477C630.664 75.989 572.666 64.16 512 64.16v-.032z"/></symbol><symbol id="ai-ui-sdk-baocun" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M864 96c35.346 0 64 28.654 64 64v704c0 35.346-28.654 64-64 64H160c-35.346 0-64-28.654-64-64V160c0-35.346 28.654-64 64-64h704zm-608 64h-96v704h704V160h-96v224c0 35.346-28.654 64-64 64H320c-35.346 0-64-28.654-64-64V160zm448 0H320v224h384V160zm-96 64c17.673 0 32 14.327 32 32v32c0 17.673-14.327 32-32 32-17.673 0-32-14.327-32-32v-32c0-17.673 14.327-32 32-32z"/></symbol><symbol id="ai-ui-sdk-zhishiku" viewBox="0 0 1024 1024"><path d="M320.986 203.315H191.622c-17.248 0-31.622 14.503-31.622 31.905v639.542c0 17.403 14.374 31.905 31.622 31.905h129.364c17.249 0 31.623-14.502 31.623-31.905V235.22c0-17.402-14.374-31.905-31.623-31.905zm-35.934 130.52h-57.495c-15.811 0-28.748-13.053-28.748-29.005 0-15.952 12.937-29.004 28.748-29.004h57.495c15.811 0 28.747 13.052 28.747 29.004 0 15.952-12.936 29.004-28.747 29.004zM578.277 96H448.913c-17.249 0-31.622 14.502-31.622 31.905v746.857c0 17.403 14.373 31.905 31.622 31.905h129.364c17.248 0 31.622-14.502 31.622-31.905V127.905C611.337 110.502 596.963 96 578.277 96zM543.78 227.969h-57.495c-15.811 0-28.748-13.052-28.748-29.004 0-15.952 12.937-29.004 28.748-29.004h57.495c15.811 0 28.747 13.052 28.747 29.004 0 15.952-12.936 29.004-28.747 29.004zm383.78 613.438l-120.74-627.94c-4.312-15.952-17.249-26.104-33.06-26.104h-5.75l-126.488 24.654c-17.249 2.9-28.748 20.303-25.873 37.705l122.177 629.39c2.875 15.953 15.811 26.104 31.622 26.104h5.75l126.489-24.653c17.248-4.35 28.748-21.753 25.873-39.156zM762.26 312.081l-57.495 11.602h-5.75c-12.936 0-25.872-10.152-28.747-23.204-2.875-15.952 7.187-31.904 22.998-34.805l57.495-11.601c15.811-2.9 31.623 7.25 34.497 23.203 2.875 15.952-7.187 31.905-22.998 34.805z"/></symbol><symbol id="ai-ui-sdk-sikao" viewBox="0 0 1024 1024"><path d="M528 96c61.856 0 112 50.144 112 112 0 .376-.002.751-.006 1.126C774.73 260.666 870.4 391.16 870.4 544c0 22.55-2.082 44.612-6.066 66.007C883.94 630.144 896 657.663 896 688c0 61.856-50.144 112-112 112a112.7 112.7 0 01-19.49-1.69C699.754 862.65 610.519 902.4 512 902.4s-187.753-39.75-252.539-104.088A112.33 112.33 0 01240 800c-61.856 0-112-50.144-112-112 0-30.337 12.061-57.856 31.65-78.025A361.172 361.172 0 01153.6 544c0-164.845 111.29-303.696 262.836-345.518C421.232 141.079 469.35 96 528 96zm-91.48 176.633l-4.469 1.278C315.47 308.366 230.4 416.249 230.4 544c0 10.923.622 21.7 1.832 32.3l1.623-.134L240 576c61.856 0 112 50.144 112 112 0 26.132-8.95 50.173-23.95 69.226C377.36 799.817 441.67 825.6 512 825.6c70.33 0 134.639-25.783 183.99-68.412C680.95 738.173 672 714.132 672 688c0-61.856 50.144-112 112-112 2.607 0 5.194.09 7.757.264A280.989 280.989 0 00793.6 544c0-119.973-75.025-222.422-180.718-262.99C592.35 304.904 561.938 320 528 320c-37.782 0-71.195-18.708-91.48-47.367z"/></symbol><symbol id="ai-ui-sdk-wenzhang" viewBox="0 0 1024 1024"><path fill="#3D4265" d="M708.923 157.538h275.692c21.752 0 39.385 17.634 39.385 39.385v748.308c0 43.503-35.266 78.769-78.77 78.769H708.924V157.538z"/><path fill="#3A84FF" d="M0 984.615A39.385 39.385 0 0039.385 1024H945.23c-43.503 0-78.77-35.266-78.77-78.77V39.386C866.462 17.633 848.829 0 827.078 0H39.385C17.633 0 0 17.633 0 39.385v945.23z"/><path fill="#FFF" d="M196.923 288.82c-21.751 0-39.385 17.634-39.385 39.385 0 21.752 17.634 39.385 39.385 39.385h157.539c21.751 0 39.384-17.633 39.384-39.385 0-21.751-17.633-39.384-39.384-39.384H196.923zm0 236.308c-21.751 0-39.385 17.633-39.385 39.385 0 21.751 17.634 39.384 39.385 39.384h472.615c21.752 0 39.385-17.633 39.385-39.384 0-21.752-17.633-39.385-39.385-39.385H196.923zm0 236.308c-21.751 0-39.385 17.633-39.385 39.385 0 21.751 17.634 39.384 39.385 39.384h236.308c21.751 0 39.384-17.633 39.384-39.384 0-21.752-17.633-39.385-39.384-39.385H196.923z"/></g></symbol><symbol id="ai-ui-sdk-yanjing-kejian" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 192c247.4 0 448 143.3 448 320S759.4 832 512 832 64 688.7 64 512s200.6-320 448-320zm0 64c-54.2 0-106.6 7.5-155.9 22.4-46.6 14.1-88.3 34.1-123.7 59.4C165.1 385.9 128 447.8 128 512c0 64.2 37.1 126.1 104.4 174.2 35.4 25.3 77.1 45.3 123.7 59.4C405.4 760.5 457.8 768 512 768s106.6-7.5 155.9-22.4c46.6-14.1 88.3-34.1 123.7-59.4C858.9 638.1 896 576.2 896 512c0-64.2-37.1-126.1-104.4-174.2-35.4-25.3-77.1-45.3-123.7-59.4C618.6 263.5 566.2 256 512 256zm0 96c88.4 0 160 71.6 160 160s-71.6 160-160 160-160-71.6-160-160 71.6-160 160-160zm0 64c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96z"/></symbol></svg>';
2
+ var svgCode = '<svg xmlns="http://www.w3.org/2000/svg" data-name="ai-ui-sdk" xmlns:xlink="http://www.w3.org/1999/xlink" style="position:absolute;width:0;height:0;visibility:hidden"><symbol id="ai-ui-sdk-warning-circle-fill" viewBox="0 0 1024 1024"><path fill="#737987" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 640h-64v-64h64v64zm0-128h-64V320h64v256z"/></symbol><symbol id="ai-ui-sdk-delete" viewBox="0 0 64 64"><path fill="#737987" d="M58 14H42v-4c0-2.2-1.8-4-4-4H26c-2.2 0-4 1.8-4 4v4H6v4h7v36c0 2.2 1.8 4 4 4h30c2.2 0 4-1.8 4-4V18h7v-4zm-31-4h10c.6 0 1 .4 1 1v3H26v-3c0-.6.4-1 1-1zm19 44H18c-.6 0-1-.4-1-1V18h30v35c0 .6-.4 1-1 1z"/><path fill="#737987" d="M36 25h4v22h-4zM24 25h4v22h-4z"/></symbol><symbol id="ai-ui-sdk-info-line" viewBox="0 0 64 64"><path d="M32 4C16.5 4 4 16.5 4 32s12.5 28 28 28 28-12.5 28-28S47.5 4 32 4zm0 52C18.7 56 8 45.3 8 32S18.7 8 32 8s24 10.7 24 24-10.7 24-24 24z"/><path d="M30.9 25.2c-1.8.4-3.5 1.3-4.8 2.6-1.5 1.4.1 2.8 1 1.7.6-.8 1.5-1.4 2.5-1.8.7-.1 1.1.1 1.2.6.1.9 0 1.7-.3 2.6-.3 1.2-.9 3.2-1.6 5.9-1.4 4.8-2.1 7.8-1.9 8.8.2 1.1.8 2 1.8 2.6 1.1.5 2.4.6 3.6.3 1.9-.4 3.6-1.4 5-2.8 1.6-1.6-.2-2.7-1.1-1.8-.6.8-1.5 1.4-2.5 1.6-.9.2-1.4-.2-1.6-1-.1-.9.1-1.8.4-2.6 2.5-8.5 3.6-13.3 3.3-14.5-.2-.9-.8-1.7-1.6-2.1-1-.4-2.3-.4-3.4-.1z"/><circle cx="35" cy="19" r="3"/></g></symbol><symbol id="ai-ui-sdk-angle-up" viewBox="0 0 32 32"><path fill="#63656e" d="M16 11.5l7 7-1.5 1.5-5.5-5.5-5.5 5.5L9 18.5l7-7z"/></symbol><symbol id="ai-ui-sdk-copy" viewBox="0 0 64 64"><path d="M54 8H18c-1.1 0-2 .9-2 2v6h-6c-1.1 0-2 .9-2 2v36c0 1.1.9 2 2 2h36c1.1 0 2-.9 2-2v-6h6c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM44 44v8H12V20h32v24zm8 0h-4V18c0-1.1-.9-2-2-2H20v-4h32v32z"/><path d="M17.2 26.2h21v4h-21zM17 34h21v4H17zM17 42h21v4H17z"/></symbol><symbol id="ai-ui-sdk-folder-fill" viewBox="0 0 64 64"><path d="M16.93 20.47H53.5v-3.15a3.24 3.24 0 00-3.25-3.21h-19.5v-2.9A3.24 3.24 0 0027.5 8H11.25A3.24 3.24 0 008 11.21v37.58l5.68-25.12a3.23 3.23 0 013.25-3.2zm37.38 28.32A3.23 3.23 0 0151.06 52H10.44l5.68-25.92a3.22 3.22 0 013.25-3.2h37.38a3.22 3.22 0 013.25 3.2z"/></symbol><symbol id="ai-ui-sdk-un-full-screen" viewBox="0 0 64 64"><path d="M26 56h-4V42H8v-4h16c1.1 0 2 .9 2 2v16zM42 56h-4V40c0-1.1.9-2 2-2h16v4H42v14zM24 26H8v-4h14V8h4v16c0 1.1-.9 2-2 2zM56 26H40c-1.1 0-2-.9-2-2V8h4v14h14v4z"/></symbol><symbol id="ai-ui-sdk-full-screen" viewBox="0 0 64 64"><path d="M56 25h-4V12H39V8h15c1.1 0 2 .9 2 2v15zM12 25H8V10c0-1.1.9-2 2-2h15v4H12v13zM25 56H10c-1.1 0-2-.9-2-2V39h4v13h13v4zM54 56H39v-4h13V39h4v15c0 1.1-.9 2-2 2z"/></symbol><symbol id="ai-ui-sdk-wenben" viewBox="0 0 1024 1024"><path fill="#979BA5" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zM656 704H368c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h288c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm-64-128H368c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h224c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zM464 448h-96c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h96c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm138-310.2V326h188.2L602 137.8z"/></symbol><symbol id="ai-ui-sdk-pdf" viewBox="0 0 1024 1024"><path fill="#EA3636" fill-rule="evenodd" d="M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM633.217 637.256c-15.174-.489-31.314.67-49.65 2.964-24.298-14.987-40.654-35.582-52.274-65.827.28-1.152.86-3.538 1.063-4.38.474-1.958.867-3.594 1.243-5.185 4.293-18.13 6.615-31.358 7.3-44.695.518-10.074-.04-19.368-1.827-27.976-3.298-18.584-16.454-29.453-33.021-30.126-15.446-.627-29.649 7.993-33.281 21.373-5.913 21.612-2.45 50.07 10.08 98.582-15.964 38.056-37.052 82.661-51.203 107.539-18.885 9.74-33.604 18.605-45.953 28.427-16.303 12.966-26.48 26.29-29.286 40.306-1.355 6.48.692 14.966 5.36 21.912 5.296 7.879 13.282 12.991 22.855 13.735 24.152 1.877 53.83-23.024 86.59-79.258 3.295-1.09 6.78-2.257 11.026-3.69 2.323-.783 10.464-3.538 11.91-4.026 7.521-2.54 12.98-4.36 18.376-6.116 23.396-7.612 41.096-12.429 57.21-15.163 27.973 14.973 60.316 24.796 82.098 24.796 17.979 0 30.126-9.319 34.515-23.985 3.857-12.886.794-27.824-7.473-36.084-8.56-8.41-24.3-12.434-45.658-13.123zm-247.985 128.42v-.36l.126-.338c1.275-3.421 3.157-7.008 5.6-10.758 4.284-6.576 10.173-13.5 17.472-20.865 3.92-3.955 8.002-7.8 12.79-12.12 1.073-.969 7.91-7.059 9.189-8.25l11.176-10.407-8.12 12.934c-12.326 19.638-23.46 33.78-33.013 43.004-3.507 3.387-6.6 5.9-9.091 7.505-1.027.662-1.916 1.144-2.613 1.424-.409.163-.771.268-1.13.302-.38.045-.765-.01-1.117-.16a2.068 2.068 0 01-1.269-1.911zm125.934-218.269l-2.26 4.007-1.39-4.385c-3.114-9.829-5.387-24.641-6.016-37.997-.716-15.197.49-24.323 5.286-24.323 6.74 0 9.831 10.808 10.076 27.053.216 14.28-2.03 29.142-5.696 35.645zm-5.81 58.464l1.534-4.05 2.088 3.795c11.69 21.245 26.858 38.967 43.538 51.315l3.595 2.662-4.38.904c-16.328 3.372-31.544 8.457-52.34 16.842 2.174-.876-21.623 8.863-27.638 11.169l-5.252 2.013 2.802-4.877c12.35-21.496 23.758-47.326 36.052-79.773h.001zm157.626 76.261c-7.864 3.104-24.777.329-54.569-12.387l-7.561-3.227 8.199-.607c23.295-1.724 39.807-.44 49.422 3.08 4.09 1.498 6.824 3.388 8.037 5.553 1.31 2.336.71 4.81-1.362 6.31-.448.427-1.155.88-2.166 1.278z"/></symbol><symbol id="ai-ui-sdk-doc-2" viewBox="0 0 1024 1024"><path fill="#3A84FF" d="M675.35 62.103a21.336 21.336 0 017.36 16.122v889.43a21.33 21.33 0 01-24.32 21.12l-536.406-76.587c-21.028-2.995-36.65-21-36.65-42.24V175.932c0-21.24 15.622-39.245 36.65-42.24l536.363-76.587a21.333 21.333 0 0117.003 4.998zm220.693 76.837c23.564 0 42.666 19.102 42.666 42.667v682.666c0 23.564-19.102 42.667-42.666 42.667H725.376v-85.333h128V224.273h-128V138.94h170.667zM298.709 352.273h-85.333v341.334h85.333l85.334-85.334 85.333 85.334h85.333V352.273h-85.333v212.864l-85.333-84.864-84.907 85.334-.427-213.334z"/></symbol><symbol id="ai-ui-sdk-excel" viewBox="0 0 1024 1024"><path fill="#2DCB56" fill-rule="evenodd" d="M675.307 51.163a21.336 21.336 0 017.36 16.122v889.43a21.33 21.33 0 01-24.32 21.12L121.94 901.248c-21.027-2.995-36.65-21-36.65-42.24V164.992c0-21.24 15.623-39.245 36.65-42.24l536.363-76.587a21.333 21.333 0 0117.003 4.998zM896 128c23.564 0 42.667 19.103 42.667 42.667v682.666C938.667 876.897 919.564 896 896 896H725.333v-85.333h128V213.333h-128V128H896zM315.733 341.333h-102.4L332.8 512 213.333 682.667h102.4L384 585.13l68.267 97.536h102.4L435.2 512l119.467-170.667h-102.4L384 438.87l-68.267-97.536z"/></symbol><symbol id="ai-ui-sdk-links" viewBox="0 0 1024 1024"><path d="M263.04 760.96a148.48 148.48 0 01-1.92-224l92.48-92.48-45.12-45.76L216 491.2a212.8 212.8 0 001.92 314.88A212.8 212.8 0 00532.8 808l92.48-92.48L579.84 672l-92.48 92.48a148.48 148.48 0 01-224.32-3.52zM491.2 216l-92.48 92.48 45.44 45.12 92.48-92.48a148.48 148.48 0 01224 1.92 148.48 148.48 0 011.92 224L672 579.84l45.12 45.44 92.48-92.48a212.8 212.8 0 00-1.92-314.88A212.8 212.8 0 00491.2 216z"/><path d="M398.786 579.888l181.019-181.02 45.255 45.255-181.02 181.02-45.254-45.255z"/></symbol><symbol id="ai-ui-sdk-arrow-left" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M144 512l70.4 70.4 214.4 214.4 70.4-72L336 561.6h544v-99.2H336l163.2-163.2-70.4-72-214.4 214.4z" clip-rule="evenodd"/></symbol><symbol id="ai-ui-sdk-fasong" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M924.55 113.365c0-.09-.088-.09-.088-.18a30.217 30.217 0 00-7.78-9.684 31.929 31.929 0 00-10.606-5.918c-.089 0-.177-.09-.266-.09-1.502-.537-3.093-.806-4.685-1.075-.442-.09-.884-.27-1.414-.27-1.503-.179-2.917-.179-4.42-.09-.618 0-1.149-.089-1.768 0-4.242.27-8.485 1.525-12.375 3.498L113.792 485.577c-7.514 3.677-13.26 10.312-15.911 18.382-.796 2.242-1.15 4.663-1.415 6.994-.795 4.753-.618 9.685.884 14.347 2.475 8.16 8.044 14.885 15.558 18.741l194.734 103.836c4.685 2.51 9.812 3.766 15.115 3.766 11.757.09 22.541-6.367 28.287-16.768 8.397-15.513 2.475-34.791-13.083-43.13l-142.316-75.86 572.358-288.014L418.93 634.516c-.265.27-.354.628-.619.897-8.662 5.739-14.32 15.423-14.32 26.542v234.123a32.598 32.598 0 009.547 22.686c6.01 6.008 14.143 9.236 22.54 9.146v.09c17.68 0 32-14.257 32-31.832V675.405l381.07-444.127-79.202 585.802-200.921-97.917c-15.823-7.712-34.828-1.255-42.872 14.526-3.712 7.622-4.243 16.41-1.503 24.48s8.575 14.615 16.177 18.202l238.754 116.48c4.42 2.151 9.193 3.227 14.144 3.227.176 0 .353-.09.53-.09.53 0 1.15.18 1.68.18 15.91.09 29.435-11.657 31.733-27.618l99.003-731.782c2.21-7.532 1.767-15.871-2.122-23.403z"/></symbol><symbol id="ai-ui-sdk-yinyong-2" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 64c247.424 0 448 200.576 448 448S759.424 960 512 960 64 759.424 64 512 264.576 64 512 64zm0 63.999c-212.077 0-384.001 171.924-384.001 384.001-.382 155.607 93.181 296.061 236.922 355.66C508.661 927.26 674.161 894.223 784 784a384 384 0 000-544 384.006 384.006 0 00-272-112.001zM492.622 336v62.976h78.956c98.956 0 148.422 43.35 148.422 131.093C720 613.675 671.578 656 576.844 656H375.777v-44.395H573.69c70.511 0 105.267-27.861 105.267-85.675 0-55.743-33.69-83.605-101.067-83.605h-85.267v62.955L320 420.65 492.622 336z"/></symbol><symbol id="ai-ui-sdk-dongzuo-xiazai" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 640v192h640V640h64v224c0 17.6-14.4 32-32 32H160c-17.6 0-32-14.4-32-32V640h64zm352-512v452.8l104-102.4 44.8 44.8-136 136L512 704 331.2 523.2l44.8-44.8 104 102.4V128h64z"/></symbol><symbol id="ai-ui-sdk-quanquan" viewBox="0 0 1024 1024"><path fill="#3A84FF" d="M512 64.129c-9.343-.661-18.345 3.338-27.005 11.998-2.666 2.667-4.831 6.165-6.495 10.495-1.664 4.33-2.496 7.498-2.496 9.503v4c0 10.004 2.997 18.003 8.991 23.997 3.328 4.01 7.327 6.847 11.999 8.511 4.671 1.664 8.34 2.496 11.006 2.496h4c68.003 0 130.993 16.83 188.97 50.49 57.978 33.66 103.807 79.49 137.489 137.488 33.681 57.999 50.511 121.16 50.49 189.483-.021 68.322-16.851 131.313-50.49 188.97-33.64 57.657-79.469 103.316-137.489 136.976-58.02 33.66-121.18 50.49-189.482 50.49-68.301 0-131.292-16.83-188.97-50.49-57.68-33.66-103.338-79.319-136.977-136.976-33.639-57.657-50.469-120.818-50.49-189.482 0-10.005-3.669-18.676-11.007-26.013-2.666-3.328-6.164-5.824-10.494-7.487-4.33-1.664-7.498-2.496-9.503-2.496h-4c-10.004 0-18.334 3.338-24.99 10.015-4.01 4.01-6.846 8.18-8.51 12.51-1.664 4.33-2.496 7.498-2.496 9.503v4c0 60.665 11.828 118.663 35.484 173.996 23.656 55.332 55.482 102.996 95.477 142.991 39.996 39.996 87.66 71.822 142.992 95.478 55.332 23.656 113.33 35.483 173.996 35.483 60.665 0 118.664-11.827 173.996-35.483 55.332-23.656 102.996-55.482 142.992-95.478 39.995-39.995 71.82-87.659 95.477-142.991 23.656-55.333 35.484-113.331 35.484-173.996 0-60.665-11.828-118.664-35.484-173.996-23.656-55.333-55.482-102.997-95.477-142.992-39.996-39.996-87.66-71.821-142.992-95.477C630.664 75.989 572.666 64.16 512 64.16v-.032z"/></symbol><symbol id="ai-ui-sdk-baocun" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M864 96c35.346 0 64 28.654 64 64v704c0 35.346-28.654 64-64 64H160c-35.346 0-64-28.654-64-64V160c0-35.346 28.654-64 64-64h704zm-608 64h-96v704h704V160h-96v224c0 35.346-28.654 64-64 64H320c-35.346 0-64-28.654-64-64V160zm448 0H320v224h384V160zm-96 64c17.673 0 32 14.327 32 32v32c0 17.673-14.327 32-32 32-17.673 0-32-14.327-32-32v-32c0-17.673 14.327-32 32-32z"/></symbol><symbol id="ai-ui-sdk-markdown" viewBox="0 0 1024 1024"><path fill="#979BA5" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.8zM443.562 477.562h-90V768h55.876V603.75c0-24.5-.813-48.938-2.438-73.312h1.688c4.374 21.374 7.437 34.437 9.187 39.187L490.438 768h49.312l71.625-200.25c2.25-6.25 5.25-18.688 9-37.312h1.5c-1.625 24.624-2.437 45.062-2.437 61.312V768h61.124V477.562H593l-62.812 175.126c-4.126 11.624-8.126 25.374-12 41.25h-1.313c-1.875-12.75-5.437-26.376-10.687-40.876l-62.626-175.5zM602 137.8V326h188.2L602 137.8z"/></symbol><symbol id="ai-ui-sdk-ppt-2" viewBox="0 0 1024 1024"><path fill="#979BA5" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zM656 704H368c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h288c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm-64-128H368c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h224c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zM464 448h-96c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h96c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm138-310.2V326h188.2L602 137.8z"/></symbol><symbol id="ai-ui-sdk-dongzuo-shangchuan" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 640v192h640V640h64v224c0 17.6-14.4 32-32 32H160c-17.6 0-32-14.4-32-32V640h64zm320-512l44.8 44.8 136 136-44.8 44.8-104-102.4V704h-64V251.2L376 353.6l-44.8-44.8L512 128z"/></symbol><symbol id="ai-ui-sdk-wangye" viewBox="0 0 1024 1024"><path d="M287.802 485.456h197.767V309.4H329.1a504.602 504.602 0 00-41.297 176.055zm197.767-374.937c-52.242 39.631-96.242 89.163-129.51 145.794h129.51V110.519zm52.862 374.937h197.04A506.134 506.134 0 00694.173 309.4H538.497v176.055h-.066zm-209 230.072h156.138V538.544H287.802c3.171 62.114 17.576 121.838 41.628 176.984zm583.192 0c27.091-53.686 43.677-113.543 47.31-176.984H788.268a560.422 560.422 0 01-37.135 176.984h161.491zM751.462 309.4c21.475 55.478 34.03 114.738 36.87 176.055H960A450.637 450.637 0 00913.086 309.4H751.462zM538.43 111.05v145.196h128.717c-33.09-56.349-76.813-105.67-128.717-145.196zm189.111 145.263H882.03C808.627 149.146 692.716 79.04 564.07 64c68.492 50.626 124.433 116.436 163.473 192.313zM485.57 913.614V768.616H356.522c33.196 56.316 77.034 105.573 129.047 144.998zM271.811 309.401h-160.83a449.438 449.438 0 00-46.915 176.055H234.94A561.822 561.822 0 01271.811 309.4zm24.316 459.215H142.631c73.224 106.308 188.366 175.931 316.177 191.185-68.057-50.411-123.707-115.813-162.68-191.185zm431.019 0C688.168 844.08 632.467 909.554 564.333 960c128.183-15.038 243.717-84.768 317.102-191.384h-154.29zm-60.394 0H538.43v144.4c51.662-39.354 95.239-88.392 128.32-144.4zM234.94 538.544H64c3.7 63.44 20.22 123.298 47.377 176.984h160.699a558.557 558.557 0 01-37.136-176.984zm500.531 0h-197.04v176.984h155.412a505.266 505.266 0 0041.628-176.984zm-439.74-282.231c38.988-75.778 94.835-141.516 163.21-192.114-128.266 15.233-243.774 85.24-316.97 192.114h153.76z"/></symbol><symbol id="ai-ui-sdk-zhishiku" viewBox="0 0 1024 1024"><path d="M320.986 203.315H191.622c-17.248 0-31.622 14.503-31.622 31.905v639.542c0 17.403 14.374 31.905 31.622 31.905h129.364c17.249 0 31.623-14.502 31.623-31.905V235.22c0-17.402-14.374-31.905-31.623-31.905zm-35.934 130.52h-57.495c-15.811 0-28.748-13.053-28.748-29.005 0-15.952 12.937-29.004 28.748-29.004h57.495c15.811 0 28.747 13.052 28.747 29.004 0 15.952-12.936 29.004-28.747 29.004zM578.277 96H448.913c-17.249 0-31.622 14.502-31.622 31.905v746.857c0 17.403 14.373 31.905 31.622 31.905h129.364c17.248 0 31.622-14.502 31.622-31.905V127.905C611.337 110.502 596.963 96 578.277 96zM543.78 227.969h-57.495c-15.811 0-28.748-13.052-28.748-29.004 0-15.952 12.937-29.004 28.748-29.004h57.495c15.811 0 28.747 13.052 28.747 29.004 0 15.952-12.936 29.004-28.747 29.004zm383.78 613.438l-120.74-627.94c-4.312-15.952-17.249-26.104-33.06-26.104h-5.75l-126.488 24.654c-17.249 2.9-28.748 20.303-25.873 37.705l122.177 629.39c2.875 15.953 15.811 26.104 31.622 26.104h5.75l126.489-24.653c17.248-4.35 28.748-21.753 25.873-39.156zM762.26 312.081l-57.495 11.602h-5.75c-12.936 0-25.872-10.152-28.747-23.204-2.875-15.952 7.187-31.904 22.998-34.805l57.495-11.601c15.811-2.9 31.623 7.25 34.497 23.203 2.875 15.952-7.187 31.905-22.998 34.805z"/></symbol><symbol id="ai-ui-sdk-sikao" viewBox="0 0 1024 1024"><path d="M528 96c61.856 0 112 50.144 112 112 0 .376-.002.751-.006 1.126C774.73 260.666 870.4 391.16 870.4 544c0 22.55-2.082 44.612-6.066 66.007C883.94 630.144 896 657.663 896 688c0 61.856-50.144 112-112 112a112.7 112.7 0 01-19.49-1.69C699.754 862.65 610.519 902.4 512 902.4s-187.753-39.75-252.539-104.088A112.33 112.33 0 01240 800c-61.856 0-112-50.144-112-112 0-30.337 12.061-57.856 31.65-78.025A361.172 361.172 0 01153.6 544c0-164.845 111.29-303.696 262.836-345.518C421.232 141.079 469.35 96 528 96zm-91.48 176.633l-4.469 1.278C315.47 308.366 230.4 416.249 230.4 544c0 10.923.622 21.7 1.832 32.3l1.623-.134L240 576c61.856 0 112 50.144 112 112 0 26.132-8.95 50.173-23.95 69.226C377.36 799.817 441.67 825.6 512 825.6c70.33 0 134.639-25.783 183.99-68.412C680.95 738.173 672 714.132 672 688c0-61.856 50.144-112 112-112 2.607 0 5.194.09 7.757.264A280.989 280.989 0 00793.6 544c0-119.973-75.025-222.422-180.718-262.99C592.35 304.904 561.938 320 528 320c-37.782 0-71.195-18.708-91.48-47.367z"/></symbol><symbol id="ai-ui-sdk-wenzhang" viewBox="0 0 1024 1024"><path fill="#3D4265" d="M708.923 157.538h275.692c21.752 0 39.385 17.634 39.385 39.385v748.308c0 43.503-35.266 78.769-78.77 78.769H708.924V157.538z"/><path fill="#3A84FF" d="M0 984.615A39.385 39.385 0 0039.385 1024H945.23c-43.503 0-78.77-35.266-78.77-78.77V39.386C866.462 17.633 848.829 0 827.078 0H39.385C17.633 0 0 17.633 0 39.385v945.23z"/><path fill="#FFF" d="M196.923 288.82c-21.751 0-39.385 17.634-39.385 39.385 0 21.752 17.634 39.385 39.385 39.385h157.539c21.751 0 39.384-17.633 39.384-39.385 0-21.751-17.633-39.384-39.384-39.384H196.923zm0 236.308c-21.751 0-39.385 17.633-39.385 39.385 0 21.751 17.634 39.384 39.385 39.384h472.615c21.752 0 39.385-17.633 39.385-39.384 0-21.752-17.633-39.385-39.385-39.385H196.923zm0 236.308c-21.751 0-39.385 17.633-39.385 39.385 0 21.751 17.634 39.384 39.385 39.384h236.308c21.751 0 39.384-17.633 39.384-39.384 0-21.752-17.633-39.385-39.384-39.385H196.923z"/></g></symbol><symbol id="ai-ui-sdk-yanjing-kejian" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 192c247.4 0 448 143.3 448 320S759.4 832 512 832 64 688.7 64 512s200.6-320 448-320zm0 64c-54.2 0-106.6 7.5-155.9 22.4-46.6 14.1-88.3 34.1-123.7 59.4C165.1 385.9 128 447.8 128 512c0 64.2 37.1 126.1 104.4 174.2 35.4 25.3 77.1 45.3 123.7 59.4C405.4 760.5 457.8 768 512 768s106.6-7.5 155.9-22.4c46.6-14.1 88.3-34.1 123.7-59.4C858.9 638.1 896 576.2 896 512c0-64.2-37.1-126.1-104.4-174.2-35.4-25.3-77.1-45.3-123.7-59.4C618.6 263.5 566.2 256 512 256zm0 96c88.4 0 160 71.6 160 160s-71.6 160-160 160-160-71.6-160-160 71.6-160 160-160zm0 64c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96z"/></symbol><symbol id="ai-ui-sdk-gengduo-2" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512.55 319.995c35.34-.294 63.742-29.196 63.448-64.548-.307-35.353-29.197-63.742-64.55-63.448-35.135.295-63.448 28.876-63.448 63.998v.55c.307 35.34 29.21 63.742 64.55 63.448m-1.102 112.004c-35.135.295-63.448 28.876-63.448 63.998v.55c.307 35.34 29.21 63.742 64.55 63.448 35.34-.294 63.742-29.196 63.448-64.548-.307-35.353-29.197-63.742-64.55-63.448m0 240c-35.135.295-63.448 28.876-63.448 63.998v.55c.307 35.34 29.21 63.742 64.55 63.448 35.34-.294 63.742-29.196 63.448-64.548-.307-35.353-29.197-63.742-64.55-63.448"/></symbol></svg>';
3
3
  if (document.body) {
4
4
  document.body.insertAdjacentHTML('afterbegin', svgCode);
5
5
  } else {
@@ -1,9 +1,9 @@
1
1
  @font-face {
2
2
  font-family: "ai-ui-sdk";
3
- src: url("fonts/iconcool.svg") format("svg"),
3
+ src: url("fonts/iconcool.svg#iconcool") format("svg"),
4
4
  url("fonts/iconcool.ttf") format("truetype"),
5
5
  url("fonts/iconcool.woff") format("woff"),
6
- url("fonts/iconcool.eot") format("embedded-opentype");
6
+ url("fonts/iconcool.eot?#iefix") format("embedded-opentype");
7
7
  font-weight: normal;
8
8
  font-style: normal;
9
9
  }
@@ -29,21 +29,42 @@ url("fonts/iconcool.eot") format("embedded-opentype");
29
29
  .ai-ui-sdk-delete:before {
30
30
  content: "\e10b";
31
31
  }
32
+ .ai-ui-sdk-info-line:before {
33
+ content: "\e11c";
34
+ }
32
35
  .ai-ui-sdk-angle-up:before {
33
36
  content: "\e103";
34
37
  }
35
38
  .ai-ui-sdk-copy:before {
36
39
  content: "\e108";
37
40
  }
41
+ .ai-ui-sdk-folder-fill:before {
42
+ content: "\e118";
43
+ }
38
44
  .ai-ui-sdk-un-full-screen:before {
39
45
  content: "\e10e";
40
46
  }
41
47
  .ai-ui-sdk-full-screen:before {
42
48
  content: "\e10f";
43
49
  }
50
+ .ai-ui-sdk-wenben:before {
51
+ content: "\e111";
52
+ }
53
+ .ai-ui-sdk-pdf:before {
54
+ content: "\e113";
55
+ }
56
+ .ai-ui-sdk-doc-2:before {
57
+ content: "\e114";
58
+ }
59
+ .ai-ui-sdk-excel:before {
60
+ content: "\e117";
61
+ }
44
62
  .ai-ui-sdk-links:before {
45
63
  content: "\e105";
46
64
  }
65
+ .ai-ui-sdk-arrow-left:before {
66
+ content: "\e11a";
67
+ }
47
68
  .ai-ui-sdk-fasong:before {
48
69
  content: "\e107";
49
70
  }
@@ -59,6 +80,18 @@ url("fonts/iconcool.eot") format("embedded-opentype");
59
80
  .ai-ui-sdk-baocun:before {
60
81
  content: "\e10d";
61
82
  }
83
+ .ai-ui-sdk-markdown:before {
84
+ content: "\e112";
85
+ }
86
+ .ai-ui-sdk-ppt-2:before {
87
+ content: "\e115";
88
+ }
89
+ .ai-ui-sdk-dongzuo-shangchuan:before {
90
+ content: "\e119";
91
+ }
92
+ .ai-ui-sdk-wangye:before {
93
+ content: "\e116";
94
+ }
62
95
  .ai-ui-sdk-zhishiku:before {
63
96
  content: "\e104";
64
97
  }
@@ -71,3 +104,6 @@ url("fonts/iconcool.eot") format("embedded-opentype");
71
104
  .ai-ui-sdk-yanjing-kejian:before {
72
105
  content: "\e106";
73
106
  }
107
+ .ai-ui-sdk-gengduo-2:before {
108
+ content: "\e11b";
109
+ }
@@ -1,8 +1,7 @@
1
1
  import { EventType } from '../types/enum.ts.js';
2
2
  // 全局事件
3
3
  const events = {
4
- [EventType.Unlogin]: [],
5
- [EventType.Unauthorized]: []
4
+ [EventType.Error]: []
6
5
  };
7
6
  export const addEventListener = (event, callback)=>{
8
7
  events[event] = events[event] || [];
@@ -1,5 +1,5 @@
1
1
  import { onBeforeMount, onBeforeUnmount } from 'vue';
2
- import { handleCopy, handleDownLoad, getFullScreenWrap } from '../common/util.ts.js';
2
+ import { getFullScreenWrap, handleCopy, handleDownLoad } from '../common/util.ts.js';
3
3
  // 全局点击代理事件
4
4
  export const useClickProxy = ()=>{
5
5
  const clickProxy = (e)=>{
@@ -1,24 +1,37 @@
1
- import type { IDatasetApi, IDatasetDataApi, IDatasetDataForm, IDatasetDataParam, IDatasetForm, IDatasetInfo, IDatasetListParam, IOperatRecordParam, ISchema, ISourceTeamParam, IUserInfo } from '@/types/dataset';
2
- export declare const useDatasetHttp: (prefix?: string) => {
1
+ import type { IComponent, IDatasetApi, IDatasetDataApi, IDatasetDataForm, IDatasetDataParam, IDatasetForm, IDatasetInfo, IDatasetListParam, IOperatRecordParam, ISchema, IUserInfoForm } from '@/types/dataset';
2
+ export declare const useDatasetHttp: (apiPrefix?: string) => {
3
+ getCompanyList: () => Promise<import("@/types/dataset").ICompany[]>;
3
4
  getDatasetMineInfo: () => Promise<IDatasetInfo>;
4
- getDatasetSourceTeamList: (query?: ISourceTeamParam) => Promise<import("@/types/dataset").ISourceTeam[]>;
5
+ getComponentList: () => Promise<IComponent[]>;
5
6
  getDatasetList: (query?: IDatasetListParam) => Promise<{
6
7
  count: number;
7
8
  results: import("@/types/dataset").IDataset[];
8
9
  }>;
10
+ getDataset: (id: number) => Promise<import("@/types/dataset").IDataset>;
9
11
  createDataset: (data: IDatasetForm) => Promise<import("@/types/dataset").IDataset>;
10
12
  updateDataset: (data: IDatasetForm, id: number) => Promise<import("@/types/dataset").IDataset>;
11
13
  deleteDataset: (id: number) => Promise<IDatasetApi>;
12
- getDatasetDataList: (query: IDatasetDataParam) => Promise<import("@/types/dataset").IDatasetData[]>;
14
+ getDatasetDataList: (query: IDatasetDataParam) => Promise<{
15
+ count: number;
16
+ results: import("@/types/dataset").IDatasetData[];
17
+ }>;
13
18
  createDatasetData: (data: IDatasetDataForm) => Promise<import("@/types/dataset").IDatasetData>;
14
19
  updateDatasetData: (data: IDatasetDataForm, id: number) => Promise<import("@/types/dataset").IDatasetData>;
15
20
  deleteDatasetData: (id: number) => Promise<IDatasetDataApi>;
16
21
  getDatasetData: (id: number) => Promise<import("@/types/dataset").IDatasetData>;
17
22
  batchDeleteDatasetData: (ids: number[]) => Promise<IDatasetDataApi>;
18
23
  uploadDatasetDataFiles: (files: File[]) => Promise<import("@/types/dataset").IDatasetDataFile[]>;
19
- updateUserInfo: (data: IUserInfo, id: number) => Promise<IUserInfo>;
20
- getUserInfo: (id: number) => Promise<IUserInfo>;
24
+ downloadDatasetDataTemplateFile: (id: number) => void;
25
+ registerUser: (data: IUserInfoForm) => Promise<unknown>;
26
+ getUserInfo: () => Promise<import("@/types/dataset").IUserInfo>;
27
+ logout: () => Promise<unknown>;
21
28
  getSchemaList: (datasetId?: number) => Promise<ISchema[]>;
22
- getOperateRecordList: (param: IOperatRecordParam) => Promise<import("@/types/dataset").IOperatRecord[]>;
23
- getCompanyParticipantList: (fuzzy?: string) => Promise<import("@/types/dataset").ICompanyParticipant[]>;
29
+ getOperateRecordList: (param: IOperatRecordParam) => Promise<{
30
+ count: number;
31
+ results: import("@/types/dataset").IOperatRecord[];
32
+ }>;
33
+ getCompanyParticipantList: (fuzzy?: string) => Promise<{
34
+ companyNames: string[];
35
+ list: import("@/types/dataset").ICompanyParticipant[];
36
+ }>;
24
37
  };