pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java language:Java is:merged language:Go
Filter by
122M results
Ce que ça fait
Déplace la section « Client à rappeler » du haut du QuickView vers tout en bas, juste après la section Fournisseurs.
Avant
Contrôle Paiement
📞 CLIENT À RAPPELER ← en plein milieu, ...
This reverts commit 9d74c479910bec9e56598b96010a709ce186bd4a.
Removes agentic code review workflow
Cancels PR #258
背景
P3.4 要让 fusion-api 退役其 hand-rolled AuthServiceJWTValidator、改用共享 auth-client。fusion 的自实现比共享 JWTValidator 多一项校验:拒绝 type !=
access 的令牌(避免 refresh 令牌被用在受保护路由)。共享 validator 此前不具备该能力,直接换用会丢校验。按「先 upstream ...
Summary
- Pair home + burger in the top-right corner on every viewport; pages without one of the two render a muted
placeholder so the corner stays stable when navigating between pages.
- Flags ...
Remade the landing page to match the original + the online options. Added the shoutout to the original creator of
shattered pixel dungeon - so people can donate him directly through my remake - mb ill ...
Summary
Implements role-based access control (RBAC) for the manager UI and links Supabase Auth users to bot users via manager
email. Non-admin users now see a filtered dashboard with only their own trading ...
改动\n- API_BASE_URL 改为空字符串(相对路径),通过 CF Functions 代理访问后端\n- api.js 路径从 /api/v1/ 改为 /api/(由 CF Functions 重写为 v1)\n- 更新脚本缓存版本号 v=22 → v=23\n\n## 解决问题\n前端直接调用 api.jinkuaicha.com 跨域请求失败,改为同源代理后所有设备可正常加载数据。