Go to file
李鹏宇 c1af173f85 feat(game_base): 添加模块 logo 与 icon
- 新增 static/description/icon.png (128x128),用于 Odoo Apps 列表
- 新增 static/description/logo.png (512x512),用于模块详情页展示
- 新增 static/description/index.html,聚合展示 logo、模块说明与 API 列表
- 素材源自主项目 assets/ui/logo_planet*.png
2026-07-23 16:19:40 +08:00
addons feat(game_base): 添加模块 logo 与 icon 2026-07-23 16:19:40 +08:00
assets refactor(assets): 整理背景素材到 assets/bg 目录,同步 world.html 引用路径;移除冗余 keyart 素材 2026-07-23 15:38:42 +08:00
website feat: consolidate game_base module into addons/ + frontend assets 2026-07-23 14:14:25 +08:00
.gitignore merge: integrate game_base module into addons/ 2026-07-23 14:21:53 +08:00
index.html feat: 沙盘游戏核心运行时文件上线 + 微观世界加载页UI优化 2026-07-23 12:58:22 +08:00
login.html feat: 沙盘游戏核心运行时文件上线 + 微观世界加载页UI优化 2026-07-23 12:58:22 +08:00
README.md init: game addons structure 2026-07-07 16:58:57 +08:00
terrain_preview.html feat: 沙盘游戏核心运行时文件上线 + 微观世界加载页UI优化 2026-07-23 12:58:22 +08:00
world.html refactor(assets): 整理背景素材到 assets/bg 目录,同步 world.html 引用路径;移除冗余 keyart 素材 2026-07-23 15:38:42 +08:00

宇森 (YuSen) - Game Addons

Odoo 模块仓库,为宇森文明经营游戏提供后端支持。

结构

    • Odoo 自定义模块
  • 模块命名规范:

技术栈

  • Odoo 18
  • PostgreSQL
  • HTML5 Canvas (前端)