Feat: add editor server backend

This commit is contained in:
litagin02
2024-02-23 13:21:14 +09:00
parent de539e74f9
commit e16cdad6e9
10 changed files with 423 additions and 54 deletions

View File

@@ -5,6 +5,10 @@ import enum
GRADIO_THEME: str = "NoCrypt/miku"
LATEST_VERSION: str = "2.3"
USER_DICT_CSV_PATH: str = "dict/user_dict.csv"
USER_DICT_PATH: str = "dict/user.dic"
DEFAULT_STYLE: str = "Neutral"
DEFAULT_STYLE_WEIGHT: float = 5.0