yt-chat-components 1.1.4 → 1.1.6

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 (42) hide show
  1. package/.idea/modules.xml +1 -1
  2. package/.idea/sonarlint/issuestore/index.pb +3 -31
  3. package/dist/build/static/js/bundle.min.js +1 -0
  4. package/package.json +81 -79
  5. package/public/index.html +108 -108
  6. package/src/YtChatView/chatWidget/chatWindow/chatMessage/index.tsx +498 -498
  7. package/src/YtChatView/chatWidget/chatWindow/controllers/index.ts +249 -249
  8. package/src/YtChatView/chatWidget/chatWindow/index.module.css +196 -196
  9. package/src/YtChatView/chatWidget/chatWindow/index.tsx +1099 -1099
  10. package/src/YtChatView/chatWidget/chatWindow/types/chatWidget/index.ts +50 -50
  11. package/src/YtChatView/chatWidget/index.tsx +2593 -2593
  12. package/src/YtChatView/logoBtn/index.css +3 -3
  13. package/src/YtChatView/logoBtn/index.jsx +103 -103
  14. package/src/YtChatView/logoSplitBtn/index.css +3 -3
  15. package/src/YtChatView/logoSplitBtn/index.jsx +105 -105
  16. package/src/YtChatView/mobileChat/index.jsx +945 -945
  17. package/src/YtChatView/mobileChat/index.module.css +253 -253
  18. package/src/YtChatView/previewDialog/index.jsx +600 -600
  19. package/src/YtChatView/previewDialog/index.module.css +253 -253
  20. package/src/chatWidget/chatWindow/index.tsx +426 -426
  21. package/src/chatWidget/index.tsx +2195 -2195
  22. package/src/index.tsx +10 -10
  23. package/webpack.config.js +50 -50
  24. package/.idea/sonarlint/issuestore/3/6/364385cedcce4c06de1901392ffeeac0caef0f3c +0 -0
  25. package/.idea/sonarlint/issuestore/3/9/39129446b425a1d640160c068e4194e96639eedf +0 -0
  26. package/.idea/sonarlint/issuestore/4/a/4a2f33951ce07c1ff7184f91877aa13db05d3785 +0 -0
  27. package/.idea/sonarlint/issuestore/4/a/4a7b99bdbee5792679d347b6474463bf5e14b66d +0 -0
  28. package/.idea/sonarlint/issuestore/4/b/4b015aa5428c4d4c3d672893ec23f5fe3969f9be +0 -0
  29. package/.idea/sonarlint/issuestore/4/b/4b6989b8ccae808ebc45d02230d336ea53800365 +0 -0
  30. package/.idea/sonarlint/issuestore/6/1/61ebb9fd6e8cf9082658121d5d81e297791dacd0 +0 -0
  31. package/.idea/sonarlint/issuestore/6/c/6c024c1d0ad64656b9d4b0695ec3c49c0454addf +0 -0
  32. package/.idea/sonarlint/issuestore/6/e/6e75fc1c07c3a427a86fc213ca9479caaaff00ea +0 -0
  33. package/.idea/sonarlint/issuestore/8/d/8d6123af13a140f93e06299fff7ea23c547e9ec8 +0 -0
  34. package/.idea/sonarlint/issuestore/c/c/cc2352788140b6778ac06df4b33f50b390d2d8be +0 -0
  35. package/.idea/sonarlint/issuestore/d/5/d5595158cc48f9bf3e51b06f6e6805a8fd2d6262 +0 -0
  36. package/.idea/sonarlint/issuestore/d/7/d747cbed4201192dfa83a1a51345b020a050b647 +0 -0
  37. package/.idea/sonarlint/issuestore/d/9/d938938695d447dadda115e28781c6541f53fc4f +0 -0
  38. package/build/static/js/bundle.min.js +0 -2
  39. package/build/static/js/bundle.min.js.LICENSE.txt +0 -132
  40. /package/.idea/{langflow-embedded-chat.iml → langflow-embedded-chat-clone.iml} +0 -0
  41. /package/.idea/sonarlint/issuestore/{0/f/0f8c0c92cf798431ebb931ff6e997b1af86ecee5 → 7/0/7030d0b2f71b999ff89a343de08c414af32fc93a} +0 -0
  42. /package/.idea/sonarlint/issuestore/{2/7/27e69cb561aeea20c1afbdd32d260dd60b89a81b → 9/c/9cfff9a6d27bd6c255aa751213163c7901fb8ce7} +0 -0
