Skip to content

Commit f8a5334

Browse files
authored
Merge pull request #27 from SageSeekerSociety/feature/ai-assistant-integration
feat: ai assistant & new ui
2 parents a9f6f81 + 3969d35 commit f8a5334

104 files changed

Lines changed: 11286 additions & 6904 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.sample

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
VITE_API_BASE_URL=http://localhost:7777
2-
VITE_NEW_API_BASE_URL=http://localhost:8080
2+
VITE_NEW_API_BASE_URL=http://localhost:8080
3+
VITE_AI_API_BASE_URL=http://localhost:4000

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<!doctype html>
2-
<html lang="zh-CN">
2+
<html lang="zh-CN" class="overflow-y-hidden">
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Cheese</title>
8+
<link rel="stylesheet" href="/src/styles/common.scss" />
89
</head>
910

1011
<body>

package.json

Lines changed: 74 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -14,121 +14,126 @@
1414
"commitlint": "commitlint --edit"
1515
},
1616
"dependencies": {
17-
"@calumk/editorjs-codecup": "^1.2.0",
17+
"@calumk/editorjs-codecup": "^1.3.0",
1818
"@editorjs/checklist": "^1.6.0",
1919
"@editorjs/delimiter": "^1.4.2",
2020
"@editorjs/editorjs": "^2.30.8",
2121
"@editorjs/header": "^2.8.8",
22-
"@editorjs/inline-code": "^1.5.1",
22+
"@editorjs/inline-code": "^1.5.2",
2323
"@editorjs/list": "^1.10.0",
2424
"@editorjs/nested-list": "^1.4.3",
2525
"@editorjs/paragraph": "^2.11.7",
2626
"@editorjs/quote": "^2.7.6",
27-
"@editorjs/table": "^2.4.3",
27+
"@editorjs/table": "^2.4.5",
2828
"@editorjs/text-variant-tune": "^1.0.3",
2929
"@editorjs/underline": "^1.2.1",
3030
"@editorjs/warning": "^1.4.1",
3131
"@mdi/font": "^7.4.47",
32-
"@simplewebauthn/browser": "^13.1.0",
33-
"@tiptap/core": "^2.11.5",
34-
"@tiptap/extension-bullet-list": "^2.11.5",
35-
"@tiptap/extension-document": "^2.11.5",
36-
"@tiptap/extension-hard-break": "^2.11.5",
37-
"@tiptap/extension-link": "^2.11.5",
38-
"@tiptap/extension-list-item": "^2.11.5",
39-
"@tiptap/extension-ordered-list": "^2.11.5",
40-
"@tiptap/extension-paragraph": "^2.11.5",
41-
"@tiptap/extension-table": "^2.11.5",
42-
"@tiptap/extension-table-cell": "^2.11.5",
43-
"@tiptap/extension-table-header": "^2.11.5",
44-
"@tiptap/extension-table-row": "^2.11.5",
45-
"@tiptap/extension-task-item": "^2.11.5",
46-
"@tiptap/extension-task-list": "^2.11.5",
47-
"@tiptap/extension-text": "^2.11.5",
48-
"@tiptap/extension-text-style": "^2.11.5",
49-
"@tiptap/vue-3": "^2.11.5",
32+
"@simplewebauthn/browser": "^13.1.2",
33+
"@tiptap/core": "^2.26.1",
34+
"@tiptap/extension-bullet-list": "^2.26.1",
35+
"@tiptap/extension-document": "^2.26.1",
36+
"@tiptap/extension-hard-break": "^2.26.1",
37+
"@tiptap/extension-link": "^2.26.1",
38+
"@tiptap/extension-list-item": "^2.26.1",
39+
"@tiptap/extension-ordered-list": "^2.26.1",
40+
"@tiptap/extension-paragraph": "^2.26.1",
41+
"@tiptap/extension-table": "^2.26.1",
42+
"@tiptap/extension-table-cell": "^2.26.1",
43+
"@tiptap/extension-table-header": "^2.26.1",
44+
"@tiptap/extension-table-row": "^2.26.1",
45+
"@tiptap/extension-task-item": "^2.26.1",
46+
"@tiptap/extension-task-list": "^2.26.1",
47+
"@tiptap/extension-text": "^2.26.1",
48+
"@tiptap/extension-text-style": "^2.26.1",
49+
"@tiptap/vue-3": "^2.26.1",
5050
"@types/katex": "^0.16.7",
51-
"@vee-validate/zod": "^4.14.3",
52-
"axios": "^1.7.7",
51+
"@vee-validate/zod": "^4.15.1",
52+
"@vueuse/core": "^13.6.0",
53+
"axios": "^1.11.0",
5354
"dayjs": "^1.11.13",
54-
"dompurify": "^3.2.4",
55+
"dompurify": "^3.2.6",
5556
"editorjs-drag-drop": "^1.1.16",
5657
"editorjs-latex": "^1.0.5",
5758
"editorjs-paragraph-with-alignment": "~3.0.0",
5859
"editorjs-parser": "^1.5.3",
5960
"editorjs-undo": "^2.0.28",
60-
"eventsource": "^3.0.5",
61-
"i18next": "^23.16.2",
61+
"eventsource": "^3.0.7",
62+
"i18next": "^23.16.8",
6263
"jwt-decode": "^4.0.0",
63-
"katex": "^0.16.21",
64+
"katex": "^0.16.22",
6465
"lodash-es": "^4.17.21",
65-
"marked": "^15.0.7",
66-
"marked-highlight": "^2.2.1",
66+
"marked": "^15.0.12",
67+
"marked-highlight": "^2.2.2",
6768
"material-symbols": "^0.28.2",
6869
"pinia": "^2.3.1",
69-
"prismjs": "^1.29.0",
70+
"prismjs": "^1.30.0",
7071
"resize-observer-polyfill": "^1.5.1",
7172
"roboto-fontface": "^0.10.0",
7273
"secure-remote-password": "^0.3.1",
73-
"stylelint": "^16.10.0",
74+
"sse.js": "^2.6.0",
75+
"stylelint": "^16.23.0",
7476
"tssrp6a": "^3.0.0",
75-
"v-viewer": "^3.0.20",
76-
"vee-validate": "^4.14.3",
77-
"viewerjs": "^1.11.6",
78-
"vue": "^3.5.13",
79-
"vue-i18n": "^9.14.2",
80-
"vue-router": "^4.5.0",
81-
"vuetify": "^3.8.2",
82-
"vuetify-pro-tiptap": "^2.5.4",
83-
"vuetify-sonner": "^0.3.20",
77+
"v-viewer": "^3.0.22",
78+
"vee-validate": "^4.15.1",
79+
"viewerjs": "^1.11.7",
80+
"vue": "^3.5.18",
81+
"vue-i18n": "^9.14.5",
82+
"vue-router": "^4.5.1",
83+
"vuetify": "^3.9.3",
84+
"vuetify-pro-tiptap": "^2.6.0",
85+
"vuetify-sonner": "^0.3.21",
8486
"wc-waterfall": "^0.1.3",
85-
"zod": "^3.23.8",
87+
"zod": "^3.25.76",
8688
"zod-i18n-map": "^2.27.0"
8789
},
8890
"devDependencies": {
89-
"@babel/types": "^7.25.9",
91+
"@babel/types": "^7.28.2",
9092
"@commitlint/cli": "^18.6.1",
9193
"@commitlint/config-conventional": "18.6.0",
9294
"@commitlint/types": "^18.6.1",
93-
"@eslint/compat": "^1.2.1",
94-
"@eslint/eslintrc": "^3.1.0",
95-
"@eslint/js": "^9.13.0",
95+
"@eslint/compat": "^1.3.1",
96+
"@eslint/eslintrc": "^3.3.1",
97+
"@eslint/js": "^9.32.0",
9698
"@testing-library/vue": "^8.1.0",
9799
"@types/lodash-es": "^4.17.12",
98-
"@types/node": "^18.19.58",
99-
"@types/prismjs": "^1.26.4",
100-
"@typescript-eslint/parser": "^8.11.0",
101-
"@vitejs/plugin-legacy": "^6.0.2",
102-
"@vitejs/plugin-vue": "^5.2.1",
103-
"@vitejs/plugin-vue-jsx": "^4.1.1",
104-
"@vue/eslint-config-prettier": "^10.0.0",
105-
"@vue/eslint-config-typescript": "^14.1.2",
100+
"@types/node": "^18.19.121",
101+
"@types/prismjs": "^1.26.5",
102+
"@typescript-eslint/parser": "^8.40.0",
103+
"@vitejs/plugin-legacy": "^6.1.1",
104+
"@vitejs/plugin-vue": "^5.2.4",
105+
"@vitejs/plugin-vue-jsx": "^4.2.0",
106+
"@vue/eslint-config-prettier": "^10.2.0",
107+
"@vue/eslint-config-typescript": "^14.6.0",
108+
"cors": "^2.8.5",
106109
"cz-conventional-changelog": "^3.3.0",
107-
"eslint": "^9.13.0",
108-
"eslint-config-prettier": "^9.1.0",
109-
"eslint-plugin-prettier": "^5.2.1",
110+
"eslint": "^9.32.0",
111+
"eslint-config-prettier": "^9.1.2",
112+
"eslint-plugin-prettier": "^5.5.3",
110113
"eslint-plugin-simple-import-sort": "^12.1.1",
111-
"eslint-plugin-vue": "^9.29.1",
112-
"globals": "^15.11.0",
114+
"eslint-plugin-vue": "^9.33.0",
115+
"express": "^5.1.0",
116+
"globals": "^15.15.0",
113117
"happy-dom": "^13.10.1",
114-
"husky": "^9.1.6",
115-
"lint-staged": "^15.2.10",
118+
"husky": "^9.1.7",
119+
"lint-staged": "^15.5.2",
116120
"prettier": "3.2.4",
117-
"sass": "^1.80.3",
121+
"sass": "^1.89.2",
118122
"stylelint-config-standard": "^36.0.1",
119123
"stylelint-config-standard-scss": "^13.1.0",
120124
"stylelint-config-standard-vue": "^1.0.0",
121125
"stylelint-order": "^6.0.4",
122-
"stylelint-prettier": "^5.0.2",
123-
"terser": "^5.39.0",
124-
"typescript": "^5.6.3",
125-
"unplugin-fonts": "^1.3.1",
126-
"vite": "^6.2.1",
126+
"stylelint-prettier": "^5.0.3",
127+
"terser": "^5.43.1",
128+
"typescript": "^5.9.2",
129+
"unplugin-fonts": "^1.4.0",
130+
"vite": "^6.3.5",
127131
"vite-plugin-compression": "^0.5.1",
128132
"vite-plugin-prismjs": "^0.0.11",
129-
"vite-plugin-vuetify": "^2.1.1",
130-
"vitest": "^2.1.3",
131-
"vue-tsc": "^2.1.6"
133+
"vite-plugin-vuetify": "^2.1.2",
134+
"vite-svg-loader": "^5.1.0",
135+
"vitest": "^2.1.9",
136+
"vue-tsc": "^2.2.12"
132137
},
133138
"config": {
134139
"commitizen": {

0 commit comments

Comments
 (0)