EternalAI Project Repository
Go to file
chiguyong 7725cf1f65 feat: implement full navigation and PRD P2-P7 pages
- U1: 我的 XXX 根据登录态分流(未登录→auth,已登录→role-library/creator-center)
- U2: 新增角色库页(P2),含角色卡片列表与空态
- U3: 新增角色详情页(P3),含付款态切换
- U4: 新增关于 Eternal AI 页(P5),含 FAQ 折叠
- U5: 重构创作者入驻页(P6)为微信联系引导
- U6: 人设蒸馏表单重新定位为创作者中心-角色编辑
- U7: 新增创作者管理中心(P7),含角色/收入/我的 三 tab
- U8: 新增底部 tabBar 导航(首页/蒸馏前任/我的)
- U9: 统一 showView 路由、history 返回、localStorage 状态持久化
2026-06-20 18:19:34 +08:00
.gitea/workflows Initial commit: EternalAI project setup 2026-06-20 17:10:06 +08:00
docs/plans Add full feature and navigation rationality plan 2026-06-20 18:19:34 +08:00
img Initial commit: Eternal AI landing page and character creator 2026-06-20 16:30:12 +08:00
node_modules Configure EternalAI project with Express server and deployment scripts 2026-06-20 18:13:44 +08:00
scripts Initial commit: EternalAI project setup 2026-06-20 17:10:06 +08:00
src Initial commit: EternalAI project setup 2026-06-20 17:10:06 +08:00
.gitignore Configure EternalAI project with Express server and deployment scripts 2026-06-20 18:13:44 +08:00
Eternal_AI_PRD_v1.docx Add distinct auth and distill-ex views per PRD 2026-06-20 17:01:20 +08:00
README.md Initial commit: EternalAI project setup 2026-06-20 17:10:06 +08:00
app.js feat: implement full navigation and PRD P2-P7 pages 2026-06-20 18:19:34 +08:00
index.html feat: implement full navigation and PRD P2-P7 pages 2026-06-20 18:19:34 +08:00
package-lock.json Configure EternalAI project with Express server and deployment scripts 2026-06-20 18:13:44 +08:00
package.json Configure EternalAI project with Express server and deployment scripts 2026-06-20 18:13:44 +08:00
server.js Configure EternalAI project with Express server and deployment scripts 2026-06-20 18:13:44 +08:00
styles.css feat: implement full navigation and PRD P2-P7 pages 2026-06-20 18:19:34 +08:00

README.md

EternalAI

一个永恒的 AI 系统,旨在长期运行和自我进化。

项目结构

  • src/ - 源代码
  • docs/ - 文档
  • tests/ - 测试文件
  • scripts/ - 脚本
  • configs/ - 配置文件

部署

该项目将通过 Gitea Actions 自动部署。