Files
zyt/server/public/admin/assets/file-DkzjaIeA.js
T
2026-05-06 18:22:24 +08:00

2 lines
1.2 KiB
JavaScript

import{e as f,q as i,g as c,R as p,r as t}from"./index-CMjmnkXt.js";async function s(e,n="image",o=0){const l=f(),r=new FormData;r.append("file",e),r.append("cid",String(o));const u=`${i.baseUrl}${i.urlPrefix}/upload/${n}`,a=await(await fetch(u,{method:"POST",headers:{token:c()||"",version:l.config.version||""},body:r})).json();if(a.code!==p.SUCCESS)throw new Error(a.msg||"上传失败");return a.data}async function m(e,n="screenshot.jpg"){const o=e instanceof File?e:new File([e],n,{type:e.type||"image/jpeg"});return s(o,"image",0)}async function C(e,n="recording.webm"){const o=e instanceof File?e:new File([e],n,{type:e.type||"video/webm"});return s(o,"video",0)}function b(e){return t.post({url:"/file/addCate",params:e})}function w(e){return t.post({url:"/file/editCate",params:e})}function y(e){return t.post({url:"/file/delCate",params:e})}function j(e){return t.get({url:"/file/listCate",params:e})}function S(e){return t.get({url:"/file/lists",params:e},{ignoreCancelToken:!0,isOpenRetry:!1})}function h(e){return t.post({url:"/file/delete",params:e})}function v(e){return t.post({url:"/file/move",params:e})}function F(e){return t.post({url:"/file/rename",params:e})}export{s as a,y as b,w as c,b as d,F as e,j as f,v as g,h,S as i,C as j,m as u};