Добавление лого и изменение описания
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
||||
|
||||
"welcome": {
|
||||
"enabled": true,
|
||||
"title": "Anixarty",
|
||||
"title": "Anixarts",
|
||||
"description": "Описание",
|
||||
"link_text": "МЫ В TELEGRAM",
|
||||
"link_url": "https://t.me/http_teapod",
|
||||
@@ -27,7 +27,7 @@ from utils.smali_parser import (find_and_replace_smali_line, get_smali_lines,
|
||||
class Patch(PatchTemplate):
|
||||
priority: int = Field(frozen=True, exclude=True, default=0)
|
||||
|
||||
title: str = Field("Anixarty", description="Заголовок")
|
||||
title: str = Field("Anixarts", description="Заголовок")
|
||||
title_color: str = Field("#FF252525", description="Цвет заголовка")
|
||||
|
||||
title_bg_color: str = Field("#FFCFF04D", description="Цвет фона заголовка")
|
||||
|
||||
Reference in New Issue
Block a user