first relase

This commit is contained in:
Lê đ tú 2025-10-17 11:11:14 +07:00
parent d3a42ba6e9
commit c6afce22ed
288 changed files with 55505 additions and 192 deletions

5
service/common.ts Normal file
View file

@ -0,0 +1,5 @@
import type { SystemFeatures } from '@/types/feature';
import { get } from './base';
export const getSystemFeatures = () => {
return get<SystemFeatures>('/system-features');
};