3 Commits

Author SHA1 Message Date
Olia Lisa 821051a52e chore: 修改格式化配置文件 2026-07-20 16:00:06 +08:00
Olia Lisa 2137b008a8 chore: 将tls文件夹作为忽略文件 2026-06-13 14:22:14 +08:00
Olia Lisa 62d83786c3 doc: 修改项目描述 2026-06-12 19:28:13 +08:00
3 changed files with 18 additions and 32 deletions
+15 -30
View File
@@ -1,45 +1,30 @@
# EditorConfig is awesome: https://EditorConfig.org # EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file # 根目录配置文件
root = true root = true
# Unix-style newlines with a newline ending every file
# 默认规则
[*] [*]
charset = utf-8
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true
# Matches multiple files with brace expansion notation
# Set default charset
[*.{js,py}]
charset = utf-8
# 4 space indentation # Shell scripts
[*.py]
indent_style = space
indent_size = 4
# Tab indentation (no size specified)
[Makefile]
indent_style = tab
# Indentation override for all JS under lib directory
[lib/**.js]
indent_style = space
indent_size = 2
# Matches the exact files either package.json or .travis.yml
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2
# Bash scripts
[*.sh] [*.sh]
charset = utf-8
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
# JSON files
[*.json] # Markdown documents
charset = utf-8 [*.md]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false
[*.{json,yml,yaml}]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
+2 -1
View File
@@ -1,2 +1,3 @@
config/config.json config/config.json
logs logs
tls
+1 -1
View File
@@ -1,6 +1,6 @@
## 说明 ## 说明
一个基于 docker 容器快速部署 tuic 服务器端的项目 通过 Docker 容器快速搭建翻墙服务器,支持 Hysteria 与 TUIC 协议,并提供一键脚本,实现轻松部署
## 快速开始 ## 快速开始