feat: 添加网页进行访问查询

This commit is contained in:
2025-12-27 00:12:28 +08:00
parent 04fe771e8f
commit 3fbb216aa9
6 changed files with 245 additions and 5 deletions

View File

@@ -27,9 +27,9 @@ def plot_line(
has_free = free_values is not None and len(free_values) > 0
if has_free:
fig, (ax1, ax2) = plt.subplots(2, 1, figsize=(16, 6), sharex=True)
fig, (ax1, ax2) = plt.subplots(2, 1, figsize=(14, 8), sharex=True)
else:
fig, ax1 = plt.subplots(1, 1, figsize=(16, 4))
fig, ax1 = plt.subplots(1, 1, figsize=(14, 6))
ax2 = None
# ===== 普通额度 =====