Рефакторинг патчей, реализация Список патчей:
settings_urls: ✔ enabled disable_ad: ✔ enabled disable_beta_banner: ✔ enabled insert_new: ✔ enabled color_theme: ✔ enabled change_server: ✘ disabled package_name: ✔ enabled replace_navbar: ✔ enabled compress: ✔ enabled, обновление описаний
This commit is contained in:
@@ -1,14 +1,20 @@
|
||||
"""
|
||||
Вставляет новые файлы в проект
|
||||
Вставляет новые файлы в проект
|
||||
|
||||
"insert_new": {
|
||||
"enabled": true
|
||||
}
|
||||
"""
|
||||
|
||||
priority = 0
|
||||
|
||||
import shutil
|
||||
# imports
|
||||
import os
|
||||
|
||||
import shutil
|
||||
from utils.public import insert_after_public
|
||||
|
||||
|
||||
# Patch
|
||||
def apply(config: dict) -> bool:
|
||||
# Mod first launch window
|
||||
shutil.copytree(
|
||||
|
||||
Reference in New Issue
Block a user