feat: compact pull #4 and delete unusable things. (#6)

* Add module mc-status-img

* delete: more submodule dir

* feat: compact pull #5 and delete unuseable things.

* chore: move the functions and modules to great place.

* add: ignore the .vscode directory

* chore: add line break in the end.

---------

Co-authored-by: quqiOnfree <quqiOnfree@outlook.com>
This commit is contained in:
GiriNeko 2025-09-02 22:42:20 +08:00 committed by GitHub
parent 802b883d68
commit f6b9b36713
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 58 additions and 85 deletions

View file

@ -1,7 +1,7 @@
import os
BACKGROUND_URL = os.environ.get("BACKGROUND_URL", "https://www.loliapi.com/acg/")
DEFAULT_ICON = os.environ.get("DEFAULT_ICON", "mcstatus_img/minecraft-creeper-face.png")
FONT_PATH = os.environ.get("FONT_PATH", "mcstatus_img/MiSans-Bold.ttf")
DEFAULT_ICON = os.environ.get("DEFAULT_ICON", "mc_status_img/minecraft-creeper-face.png")
FONT_PATH = os.environ.get("FONT_PATH", "mc_status_img/MiSans-Bold.ttf")
IMAGE_WIDTH = int(os.environ.get("IMAGE_WIDTH", "0"))
IMAGE_HEIGHT = int(os.environ.get("IMAGE_HEIGHT", "0"))
IMAGE_HEIGHT = int(os.environ.get("IMAGE_HEIGHT", "0"))