postcat/.gitattributes
Scarqin 3956948f93
feat/optimization extension (#226)
* chore: update patcheds

* chore: electron-build remove after pack hook

* chore: update electron build config

* chore: update electron build config

* chore: update npm scripts

* chore: update .gitattributes

* chore: update .gitattributes

* chore: update .gitattributes

* chore: update npm scripts

* chore: update electron builder config

* chore: update electron builder

* chore: update config

* chore: add build script

* chore: remove electron-build.json

* chore: update build script

* chore: update build script

* chore: update build script

* chore: update npm script

* chore: update npm script

* chore: update scripts

* chore: update npm script

* chore: update npm script

* chore: update npm script

* chore: update npm script

* chore: update npm script

* chore: update npm script

* chore: add build script

* chore: add build script

* chore: add build script

* chore: add build script

* chore: add build script

* chore: test relese

* chore: test relese

* chore: test relese

* chore: update config

* chore: update npm script

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* chore: update config

* Delete client.ovpn

* chore: remove electron-builder.json

* chore: merge code

* chore: merge code

* refactor: optimization extension ui

* feat: search extension

* fix: merge data struct

* chore: update build

* refactor: style

* wip: extenson-list

* chore: merge code

* fix: author

* style: update tag bgcolor

* fix: some css style issue

* fix: extension list update

* fix: suggest

* fix: extension tree select

* fix: settings index

* feat: params-import auto paste

---------

Co-authored-by: buqiyuan <1743369777@qq.com>
2023-02-09 14:11:43 +08:00

13 lines
538 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

build/** linguist-vendored=true
* text=auto eol=lf
*.ts linguist-detectable=false
*.css linguist-detectable=false
*.scss linguist-detectable=false
*.js linguist-detectable=true
# 无格式的文本文件,保证 Windows 的批处理文件在 checkout 至工作区时,始终被转换为 CRLF 风格的换行符;
*.bat text eol=crlf
# 对于sh文件标记为文本文件在文件入Git库时进行规范化即行尾为LF。在检出到工作目录时行尾也不会转换为CRLF即保持LF
*.sh text eol=lf