Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed Oct 14, 2023
1 parent e2b8de1 commit f806e8d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ def settings2(self):
print('''
\033[33m > 打包设置 \033[0m
1>Brotli 压缩等级\n
2>[EXT4] Size处理\n
3>[EXT4] 打包工具\n
4>[EXT4]打包RO/RW\n
2>[EXT4] 大小处理\n
3>[EXT4] 打包方式\n
4>[EXT4] 读写状态\n
5>[Erofs]压缩方式\n
6>[EXT4]UTC时间戳\n
6>[EXT4] UTC时间戳\n
8>[Img]创建sparse\n
9>[~4]Img文件系统\n
12>返回上一级菜单
Expand All @@ -133,7 +133,7 @@ def settings3(self):
5> [Super] 指定/block大小\n
6> [Super] 更改物理分区名\n
7> [Super] 更改逻辑分区表\n
8> [Super]强制烧写完整Img\n
8> [Super] 强制烧写完整Img\n
9> [Super] 标记分区槽后缀\n
11>返回上一级菜单
--------------------------
Expand Down Expand Up @@ -292,11 +292,11 @@ def __init__(self):
cls()
print('''
\033[33m > 设置 \033[0m
1>[Droid]存储ROM目录
2>[打包]相关细则设置
3>[动态分区]相关设置
4>自定义 首页Banner
5>修改Plug/ROM限大小
1>[Droid]存储ROM目录\n
2>[打包]相关细则设置\n
3>[动态分区]相关设置\n
4>自定义 首页Banner\n
5>修改Plug/ROM限大小\n
0>返回主页
--------------------------
''')
Expand Down

0 comments on commit f806e8d

Please sign in to comment.