Русифицировать README и интерфейс HY2XS admin

This commit is contained in:
2026-04-25 23:51:21 +05:00
parent 84a4e94567
commit 2b4a45ad23
167 changed files with 632 additions and 699 deletions
+8 -8
View File
@@ -1,14 +1,14 @@
# http://editorconfig.org
root = true
# 表示所有文件适用
# Applies to all files
[*]
charset = utf-8 # 设置文件字符集为 utf-8
end_of_line = lf # 控制换行类型(lf | cr | crlf)
indent_style = tab # 缩进风格(tab | space
insert_final_newline = true # 始终在文件末尾插入一个新行
charset = utf-8 # File charset
end_of_line = lf # Line ending type: lf | cr | crlf
indent_style = tab # Indentation style: tab | space
insert_final_newline = true # Always insert a final newline
# 表示仅 md 文件适用以下规则
# Applies only to md files
[*.md]
max_line_length = off # 关闭最大行长度限制
trim_trailing_whitespace = false # 关闭末尾空格修剪
max_line_length = off # Disable max line length limit
trim_trailing_whitespace = false # Disable trailing whitespace trimming