feat: init

This commit is contained in:
landaiqing
2024-07-10 10:15:16 +08:00
commit cba745729f
45 changed files with 11140 additions and 0 deletions

4
src/utils/format.ts Normal file
View File

@@ -0,0 +1,4 @@
// 示例方法,没有实际意义
export function trim(str: string) {
return str.trim();
}