This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
handingkang-ohmyweb/static/table.ec87b052.js
2022-10-31 03:21:00 +00:00

2 lines
314 B
JavaScript

import{ai as t}from"./index.609baa64.js";function a(a){return t({url:"table",method:"post",data:a})}function e(a){return t({url:`table/${a}`,method:"delete"})}function r(a){return t({url:"table",method:"put",data:a})}function u(a){return t({url:"table",method:"get",params:a})}export{a as c,e as d,u as g,r as u};