fix(api): 修改评论图片上传接口为支持FormData格式

refactor(Item.vue): 调整样式和布局,优化图片高度和文本显示

feat(details/[id].vue): 实现图片上传配置获取和FormData上传功能
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-09-08 17:16:40 +08:00
parent 0d111436af
commit 62aafa10ac
66 changed files with 475 additions and 433 deletions

View File

@@ -4619,12 +4619,12 @@ const _routes = [
{
name: "details-id",
path: "/details/:id()",
component: () => import('./_id_-ydLI1Dyu.mjs')
component: () => import('./_id_-BW3CJnLX.mjs')
},
{
name: "index.html",
path: "/index.html",
component: () => import('./index-Dxg8c__f.mjs')
component: () => import('./index-ADH9X-bA.mjs')
},
{
name: "index",
@@ -4634,7 +4634,7 @@ const _routes = [
{
name: "publish",
path: "/publish",
component: () => import('./index-85U7pSQ0.mjs')
component: () => import('./index-CmvcMJFz.mjs')
}
];
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};