accelerate loading speed
This commit is contained in:
@ -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
|
||||
|
||||
### 🎉 首次正式發布
|
||||
|
||||
Reference in New Issue
Block a user