Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SECTL/SecScore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: SECTL/SecScore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 13 files changed
  • 1 contributor

Commits on Apr 18, 2026

  1. fix(OAuth): 添加事件ID去重机制防止重复处理回调

    引入事件ID集合用于精确去重,避免同一回调被多次处理。同时优化全局锁逻辑,立即释放锁并添加事件ID清理机制防止内存泄漏。
    fox-block-offcial committed Apr 18, 2026
    Configuration menu
    Copy the full SHA
    7f0fc20 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2026

  1. Configuration menu
    Copy the full SHA
    6e74534 View commit details
    Browse the repository at this point in the history
  2. 合并冲突

    fox-block-offcial committed Apr 19, 2026
    Configuration menu
    Copy the full SHA
    6ce8754 View commit details
    Browse the repository at this point in the history
  3. feat(kv-storage): 实现 KV 存储服务及管理界面

    - 重构 KV 存储服务,遵循 SECTL-One-Stop SDK 规范
    - 新增 KV 存储管理组件,支持增删改查操作
    - 优化 setKV 接口,移除冗余参数
    - 添加类型定义和列表查询选项
    fox-block-offcial committed Apr 19, 2026
    Configuration menu
    Copy the full SHA
    1cbca5a View commit details
    Browse the repository at this point in the history
Loading