Skip to content

Commit

Permalink
Fix Setting Menu Skip Error
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed Oct 20, 2023
1 parent 26db3be commit 54ed440
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,17 @@ def settings2(self):
cls()
print('''
\033[33m > 打包设置 \033[0m
1>Brotli 压缩等级\n
1> Brotli 压缩等级\n
----[EXT4设置]------
2>大小处理
3>打包方式
4>读写状态
6>UTC时间戳\n
2> 大小处理
3> 打包方式
4> 读写状态
6> UTC时间戳\n
----[EROFS设置]-----
5>压缩方式\n
5> 压缩方式\n
----[IMG设置]-------
8>创建sparse
9>文件系统\n
8> 创建sparse
9> 文件系统\n
0>返回上一级菜单
--------------------------
''')
Expand Down

0 comments on commit 54ed440

Please sign in to comment.