diff --git a/addons/game_base/static/description/icon.png b/addons/game_base/static/description/icon.png new file mode 100644 index 0000000..c4cf0a7 Binary files /dev/null and b/addons/game_base/static/description/icon.png differ diff --git a/addons/game_base/static/description/index.html b/addons/game_base/static/description/index.html new file mode 100644 index 0000000..013833d --- /dev/null +++ b/addons/game_base/static/description/index.html @@ -0,0 +1,112 @@ + + +
+ +
+ Game 宇森沙盘游戏后台基础模块
+沉淀游戏世界观内容,为前端 /game/api/* 提供只读数据;同时打通 Odoo res.users,提供玩家登录/注册能力。
GET /game/api/codex?db=gameGET /game/api/rules?db=gameGET /game/api/threads?db=gameGET /game/api/announcements?db=gamePOST /game/api/login?db=gamePOST /game/api/register?db=game仅依赖 base,安装简单,无额外第三方模块。