10 Commits

Author SHA1 Message Date
2808852e9f Fix IPv4 display and IP detection logic
Improved IP detection and display logic to always show IPv4 format, converting IPv6-mapped IPv4 addresses (e.g., ::ffff:127.0.0.1) and IPv6 loopback (::1) to 127.0.0.1. Updated API endpoint, display components, and added dedicated test/debug pages for IP format and detection. Added documentation summarizing the fixes and new features.
2025-08-01 15:35:15 +08:00
2282eed9a1 增加ip 的白名單
總共7個IP地址,分佈在4個地點:
岡山:1個IP
汐止:2個IP
新竹:2個IP
璟茂:2個IP
2025-08-01 12:59:44 +08:00
03fdf3f9bc Add IP address display component to navigation
Introduced a new IpDisplay component that fetches and shows the user's IP address using the ipify API. Integrated the component into both desktop and mobile navigation areas, with a simplified display for mobile devices.
2025-08-01 12:47:59 +08:00
916e97b35e 增加需求模糊提醒、圖表顯示 2025-07-21 23:46:27 +08:00
7ec4a39a2f 優化手機版的提示文字 2025-07-20 03:36:49 +08:00
c3d085ab4d 增加按鈕提示文字 2025-07-20 03:32:11 +08:00
706aed998e 優化手機介面呈現方式 2025-07-19 22:11:58 +08:00
8d2ee29a70 優化手機畫面 2025-07-19 03:28:27 +08:00
924f03c3d7 新增資料庫架構 2025-07-19 02:12:37 +08:00
e3832acfa8 Initial commit 2025-07-18 13:07:28 +08:00