feat: 添加博客主题样式文件
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ export function deepclone<T>(obj: T): T {
|
||||
* @example
|
||||
* formatTimeBydate(new Date(), 'yyyy-MM-dd HH:mm:ss');
|
||||
*/
|
||||
export function formatTimeBydate(this: Date, f: string): string | undefined {
|
||||
export function formatTimeBydate(this: string, f: string): string | undefined {
|
||||
return formatTime(this, f);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user