package/package.json CHANGED
@@ -1,79 +1,81 @@
1
- {
2
- "name": "yt-chat-components",
3
- "version": "1.1.4",
4
- "main": "build/static/js/bundle.min.js",
5
- "module": "build/static/js/bundle.min.js",
6
- "types": "build/static/js/index.d.ts",
7
- "peerDependencies": {
8
- "react": "^17.0.0 || ^18.0.0",
9
- "react-dom": "^17.0.0 || ^18.0.0"
10
- },
11
- "dependencies": {
12
- "antd": "5.24.2",
13
- "@ant-design/icons": "5.0.0",
14
- "@testing-library/jest-dom": "^5.16.5",
15
- "@testing-library/react": "^13.4.0",
16
- "@testing-library/user-event": "^13.5.0",
17
- "@types/jest": "^27.5.2",
18
- "@types/node": "^16.18.37",
19
- "@types/react": "^18.2.14",
20
- "@types/react-dom": "^18.2.6",
21
- "axios": "^1.4.0",
22
- "echarts": "^5.6.0",
23
- "echarts-for-react": "^3.0.2",
24
- "lodash": "^4.17.21",
25
- "lucide-react": "^0.256.0",
26
- "react": "^18.2.0",
27
- "react-dom": "^18.2.0",
28
- "react-draggable": "^4.4.6",
29
- "react-markdown": "^8.0.7",
30
- "react-scripts": "5.0.1",
31
- "react-shadow": "^20.3.0",
32
- "rehype-mathjax": "^4.0.3",
33
- "remark-gfm": "3.0.1",
34
- "typescript": "^4.9.5",
35
- "uglifyjs-webpack-plugin": "^2.2.0",
36
- "uuid": "^10.0.0",
37
- "web-vitals": "^2.1.4"
38
- },
39
- "scripts": {
40
- "start": "react-scripts start",
41
- "build": "npm install --legacy-peer-deps && npm run build:react && npm run build:bundle",
42
- "build:react": "react-scripts build",
43
- "build:bundle": "webpack --config webpack.config.js",
44
- "test": "react-scripts test",
45
- "eject": "react-scripts eject"
46
- },
47
- "eslintConfig": {
48
- "extends": [
49
- "react-app",
50
- "react-app/jest"
51
- ]
52
- },
53
- "browserslist": {
54
- "production": [
55
- ">0.2%",
56
- "not dead",
57
- "not op_mini all"
58
- ],
59
- "development": [
60
- "last 1 chrome version",
61
- "last 1 firefox version",
62
- "last 1 safari version"
63
- ]
64
- },
65
- "devDependencies": {
66
- "@babel/core": "^7.26.10",
67
- "@babel/preset-env": "^7.26.9",
68
- "@babel/preset-react": "^7.26.3",
69
- "@babel/preset-typescript": "^7.26.0",
70
- "babel-loader": "^10.0.0",
71
- "css-loader": "^7.1.2",
72
- "file-loader": "^6.2.0",
73
- "mini-css-extract-plugin": "^2.9.2",
74
- "style-loader": "^4.0.0",
75
- "url-loader": "^4.1.1",
76
- "webpack": "^5.98.0",
77
- "webpack-cli": "^5.1.4"
78
- }
79
- }
1
+ {
2
+ "name": "yt-chat-components",
3
+ "version": "1.1.6",
4
+ "main": "build/static/js/bundle.min.js",
5
+ "module": "build/static/js/bundle.min.js",
6
+ "types": "build/static/js/index.d.ts",
7
+ "peerDependencies": {
8
+ "react": "^17.0.0 || ^18.0.0",
9
+ "react-dom": "^17.0.0 || ^18.0.0",
10
+ "react-draggable": "^4.4.6"
11
+ },
12
+ "dependencies": {
13
+ "@ant-design/icons": "5.0.0",
14
+ "@testing-library/jest-dom": "^5.16.5",
15
+ "@testing-library/react": "^13.4.0",
16
+ "@testing-library/user-event": "^13.5.0",
17
+ "@types/jest": "^27.5.2",
18
+ "@types/node": "^16.18.37",
19
+ "@types/react": "^18.2.14",
20
+ "@types/react-dom": "^18.2.6",
21
+ "antd": "5.24.2",
22
+ "axios": "^1.4.0",
23
+ "lodash": "^4.17.21",
24
+ "echarts": "^5.6.0",
25
+ "echarts-for-react": "^3.0.2",
26
+ "lodash": "^4.17.21",
27
+ "lucide-react": "^0.256.0",
28
+ "react-draggable": "^4.4.6",
29
+ "react": "^17.0.0 || ^18.0.0",
30
+ "react-dom": "^17.0.0 || ^18.0.0",
31
+ "react-markdown": "^8.0.7",
32
+ "react-scripts": "5.0.1",
33
+ "react-shadow": "^20.3.0",
34
+ "rehype-mathjax": "^4.0.3",
35
+ "remark-gfm": "3.0.1",
36
+ "typescript": "^4.9.5",
37
+ "uglifyjs-webpack-plugin": "^2.2.0",
38
+ "uuid": "^10.0.0",
39
+ "web-vitals": "^2.1.4"
40
+ },
41
+ "scripts": {
42
+ "start": "react-scripts start",
43
+ "build": "npm install --legacy-peer-deps && npm run build:react && npm run build:bundle",
44
+ "build:react": "react-scripts build",
45
+ "build:bundle": "webpack --config webpack.config.js",
46
+ "test": "react-scripts test",
47
+ "eject": "react-scripts eject"
48
+ },
49
+ "eslintConfig": {
50
+ "extends": [
51
+ "react-app",
52
+ "react-app/jest"
53
+ ]
54
+ },
55
+ "browserslist": {
56
+ "production": [
57
+ ">0.2%",
58
+ "not dead",
59
+ "not op_mini all"
60
+ ],
61
+ "development": [
62
+ "last 1 chrome version",
63
+ "last 1 firefox version",
64
+ "last 1 safari version"
65
+ ]
66
+ },
67
+ "devDependencies": {
68
+ "@babel/core": "^7.26.10",
69
+ "@babel/preset-env": "^7.26.9",
70
+ "@babel/preset-react": "^7.26.3",
71
+ "@babel/preset-typescript": "^7.26.0",
72
+ "babel-loader": "^10.0.0",
73
+ "css-loader": "^7.1.2",
74
+ "file-loader": "^6.2.0",
75
+ "mini-css-extract-plugin": "^2.9.2",
76
+ "style-loader": "^4.0.0",
77
+ "url-loader": "^4.1.1",
78
+ "webpack": "^5.98.0",
79
+ "webpack-cli": "^5.1.4"
80
+ }
81
+ }
package/public/index.html CHANGED
@@ -1,108 +1,108 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>校园智多星</title>
7
- <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
8
- </head>
9
- <body style="width: 100vw; height: 100vh; position: relative; margin: unset ">
10
- <yt-chat
11
- right="100"
12
- bottom="100"
13
- width="50"
14
- height="50"
15
- title="菜鸟驿站"
16
- icon-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/school/ccit/user/xc//image/ebfaf4da-c1d9-46fb-a0b1-f159e95cffc2_AI招生咨询小助手.png"
17
- host-url="https://ai-api.yuntu.cn"
18
- user-info='{"id": "123", "name": "John Doe", "code":"1606451129" }'
19
- app-id="0b4cc8ef-d5bb-45e6-b342-647765f5d195"
20
- is-show-side-left=true
21
- is-show-side-right=false
22
- modal-index="9999999999"
23
- modal-width="1200"
24
- dialog-index="999999999"
25
- agent-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/school/ccit/user/xc//image/ebfaf4da-c1d9-46fb-a0b1-f159e95cffc2_AI招生咨询小助手.png"
26
- agent-name="医专智能助手"
27
- logo-width="42px"
28
- logo-font-size="26px"
29
- logo-position="fixed"
30
- is-title-side-icon=false
31
- is-show-upload-button=true
32
- />
33
- </body>
34
-
35
- <!--<body style="width: 100vw; height: 100vh; margin:0 ">-->
36
- <!--<yt-page-chat-->
37
- <!-- title="菜鸟驿站"-->
38
- <!-- host-url="https://ai-api.yuntu.cn"-->
39
- <!-- app-id="a8e7ebd8-9bf7-499b-9e4a-c235078a0910"-->
40
- <!-- user-info='{"id": "123", "name": "John Doe", "code":"1606451129" }'-->
41
- <!-- tags='[{"name":"今天天气怎么样?"},{"name":"明天天气怎么样?"},{"name":"昨天天气怎么样?"}]'-->
42
- <!-- box-style='{"height":"100%"}'-->
43
- <!-- scene-id="c1e7a2a4-6127-4e53-a529-113da78eb069"-->
44
- <!-- is-show-side-right=true-->
45
- <!-- is-show-side-left=true-->
46
- <!-- dialog-index="999999999"-->
47
- <!-- agent-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/school/ccit/user/xc//image/ebfaf4da-c1d9-46fb-a0b1-f159e95cffc2_AI招生咨询小助手.png"-->
48
- <!-- agent-name="医专智能助手"-->
49
- <!-- logo-width="42px"-->
50
- <!-- logo-font-size="26px"-->
51
- <!-- is-title-side-icon=true-->
52
- <!-- is-show-upload-button=false-->
53
- <!-- drop-man-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/ai/ai_man01.png"-->
54
- <!--/>-->
55
- <!--</body>-->
56
-
57
- <!--<body style="width: 100vw; height: 100vh; position: relative; margin: unset ">-->
58
- <!--<yt-split-modal-chat-->
59
- <!-- right="100"-->
60
- <!-- bottom="100"-->
61
- <!-- width="50"-->
62
- <!-- height="50"-->
63
- <!-- title="招生助手"-->
64
- <!-- icon-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/school/ccit/user/xc//image/ebfaf4da-c1d9-46fb-a0b1-f159e95cffc2_AI招生咨询小助手.png"-->
65
- <!-- host-url="https://ai-api.yuntu.cn"-->
66
- <!-- user-info='{"id": "test", "name": "test", "code":"test" }'-->
67
- <!-- is-show-side-right=true-->
68
- <!-- is-show-side-left=true-->
69
- <!-- scene-id="c1e7a2a4-6127-4e53-a529-113da78eb069"-->
70
- <!-- modal-index="9999999999"-->
71
- <!-- modal-width="1300"-->
72
- <!-- dialog-index="999999999"-->
73
- <!-- agent-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/school/bcyz/user/ai/agent.png"-->
74
- <!-- agent-name="医专智能助手"-->
75
- <!-- logo-width="42px"-->
76
- <!-- logo-font-size="26px"-->
77
- <!-- logo-position="fixed"-->
78
- <!-- is-title-side-icon=false-->
79
- <!-- is-show-upload-button=false-->
80
- <!--/>-->
81
- <!--</body>-->
82
-
83
- <!--fd432d45-51fa-47cb-9ca9-a545385c618c de12e244-d603-4651-999f-25e22bdceeeb-->
84
- <!--校园智多星sceneId=de12e244-d603-4651-999f-25e22bdceeeb appId=-->
85
- <!--<body style="width: 100vw; height: 100vh; margin:0 ">-->
86
- <!--<yt-page-chat-mobile-->
87
- <!-- title="移动聊天"-->
88
- <!-- host-url="https://ai-api.yuntu.cn"-->
89
- <!-- app-id="a8e7ebd8-9bf7-499b-9e4a-c235078a0910"-->
90
- <!-- user-info='{"id": "123", "name": "测试校长", "code":"1606451129" }'-->
91
- <!-- tags='[{"name":"今天天气怎么样?"},{"name":"明天天气怎么样?"},{"name":"昨天天气怎么样?"}]'-->
92
- <!-- box-style='{"height":"100%"}'-->
93
- <!-- scene-id="de12e244-d603-4651-999f-25e22bdceeeb"-->
94
- <!-- is-show-side-right=true-->
95
- <!-- is-show-side-left=true-->
96
- <!-- is-show-login=true-->
97
- <!-- is-login=true-->
98
- <!-- dialog-index="999999999"-->
99
- <!-- agent-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/school/ccit/user/xc//image/ebfaf4da-c1d9-46fb-a0b1-f159e95cffc2_AI招生咨询小助手.png"-->
100
- <!-- agent-name="校园智多星"-->
101
- <!-- logo-width="42px"-->
102
- <!-- logo-font-size="26px"-->
103
- <!-- is-title-side-icon=true-->
104
- <!-- is-show-upload-button=false-->
105
- <!-- drop-man-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/ai/ai_man01.png"-->
106
- <!--/>-->
107
- <!--</body>-->
108
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>校园智多星</title>
7
+ <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
8
+ </head>
9
+ <body style="width: 100vw; height: 100vh; position: relative; margin: unset ">
10
+ <yt-chat
11
+ right="100"
12
+ bottom="100"
13
+ width="50"
14
+ height="50"
15
+ title="菜鸟驿站"
16
+ icon-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/school/ccit/user/xc//image/ebfaf4da-c1d9-46fb-a0b1-f159e95cffc2_AI招生咨询小助手.png"
17
+ host-url="https://ai-api.yuntu.cn"
18
+ user-info='{"id": "123", "name": "John Doe", "code":"1606451129" }'
19
+ app-id="0b4cc8ef-d5bb-45e6-b342-647765f5d195"
20
+ is-show-side-left=true
21
+ is-show-side-right=false
22
+ modal-index="9999999999"
23
+ modal-width="1200"
24
+ dialog-index="999999999"
25
+ agent-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/school/ccit/user/xc//image/ebfaf4da-c1d9-46fb-a0b1-f159e95cffc2_AI招生咨询小助手.png"
26
+ agent-name="医专智能助手"
27
+ logo-width="42px"
28
+ logo-font-size="26px"
29
+ logo-position="fixed"
30
+ is-title-side-icon=false
31
+ is-show-upload-button=true
32
+ />
33
+ </body>
34
+
35
+ <!--<body style="width: 100vw; height: 100vh; margin:0 ">-->
36
+ <!--<yt-page-chat-->
37
+ <!-- title="菜鸟驿站"-->
38
+ <!-- host-url="https://ai-api.yuntu.cn"-->
39
+ <!-- app-id="a8e7ebd8-9bf7-499b-9e4a-c235078a0910"-->
40
+ <!-- user-info='{"id": "123", "name": "John Doe", "code":"1606451129" }'-->
41
+ <!-- tags='[{"name":"今天天气怎么样?"},{"name":"明天天气怎么样?"},{"name":"昨天天气怎么样?"}]'-->
42
+ <!-- box-style='{"height":"100%"}'-->
43
+ <!-- scene-id="c1e7a2a4-6127-4e53-a529-113da78eb069"-->
44
+ <!-- is-show-side-right=true-->
45
+ <!-- is-show-side-left=true-->
46
+ <!-- dialog-index="999999999"-->
47
+ <!-- agent-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/school/ccit/user/xc//image/ebfaf4da-c1d9-46fb-a0b1-f159e95cffc2_AI招生咨询小助手.png"-->
48
+ <!-- agent-name="医专智能助手"-->
49
+ <!-- logo-width="42px"-->
50
+ <!-- logo-font-size="26px"-->
51
+ <!-- is-title-side-icon=true-->
52
+ <!-- is-show-upload-button=false-->
53
+ <!-- drop-man-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/ai/ai_man01.png"-->
54
+ <!--/>-->
55
+ <!--</body>-->
56
+
57
+ <!--<body style="width: 100vw; height: 100vh; position: relative; margin: unset ">-->
58
+ <!--<yt-split-modal-chat-->
59
+ <!-- right="100"-->
60
+ <!-- bottom="100"-->
61
+ <!-- width="50"-->
62
+ <!-- height="50"-->
63
+ <!-- title="招生助手"-->
64
+ <!-- icon-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/school/ccit/user/xc//image/ebfaf4da-c1d9-46fb-a0b1-f159e95cffc2_AI招生咨询小助手.png"-->
65
+ <!-- host-url="https://ai-api.yuntu.cn"-->
66
+ <!-- user-info='{"id": "test", "name": "test", "code":"test" }'-->
67
+ <!-- is-show-side-right=true-->
68
+ <!-- is-show-side-left=true-->
69
+ <!-- scene-id="c1e7a2a4-6127-4e53-a529-113da78eb069"-->
70
+ <!-- modal-index="9999999999"-->
71
+ <!-- modal-width="1300"-->
72
+ <!-- dialog-index="999999999"-->
73
+ <!-- agent-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/school/bcyz/user/ai/agent.png"-->
74
+ <!-- agent-name="医专智能助手"-->
75
+ <!-- logo-width="42px"-->
76
+ <!-- logo-font-size="26px"-->
77
+ <!-- logo-position="fixed"-->
78
+ <!-- is-title-side-icon=false-->
79
+ <!-- is-show-upload-button=false-->
80
+ <!--/>-->
81
+ <!--</body>-->
82
+
83
+ <!--fd432d45-51fa-47cb-9ca9-a545385c618c de12e244-d603-4651-999f-25e22bdceeeb-->
84
+ <!--校园智多星sceneId=de12e244-d603-4651-999f-25e22bdceeeb appId=-->
85
+ <!--<body style="width: 100vw; height: 100vh; margin:0 ">-->
86
+ <!--<yt-page-chat-mobile-->
87
+ <!-- title="移动聊天"-->
88
+ <!-- host-url="https://ai-api.yuntu.cn"-->
89
+ <!-- app-id="a8e7ebd8-9bf7-499b-9e4a-c235078a0910"-->
90
+ <!-- user-info='{"id": "123", "name": "测试校长", "code":"1606451129" }'-->
91
+ <!-- tags='[{"name":"今天天气怎么样?"},{"name":"明天天气怎么样?"},{"name":"昨天天气怎么样?"}]'-->
92
+ <!-- box-style='{"height":"100%"}'-->
93
+ <!-- scene-id="de12e244-d603-4651-999f-25e22bdceeeb"-->
94
+ <!-- is-show-side-right=true-->
95
+ <!-- is-show-side-left=true-->
96
+ <!-- is-show-login=true-->
97
+ <!-- is-login=true-->
98
+ <!-- dialog-index="999999999"-->
99
+ <!-- agent-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/school/ccit/user/xc//image/ebfaf4da-c1d9-46fb-a0b1-f159e95cffc2_AI招生咨询小助手.png"-->
100
+ <!-- agent-name="校园智多星"-->
101
+ <!-- logo-width="42px"-->
102
+ <!-- logo-font-size="26px"-->
103
+ <!-- is-title-side-icon=true-->
104
+ <!-- is-show-upload-button=false-->
105
+ <!-- drop-man-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/ai/ai_man01.png"-->
106
+ <!--/>-->
107
+ <!--</body>-->
108
+ </html>