|
12109
|
8
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"abdb1c739 {"Commits":[{"Sha1":"abdb1c739f4779af4618ebc811943b6d8bd926da","Message":"地理位置报错弹窗失败原因\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-12T17:50:14+08:00"}],"HeadCommit":{"Sha1":"abdb1c739f4779af4618ebc811943b6d8bd926da","Message":"地理位置报错弹窗失败原因\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-12T17:50:14+08:00"},"CompareURL":"vodtest/pay/compare/ab488a80bcd02380341437462d822ef8927e401b...abdb1c739f4779af4618ebc811943b6d8bd926da","Len":1}...
|
1781257837
|
Edit
Delete
|
|
12110
|
11
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"abdb1c739 {"Commits":[{"Sha1":"abdb1c739f4779af4618ebc811943b6d8bd926da","Message":"地理位置报错弹窗失败原因\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-12T17:50:14+08:00"}],"HeadCommit":{"Sha1":"abdb1c739f4779af4618ebc811943b6d8bd926da","Message":"地理位置报错弹窗失败原因\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-12T17:50:14+08:00"},"CompareURL":"vodtest/pay/compare/ab488a80bcd02380341437462d822ef8927e401b...abdb1c739f4779af4618ebc811943b6d8bd926da","Len":1}...
|
1781257837
|
Edit
Delete
|
|
4846
|
5
|
5
|
5
|
6
|
0
|
0
|
refs/heads/governance/launch-hardening-2026-05-18
|
0
|
{"Commits":[{"Sha1":"abd9c78e8 {"Commits":[{"Sha1":"abd9c78e81e375b307f84a5333bb2006694b6844","Message":"style(frontend): scoped 样式硬编码颜色令牌化收口\n\n将全站 .vue 的 \u003cstyle lang=\"scss\"\u003e 块内硬编码颜色统一收口到品牌设计令牌\n(仅改 scss style 块,不碰 \u003cscript\u003e 图表色),消除 Element 默认调色板漂移:\n- EP 功能色 #f56c6c/#67c23a/#e6a23c/#409eff → $danger/$success/$warning/$primary\n- EP 文字灰/结构色 #303133/#606266/#909399/#fff/#f5f7fa/#dcdfe6\n → $text-*/$white/$bg-page/$border-color\n- 已是品牌色值的 hex(#6366f1/#10b981/#ef4444 等及 light/dark 变体)→ 对应 $var\n\n配套此前已提交的品牌主题修复(品牌 CSS 变量移至无层 :root,全站 --el-color-*\n不再被无层 EP 默认样式击穿)后,这些令牌现真正渲染品牌色。\n保留图表/渐变/特定强调自定义色(#8b5cf6/#d4916e/#667eea/#764ba2 等)。\n\n验证:vue-tsc 全绿;多页真实环境运行态 SCSS 编译零错误、无破坏性拼接。\n\nCo-Authored-By: Claude Opus 4.7 (1M context) \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"luoguoguo@gmail.com","AuthorName":"luoguoguo","CommitterEmail":"luoguoguo@gmail.com","CommitterName":"luoguoguo","Timestamp":"2026-05-22T19:17:46-07:00"},{"Sha1":"d226ae2b4908b17211365fb57778b5a7f75443ba","Message":"chore(governance): 同步前端改动、技能文档与治理审计快照\n\n- frontend/src: 前端视图/组件批量改动\n- .codex/skills: 技能文档与 checklist 更新\n- reports/ + docs/reports: pnpm harness 治理审计快照刷新\n\nCo-Authored-By: Claude Opus 4.7 (1M context) \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"luoguoguo@gmail.com","AuthorName":"luoguoguo","CommitterEmail":"luoguoguo@gmail.com","CommitterName":"luoguoguo","Timestamp":"2026-05-22T19:06:37-07:00"},{"Sha1":"65d512d417dbc6d64ef9b22f80f2ba559b880f24","Message":"fix(backend): 收口 38 处事务内全局 prisma stale-read(动作/更新响应返回变更前数据)\n\n延续 create-404 同根因类的系统性收口。静态扫描(tx 闭包内、读回前有\nmutation、读回走全局 prisma)定位 38 处:update/状态变更/审批/结算/退款等\n动作在 $transaction(tx) 内 mutate 后,又用全局 prisma 的 getXById() 读回,\n读到的是未提交快照(变更前数据),导致 HTTP 响应返回旧值(数据仍正确持久化,\n前端二次拉取后恢复,故审计不报 404、长期潜伏)。\n\n统一修法:读回移到事务提交之后;publishEvent(tx) 与所有写入仍留在事务内,\n不改写集原子性。mutation 前的 guard 读(如 getCommissionById 校验状态)保留。\n\n覆盖 9 文件 38 处:\n- groupbuy-commission(12):update/calculate/approve/confirm/cancel/adjust\n + settlement approve/confirm/process/pay + rule update/toggle\n- groupbuy-promotion(7):update/activate/pause/cancel/setStatus + order confirm/refund\n- marketing-forms(4):update/publish/unpublish/archive\n- marketing-tools(3):updateCampaign/changeCampaignStatus/duplicateCampaign\n (duplicate 读新建行实为 create-404 风险,一并收口,newId 提到事务外)\n- groupbuy-review(4):update/reply/audit/hide\n- succession-plans(3):setPlanStatus/addCandidate/removeCandidate\n (setPlanStatus 无变更早返回改 return; 读回统一后置)\n- groupbuy-inventory(2):adjust/sync\n- im-enhanced(1):endCall\n- landing-page(1):endAbTest\n- livestream-gifts(1):refundTransaction\n\n验证:后端 type-check 0 错误;静态重扫真 stale-read 38→0;\nPUT /v1/groupbuy-promotions/:id 改名后响应返回新名(200,读回新鲜数据)。\n\nCo-Authored-By: Claude Opus 4.7 (1M context) \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"luoguoguo@gmail.com","AuthorName":"luoguoguo","CommitterEmail":"luoguoguo@gmail.com","CommitterName":"luoguoguo","Timestamp":"2026-05-22T10:00:19-07:00"},{"Sha1":"7c0d1dde5b456f419a1f085d04aecbeba5193698","Message":"fix(governance): full-review 3 处棘轮 drift 收口(high 2→0 / medium 256→254 / n1 1→0)\n\nbaseline-reconcile 从 44/47(drift=3)回到 47/47。三处分别为:\n\n1. sms-marketing.sendBatchMessages 事务边界硬化:循环内 prisma.sms_messages.create\n (事务外)+ 循环后批次事件可能分裂。重构为写前过滤收集待入库记录,再在单个\n $transaction 内 tx.sms_messages.create 批量写 + publishEvent 绑定同一 tx。\n → outbox classC 1→0 / v2TxBoundWrite 1→0 / 原子化率 100%。\n\n2. 补登记两个已发布未注册事件:SMS_CAMPAIGN_EVENTS.RESUMED='sms_campaign_resumed'、\n SMS_MARKETING_EVENTS.SMS_BATCH_MESSAGES_QUEUED='sms_batch_messages_queued'。\n → event-flow unregistered 2→0 / medium 回落 254。\n\n3. audit-n1-queries recursive-query 校准(非业务改动):递归调用校验 \\bname\\( 会把\n 函数内 tx.\u003cmodel\u003e.create() 误判为递归(函数名与 Prisma 方法名同名假阳性)。加负向\n 后顾 (?\u003c![.\\w]) 要求裸函数调用,排除 .method()。journal-entries.create N+1 假阳性消除。\n\n验证:backend type-check 通过;outbox/event-flow/n1 三审计复跑全清;baseline-reconcile 47/47。\n\nCo-Authored-By: Claude Opus 4.7 (1M context) \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"luoguoguo@gmail.com","AuthorName":"luoguoguo","CommitterEmail":"luoguoguo@gmail.com","CommitterName":"luoguoguo","Timestamp":"2026-05-22T10:00:05-07:00"},{"Sha1":"50914033e2811aff0bafc78453419780852d6e55","Message":"test(e2e): 修正 UI 链路 runner 创建线索步骤的字段标签漂移\n\nui-chain-runner 三跳链路首步「创建线索」因标签漂移卡在 waitForResponse\n超时:模板用「联系电话/来源」,但 leads/Form.vue 实际标签是「手机号\n(必填 prop=phone)/线索来源」,必填项填不进 → 提交不触发 → 无 POST。\n\n对齐 canonical 表单标签后首步 UI 路径跑通。\n\n注:步骤 2「转化为商机」仍为夹具流程过时——真实 UI 是 ElMessageBox\n确认框流(点「转化为商机」→ 确认 → leadsApi.convert),而非模板假设的\n「商机名称/预计金额」表单填写流,需后续 e2e 夹具重写。产品链路本身已由\nAPI-only 链路测试与 lead-to-cash.spec.ts 证明通过。\n\nCo-Authored-By: Claude Opus 4.7 (1M context) \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"luoguoguo@gmail.com","AuthorName":"luoguoguo","CommitterEmail":"luoguoguo@gmail.com","CommitterName":"luoguoguo","Timestamp":"2026-05-22T09:21:09-07:00"}],"HeadCommit":{"Sha1":"abd9c78e81e375b307f84a5333bb2006694b6844","Message":"style(frontend): scoped 样式硬编码颜色令牌化收口\n\n将全站 .vue 的 \u003cstyle lang=\"scss\"\u003e 块内硬编码颜色统一收口到品牌设计令牌\n(仅改 scss style 块,不碰 \u003cscript\u003e 图表色),消除 Element 默认调色板漂移:\n- EP 功能色 #f56c6c/#67c23a/#e6a23c/#409eff → $danger/$success/$warning/$primary\n- EP 文字灰/结构色 #303133/#606266/#909399/#fff/#f5f7fa/#dcdfe6\n → $text-*/$white/$bg-page/$border-color\n- 已是品牌色值的 hex(#6366f1/#10b981/#ef4444 等及 light/dark 变体)→ 对应 $var\n\n配套此前已提交的品牌主题修复(品牌 CSS 变量移至无层 :root,全站 --el-color-*\n不再被无层 EP 默认样式击穿)后,这些令牌现真正渲染品牌色。\n保留图表/渐变/特定强调自定义色(#8b5cf6/#d4916e/#667eea/#764ba2 等)。\n\n验证:vue-tsc 全绿;多页真实环境运行态 SCSS 编译零错误、无破坏性拼接。\n\nCo-Authored-By: Claude Opus 4.7 (1M context) \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"luoguoguo@gmail.com","AuthorName":"luoguoguo","CommitterEmail":"luoguoguo@gmail.com","CommitterName":"luoguoguo","Timestamp":"2026-05-22T19:17:46-07:00"},"CompareURL":"luoanwu/juhi-omni-knowledge-hub/compare/4522472b38de9e6bbb916449e443d5295247632b...abd9c78e81e375b307f84a5333bb2006694b6844","Len":18}...
|
1779504014
|
Edit
Delete
|
|
109
|
5
|
5
|
5
|
6
|
0
|
0
|
refs/heads/main
|
1
|
{"Commits":[{"Sha1":"abd8cdd02 {"Commits":[{"Sha1":"abd8cdd0283c96dc4a62fbf753d2aca2e68aa379","Message":"fix: 修复前端请求 pageSize 超出后端限制\n\n后端 baseListQuerySchema 限制 pageSize 最大为 100,修复以下文件:\n- customer-balance/Index.vue: 500 → 100\n- opportunities/Pipeline.vue: 200 → 100\n- crm-activities/Index.vue: 500 → 100\n- ar-ledger/StatementGenerator.vue: 1000 → 100\n- disbursements/ApLedgerTab.vue: 200 → 100\n- hr/attendance/SchedulesTab.vue: 200 → 100\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hi.laoluo@hilaoluodeMacBook-Pro.local","AuthorName":"hi.laoluo","CommitterEmail":"hi.laoluo@hilaoluodeMacBook-Pro.local","CommitterName":"hi.laoluo","Timestamp":"2026-01-08T00:11:49+08:00"},{"Sha1":"e92d5ee9c6fc7bfba6938afb71cd78ab4fa8a26b","Message":"feat: 完善模块注册表和权限配置\n\n1. 新增 17 个缺失的模块定义:\n - 获客域: ad-placement (社媒投流)\n - 销售域: sales-dashboard, targets\n - 续费域: customer-analytics\n - 服务域: service-dashboard\n - 履约域: suppliers, sample-requests\n - 财务域: disbursements, payment-analytics\n - 知识域: knowledge-capture\n - 系统域: analytics, workflow-designer, attendance, training, benefits, settings\n\n2. 修正路由路径映射:\n - users: /users → /settings/users\n - roles: /roles → /settings/roles\n\n3. 补充权限配置:\n - ad-placement 相关: ad-creative, ad-budget-alert, ad-abtest\n - HR 相关: attendance, course, benefit-plan\n - 其他: analytics, target, supplier, sample-request, disbursement 等\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hi.laoluo@hilaoluodeMacBook-Pro.local","AuthorName":"hi.laoluo","CommitterEmail":"hi.laoluo@hilaoluodeMacBook-Pro.local","CommitterName":"hi.laoluo","Timestamp":"2026-01-08T00:11:41+08:00"},{"Sha1":"798facc3b09fa93b92c401f76126e821c5b187e8","Message":"fix: 修复财务报表 $queryRaw 动态参数导致的 SQL 错误\n\n- getRevenueByPeriod: 改为条件分支处理 day/week/quarter/month\n- getCashFlowByPeriod: 改为条件分支处理 day/week/month\n- 原因: PostgreSQL 模板字符串不支持动态函数名参数\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hi.laoluo@hilaoluodeMacBook-Pro.local","AuthorName":"hi.laoluo","CommitterEmail":"hi.laoluo@hilaoluodeMacBook-Pro.local","CommitterName":"hi.laoluo","Timestamp":"2026-01-08T00:08:07+08:00"},{"Sha1":"1e3942bf83a209a2c22ce2b4deb2ef0a4ea7e21b","Message":"test: 修复 auth 和 leads 模块测试用例\n\n- auth: 修复 changePassword 断言缺少 password_changed_at 字段\n- auth: 修复 getCurrentUser 权限断言匹配实际 mock 数据\n- leads: 修复 updateLead/assignLead 使用 updateMany 替代 update\n- leads: 修复 convertLead 测试使用 qualified 状态的线索\n- leads: 修复 batchUpdateStatus 添加 findMany mock 返回数组\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hi.laoluo@hilaoluodeMacBook-Pro.local","AuthorName":"hi.laoluo","CommitterEmail":"hi.laoluo@hilaoluodeMacBook-Pro.local","CommitterName":"hi.laoluo","Timestamp":"2026-01-08T00:00:12+08:00"},{"Sha1":"c8a0c0a4b9a3eafd9dfb51d57264eded4ccce57b","Message":"fix: 修复财务报表和客户余额模块的数据库查询错误\n\n1. financial-reports: 修复 getRevenueByProduct 查询\n - order_items 表使用 sku_id 而非 product_id\n - 通过 skus 表关联到 products 表获取产品信息\n - 修正 line_amount 为 line_total\n\n2. customer-balance: 修复 getBalanceList 查询\n - customers 表无 status 字段,改用 lifecycle_stage\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hi.laoluo@hilaoluodeMacBook-Pro.local","AuthorName":"hi.laoluo","CommitterEmail":"hi.laoluo@hilaoluodeMacBook-Pro.local","CommitterName":"hi.laoluo","Timestamp":"2026-01-07T23:27:37+08:00"}],"HeadCommit":{"Sha1":"abd8cdd0283c96dc4a62fbf753d2aca2e68aa379","Message":"fix: 修复前端请求 pageSize 超出后端限制\n\n后端 baseListQuerySchema 限制 pageSize 最大为 100,修复以下文件:\n- customer-balance/Index.vue: 500 → 100\n- opportunities/Pipeline.vue: 200 → 100\n- crm-activities/Index.vue: 500 → 100\n- ar-ledger/StatementGenerator.vue: 1000 → 100\n- disbursements/ApLedgerTab.vue: 200 → 100\n- hr/attendance/SchedulesTab.vue: 200 → 100\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hi.laoluo@hilaoluodeMacBook-Pro.local","AuthorName":"hi.laoluo","CommitterEmail":"hi.laoluo@hilaoluodeMacBook-Pro.local","CommitterName":"hi.laoluo","Timestamp":"2026-01-08T00:11:49+08:00"},"CompareURL":"luoanwu/juhi-omni-knowledge-hub/compare/d169207d2a046f90cf861f8e805b45d3855fddc3...abd8cdd0283c96dc4a62fbf753d2aca2e68aa379","Len":215}...
|
1771862367
|
Edit
Delete
|
|
12087
|
7
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"ab488a80b {"Commits":[{"Sha1":"ab488a80bcd02380341437462d822ef8927e401b","Message":"ceshi\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-12T17:34:57+08:00"}],"HeadCommit":{"Sha1":"ab488a80bcd02380341437462d822ef8927e401b","Message":"ceshi\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-12T17:34:57+08:00"},"CompareURL":"vodtest/pay/compare/f0e875bf72ef98854a0688fd346c634d3b36dd6d...ab488a80bcd02380341437462d822ef8927e401b","Len":1}...
|
1781256901
|
Edit
Delete
|
|
12088
|
9
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"ab488a80b {"Commits":[{"Sha1":"ab488a80bcd02380341437462d822ef8927e401b","Message":"ceshi\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-12T17:34:57+08:00"}],"HeadCommit":{"Sha1":"ab488a80bcd02380341437462d822ef8927e401b","Message":"ceshi\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-12T17:34:57+08:00"},"CompareURL":"vodtest/pay/compare/f0e875bf72ef98854a0688fd346c634d3b36dd6d...ab488a80bcd02380341437462d822ef8927e401b","Len":1}...
|
1781256901
|
Edit
Delete
|
|
12089
|
1
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"ab488a80b {"Commits":[{"Sha1":"ab488a80bcd02380341437462d822ef8927e401b","Message":"ceshi\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-12T17:34:57+08:00"}],"HeadCommit":{"Sha1":"ab488a80bcd02380341437462d822ef8927e401b","Message":"ceshi\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-12T17:34:57+08:00"},"CompareURL":"vodtest/pay/compare/f0e875bf72ef98854a0688fd346c634d3b36dd6d...ab488a80bcd02380341437462d822ef8927e401b","Len":1}...
|
1781256901
|
Edit
Delete
|
|
12090
|
3
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"ab488a80b {"Commits":[{"Sha1":"ab488a80bcd02380341437462d822ef8927e401b","Message":"ceshi\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-12T17:34:57+08:00"}],"HeadCommit":{"Sha1":"ab488a80bcd02380341437462d822ef8927e401b","Message":"ceshi\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-12T17:34:57+08:00"},"CompareURL":"vodtest/pay/compare/f0e875bf72ef98854a0688fd346c634d3b36dd6d...ab488a80bcd02380341437462d822ef8927e401b","Len":1}...
|
1781256901
|
Edit
Delete
|
|
12091
|
4
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"ab488a80b {"Commits":[{"Sha1":"ab488a80bcd02380341437462d822ef8927e401b","Message":"ceshi\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-12T17:34:57+08:00"}],"HeadCommit":{"Sha1":"ab488a80bcd02380341437462d822ef8927e401b","Message":"ceshi\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-12T17:34:57+08:00"},"CompareURL":"vodtest/pay/compare/f0e875bf72ef98854a0688fd346c634d3b36dd6d...ab488a80bcd02380341437462d822ef8927e401b","Len":1}...
|
1781256901
|
Edit
Delete
|
|
12092
|
8
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"ab488a80b {"Commits":[{"Sha1":"ab488a80bcd02380341437462d822ef8927e401b","Message":"ceshi\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-12T17:34:57+08:00"}],"HeadCommit":{"Sha1":"ab488a80bcd02380341437462d822ef8927e401b","Message":"ceshi\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-12T17:34:57+08:00"},"CompareURL":"vodtest/pay/compare/f0e875bf72ef98854a0688fd346c634d3b36dd6d...ab488a80bcd02380341437462d822ef8927e401b","Len":1}...
|
1781256901
|
Edit
Delete
|
|
12093
|
10
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"ab488a80b {"Commits":[{"Sha1":"ab488a80bcd02380341437462d822ef8927e401b","Message":"ceshi\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-12T17:34:57+08:00"}],"HeadCommit":{"Sha1":"ab488a80bcd02380341437462d822ef8927e401b","Message":"ceshi\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-12T17:34:57+08:00"},"CompareURL":"vodtest/pay/compare/f0e875bf72ef98854a0688fd346c634d3b36dd6d...ab488a80bcd02380341437462d822ef8927e401b","Len":1}...
|
1781256901
|
Edit
Delete
|
|
12094
|
11
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"ab488a80b {"Commits":[{"Sha1":"ab488a80bcd02380341437462d822ef8927e401b","Message":"ceshi\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-12T17:34:57+08:00"}],"HeadCommit":{"Sha1":"ab488a80bcd02380341437462d822ef8927e401b","Message":"ceshi\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-12T17:34:57+08:00"},"CompareURL":"vodtest/pay/compare/f0e875bf72ef98854a0688fd346c634d3b36dd6d...ab488a80bcd02380341437462d822ef8927e401b","Len":1}...
|
1781256901
|
Edit
Delete
|
|
12343
|
7
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"aaedd036c {"Commits":[{"Sha1":"aaedd036c085282ab1842e42249395b23cb0c2a4","Message":"测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-15T15:58:31+08:00"}],"HeadCommit":{"Sha1":"aaedd036c085282ab1842e42249395b23cb0c2a4","Message":"测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-15T15:58:31+08:00"},"CompareURL":"vodtest/pay/compare/b48ba691a7a1606e11a14fecf3bc3b20f3b598bb...aaedd036c085282ab1842e42249395b23cb0c2a4","Len":1}...
|
1781510316
|
Edit
Delete
|
|
12344
|
9
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"aaedd036c {"Commits":[{"Sha1":"aaedd036c085282ab1842e42249395b23cb0c2a4","Message":"测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-15T15:58:31+08:00"}],"HeadCommit":{"Sha1":"aaedd036c085282ab1842e42249395b23cb0c2a4","Message":"测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-15T15:58:31+08:00"},"CompareURL":"vodtest/pay/compare/b48ba691a7a1606e11a14fecf3bc3b20f3b598bb...aaedd036c085282ab1842e42249395b23cb0c2a4","Len":1}...
|
1781510316
|
Edit
Delete
|
|
12345
|
1
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"aaedd036c {"Commits":[{"Sha1":"aaedd036c085282ab1842e42249395b23cb0c2a4","Message":"测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-15T15:58:31+08:00"}],"HeadCommit":{"Sha1":"aaedd036c085282ab1842e42249395b23cb0c2a4","Message":"测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-15T15:58:31+08:00"},"CompareURL":"vodtest/pay/compare/b48ba691a7a1606e11a14fecf3bc3b20f3b598bb...aaedd036c085282ab1842e42249395b23cb0c2a4","Len":1}...
|
1781510316
|
Edit
Delete
|
|
12346
|
3
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"aaedd036c {"Commits":[{"Sha1":"aaedd036c085282ab1842e42249395b23cb0c2a4","Message":"测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-15T15:58:31+08:00"}],"HeadCommit":{"Sha1":"aaedd036c085282ab1842e42249395b23cb0c2a4","Message":"测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-15T15:58:31+08:00"},"CompareURL":"vodtest/pay/compare/b48ba691a7a1606e11a14fecf3bc3b20f3b598bb...aaedd036c085282ab1842e42249395b23cb0c2a4","Len":1}...
|
1781510316
|
Edit
Delete
|
|
12347
|
4
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"aaedd036c {"Commits":[{"Sha1":"aaedd036c085282ab1842e42249395b23cb0c2a4","Message":"测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-15T15:58:31+08:00"}],"HeadCommit":{"Sha1":"aaedd036c085282ab1842e42249395b23cb0c2a4","Message":"测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-15T15:58:31+08:00"},"CompareURL":"vodtest/pay/compare/b48ba691a7a1606e11a14fecf3bc3b20f3b598bb...aaedd036c085282ab1842e42249395b23cb0c2a4","Len":1}...
|
1781510316
|
Edit
Delete
|
|
12348
|
8
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"aaedd036c {"Commits":[{"Sha1":"aaedd036c085282ab1842e42249395b23cb0c2a4","Message":"测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-15T15:58:31+08:00"}],"HeadCommit":{"Sha1":"aaedd036c085282ab1842e42249395b23cb0c2a4","Message":"测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-15T15:58:31+08:00"},"CompareURL":"vodtest/pay/compare/b48ba691a7a1606e11a14fecf3bc3b20f3b598bb...aaedd036c085282ab1842e42249395b23cb0c2a4","Len":1}...
|
1781510316
|
Edit
Delete
|
|
12349
|
10
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"aaedd036c {"Commits":[{"Sha1":"aaedd036c085282ab1842e42249395b23cb0c2a4","Message":"测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-15T15:58:31+08:00"}],"HeadCommit":{"Sha1":"aaedd036c085282ab1842e42249395b23cb0c2a4","Message":"测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-15T15:58:31+08:00"},"CompareURL":"vodtest/pay/compare/b48ba691a7a1606e11a14fecf3bc3b20f3b598bb...aaedd036c085282ab1842e42249395b23cb0c2a4","Len":1}...
|
1781510316
|
Edit
Delete
|
|
12350
|
11
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"aaedd036c {"Commits":[{"Sha1":"aaedd036c085282ab1842e42249395b23cb0c2a4","Message":"测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-15T15:58:31+08:00"}],"HeadCommit":{"Sha1":"aaedd036c085282ab1842e42249395b23cb0c2a4","Message":"测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-15T15:58:31+08:00"},"CompareURL":"vodtest/pay/compare/b48ba691a7a1606e11a14fecf3bc3b20f3b598bb...aaedd036c085282ab1842e42249395b23cb0c2a4","Len":1}...
|
1781510316
|
Edit
Delete
|
|
1902
|
3
|
5
|
3
|
21
|
0
|
0
|
refs/heads/pay-260519
|
0
|
{"Commits":[{"Sha1":"aaebc36ff {"Commits":[{"Sha1":"aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Message":"过滤文件修改\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T14:03:13+08:00"},{"Sha1":"f951f161c7a57883b067390c3d7714594f1bc67f","Message":"260519分支分支\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T13:59:50+08:00"}],"HeadCommit":{"Sha1":"aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Message":"过滤文件修改\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T14:03:13+08:00"},"CompareURL":"vodtest/pay/compare/865937206384f1201c0e2f2b61489d0b383baf28...aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Len":2}...
|
1778565803
|
Edit
Delete
|
|
1903
|
9
|
5
|
3
|
21
|
0
|
0
|
refs/heads/pay-260519
|
0
|
{"Commits":[{"Sha1":"aaebc36ff {"Commits":[{"Sha1":"aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Message":"过滤文件修改\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T14:03:13+08:00"},{"Sha1":"f951f161c7a57883b067390c3d7714594f1bc67f","Message":"260519分支分支\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T13:59:50+08:00"}],"HeadCommit":{"Sha1":"aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Message":"过滤文件修改\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T14:03:13+08:00"},"CompareURL":"vodtest/pay/compare/865937206384f1201c0e2f2b61489d0b383baf28...aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Len":2}...
|
1778565803
|
Edit
Delete
|
|
1904
|
1
|
5
|
3
|
21
|
0
|
0
|
refs/heads/pay-260519
|
0
|
{"Commits":[{"Sha1":"aaebc36ff {"Commits":[{"Sha1":"aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Message":"过滤文件修改\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T14:03:13+08:00"},{"Sha1":"f951f161c7a57883b067390c3d7714594f1bc67f","Message":"260519分支分支\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T13:59:50+08:00"}],"HeadCommit":{"Sha1":"aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Message":"过滤文件修改\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T14:03:13+08:00"},"CompareURL":"vodtest/pay/compare/865937206384f1201c0e2f2b61489d0b383baf28...aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Len":2}...
|
1778565803
|
Edit
Delete
|
|
1905
|
7
|
5
|
3
|
21
|
0
|
0
|
refs/heads/pay-260519
|
0
|
{"Commits":[{"Sha1":"aaebc36ff {"Commits":[{"Sha1":"aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Message":"过滤文件修改\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T14:03:13+08:00"},{"Sha1":"f951f161c7a57883b067390c3d7714594f1bc67f","Message":"260519分支分支\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T13:59:50+08:00"}],"HeadCommit":{"Sha1":"aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Message":"过滤文件修改\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T14:03:13+08:00"},"CompareURL":"vodtest/pay/compare/865937206384f1201c0e2f2b61489d0b383baf28...aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Len":2}...
|
1778565803
|
Edit
Delete
|
|
1906
|
8
|
5
|
3
|
21
|
0
|
0
|
refs/heads/pay-260519
|
0
|
{"Commits":[{"Sha1":"aaebc36ff {"Commits":[{"Sha1":"aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Message":"过滤文件修改\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T14:03:13+08:00"},{"Sha1":"f951f161c7a57883b067390c3d7714594f1bc67f","Message":"260519分支分支\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T13:59:50+08:00"}],"HeadCommit":{"Sha1":"aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Message":"过滤文件修改\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T14:03:13+08:00"},"CompareURL":"vodtest/pay/compare/865937206384f1201c0e2f2b61489d0b383baf28...aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Len":2}...
|
1778565803
|
Edit
Delete
|
|
1907
|
10
|
5
|
3
|
21
|
0
|
0
|
refs/heads/pay-260519
|
0
|
{"Commits":[{"Sha1":"aaebc36ff {"Commits":[{"Sha1":"aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Message":"过滤文件修改\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T14:03:13+08:00"},{"Sha1":"f951f161c7a57883b067390c3d7714594f1bc67f","Message":"260519分支分支\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T13:59:50+08:00"}],"HeadCommit":{"Sha1":"aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Message":"过滤文件修改\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T14:03:13+08:00"},"CompareURL":"vodtest/pay/compare/865937206384f1201c0e2f2b61489d0b383baf28...aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Len":2}...
|
1778565803
|
Edit
Delete
|
|
1908
|
11
|
5
|
3
|
21
|
0
|
0
|
refs/heads/pay-260519
|
0
|
{"Commits":[{"Sha1":"aaebc36ff {"Commits":[{"Sha1":"aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Message":"过滤文件修改\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T14:03:13+08:00"},{"Sha1":"f951f161c7a57883b067390c3d7714594f1bc67f","Message":"260519分支分支\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T13:59:50+08:00"}],"HeadCommit":{"Sha1":"aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Message":"过滤文件修改\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-05-12T14:03:13+08:00"},"CompareURL":"vodtest/pay/compare/865937206384f1201c0e2f2b61489d0b383baf28...aaebc36ff8ec6ec5084ee033bfbe0d2a6d3ecf25","Len":2}...
|
1778565803
|
Edit
Delete
|
|
5196
|
4
|
5
|
4
|
27
|
0
|
0
|
refs/heads/main
|
1
|
{"Commits":[{"Sha1":"aabeecb96 {"Commits":[{"Sha1":"aabeecb96a6025fb42becd8cd25ed1f62213747a","Message":"Initial commit: lyric-driven AI video generation\n\n- Auto ASR lyric recognition (DashScope Paraformer-v2)\n- Every 2 lyric lines generate one scene\n- Lyric imagery drives image prompt generation\n- Segment parallel I2V for speed\n- Fade transition between clips synced to lyrics\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"laiqiaojie@gitea.g-hi.com","AuthorName":"laiqiaojie","CommitterEmail":"laiqiaojie@gitea.g-hi.com","CommitterName":"laiqiaojie","Timestamp":"2026-05-25T22:04:55+08:00"}],"HeadCommit":{"Sha1":"aabeecb96a6025fb42becd8cd25ed1f62213747a","Message":"Initial commit: lyric-driven AI video generation\n\n- Auto ASR lyric recognition (DashScope Paraformer-v2)\n- Every 2 lyric lines generate one scene\n- Lyric imagery drives image prompt generation\n- Segment parallel I2V for speed\n- Fade transition between clips synced to lyrics\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"laiqiaojie@gitea.g-hi.com","AuthorName":"laiqiaojie","CommitterEmail":"laiqiaojie@gitea.g-hi.com","CommitterName":"laiqiaojie","Timestamp":"2026-05-25T22:04:55+08:00"},"CompareURL":"","Len":1}...
|
1779718439
|
Edit
Delete
|
|
7007
|
7
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"aa91fcb84 {"Commits":[{"Sha1":"aa91fcb8438c82a64a84133815c1a22bf980f07d","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-01T14:11:51+08:00"}],"HeadCommit":{"Sha1":"aa91fcb8438c82a64a84133815c1a22bf980f07d","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-01T14:11:51+08:00"},"CompareURL":"vodtest/pay/compare/bc2d373503a6800f7a8011d91dd9c460e3ff14d5...aa91fcb8438c82a64a84133815c1a22bf980f07d","Len":1}...
|
1780294316
|
Edit
Delete
|
|
7008
|
9
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"aa91fcb84 {"Commits":[{"Sha1":"aa91fcb8438c82a64a84133815c1a22bf980f07d","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-01T14:11:51+08:00"}],"HeadCommit":{"Sha1":"aa91fcb8438c82a64a84133815c1a22bf980f07d","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-01T14:11:51+08:00"},"CompareURL":"vodtest/pay/compare/bc2d373503a6800f7a8011d91dd9c460e3ff14d5...aa91fcb8438c82a64a84133815c1a22bf980f07d","Len":1}...
|
1780294316
|
Edit
Delete
|
|
7009
|
1
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"aa91fcb84 {"Commits":[{"Sha1":"aa91fcb8438c82a64a84133815c1a22bf980f07d","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-01T14:11:51+08:00"}],"HeadCommit":{"Sha1":"aa91fcb8438c82a64a84133815c1a22bf980f07d","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-01T14:11:51+08:00"},"CompareURL":"vodtest/pay/compare/bc2d373503a6800f7a8011d91dd9c460e3ff14d5...aa91fcb8438c82a64a84133815c1a22bf980f07d","Len":1}...
|
1780294316
|
Edit
Delete
|
|
7010
|
3
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"aa91fcb84 {"Commits":[{"Sha1":"aa91fcb8438c82a64a84133815c1a22bf980f07d","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-01T14:11:51+08:00"}],"HeadCommit":{"Sha1":"aa91fcb8438c82a64a84133815c1a22bf980f07d","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-01T14:11:51+08:00"},"CompareURL":"vodtest/pay/compare/bc2d373503a6800f7a8011d91dd9c460e3ff14d5...aa91fcb8438c82a64a84133815c1a22bf980f07d","Len":1}...
|
1780294316
|
Edit
Delete
|
|
7011
|
4
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"aa91fcb84 {"Commits":[{"Sha1":"aa91fcb8438c82a64a84133815c1a22bf980f07d","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-01T14:11:51+08:00"}],"HeadCommit":{"Sha1":"aa91fcb8438c82a64a84133815c1a22bf980f07d","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-01T14:11:51+08:00"},"CompareURL":"vodtest/pay/compare/bc2d373503a6800f7a8011d91dd9c460e3ff14d5...aa91fcb8438c82a64a84133815c1a22bf980f07d","Len":1}...
|
1780294316
|
Edit
Delete
|
|
7012
|
8
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"aa91fcb84 {"Commits":[{"Sha1":"aa91fcb8438c82a64a84133815c1a22bf980f07d","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-01T14:11:51+08:00"}],"HeadCommit":{"Sha1":"aa91fcb8438c82a64a84133815c1a22bf980f07d","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-01T14:11:51+08:00"},"CompareURL":"vodtest/pay/compare/bc2d373503a6800f7a8011d91dd9c460e3ff14d5...aa91fcb8438c82a64a84133815c1a22bf980f07d","Len":1}...
|
1780294316
|
Edit
Delete
|
|
7013
|
10
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"aa91fcb84 {"Commits":[{"Sha1":"aa91fcb8438c82a64a84133815c1a22bf980f07d","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-01T14:11:51+08:00"}],"HeadCommit":{"Sha1":"aa91fcb8438c82a64a84133815c1a22bf980f07d","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-01T14:11:51+08:00"},"CompareURL":"vodtest/pay/compare/bc2d373503a6800f7a8011d91dd9c460e3ff14d5...aa91fcb8438c82a64a84133815c1a22bf980f07d","Len":1}...
|
1780294316
|
Edit
Delete
|
|
7014
|
11
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"aa91fcb84 {"Commits":[{"Sha1":"aa91fcb8438c82a64a84133815c1a22bf980f07d","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-01T14:11:51+08:00"}],"HeadCommit":{"Sha1":"aa91fcb8438c82a64a84133815c1a22bf980f07d","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-01T14:11:51+08:00"},"CompareURL":"vodtest/pay/compare/bc2d373503a6800f7a8011d91dd9c460e3ff14d5...aa91fcb8438c82a64a84133815c1a22bf980f07d","Len":1}...
|
1780294316
|
Edit
Delete
|
|
2959
|
7
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260519
|
0
|
{"Commits":[{"Sha1":"aa880e506 {"Commits":[{"Sha1":"aa880e50672277db9650328ede3b2b261906d202","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-19T13:18:15+08:00"}],"HeadCommit":{"Sha1":"aa880e50672277db9650328ede3b2b261906d202","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-19T13:18:15+08:00"},"CompareURL":"vodtest/pay/compare/cdacd84f9016e1024221f4b7a4666b5c44d76979...aa880e50672277db9650328ede3b2b261906d202","Len":1}...
|
1779167906
|
Edit
Delete
|
|
2960
|
9
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260519
|
0
|
{"Commits":[{"Sha1":"aa880e506 {"Commits":[{"Sha1":"aa880e50672277db9650328ede3b2b261906d202","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-19T13:18:15+08:00"}],"HeadCommit":{"Sha1":"aa880e50672277db9650328ede3b2b261906d202","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-19T13:18:15+08:00"},"CompareURL":"vodtest/pay/compare/cdacd84f9016e1024221f4b7a4666b5c44d76979...aa880e50672277db9650328ede3b2b261906d202","Len":1}...
|
1779167906
|
Edit
Delete
|
|
2961
|
1
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260519
|
0
|
{"Commits":[{"Sha1":"aa880e506 {"Commits":[{"Sha1":"aa880e50672277db9650328ede3b2b261906d202","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-19T13:18:15+08:00"}],"HeadCommit":{"Sha1":"aa880e50672277db9650328ede3b2b261906d202","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-19T13:18:15+08:00"},"CompareURL":"vodtest/pay/compare/cdacd84f9016e1024221f4b7a4666b5c44d76979...aa880e50672277db9650328ede3b2b261906d202","Len":1}...
|
1779167906
|
Edit
Delete
|
|
2962
|
3
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260519
|
0
|
{"Commits":[{"Sha1":"aa880e506 {"Commits":[{"Sha1":"aa880e50672277db9650328ede3b2b261906d202","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-19T13:18:15+08:00"}],"HeadCommit":{"Sha1":"aa880e50672277db9650328ede3b2b261906d202","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-19T13:18:15+08:00"},"CompareURL":"vodtest/pay/compare/cdacd84f9016e1024221f4b7a4666b5c44d76979...aa880e50672277db9650328ede3b2b261906d202","Len":1}...
|
1779167906
|
Edit
Delete
|
|
2963
|
4
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260519
|
0
|
{"Commits":[{"Sha1":"aa880e506 {"Commits":[{"Sha1":"aa880e50672277db9650328ede3b2b261906d202","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-19T13:18:15+08:00"}],"HeadCommit":{"Sha1":"aa880e50672277db9650328ede3b2b261906d202","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-19T13:18:15+08:00"},"CompareURL":"vodtest/pay/compare/cdacd84f9016e1024221f4b7a4666b5c44d76979...aa880e50672277db9650328ede3b2b261906d202","Len":1}...
|
1779167906
|
Edit
Delete
|
|
2964
|
8
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260519
|
0
|
{"Commits":[{"Sha1":"aa880e506 {"Commits":[{"Sha1":"aa880e50672277db9650328ede3b2b261906d202","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-19T13:18:15+08:00"}],"HeadCommit":{"Sha1":"aa880e50672277db9650328ede3b2b261906d202","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-19T13:18:15+08:00"},"CompareURL":"vodtest/pay/compare/cdacd84f9016e1024221f4b7a4666b5c44d76979...aa880e50672277db9650328ede3b2b261906d202","Len":1}...
|
1779167906
|
Edit
Delete
|
|
2965
|
10
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260519
|
0
|
{"Commits":[{"Sha1":"aa880e506 {"Commits":[{"Sha1":"aa880e50672277db9650328ede3b2b261906d202","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-19T13:18:15+08:00"}],"HeadCommit":{"Sha1":"aa880e50672277db9650328ede3b2b261906d202","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-19T13:18:15+08:00"},"CompareURL":"vodtest/pay/compare/cdacd84f9016e1024221f4b7a4666b5c44d76979...aa880e50672277db9650328ede3b2b261906d202","Len":1}...
|
1779167906
|
Edit
Delete
|
|
2966
|
11
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260519
|
0
|
{"Commits":[{"Sha1":"aa880e506 {"Commits":[{"Sha1":"aa880e50672277db9650328ede3b2b261906d202","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-19T13:18:15+08:00"}],"HeadCommit":{"Sha1":"aa880e50672277db9650328ede3b2b261906d202","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-19T13:18:15+08:00"},"CompareURL":"vodtest/pay/compare/cdacd84f9016e1024221f4b7a4666b5c44d76979...aa880e50672277db9650328ede3b2b261906d202","Len":1}...
|
1779167906
|
Edit
Delete
|
|
2152
|
5
|
5
|
5
|
6
|
0
|
0
|
refs/heads/claude/bold-raman-0239cc
|
0
|
{"Commits":[{"Sha1":"aa3f9e8b4 {"Commits":[{"Sha1":"aa3f9e8b4a7ff81e2d629a00345bab76bd22898e","Message":"ci(gitea): 改用 step-level continue-on-error(Gitea 不传播 job-level 到 run conclusion)\n\nrun #23261 现象:unit-tests / governance-audit 两个 job 已设 job-level\ncontinue-on-error,但整体 run conclusion 仍 = failure。\n\n根因:Gitea act_runner v0.2.13 与 GitHub Actions 行为不同 ——\njob-level continue-on-error 只让\"依赖该 job 的下游 job\"不被阻断,\n但 Gitea 把 run 整体 conclusion 聚合为 failure(只要有 job 结论 failure,\n即便它 continue-on-error)。GitHub 则会把 continue-on-error job 视为\nneutral 不计入 run 失败。\n\n修复:在两个真正出错的 step 上加 step-level continue-on-error\n(Gitea 可靠 honor step→job→run 这条链):\n- \"Run unit tests\" step\n- \"校验 HIGH+CRITICAL+MEDIUM=0 与 dashboard 自检\" step\njob-level continue-on-error 保留(文档化意图 + 双保险)。\nverdict / 测试结果仍打到日志,信号不丢;完整 H+C+M=0 强制仍在\n.github/workflows + 本地 pre-commit。硬门禁 frontend-typecheck /\nlint-and-typecheck 不受影响仍强制。\n\nCo-Authored-By: Claude Opus 4.7 (1M context) \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"luoguoguo@gmail.com","AuthorName":"luoguoguo","CommitterEmail":"luoguoguo@gmail.com","CommitterName":"luoguoguo","Timestamp":"2026-05-15T09:58:02-07:00"}],"HeadCommit":{"Sha1":"aa3f9e8b4a7ff81e2d629a00345bab76bd22898e","Message":"ci(gitea): 改用 step-level continue-on-error(Gitea 不传播 job-level 到 run conclusion)\n\nrun #23261 现象:unit-tests / governance-audit 两个 job 已设 job-level\ncontinue-on-error,但整体 run conclusion 仍 = failure。\n\n根因:Gitea act_runner v0.2.13 与 GitHub Actions 行为不同 ——\njob-level continue-on-error 只让\"依赖该 job 的下游 job\"不被阻断,\n但 Gitea 把 run 整体 conclusion 聚合为 failure(只要有 job 结论 failure,\n即便它 continue-on-error)。GitHub 则会把 continue-on-error job 视为\nneutral 不计入 run 失败。\n\n修复:在两个真正出错的 step 上加 step-level continue-on-error\n(Gitea 可靠 honor step→job→run 这条链):\n- \"Run unit tests\" step\n- \"校验 HIGH+CRITICAL+MEDIUM=0 与 dashboard 自检\" step\njob-level continue-on-error 保留(文档化意图 + 双保险)。\nverdict / 测试结果仍打到日志,信号不丢;完整 H+C+M=0 强制仍在\n.github/workflows + 本地 pre-commit。硬门禁 frontend-typecheck /\nlint-and-typecheck 不受影响仍强制。\n\nCo-Authored-By: Claude Opus 4.7 (1M context) \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"luoguoguo@gmail.com","AuthorName":"luoguoguo","CommitterEmail":"luoguoguo@gmail.com","CommitterName":"luoguoguo","Timestamp":"2026-05-15T09:58:02-07:00"},"CompareURL":"luoanwu/juhi-omni-knowledge-hub/compare/58dfbcbadca38d7a2f0fd6fa5b7ed48281afd735...aa3f9e8b4a7ff81e2d629a00345bab76bd22898e","Len":1}...
|
1778864329
|
Edit
Delete
|
|
851
|
8
|
5
|
8
|
18
|
0
|
0
|
refs/heads/pc-260519
|
0
|
{"Commits":[{"Sha1":"a9c1f8554 {"Commits":[{"Sha1":"a9c1f85546c8e6618438e73fb11c2b7e8b4e622f","Message":"需求 开房套餐价格增加时间搜索 16239\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-04-13T15:46:35+08:00"}],"HeadCommit":{"Sha1":"a9c1f85546c8e6618438e73fb11c2b7e8b4e622f","Message":"需求 开房套餐价格增加时间搜索 16239\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-04-13T15:46:35+08:00"},"CompareURL":"vodtest/pc/compare/9dac29824c41bd41147caf7a67b0d4bb2d1a9e2e...a9c1f85546c8e6618438e73fb11c2b7e8b4e622f","Len":1}...
|
1776066401
|
Edit
Delete
|
|
852
|
9
|
5
|
8
|
18
|
0
|
0
|
refs/heads/pc-260519
|
0
|
{"Commits":[{"Sha1":"a9c1f8554 {"Commits":[{"Sha1":"a9c1f85546c8e6618438e73fb11c2b7e8b4e622f","Message":"需求 开房套餐价格增加时间搜索 16239\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-04-13T15:46:35+08:00"}],"HeadCommit":{"Sha1":"a9c1f85546c8e6618438e73fb11c2b7e8b4e622f","Message":"需求 开房套餐价格增加时间搜索 16239\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-04-13T15:46:35+08:00"},"CompareURL":"vodtest/pc/compare/9dac29824c41bd41147caf7a67b0d4bb2d1a9e2e...a9c1f85546c8e6618438e73fb11c2b7e8b4e622f","Len":1}...
|
1776066401
|
Edit
Delete
|
|
853
|
1
|
5
|
8
|
18
|
0
|
0
|
refs/heads/pc-260519
|
0
|
{"Commits":[{"Sha1":"a9c1f8554 {"Commits":[{"Sha1":"a9c1f85546c8e6618438e73fb11c2b7e8b4e622f","Message":"需求 开房套餐价格增加时间搜索 16239\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-04-13T15:46:35+08:00"}],"HeadCommit":{"Sha1":"a9c1f85546c8e6618438e73fb11c2b7e8b4e622f","Message":"需求 开房套餐价格增加时间搜索 16239\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-04-13T15:46:35+08:00"},"CompareURL":"vodtest/pc/compare/9dac29824c41bd41147caf7a67b0d4bb2d1a9e2e...a9c1f85546c8e6618438e73fb11c2b7e8b4e622f","Len":1}...
|
1776066401
|
Edit
Delete
|
|
854
|
3
|
5
|
8
|
18
|
0
|
0
|
refs/heads/pc-260519
|
0
|
{"Commits":[{"Sha1":"a9c1f8554 {"Commits":[{"Sha1":"a9c1f85546c8e6618438e73fb11c2b7e8b4e622f","Message":"需求 开房套餐价格增加时间搜索 16239\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-04-13T15:46:35+08:00"}],"HeadCommit":{"Sha1":"a9c1f85546c8e6618438e73fb11c2b7e8b4e622f","Message":"需求 开房套餐价格增加时间搜索 16239\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-04-13T15:46:35+08:00"},"CompareURL":"vodtest/pc/compare/9dac29824c41bd41147caf7a67b0d4bb2d1a9e2e...a9c1f85546c8e6618438e73fb11c2b7e8b4e622f","Len":1}...
|
1776066401
|
Edit
Delete
|
|
855
|
7
|
5
|
8
|
18
|
0
|
0
|
refs/heads/pc-260519
|
0
|
{"Commits":[{"Sha1":"a9c1f8554 {"Commits":[{"Sha1":"a9c1f85546c8e6618438e73fb11c2b7e8b4e622f","Message":"需求 开房套餐价格增加时间搜索 16239\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-04-13T15:46:35+08:00"}],"HeadCommit":{"Sha1":"a9c1f85546c8e6618438e73fb11c2b7e8b4e622f","Message":"需求 开房套餐价格增加时间搜索 16239\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-04-13T15:46:35+08:00"},"CompareURL":"vodtest/pc/compare/9dac29824c41bd41147caf7a67b0d4bb2d1a9e2e...a9c1f85546c8e6618438e73fb11c2b7e8b4e622f","Len":1}...
|
1776066401
|
Edit
Delete
|