b19c42989d
- 搬入 framer-motion,复刻参考项目登录体验 - AICoreEffect:点芯片启动神经链接进度,S-core 数据流点亮,100% 解锁 - AIBanner:青色数据流 + 紫色神经网络背景 - LoginCharacters:四只卡通角色,眼睛跟随鼠标,输密码时遮眼/偷看 - 表单去掉验证码,接现有 login api;账号密码 + 密码显示切换 - 品牌名换 sundynix admin,登录按钮用青蓝渐变 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
React + TypeScript + Vite
This template provides a minimal setup to get React working in Vite with HMR and some Oxlint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Oxc
- @vitejs/plugin-react-swc uses SWC
React Compiler
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
Expanding the Oxlint configuration
If you are developing a production application, we recommend enabling type-aware lint rules by installing oxlint-tsgolint and editing .oxlintrc.json:
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["react", "typescript", "oxc"],
"options": {
"typeAware": true
},
"rules": {
"react/rules-of-hooks": "error",
"react/only-export-components": ["warn", { "allowConstantExport": true }]
}
}
See the Oxlint rules documentation for the full list of rules and categories.