Commit Graph

23 Commits

Author SHA1 Message Date
56a9075582 修复推荐页封面遮罩与登录态刷新
推荐页运行态封面增加加载条并隔离层级,避免 runtime 内容穿透封面

登录态从未登录到已登录或退出后刷新当前页面,退出等待 token 清理完成后再刷新

补充推荐页封面、认证刷新与样式回归测试

同步平台链路、项目基线和 Hermes 决策文档
2026-06-07 17:59:11 +08:00
b74440373f feat(auth): 小程序登录采集微信昵称 2026-06-06 23:59:15 +08:00
7140ac72b5 1 2026-06-05 23:41:24 +08:00
27b30f974b Update spacetime-client bindings and frontend
Large update across server and web clients: regenerated/added many spacetime-client module bindings and input types (including new delete/work_delete input types and numerous procedure/reducer files), updates to server-rs API modules (bark_battle, jump_hop, wooden_fish, auth, module-runtime and shared contracts), and fixes in module-runtime behavior and domain logic. Frontend changes include new/updated components and tests (creative audio helpers, bark-battle/jump-hop/wooden-fish clients and views, unified generation pages, RPG entry views, and runtime shells), plus CSS and service updates. Documentation and operational notes updated (.hermes pitfalls and multiple PRD/docs) to cover daily-task refresh, banner asset fallback, recommend-key bug, and other platform behaviors. Tests and verification steps added/updated alongside these changes.
2026-06-04 22:44:19 +08:00
kdletters
1a56bb1e8a refactor auth payloads to slim snapshots 2026-05-28 20:46:21 +08:00
kdletters
296a7fced9 fix: defer mini program phone auth until login 2026-05-26 19:59:14 +08:00
kdletters
da3badb802 style: align UI palette with Taonier visuals 2026-05-21 13:54:35 +08:00
d1adfa3406 Improve local auth env handling and fallbacks
Allow local env files to reliably override authentication feature flags (SMS/WeChat) by whitelisting keys in scripts/dev-utils.mjs and adding a unit test. Add SMS checks to scripts/check-api-server-env.mjs. Make server config.parse_bool tolerant of shell-wrapped quoted values (e.g. '"true"') and add tests so SMS_AUTH_ENABLED is parsed correctly when shells supply quotes. Update docs to clarify SMS env behaviour, restart requirements, and add guidance + a CSS fallback for old mobile browsers (QQ/X5) so public cover images render even when aspect-ratio is unsupported. Also include related frontend test and component adjustments and add puzzle onboarding handlers/endpoints in server-rs/crates/api-server/src/puzzle.rs.
2026-05-18 23:13:49 +08:00
d33c937ebc 1 2026-05-14 14:21:17 +08:00
4fecf9c975 fix(auth): tighten refresh session revocation 2026-05-13 15:13:43 +08:00
01c5ab985a 1 2026-05-13 00:28:07 +08:00
7c8aa1e124 1 2026-05-09 19:56:03 +08:00
9ca66715a4 fix auth login state race 2026-05-09 01:03:56 +08:00
e694c6605a fix: trigger login tracking on session restore 2026-05-08 14:36:56 +08:00
c3b07550f4 Merge remote-tracking branch 'origin/master'
Some checks failed
CI / verify (push) Has been cancelled
2026-05-01 22:14:49 +08:00
9a3db67e13 完善抓大鹅创作入口与运行态表现 2026-05-01 22:07:55 +08:00
87fbf41fab 1 2026-05-01 20:29:09 +08:00
14208ccb64 1 2026-05-01 16:08:19 +08:00
42aab671ed Implement registration invite code flow and admin invite codes 2026-04-30 20:49:38 +08:00
2aef81e51d Refine account modal entry flow and local web binding
Some checks failed
CI / verify (push) Has been cancelled
2026-04-30 18:08:28 +08:00
730f485f48 1 2026-04-29 20:56:59 +08:00
3178c26095 fix login entry fallback
Some checks failed
CI / verify (push) Has been cancelled
2026-04-27 16:31:11 +08:00
cbc27bad4a init with react+axum+spacetimedb
Some checks failed
CI / verify (push) Has been cancelled
2026-04-26 18:06:23 +08:00