feat: 添加GUI构建目标并更新文档

添加Makefile中的GUI构建目标,更新README文档结构,调整默认参数值,优化webview应用的生产环境检测逻辑
This commit is contained in:
dmy
2026-03-03 17:36:19 +08:00
parent 68328a68f1
commit 0927c94a23
6 changed files with 34 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
import math
import os.path
import sys
import tomli
import tomllib as tomli
from loguru import logger
from core import *
import timeit