fix: change desktop pet port 51983->41983 (avoid Hyper-V reserved range) & update wechat group QR code

This commit is contained in:
Liang Jiaqing
2026-04-15 23:50:48 +08:00
parent bdd2f3c2cd
commit 39f90149fb
4 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ from http.server import HTTPServer, BaseHTTPRequestHandler
from urllib.parse import urlparse, parse_qs
from PIL import Image, ImageDraw, ImageFont, ImageOps
PORT = 51983
PORT = 41983
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
PROJECT_DIR = os.path.dirname(SCRIPT_DIR)
SKINS_DIR = os.path.join(SCRIPT_DIR, 'skins')