feat: 本次更新项目为:

语法格式化
This commit is contained in:
2025-07-29 11:35:04 +08:00
parent 232d4834be
commit 6d768f3a97
62 changed files with 6718 additions and 6662 deletions

View File

@@ -7,7 +7,7 @@ import request from "./request";
*/
export async function uploadFile(
file: File,
uploadUrl: string = "/v1/attachment/upload",
uploadUrl: string = "/v1/attachment/upload"
): Promise<string> {
try {
// 创建 FormData 对象用于文件上传