xRain xrain
  • Joined on 2024-06-14
xrain pushed to master at library/otp-cj 2026-08-21 08:46:27 +08:00
439549a27f docs:README 更新为合并后的根包结构 simcu::otp
xrain pushed to master at library/otp-cj 2026-08-21 08:45:28 +08:00
43446d0fad 重构:core 子包合并到根包,移除 simcu::otp.core 间接层
xrain pushed to master at library/otp-cj 2026-08-21 08:43:29 +08:00
014bdec72a otp-cj OTP 库:HOTP/TOTP 实现(RFC 4226/6238)、Base32 编解码、otpauth URI 生成及 README
xrain created branch master in library/otp-cj 2026-08-21 08:43:29 +08:00
xrain created repository library/otp-cj 2026-08-21 08:41:47 +08:00
xrain pushed tag 26.8.21.0410 to library/serialization-cj 2026-08-21 04:10:25 +08:00
xrain pushed to master at library/serialization-cj 2026-08-21 04:10:24 +08:00
9539e34bee chore: 版本号 1.0.3 → 1.1.0(DateTime 字段支持发布)
46bd710128 feat: JsonWriter/JsonReader 支持 DateTime 字段(序列化为 yyyy-MM-dd HH:mm:ss 字符串,可反序列化回,含 Option<DateTime>)
Compare 2 commits »
xrain pushed tag 26.8.21.0341 to library/orm-cj 2026-08-21 03:41:59 +08:00
xrain pushed to master at library/orm-cj 2026-08-21 03:41:59 +08:00
394c4a1fb5 feat: 支持 Option<T> 字段(None↔NULL)、列命名默认原样(Keep)、迁移同名列先删后加,版本 1.1.0
xrain pushed to master at library/orm-cj 2026-08-19 09:23:45 +08:00
132aae865b docs: 迁移目录首次 add 自动创建,生成后手动添加 import 触发注册
xrain pushed to master at library/orm-cj 2026-08-19 09:20:20 +08:00
ab1bdce597 docs: README 模型字段去掉下划线前缀,DbContext 示例改用 prop 声明
xrain pushed to master at library/orm-cj 2026-08-19 09:15:27 +08:00
afa6096ed2 feat: orm-cj 仓颉版 EF Core 风格 ORM 初始版本
xrain created branch master in library/orm-cj 2026-08-19 09:15:27 +08:00
xrain created repository library/orm-cj 2026-08-19 08:49:39 +08:00
xrain pushed to master at library/simapi-cj 2026-08-18 04:57:29 +08:00
829f009229 README: 引入示例版本号改为 1.0.3
xrain pushed to master at library/simapi-cj 2026-08-18 04:52:34 +08:00
57b781a316 README: 新增引入章节(中央仓 + Git 两种方式), 包名更新为 simcu::simapi / simcu::serialization
xrain pushed to master at library/simapi-cj 2026-08-18 04:26:39 +08:00
b9ea4008c7 适配 serialization 包名迁移: import simapi_serialization → simcu::serialization, 依赖键 simcu::serialization
xrain pushed to master at library/simapi-cj 2026-08-18 04:23:10 +08:00
a1acb99e08 包名迁移: simapi → simcu::simapi(发布中央仓用 organization=simcu)
xrain pushed to master at library/simapi-cj 2026-08-18 03:19:31 +08:00
f88eee8d64 ISimApiAuthChecker 改为按接口注册 + getAll<T>() 解析,移除 SimApiOptions.authCheckers 手动列表
xrain pushed to master at library/simapi-cj 2026-08-18 03:01:19 +08:00
1ce85a68ab 鉴权顺序对齐 .NET: 先执行 ISimApiAuthChecker 再做类型权限判断