You've already forked CC-Framework.BriskGameServer
Sync temporary service reference docs
This commit is contained in:
@@ -76,6 +76,9 @@ docker compose up --build
|
||||
- 主信息接口返回空间元数据
|
||||
- 自定义空间内容通过独立二进制接口上传/下载
|
||||
- 支持任意 bytes,兼容二进制、文本、JSON、protobuf、msgpack 等格式
|
||||
- 空间点赞按 `Asia/Shanghai` 自然日计周期,同一玩家对同一空间每天最多记一次点赞
|
||||
- 空间点赞相关接口返回累计点赞数 `like_count`、当日点赞数 `today_like_count`、当日是否已点赞 `liked_by_me`
|
||||
- 最近访问列表支持可选 `limit` 参数,默认 `50` 条,最大 `100` 条
|
||||
|
||||
## 测试脚本
|
||||
|
||||
@@ -84,6 +87,7 @@ Windows PowerShell:
|
||||
```powershell
|
||||
.\scripts\smoke-test.ps1
|
||||
.\scripts\acceptance.ps1 -Tasks all -ManageStack
|
||||
.\\scripts\\acceptance.ps1 -Tasks space -ManageStack
|
||||
```
|
||||
|
||||
## 迁移
|
||||
@@ -93,6 +97,7 @@ Windows PowerShell:
|
||||
- [0001_init.sql](/F:/OtherWork/BriskGameSerivce/internal/platform/db/migrations/0001_init.sql)
|
||||
- [0008_identity_and_config_simplification.sql](/F:/OtherWork/BriskGameSerivce/internal/platform/db/migrations/0008_identity_and_config_simplification.sql)
|
||||
- [0009_space_binary_content.sql](/F:/OtherWork/BriskGameSerivce/internal/platform/db/migrations/0009_space_binary_content.sql)
|
||||
- [0010_space_like_daily_cycle.sql](/F:/OtherWork/BriskGameSerivce/internal/platform/db/migrations/0010_space_like_daily_cycle.sql)
|
||||
|
||||
服务启动时会自动执行未应用迁移。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user