Commit History

feat: 增强用户数据库同步可靠性
2bf23f6
Running

superxu520 commited on

fix: 修复日期格式转换问题
4d2e3e5

superxu520 commited on

feat: 优化日期显示格式
9893e3a

superxu520 commited on

feat: 添加支付记录和最近登录字段,优化日期显示
a7623eb

superxu520 commited on

fix: refine session logic and finalize swagger security
6943751

superxuu commited on

fix: handle numeric rate limit strings by appending /second automatically
51ff1b6

superxuu commited on

feat: make api rate limits configurable via env vars
b1dae5d

superxuu commited on

feat: unify all system time records to Beijing Time (UTC+8)
de2aac1

superxuu commited on

feat: enhance admin order management with status toggling and fullscreen modal
be8b6db

superxuu commited on

feat: implement user order history in admin panel
87d4f50

superxuu commited on

feat: implement user deletion in admin panel
01fa57b

superxuu commited on

style: refine AdminPanel UI and logic based on feedback
c7f5be9

superxuu commited on

fix: correct dict unpacking in admin_get_users to resolve validation error
4273946

superxuu commited on

fix: add missing decorator import in api.py to resolve runtime error
9ea4838

superxuu commited on

feat: implement super-admin account and management dashboard
8288938

superxuu commited on

feat: complete manual payment transition and remove vmq residue
9945a5d

superxuu commited on

fix: load dotenv for VMQ_SECRET and prioritize backend URL in modal
84095dc

superxuu commited on

fix: exhaustive vmq path and qr format compatibility fixes
12f5e35

superxuu commited on

fix: resolve QR code error by standardizing JSON format and public URL detection
001d5ef

superxuu commited on

fix: resolve NameError for VMQ_SECRET in api.py
951c84d

superxuu commited on

fix: exhaustive stability fixes for Vmq monitoring app connection
2fb3c7c

superxuu commited on

fix: use PlainTextResponse for Vmq compatibility and update QR format
5505565

superxuu commited on

fix: add vmq heartbeat and support root-level routing for app compatibility
605a32c

superxuu commited on

fix: standardize Vmq Notify URL without /api prefix
4023377

superxuu commited on

feat: refine auth rate limits to 1/sec per-IP and 10/sec global
8f6b28a

superxuu commited on

feat: add rate limiting to register and login endpoints (10/sec)
d36190a

superxuu commited on

fix: correct database migration logic using text()
3be9288

superxuu commited on

feat: support flexible VIP pricing and duration selection
692172e

superxuu commited on

fix: ensure static directory exists before mounting
29c052e

superxuu commited on

feat: display static qr code images directly in payment modal
8da285a

superxuu commited on

fix: restore missing router import in main.py
7b9c377

superxuu commited on

feat: sync qr codes from dataset on startup
622aec5

superxuu commited on

feat: implement user auth, daily limits, and built-in Vmq payment gateway
57864b1

superxuu commited on

实现用户鉴权与支付模块:接入SQLite持久化、V免签回调、VIP权益校验及HF Dataset自动同步
19b1032

superxuu commited on

修复同步稳定性与远程视图冲突
b39d11d

superxuu commited on

修复ETF/LOF/REITs数据同步接口并移除调试日志
db4cda7

superxuu commited on

添加市场类型数量调试日志
1f65771

superxuu commited on

修复ETF/LOF/REITs单独筛选问题
a9f9fed

superxuu commited on

feat: 添加全A股市场筛选支持
31277c9

superxuu commited on

fix: Switch to download-based Parquet loading to resolve DuckDB httpfs issues in HF Space
b36f33b

superxuu commited on

fix: Robust remote Parquet mounting with local list caching
a26b941

superxuu commited on

fix: Resolve remote Parquet mounting issues with authentication and explicit file listing
f325413

superxuu commited on

feat: Add market selection dropdown to home screen
6b5137b

superxuu commited on

fix: Set scheduler timezone to Asia/Shanghai for accurate daily sync
7f65819

superxuu commited on

fix: Improve stability with cache invalidation and robust DB connection management
8cd616e

superxuu commited on

feat: Add APScheduler for automatic daily incremental sync at 17:30
d691cf3

superxuu commited on

fix: Scalar subquery error in kline data fetching
356c1b6

superxuu commited on

perf: Optimize database queries and reduce latency for game start
8d60164

superxuu commited on

perf: Add memory cache for eligible stocks to speed up game start
e4e7477

superxuu commited on

feat: Implement background sync task in API
7c58b46

superxuu commited on