feat: 增加x86-64固件打包iso镜像功能

This commit is contained in:
Olia Lisa
2026-07-24 16:16:44 +08:00
parent 3f83643cb2
commit fe9ec13323
2 changed files with 56 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# EditorConfig is awesome: https://EditorConfig.org
# 根目录配置文件
root = true
# 默认规则
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# Shell scripts
[*.sh]
indent_style = space
indent_size = 2
# Markdown documents
[*.md]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false
[*.{json,yml,yaml}]
indent_style = space
indent_size = 2