Commit c09af1cb by YunaiV

【代码优化】AI:对话 deleteChatConversationMyByUnpinned 接口

parent cabfc5cc
...@@ -43,8 +43,8 @@ export const ChatConversationApi = { ...@@ -43,8 +43,8 @@ export const ChatConversationApi = {
}, },
// 删除【我的】所有对话,置顶除外 // 删除【我的】所有对话,置顶除外
deleteMyAllExceptPinned: async () => { deleteChatConversationMyByUnpinned: async () => {
return await request.delete({ url: `/ai/chat/conversation/delete-my-all-except-pinned` }) return await request.delete({ url: `/ai/chat/conversation/delete-by-unpinned` })
}, },
// 获得【我的】聊天对话列表 // 获得【我的】聊天对话列表
......

150 KB | W: | H:

108 KB | W: | H:

src/assets/ai/dall2.jpg
src/assets/ai/dall2.jpg
src/assets/ai/dall2.jpg
src/assets/ai/dall2.jpg
  • 2-up
  • Swipe
  • Onion skin

133 KB | W: | H:

87.2 KB | W: | H:

src/assets/ai/dall3.jpg
src/assets/ai/dall3.jpg
src/assets/ai/dall3.jpg
src/assets/ai/dall3.jpg
  • 2-up
  • Swipe
  • Onion skin

139 KB | W: | H:

86.3 KB | W: | H:

src/assets/ai/qingxi.jpg
src/assets/ai/qingxi.jpg
src/assets/ai/qingxi.jpg
src/assets/ai/qingxi.jpg
  • 2-up
  • Swipe
  • Onion skin

174 KB | W: | H:

121 KB | W: | H:

src/assets/ai/ziran.jpg
src/assets/ai/ziran.jpg
src/assets/ai/ziran.jpg
src/assets/ai/ziran.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -29,7 +29,7 @@ const download = { ...@@ -29,7 +29,7 @@ const download = {
html: (data: Blob, fileName: string) => { html: (data: Blob, fileName: string) => {
download0(data, fileName, 'text/html') download0(data, fileName, 'text/html')
}, },
// 下载 MarkdownView 方法 // 下载 Markdown 方法
markdown: (data: Blob, fileName: string) => { markdown: (data: Blob, fileName: string) => {
download0(data, fileName, 'text/markdown') download0(data, fileName, 'text/markdown')
} }
......
...@@ -19,7 +19,6 @@ interface ImportMetaEnv { ...@@ -19,7 +19,6 @@ interface ImportMetaEnv {
readonly VITE_UPLOAD_URL: string readonly VITE_UPLOAD_URL: string
readonly VITE_API_URL: string readonly VITE_API_URL: string
readonly VITE_BASE_PATH: string readonly VITE_BASE_PATH: string
readonly VITE_STATIC_URL: string
readonly VITE_DROP_DEBUGGER: string readonly VITE_DROP_DEBUGGER: string
readonly VITE_DROP_CONSOLE: string readonly VITE_DROP_CONSOLE: string
readonly VITE_SOURCEMAP: string readonly VITE_SOURCEMAP: string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment