😎统一文件格式定义
This commit is contained in:
parent
e6049c66fb
commit
de7d688e9a
8
.gitattributes
vendored
8
.gitattributes
vendored
@ -1 +1,9 @@
|
|||||||
|
# 所有文件默认使用 LF
|
||||||
* text=auto eol=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
|
||||||
1
Web/src/types/global.d.ts
vendored
1
Web/src/types/global.d.ts
vendored
@ -16,6 +16,7 @@ declare module 'vform3-builds';
|
|||||||
declare module 'jwchat';
|
declare module 'jwchat';
|
||||||
declare module 'crypto-js';
|
declare module 'crypto-js';
|
||||||
declare module '@liveqing/liveplayer-v3';
|
declare module '@liveqing/liveplayer-v3';
|
||||||
|
declare module 'vue-element-plus-x';
|
||||||
|
|
||||||
// 声明一个模块,防止引入文件时报错
|
// 声明一个模块,防止引入文件时报错
|
||||||
declare module '*.json';
|
declare module '*.json';
|
||||||
|
|||||||
1
Web/src/types/vue-element-plus-x.d.ts
vendored
1
Web/src/types/vue-element-plus-x.d.ts
vendored
@ -1 +0,0 @@
|
|||||||
declare module 'vue-element-plus-x';
|
|
||||||
Loading…
Reference in New Issue
Block a user