first relase
This commit is contained in:
parent
d3a42ba6e9
commit
c6afce22ed
288 changed files with 55505 additions and 192 deletions
5
service/common.ts
Normal file
5
service/common.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import type { SystemFeatures } from '@/types/feature';
|
||||
import { get } from './base';
|
||||
export const getSystemFeatures = () => {
|
||||
return get<SystemFeatures>('/system-features');
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue