feat:初始化 -融骅

This commit is contained in:
2023-10-17 09:15:30 +08:00
parent c9ff84e6a2
commit 405e152b38
1190 changed files with 138344 additions and 455 deletions

8
serve/types/index.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
interface Date {
/**
* 格式化日期
*
* @param fmt 日期格式: yyyy-MM-dd hh:mm:ss
*/
format(fmt: string): string;
}

8
serve/types/prototype.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
interface Date {
/**
* 格式化日期
*
* @param fmt 日期格式: yyyy-MM-dd hh:mm:ss
*/
format(fmt: string): string;
}