😎统一文件格式定义

This commit is contained in:
zuohuaijun 2025-09-14 15:24:13 +08:00
parent e6049c66fb
commit de7d688e9a
3 changed files with 10 additions and 2 deletions

10
.gitattributes vendored
View File

@ -1 +1,9 @@
* text=auto eol=lf
# 所有文件默认使用 LF
* text=auto eol=lf
# 强制指定 Windows 换行符 (CRLF)
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
*.txt text eol=crlf
*.cs text eol=crlf

View File

@ -16,6 +16,7 @@ declare module 'vform3-builds';
declare module 'jwchat';
declare module 'crypto-js';
declare module '@liveqing/liveplayer-v3';
declare module 'vue-element-plus-x';
// 声明一个模块,防止引入文件时报错
declare module '*.json';

View File

@ -1 +0,0 @@
declare module 'vue-element-plus-x';