accelerate loading speed

This commit is contained in:
deng
2026-05-25 13:51:48 +08:00
parent 145b52490f
commit 302e105f09
7 changed files with 78 additions and 22 deletions

View File

@ -1,5 +1,14 @@
# 更新紀錄
## [1.0.2] - 2026-05-25
### ⚡ 效能優化
- 將設定檔格式從 YAML 改為 TOML改用 Python 內建 `tomllib` 解析,減少第三方依賴並加快啟動速度
- 在背景執行緒預熱重量級模組(`plotly``folium``gpxpy``numpy``geopy`),縮短首次載入頁面時間
---
## [1.0.0] - 2025-12-03
### 🎉 首次正式發布