大变:移动了很多很多文件并优化构建流程
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-09-30 02:23:40 +08:00
parent 3b8b060c5b
commit 6e0082c1c9
28 changed files with 28 additions and 30 deletions

View File

@ -1,8 +1,8 @@
from imagetext_py import EmojiOptions, FontDB
from .path import ASSETS
from konabot.common.path import FONTS_PATH
FontDB.LoadFromDir(str(ASSETS))
FontDB.LoadFromDir(str(FONTS_PATH))
FontDB.SetDefaultEmojiOptions(EmojiOptions(
parse_shortcodes=False,

View File

@ -1,3 +0,0 @@
from pathlib import Path
ASSETS = Path(__file__).parent.parent.parent / "assets"