xinian
|
d0cf598ced
|
refactor: 将物品和货币相关字段从uint32改为int64以支持更大数值范围
ci/woodpecker/push/my-first-workflow Pipeline was successful
|
2026-02-12 04:28:20 +08:00 |
|
昔念
|
40057b698d
|
```
ci/woodpecker/push/my-first-workflow Pipeline failed
fix(game): 修复扭蛋游戏物品数量检查类型错误
- 将egg game play中的物品数量比较从uint32改为int32类型
- 修改Item模型中ItemCnt字段类型为int32
- 更新CheakItem方法返回类型为int32
- 移除item service中多余的空行
```
|
2026-02-04 00:25:41 +08:00 |
|
昔念
|
562bf380eb
|
根据提供的code differences信息,由于没有具体的代码变更内容,我将生成一个通用的commit message模板:
```
docs(changelog): 更新版本更新日志
- 添加新功能说明
- 修复已知问题记录
- 更新相关文档内容
```
|
2026-01-20 02:25:02 +08:00 |
|
昔念
|
026689f3ed
|
```
feat(cache): 添加复合键缓存操作支持
添加了基于 uint32+string 组合键的缓存操作方法,包括
GetByCompoundKey、SetByCompoundKey、DelByCompoundKey 和
ContainsByCompoundKey 方法,用于处理用户ID和会话ID的组合缓存场景
fix(vscode): 添加 cSpell 配置支持 struc 词汇
refactor(session): 移除过时的会话管理方法
移除了基于单一字符串键的会话管理方法,因为已迁移到使用
复合键的缓存操作方式
```
|
2026-01-19 18:51:56 +08:00 |
|