初始化仓库

This commit is contained in:
wangxiaowei
2025-04-22 14:09:52 +08:00
commit 8b100110bb
5155 changed files with 664201 additions and 0 deletions

View File

@ -0,0 +1 @@
function t(){return $request.get({url:"/article/cate"})}function r(e){return $request.get({url:"/article/lists",params:e})}function l(){return $request.get({url:"/pc/infoCenter"})}function c(e){return $request.get({url:"/pc/articleDetail",params:e})}function u(e){return $request.post({url:"/article/addCollect",params:e})}function n(e){return $request.post({url:"/article/cancelCollect",params:e})}function a(e){return $request.get({url:"/article/collect",params:e})}export{c as a,u as b,n as c,l as d,a as e,t as f,r as g};