perf: 部署到百度cdn支持自动获取域名列表选择

v2-dev
xiaojunnuo 2025-08-15 10:26:52 +08:00
parent dfa74a69f7
commit 4e432ed03f
2 changed files with 12 additions and 1 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
#
# http://editorconfig.org
#
root = true
[*]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

View File

@ -6,7 +6,7 @@ root = true
[*]
indent_style = space
indent_size = 4
indent_size = 2
trim_trailing_whitespace = true
[{*.yml,*.yaml}]