|
29569
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/feat/u31-u33-u34-consumer-feedback
|
0
|
{"Commits":[{"Sha1":"a76562a9c {"Commits":[{"Sha1":"a76562a9c4710a6763243f4f1e1b87f12461b429","Message":"chore(reports): rebind gate reports to 66d02e6\n\n本轮 pnpm check(exit 0,30 项)与治理回归 183/183 的报告产物,按仓纪律 §5 落在实现提交之后。\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-14T06:52:39-07:00"},{"Sha1":"66d02e665eba56a132e0c68a0916fdbb54f535e1","Message":"feat(governance,client-fact): land U-31 / U-33 / U-34 consumer feedback\n\n真实上层接入(digital-employee-os 的 os-employment-projection)暴露的三条缺口,\n按回灌纪律「机器门禁 \u003e 手册条目 \u003e 口头经验」落到本仓。\n\nU-33(机器门禁):check:pins 只读 package.json 的版本字符串,\n`\"@juhai/client-fact\": \"1.0.0-rc.2\"` 在它眼里是完美 exact pin,而 pnpm-lock.yaml 可以把同一个\n包解析到临时目录的 tarball(实测:会话 scratchpad 下的 file:/private/tmp/...tgz)。这比明着写\nfile: 依赖更危险——所有既有门禁全绿,只有别人 clone 后 pnpm install 失败才暴露。现把判据下沉到\nlockfile 的解析结果:@juhai/* 的 resolution tarball 必须落在 .npmrc 声明的 scope registry 下;\n非 registry 来源须在 platform-dependency-deviations.json 完整登记(五字段全填且未过期);\n临时目录来源不可登记豁免。\n\n不误伤既有上层仓的三条:无 lockfile 不判定;lockfile 里没有 @juhai 外部条目(纯 workspace 消费)\n不判定、也不要求 .npmrc;只有真的存在外部解析才要求声明 registry。本仓自测 checked=0 通过,\n对 OS 仓实测 4 个解析来源全部合规。\n\nU-34 / U-31(包契约):client-fact 此前没有 README,而 clients/README 却说\"实现与验收见包 README\"。\n新建并加进 files:\n- baseUrl 必须含 /api 前缀——本包用相对 URL 解析端点,少写 /api 不报错而是让所有回查 404,\n 消费者若把 404 当\"事实不存在\"就会判 UNTRUSTED_FACT、三次进死信;一个配置漏字母把整条摄入\n 变成全量死信。同时写明 404 / 不可达 / 未配置三种情况的不同处置。\n- 迁移模板只给表:策略无 TO 子句(对 PUBLIC 生效,system 角色同样被挡)且全文无 GRANT,\n 消费者若用低权限运行角色,照抄后对五张表没有任何权限。契约改为\"表 DDL 逐字照用,\n GRANT 与策略角色绑定由消费者按自身角色模型补齐\"。\n- 附 rc.3 的 STALE 行为变更与\"升级后应删除边界翻译\"。\n\n验证:新增 governance/test/check-pins.test.mjs 10 例(1 正向 + 6 负向判据 + 3 条不误伤);\n治理回归 183/183;根 pnpm check exit 0(30 项)。\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-14T06:52:14-07:00"},{"Sha1":"036a308f27acf35a46f068c96fea7723ef74d05e","Message":"feat(client-fact): U-29 判落后版本为 STALE,不再当毒消息\n\n真实消费者接入(digital-employee-os 的 os-employment-projection)暴露:applyOne 在\nversion \u003c= watermark 时抛 FactRejected(\"UNPROCESSED_VERSION_BEHIND_WATERMARK\"),\n而 handle 把任何 FactRejected 计入 attempts——至少一次投递下的**正常迟到重投**三次即\n被打进死信,与\"内容有毒\"共用一套判据;类型里写着的 \"STALE\" 返回值反而不可达。\n平台自己的主线 e2e 用合成宿主表,从不重放已过水位的事实,因此一直照不出这条。\n\n改为返回 \"STALE\",并顺手删掉该 fact 可能留在 gap 缓冲里的副本:落后事实永远等不到\nprevious_version = 水位,留着只会把缓冲占满到 GAP_BUFFER_FULL,drain 循环也会空转。\n\n证据:runtime/test/e2e/mainline.test.ts 新增断言——清掉 processed 行后重放旧事实,\n连判三次 STALE、platform_client_fact_failure 无行、投影仍停在 11;该文件 6/6 通过\n(真实 M3/M5/M6 库 + Redpanda,MAINLINE_ENV=ms23)。治理负向回归 173/173、\ncheck:pins 34 个 package.json 全 exact pin、根 pnpm check 全链通过。\n\n发布列车三件套同步升到 1.0.0-rc.3,**尚未发布**:rc.2 已在 Registry 且不可覆盖,\n上层在 rc.3 发布前继续 pin rc.2 并在边界做错误码翻译。\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-13T22:10:52-07:00"}],"HeadCommit":{"Sha1":"a76562a9c4710a6763243f4f1e1b87f12461b429","Message":"chore(reports): rebind gate reports to 66d02e6\n\n本轮 pnpm check(exit 0,30 项)与治理回归 183/183 的报告产物,按仓纪律 §5 落在实现提交之后。\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-14T06:52:39-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/d1ef5414093aa67ff4b8e2b7af8d13be86aed7ba...a76562a9c4710a6763243f4f1e1b87f12461b429","Len":3}...
|
1789393970
|
Edit
Delete
|
|
29568
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/feat/u31-u33-u34-consumer-feedback
|
0
|
|
1789393970
|
Edit
Delete
|
|
29563
|
4
|
6
|
4
|
85
|
0
|
0
|
|
1
|
8|按省市统计设备月度新增上线数量报表
|
1789379887
|
Edit
Delete
|
|
29561
|
18
|
5
|
17
|
69
|
0
|
0
|
refs/heads/chanpin-20260915
|
0
|
{"Commits":[{"Sha1":"b2ef60920 {"Commits":[{"Sha1":"b2ef609201a49539da6cc0a3497bccc65b2998d0","Message":"对齐小程序版本操作弹窗交互\n","AuthorEmail":"linmingzhang@g-hi.com","AuthorName":"linmingzhang","CommitterEmail":"linmingzhang@g-hi.com","CommitterName":"linmingzhang","Timestamp":"2026-09-14T17:34:10+08:00"}],"HeadCommit":{"Sha1":"b2ef609201a49539da6cc0a3497bccc65b2998d0","Message":"对齐小程序版本操作弹窗交互\n","AuthorEmail":"linmingzhang@g-hi.com","AuthorName":"linmingzhang","CommitterEmail":"linmingzhang@g-hi.com","CommitterName":"linmingzhang","Timestamp":"2026-09-14T17:34:10+08:00"},"CompareURL":"linmingzhang/ktv-booking-prototype/compare/a9550ab002aabfb3e87e546c69589619403a26d8...b2ef609201a49539da6cc0a3497bccc65b2998d0","Len":1}...
|
1789378538
|
Edit
Delete
|
|
29560
|
17
|
5
|
17
|
69
|
0
|
0
|
refs/heads/chanpin-20260915
|
0
|
{"Commits":[{"Sha1":"b2ef60920 {"Commits":[{"Sha1":"b2ef609201a49539da6cc0a3497bccc65b2998d0","Message":"对齐小程序版本操作弹窗交互\n","AuthorEmail":"linmingzhang@g-hi.com","AuthorName":"linmingzhang","CommitterEmail":"linmingzhang@g-hi.com","CommitterName":"linmingzhang","Timestamp":"2026-09-14T17:34:10+08:00"}],"HeadCommit":{"Sha1":"b2ef609201a49539da6cc0a3497bccc65b2998d0","Message":"对齐小程序版本操作弹窗交互\n","AuthorEmail":"linmingzhang@g-hi.com","AuthorName":"linmingzhang","CommitterEmail":"linmingzhang@g-hi.com","CommitterName":"linmingzhang","Timestamp":"2026-09-14T17:34:10+08:00"},"CompareURL":"linmingzhang/ktv-booking-prototype/compare/a9550ab002aabfb3e87e546c69589619403a26d8...b2ef609201a49539da6cc0a3497bccc65b2998d0","Len":1}...
|
1789378538
|
Edit
Delete
|
|
29559
|
4
|
5
|
4
|
24
|
0
|
0
|
refs/heads/admin
|
1
|
{"Commits":[{"Sha1":"647573c74 {"Commits":[{"Sha1":"647573c7474c2cdd599943bd92b44ab6321416a1","Message":"Merge pull request '[Web前端] 按省市统计设备月度新增上线数量报表' (#2) from feature/device-online-stats-web into admin\n\nReviewed-on: https://gitea.g-hi.com/laiqiaojie/admin/pulls/2\n","AuthorEmail":"584481098@qq.com","AuthorName":"laiqiaojie","CommitterEmail":"584481098@qq.com","CommitterName":"laiqiaojie","Timestamp":"2026-09-14T17:14:32+08:00"},{"Sha1":"de1d21cc9cfda8d34fe7562f7329cf6f9a425a70","Message":"fix: 修复父菜单 url 为空时路由拼出双斜杠的问题\n\nmenuItemPath(menu.vue)和 secondMenu(index_content.vue)在父菜单\n_requester_url 为空时,拼接路由生成 //child,导致 Vue Router 无法匹配。\n改为空串时跳过 prefix,确保路由始终为 /child 格式。\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"dqdy1517@gmail.com","AuthorName":"laiqiaojie","CommitterEmail":"dqdy1517@gmail.com","CommitterName":"laiqiaojie","Timestamp":"2026-09-14T17:09:35+08:00"},{"Sha1":"6efac809112f6384dd2bf6bc47372d72db0ddc2a","Message":"feat: 新增设备上线分布 Web 报表页面\n\n按省市统计设备月度新增上线数量,支持下钻查看城市分布。\n对接 DeviceOnlineStats 接口(Issue #5)。\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"dqdy1517@gmail.com","AuthorName":"laiqiaojie","CommitterEmail":"dqdy1517@gmail.com","CommitterName":"laiqiaojie","Timestamp":"2026-09-01T15:17:51+08:00"},{"Sha1":"145ff9f2f3159ae6a2961ea2209ec639ab80088e","Message":"fix: 修正 month 参数范围校验并排除未绑定门店设备的脏分组\n","AuthorEmail":"dqdy1517@gmail.com","AuthorName":"laiqiaojie","CommitterEmail":"dqdy1517@gmail.com","CommitterName":"laiqiaojie","Timestamp":"2026-09-01T14:28:55+08:00"},{"Sha1":"5990a2bca428127e7e794270ba4da5076c88eb66","Message":"test: 新增设备上线分布接口冒烟测试\n","AuthorEmail":"dqdy1517@gmail.com","AuthorName":"laiqiaojie","CommitterEmail":"dqdy1517@gmail.com","CommitterName":"laiqiaojie","Timestamp":"2026-09-01T13:21:08+08:00"}],"HeadCommit":{"Sha1":"647573c7474c2cdd599943bd92b44ab6321416a1","Message":"Merge pull request '[Web前端] 按省市统计设备月度新增上线数量报表' (#2) from feature/device-online-stats-web into admin\n\nReviewed-on: https://gitea.g-hi.com/laiqiaojie/admin/pulls/2\n","AuthorEmail":"584481098@qq.com","AuthorName":"laiqiaojie","CommitterEmail":"584481098@qq.com","CommitterName":"laiqiaojie","Timestamp":"2026-09-14T17:14:32+08:00"},"CompareURL":"laiqiaojie/admin/compare/b454b46b071053a76263ac3b909c95b4dc18feb4...647573c7474c2cdd599943bd92b44ab6321416a1","Len":9}...
|
1789377274
|
Edit
Delete
|
|
29557
|
4
|
11
|
4
|
24
|
0
|
0
|
|
1
|
2|[Web前端] 按省市统计设备月度新增上线数量报表
|
1789377273
|
Edit
Delete
|
|
29555
|
4
|
5
|
4
|
24
|
0
|
0
|
refs/heads/feature/device-online-stats-web
|
1
|
{"Commits":[{"Sha1":"de1d21cc9 {"Commits":[{"Sha1":"de1d21cc9cfda8d34fe7562f7329cf6f9a425a70","Message":"fix: 修复父菜单 url 为空时路由拼出双斜杠的问题\n\nmenuItemPath(menu.vue)和 secondMenu(index_content.vue)在父菜单\n_requester_url 为空时,拼接路由生成 //child,导致 Vue Router 无法匹配。\n改为空串时跳过 prefix,确保路由始终为 /child 格式。\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"dqdy1517@gmail.com","AuthorName":"laiqiaojie","CommitterEmail":"dqdy1517@gmail.com","CommitterName":"laiqiaojie","Timestamp":"2026-09-14T17:09:35+08:00"}],"HeadCommit":{"Sha1":"de1d21cc9cfda8d34fe7562f7329cf6f9a425a70","Message":"fix: 修复父菜单 url 为空时路由拼出双斜杠的问题\n\nmenuItemPath(menu.vue)和 secondMenu(index_content.vue)在父菜单\n_requester_url 为空时,拼接路由生成 //child,导致 Vue Router 无法匹配。\n改为空串时跳过 prefix,确保路由始终为 /child 格式。\n\nCo-Authored-By: Claude Sonnet 4.6 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"dqdy1517@gmail.com","AuthorName":"laiqiaojie","CommitterEmail":"dqdy1517@gmail.com","CommitterName":"laiqiaojie","Timestamp":"2026-09-14T17:09:35+08:00"},"CompareURL":"laiqiaojie/admin/compare/6efac809112f6384dd2bf6bc47372d72db0ddc2a...de1d21cc9cfda8d34fe7562f7329cf6f9a425a70","Len":1}...
|
1789377001
|
Edit
Delete
|
|
29554
|
11
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260915
|
0
|
{"Commits":[{"Sha1":"730f5d56d {"Commits":[{"Sha1":"730f5d56d7903dc3a392a464e560f192f11426dc","Message":"需求 安全巡检 16865\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-09-14T16:34:21+08:00"}],"HeadCommit":{"Sha1":"730f5d56d7903dc3a392a464e560f192f11426dc","Message":"需求 安全巡检 16865\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-09-14T16:34:21+08:00"},"CompareURL":"vodtest/app/compare/8dd9f2defa64ee16410da27d82159db598d6365e...730f5d56d7903dc3a392a464e560f192f11426dc","Len":1}...
|
1789374865
|
Edit
Delete
|
|
29553
|
10
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260915
|
0
|
{"Commits":[{"Sha1":"730f5d56d {"Commits":[{"Sha1":"730f5d56d7903dc3a392a464e560f192f11426dc","Message":"需求 安全巡检 16865\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-09-14T16:34:21+08:00"}],"HeadCommit":{"Sha1":"730f5d56d7903dc3a392a464e560f192f11426dc","Message":"需求 安全巡检 16865\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-09-14T16:34:21+08:00"},"CompareURL":"vodtest/app/compare/8dd9f2defa64ee16410da27d82159db598d6365e...730f5d56d7903dc3a392a464e560f192f11426dc","Len":1}...
|
1789374865
|
Edit
Delete
|
|
29552
|
7
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260915
|
0
|
{"Commits":[{"Sha1":"730f5d56d {"Commits":[{"Sha1":"730f5d56d7903dc3a392a464e560f192f11426dc","Message":"需求 安全巡检 16865\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-09-14T16:34:21+08:00"}],"HeadCommit":{"Sha1":"730f5d56d7903dc3a392a464e560f192f11426dc","Message":"需求 安全巡检 16865\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-09-14T16:34:21+08:00"},"CompareURL":"vodtest/app/compare/8dd9f2defa64ee16410da27d82159db598d6365e...730f5d56d7903dc3a392a464e560f192f11426dc","Len":1}...
|
1789374865
|
Edit
Delete
|
|
29551
|
4
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260915
|
0
|
{"Commits":[{"Sha1":"730f5d56d {"Commits":[{"Sha1":"730f5d56d7903dc3a392a464e560f192f11426dc","Message":"需求 安全巡检 16865\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-09-14T16:34:21+08:00"}],"HeadCommit":{"Sha1":"730f5d56d7903dc3a392a464e560f192f11426dc","Message":"需求 安全巡检 16865\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-09-14T16:34:21+08:00"},"CompareURL":"vodtest/app/compare/8dd9f2defa64ee16410da27d82159db598d6365e...730f5d56d7903dc3a392a464e560f192f11426dc","Len":1}...
|
1789374865
|
Edit
Delete
|
|
29550
|
3
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260915
|
0
|
{"Commits":[{"Sha1":"730f5d56d {"Commits":[{"Sha1":"730f5d56d7903dc3a392a464e560f192f11426dc","Message":"需求 安全巡检 16865\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-09-14T16:34:21+08:00"}],"HeadCommit":{"Sha1":"730f5d56d7903dc3a392a464e560f192f11426dc","Message":"需求 安全巡检 16865\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-09-14T16:34:21+08:00"},"CompareURL":"vodtest/app/compare/8dd9f2defa64ee16410da27d82159db598d6365e...730f5d56d7903dc3a392a464e560f192f11426dc","Len":1}...
|
1789374865
|
Edit
Delete
|
|
29549
|
1
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260915
|
0
|
{"Commits":[{"Sha1":"730f5d56d {"Commits":[{"Sha1":"730f5d56d7903dc3a392a464e560f192f11426dc","Message":"需求 安全巡检 16865\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-09-14T16:34:21+08:00"}],"HeadCommit":{"Sha1":"730f5d56d7903dc3a392a464e560f192f11426dc","Message":"需求 安全巡检 16865\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-09-14T16:34:21+08:00"},"CompareURL":"vodtest/app/compare/8dd9f2defa64ee16410da27d82159db598d6365e...730f5d56d7903dc3a392a464e560f192f11426dc","Len":1}...
|
1789374865
|
Edit
Delete
|
|
29548
|
9
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260915
|
0
|
{"Commits":[{"Sha1":"730f5d56d {"Commits":[{"Sha1":"730f5d56d7903dc3a392a464e560f192f11426dc","Message":"需求 安全巡检 16865\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-09-14T16:34:21+08:00"}],"HeadCommit":{"Sha1":"730f5d56d7903dc3a392a464e560f192f11426dc","Message":"需求 安全巡检 16865\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-09-14T16:34:21+08:00"},"CompareURL":"vodtest/app/compare/8dd9f2defa64ee16410da27d82159db598d6365e...730f5d56d7903dc3a392a464e560f192f11426dc","Len":1}...
|
1789374865
|
Edit
Delete
|
|
29547
|
8
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260915
|
0
|
{"Commits":[{"Sha1":"730f5d56d {"Commits":[{"Sha1":"730f5d56d7903dc3a392a464e560f192f11426dc","Message":"需求 安全巡检 16865\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-09-14T16:34:21+08:00"}],"HeadCommit":{"Sha1":"730f5d56d7903dc3a392a464e560f192f11426dc","Message":"需求 安全巡检 16865\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-09-14T16:34:21+08:00"},"CompareURL":"vodtest/app/compare/8dd9f2defa64ee16410da27d82159db598d6365e...730f5d56d7903dc3a392a464e560f192f11426dc","Len":1}...
|
1789374865
|
Edit
Delete
|
|
29546
|
10
|
5
|
11
|
18
|
0
|
0
|
refs/heads/pc-260915
|
0
|
{"Commits":[{"Sha1":"574e7aa31 {"Commits":[{"Sha1":"574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Message":"前端打包dist\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:33:30+08:00"}],"HeadCommit":{"Sha1":"574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Message":"前端打包dist\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:33:30+08:00"},"CompareURL":"vodtest/pc/compare/6939c113a0ef9ac04da14132bc579e43dbcffa08...574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Len":1}...
|
1789374822
|
Edit
Delete
|
|
29545
|
8
|
5
|
11
|
18
|
0
|
0
|
refs/heads/pc-260915
|
0
|
{"Commits":[{"Sha1":"574e7aa31 {"Commits":[{"Sha1":"574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Message":"前端打包dist\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:33:30+08:00"}],"HeadCommit":{"Sha1":"574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Message":"前端打包dist\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:33:30+08:00"},"CompareURL":"vodtest/pc/compare/6939c113a0ef9ac04da14132bc579e43dbcffa08...574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Len":1}...
|
1789374822
|
Edit
Delete
|
|
29544
|
7
|
5
|
11
|
18
|
0
|
0
|
refs/heads/pc-260915
|
0
|
{"Commits":[{"Sha1":"574e7aa31 {"Commits":[{"Sha1":"574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Message":"前端打包dist\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:33:30+08:00"}],"HeadCommit":{"Sha1":"574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Message":"前端打包dist\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:33:30+08:00"},"CompareURL":"vodtest/pc/compare/6939c113a0ef9ac04da14132bc579e43dbcffa08...574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Len":1}...
|
1789374822
|
Edit
Delete
|
|
29543
|
4
|
5
|
11
|
18
|
0
|
0
|
refs/heads/pc-260915
|
0
|
{"Commits":[{"Sha1":"574e7aa31 {"Commits":[{"Sha1":"574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Message":"前端打包dist\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:33:30+08:00"}],"HeadCommit":{"Sha1":"574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Message":"前端打包dist\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:33:30+08:00"},"CompareURL":"vodtest/pc/compare/6939c113a0ef9ac04da14132bc579e43dbcffa08...574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Len":1}...
|
1789374822
|
Edit
Delete
|
|
29542
|
3
|
5
|
11
|
18
|
0
|
0
|
refs/heads/pc-260915
|
0
|
{"Commits":[{"Sha1":"574e7aa31 {"Commits":[{"Sha1":"574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Message":"前端打包dist\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:33:30+08:00"}],"HeadCommit":{"Sha1":"574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Message":"前端打包dist\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:33:30+08:00"},"CompareURL":"vodtest/pc/compare/6939c113a0ef9ac04da14132bc579e43dbcffa08...574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Len":1}...
|
1789374822
|
Edit
Delete
|
|
29541
|
1
|
5
|
11
|
18
|
0
|
0
|
refs/heads/pc-260915
|
0
|
{"Commits":[{"Sha1":"574e7aa31 {"Commits":[{"Sha1":"574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Message":"前端打包dist\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:33:30+08:00"}],"HeadCommit":{"Sha1":"574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Message":"前端打包dist\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:33:30+08:00"},"CompareURL":"vodtest/pc/compare/6939c113a0ef9ac04da14132bc579e43dbcffa08...574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Len":1}...
|
1789374822
|
Edit
Delete
|
|
29540
|
9
|
5
|
11
|
18
|
0
|
0
|
refs/heads/pc-260915
|
0
|
{"Commits":[{"Sha1":"574e7aa31 {"Commits":[{"Sha1":"574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Message":"前端打包dist\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:33:30+08:00"}],"HeadCommit":{"Sha1":"574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Message":"前端打包dist\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:33:30+08:00"},"CompareURL":"vodtest/pc/compare/6939c113a0ef9ac04da14132bc579e43dbcffa08...574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Len":1}...
|
1789374822
|
Edit
Delete
|
|
29539
|
11
|
5
|
11
|
18
|
0
|
0
|
refs/heads/pc-260915
|
0
|
{"Commits":[{"Sha1":"574e7aa31 {"Commits":[{"Sha1":"574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Message":"前端打包dist\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:33:30+08:00"}],"HeadCommit":{"Sha1":"574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Message":"前端打包dist\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:33:30+08:00"},"CompareURL":"vodtest/pc/compare/6939c113a0ef9ac04da14132bc579e43dbcffa08...574e7aa3146ebfadb85a388a86a545dbf2c52ca6","Len":1}...
|
1789374822
|
Edit
Delete
|
|
29538
|
10
|
5
|
11
|
18
|
0
|
0
|
refs/heads/pc-260915
|
0
|
{"Commits":[{"Sha1":"6939c113a {"Commits":[{"Sha1":"6939c113a0ef9ac04da14132bc579e43dbcffa08","Message":"计时套餐同步\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:32:07+08:00"}],"HeadCommit":{"Sha1":"6939c113a0ef9ac04da14132bc579e43dbcffa08","Message":"计时套餐同步\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:32:07+08:00"},"CompareURL":"vodtest/pc/compare/55e28286348d07e1bc832647b3171ff8784c2b9b...6939c113a0ef9ac04da14132bc579e43dbcffa08","Len":1}...
|
1789374737
|
Edit
Delete
|
|
29537
|
8
|
5
|
11
|
18
|
0
|
0
|
refs/heads/pc-260915
|
0
|
{"Commits":[{"Sha1":"6939c113a {"Commits":[{"Sha1":"6939c113a0ef9ac04da14132bc579e43dbcffa08","Message":"计时套餐同步\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:32:07+08:00"}],"HeadCommit":{"Sha1":"6939c113a0ef9ac04da14132bc579e43dbcffa08","Message":"计时套餐同步\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:32:07+08:00"},"CompareURL":"vodtest/pc/compare/55e28286348d07e1bc832647b3171ff8784c2b9b...6939c113a0ef9ac04da14132bc579e43dbcffa08","Len":1}...
|
1789374737
|
Edit
Delete
|
|
29536
|
7
|
5
|
11
|
18
|
0
|
0
|
refs/heads/pc-260915
|
0
|
{"Commits":[{"Sha1":"6939c113a {"Commits":[{"Sha1":"6939c113a0ef9ac04da14132bc579e43dbcffa08","Message":"计时套餐同步\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:32:07+08:00"}],"HeadCommit":{"Sha1":"6939c113a0ef9ac04da14132bc579e43dbcffa08","Message":"计时套餐同步\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:32:07+08:00"},"CompareURL":"vodtest/pc/compare/55e28286348d07e1bc832647b3171ff8784c2b9b...6939c113a0ef9ac04da14132bc579e43dbcffa08","Len":1}...
|
1789374737
|
Edit
Delete
|
|
29535
|
4
|
5
|
11
|
18
|
0
|
0
|
refs/heads/pc-260915
|
0
|
{"Commits":[{"Sha1":"6939c113a {"Commits":[{"Sha1":"6939c113a0ef9ac04da14132bc579e43dbcffa08","Message":"计时套餐同步\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:32:07+08:00"}],"HeadCommit":{"Sha1":"6939c113a0ef9ac04da14132bc579e43dbcffa08","Message":"计时套餐同步\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:32:07+08:00"},"CompareURL":"vodtest/pc/compare/55e28286348d07e1bc832647b3171ff8784c2b9b...6939c113a0ef9ac04da14132bc579e43dbcffa08","Len":1}...
|
1789374737
|
Edit
Delete
|
|
29534
|
3
|
5
|
11
|
18
|
0
|
0
|
refs/heads/pc-260915
|
0
|
{"Commits":[{"Sha1":"6939c113a {"Commits":[{"Sha1":"6939c113a0ef9ac04da14132bc579e43dbcffa08","Message":"计时套餐同步\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:32:07+08:00"}],"HeadCommit":{"Sha1":"6939c113a0ef9ac04da14132bc579e43dbcffa08","Message":"计时套餐同步\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:32:07+08:00"},"CompareURL":"vodtest/pc/compare/55e28286348d07e1bc832647b3171ff8784c2b9b...6939c113a0ef9ac04da14132bc579e43dbcffa08","Len":1}...
|
1789374737
|
Edit
Delete
|
|
29533
|
1
|
5
|
11
|
18
|
0
|
0
|
refs/heads/pc-260915
|
0
|
{"Commits":[{"Sha1":"6939c113a {"Commits":[{"Sha1":"6939c113a0ef9ac04da14132bc579e43dbcffa08","Message":"计时套餐同步\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:32:07+08:00"}],"HeadCommit":{"Sha1":"6939c113a0ef9ac04da14132bc579e43dbcffa08","Message":"计时套餐同步\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:32:07+08:00"},"CompareURL":"vodtest/pc/compare/55e28286348d07e1bc832647b3171ff8784c2b9b...6939c113a0ef9ac04da14132bc579e43dbcffa08","Len":1}...
|
1789374737
|
Edit
Delete
|
|
29532
|
9
|
5
|
11
|
18
|
0
|
0
|
refs/heads/pc-260915
|
0
|
{"Commits":[{"Sha1":"6939c113a {"Commits":[{"Sha1":"6939c113a0ef9ac04da14132bc579e43dbcffa08","Message":"计时套餐同步\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:32:07+08:00"}],"HeadCommit":{"Sha1":"6939c113a0ef9ac04da14132bc579e43dbcffa08","Message":"计时套餐同步\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:32:07+08:00"},"CompareURL":"vodtest/pc/compare/55e28286348d07e1bc832647b3171ff8784c2b9b...6939c113a0ef9ac04da14132bc579e43dbcffa08","Len":1}...
|
1789374737
|
Edit
Delete
|
|
29531
|
11
|
5
|
11
|
18
|
0
|
0
|
refs/heads/pc-260915
|
0
|
{"Commits":[{"Sha1":"6939c113a {"Commits":[{"Sha1":"6939c113a0ef9ac04da14132bc579e43dbcffa08","Message":"计时套餐同步\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:32:07+08:00"}],"HeadCommit":{"Sha1":"6939c113a0ef9ac04da14132bc579e43dbcffa08","Message":"计时套餐同步\n","AuthorEmail":"1091045324@qq.com","AuthorName":"caihongyu","CommitterEmail":"1091045324@qq.com","CommitterName":"caihongyu","Timestamp":"2026-09-14T16:32:07+08:00"},"CompareURL":"vodtest/pc/compare/55e28286348d07e1bc832647b3171ff8784c2b9b...6939c113a0ef9ac04da14132bc579e43dbcffa08","Len":1}...
|
1789374737
|
Edit
Delete
|
|
29530
|
18
|
5
|
17
|
69
|
0
|
0
|
refs/heads/chanpin-20260915
|
0
|
{"Commits":[{"Sha1":"a9550ab00 {"Commits":[{"Sha1":"a9550ab002aabfb3e87e546c69589619403a26d8","Message":"对齐线上小程序设置版本操作交互\n","AuthorEmail":"linmingzhang@g-hi.com","AuthorName":"linmingzhang","CommitterEmail":"linmingzhang@g-hi.com","CommitterName":"linmingzhang","Timestamp":"2026-09-14T16:21:59+08:00"}],"HeadCommit":{"Sha1":"a9550ab002aabfb3e87e546c69589619403a26d8","Message":"对齐线上小程序设置版本操作交互\n","AuthorEmail":"linmingzhang@g-hi.com","AuthorName":"linmingzhang","CommitterEmail":"linmingzhang@g-hi.com","CommitterName":"linmingzhang","Timestamp":"2026-09-14T16:21:59+08:00"},"CompareURL":"linmingzhang/ktv-booking-prototype/compare/07d4a064dd4394d6c961264cb16422f8b389a74d...a9550ab002aabfb3e87e546c69589619403a26d8","Len":1}...
|
1789374175
|
Edit
Delete
|
|
29529
|
17
|
5
|
17
|
69
|
0
|
0
|
refs/heads/chanpin-20260915
|
0
|
{"Commits":[{"Sha1":"a9550ab00 {"Commits":[{"Sha1":"a9550ab002aabfb3e87e546c69589619403a26d8","Message":"对齐线上小程序设置版本操作交互\n","AuthorEmail":"linmingzhang@g-hi.com","AuthorName":"linmingzhang","CommitterEmail":"linmingzhang@g-hi.com","CommitterName":"linmingzhang","Timestamp":"2026-09-14T16:21:59+08:00"}],"HeadCommit":{"Sha1":"a9550ab002aabfb3e87e546c69589619403a26d8","Message":"对齐线上小程序设置版本操作交互\n","AuthorEmail":"linmingzhang@g-hi.com","AuthorName":"linmingzhang","CommitterEmail":"linmingzhang@g-hi.com","CommitterName":"linmingzhang","Timestamp":"2026-09-14T16:21:59+08:00"},"CompareURL":"linmingzhang/ktv-booking-prototype/compare/07d4a064dd4394d6c961264cb16422f8b389a74d...a9550ab002aabfb3e87e546c69589619403a26d8","Len":1}...
|
1789374175
|
Edit
Delete
|
|
29528
|
16
|
5
|
16
|
86
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"5b78f9e3c {"Commits":[{"Sha1":"5b78f9e3c5417f825e78550f5d2934295466f032","Message":"fix(electron): 修复 TV 截图编号解析对异常缩进的兼容\n\n- 兼容显示设备属性行缺少缩进,避免提前结束解析\n- 保留区段边界检查,防止误用后续区段的显示屏编号\n- 补充异常缩进及区段隔离回归测试\n\n验证:\n- 85 项相关测试通过\n- npm run typecheck 通过\n- 设备原始输出解析通过,用户确认 TV 截图测试通过\n","AuthorEmail":"228834386@qq.com","AuthorName":"starry","CommitterEmail":"228834386@qq.com","CommitterName":"starry","Timestamp":"2026-09-14T16:05:32+08:00"}],"HeadCommit":{"Sha1":"5b78f9e3c5417f825e78550f5d2934295466f032","Message":"fix(electron): 修复 TV 截图编号解析对异常缩进的兼容\n\n- 兼容显示设备属性行缺少缩进,避免提前结束解析\n- 保留区段边界检查,防止误用后续区段的显示屏编号\n- 补充异常缩进及区段隔离回归测试\n\n验证:\n- 85 项相关测试通过\n- npm run typecheck 通过\n- 设备原始输出解析通过,用户确认 TV 截图测试通过\n","AuthorEmail":"228834386@qq.com","AuthorName":"starry","CommitterEmail":"228834386@qq.com","CommitterName":"starry","Timestamp":"2026-09-14T16:05:32+08:00"},"CompareURL":"pengzhiyu/JuhaiOpsDesk/compare/924047d2d278a6e3d3088febe2edf7c733788d3b...5b78f9e3c5417f825e78550f5d2934295466f032","Len":1}...
|
1789373228
|
Edit
Delete
|
|
29527
|
11
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260915
|
0
|
{"Commits":[{"Sha1":"86fbf823d {"Commits":[{"Sha1":"86fbf823d058cc569c7378eb1bfa91dd1957b192","Message":"支持团购平台券兑换商品券、商品套餐券\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-09-14T15:53:25+08:00"}],"HeadCommit":{"Sha1":"86fbf823d058cc569c7378eb1bfa91dd1957b192","Message":"支持团购平台券兑换商品券、商品套餐券\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-09-14T15:53:25+08:00"},"CompareURL":"vodtest/pay/compare/6a9334f7db5516a4519b75f8c32ae8fd856138e5...86fbf823d058cc569c7378eb1bfa91dd1957b192","Len":1}...
|
1789372414
|
Edit
Delete
|
|
29526
|
8
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260915
|
0
|
{"Commits":[{"Sha1":"86fbf823d {"Commits":[{"Sha1":"86fbf823d058cc569c7378eb1bfa91dd1957b192","Message":"支持团购平台券兑换商品券、商品套餐券\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-09-14T15:53:25+08:00"}],"HeadCommit":{"Sha1":"86fbf823d058cc569c7378eb1bfa91dd1957b192","Message":"支持团购平台券兑换商品券、商品套餐券\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-09-14T15:53:25+08:00"},"CompareURL":"vodtest/pay/compare/6a9334f7db5516a4519b75f8c32ae8fd856138e5...86fbf823d058cc569c7378eb1bfa91dd1957b192","Len":1}...
|
1789372414
|
Edit
Delete
|
|
29525
|
7
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260915
|
0
|
{"Commits":[{"Sha1":"86fbf823d {"Commits":[{"Sha1":"86fbf823d058cc569c7378eb1bfa91dd1957b192","Message":"支持团购平台券兑换商品券、商品套餐券\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-09-14T15:53:25+08:00"}],"HeadCommit":{"Sha1":"86fbf823d058cc569c7378eb1bfa91dd1957b192","Message":"支持团购平台券兑换商品券、商品套餐券\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-09-14T15:53:25+08:00"},"CompareURL":"vodtest/pay/compare/6a9334f7db5516a4519b75f8c32ae8fd856138e5...86fbf823d058cc569c7378eb1bfa91dd1957b192","Len":1}...
|
1789372414
|
Edit
Delete
|
|
29524
|
4
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260915
|
0
|
{"Commits":[{"Sha1":"86fbf823d {"Commits":[{"Sha1":"86fbf823d058cc569c7378eb1bfa91dd1957b192","Message":"支持团购平台券兑换商品券、商品套餐券\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-09-14T15:53:25+08:00"}],"HeadCommit":{"Sha1":"86fbf823d058cc569c7378eb1bfa91dd1957b192","Message":"支持团购平台券兑换商品券、商品套餐券\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-09-14T15:53:25+08:00"},"CompareURL":"vodtest/pay/compare/6a9334f7db5516a4519b75f8c32ae8fd856138e5...86fbf823d058cc569c7378eb1bfa91dd1957b192","Len":1}...
|
1789372414
|
Edit
Delete
|
|
29523
|
3
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260915
|
0
|
{"Commits":[{"Sha1":"86fbf823d {"Commits":[{"Sha1":"86fbf823d058cc569c7378eb1bfa91dd1957b192","Message":"支持团购平台券兑换商品券、商品套餐券\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-09-14T15:53:25+08:00"}],"HeadCommit":{"Sha1":"86fbf823d058cc569c7378eb1bfa91dd1957b192","Message":"支持团购平台券兑换商品券、商品套餐券\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-09-14T15:53:25+08:00"},"CompareURL":"vodtest/pay/compare/6a9334f7db5516a4519b75f8c32ae8fd856138e5...86fbf823d058cc569c7378eb1bfa91dd1957b192","Len":1}...
|
1789372414
|
Edit
Delete
|
|
29522
|
1
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260915
|
0
|
{"Commits":[{"Sha1":"86fbf823d {"Commits":[{"Sha1":"86fbf823d058cc569c7378eb1bfa91dd1957b192","Message":"支持团购平台券兑换商品券、商品套餐券\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-09-14T15:53:25+08:00"}],"HeadCommit":{"Sha1":"86fbf823d058cc569c7378eb1bfa91dd1957b192","Message":"支持团购平台券兑换商品券、商品套餐券\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-09-14T15:53:25+08:00"},"CompareURL":"vodtest/pay/compare/6a9334f7db5516a4519b75f8c32ae8fd856138e5...86fbf823d058cc569c7378eb1bfa91dd1957b192","Len":1}...
|
1789372414
|
Edit
Delete
|
|
29521
|
9
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260915
|
0
|
{"Commits":[{"Sha1":"86fbf823d {"Commits":[{"Sha1":"86fbf823d058cc569c7378eb1bfa91dd1957b192","Message":"支持团购平台券兑换商品券、商品套餐券\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-09-14T15:53:25+08:00"}],"HeadCommit":{"Sha1":"86fbf823d058cc569c7378eb1bfa91dd1957b192","Message":"支持团购平台券兑换商品券、商品套餐券\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-09-14T15:53:25+08:00"},"CompareURL":"vodtest/pay/compare/6a9334f7db5516a4519b75f8c32ae8fd856138e5...86fbf823d058cc569c7378eb1bfa91dd1957b192","Len":1}...
|
1789372414
|
Edit
Delete
|
|
29520
|
10
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260915
|
0
|
{"Commits":[{"Sha1":"86fbf823d {"Commits":[{"Sha1":"86fbf823d058cc569c7378eb1bfa91dd1957b192","Message":"支持团购平台券兑换商品券、商品套餐券\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-09-14T15:53:25+08:00"}],"HeadCommit":{"Sha1":"86fbf823d058cc569c7378eb1bfa91dd1957b192","Message":"支持团购平台券兑换商品券、商品套餐券\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-09-14T15:53:25+08:00"},"CompareURL":"vodtest/pay/compare/6a9334f7db5516a4519b75f8c32ae8fd856138e5...86fbf823d058cc569c7378eb1bfa91dd1957b192","Len":1}...
|
1789372414
|
Edit
Delete
|
|
29519
|
18
|
5
|
17
|
69
|
0
|
0
|
refs/heads/chanpin-20260915
|
0
|
{"Commits":[{"Sha1":"07d4a064d {"Commits":[{"Sha1":"07d4a064dd4394d6c961264cb16422f8b389a74d","Message":"新增小程序版本记录视图\n","AuthorEmail":"linmingzhang@g-hi.com","AuthorName":"linmingzhang","CommitterEmail":"linmingzhang@g-hi.com","CommitterName":"linmingzhang","Timestamp":"2026-09-14T15:09:35+08:00"}],"HeadCommit":{"Sha1":"07d4a064dd4394d6c961264cb16422f8b389a74d","Message":"新增小程序版本记录视图\n","AuthorEmail":"linmingzhang@g-hi.com","AuthorName":"linmingzhang","CommitterEmail":"linmingzhang@g-hi.com","CommitterName":"linmingzhang","Timestamp":"2026-09-14T15:09:35+08:00"},"CompareURL":"linmingzhang/ktv-booking-prototype/compare/d1d40e7778cb31be318f570b0f248d829ee57d7d...07d4a064dd4394d6c961264cb16422f8b389a74d","Len":1}...
|
1789369818
|
Edit
Delete
|
|
29518
|
17
|
5
|
17
|
69
|
0
|
0
|
refs/heads/chanpin-20260915
|
0
|
{"Commits":[{"Sha1":"07d4a064d {"Commits":[{"Sha1":"07d4a064dd4394d6c961264cb16422f8b389a74d","Message":"新增小程序版本记录视图\n","AuthorEmail":"linmingzhang@g-hi.com","AuthorName":"linmingzhang","CommitterEmail":"linmingzhang@g-hi.com","CommitterName":"linmingzhang","Timestamp":"2026-09-14T15:09:35+08:00"}],"HeadCommit":{"Sha1":"07d4a064dd4394d6c961264cb16422f8b389a74d","Message":"新增小程序版本记录视图\n","AuthorEmail":"linmingzhang@g-hi.com","AuthorName":"linmingzhang","CommitterEmail":"linmingzhang@g-hi.com","CommitterName":"linmingzhang","Timestamp":"2026-09-14T15:09:35+08:00"},"CompareURL":"linmingzhang/ktv-booking-prototype/compare/d1d40e7778cb31be318f570b0f248d829ee57d7d...07d4a064dd4394d6c961264cb16422f8b389a74d","Len":1}...
|
1789369818
|
Edit
Delete
|
|
29517
|
11
|
5
|
7
|
22
|
0
|
0
|
refs/heads/app-260818
|
0
|
{"Commits":[{"Sha1":"251aab02d {"Commits":[{"Sha1":"251aab02d26fe52af4b02a7aaf68541d25671848","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-09-14T14:48:44+08:00"}],"HeadCommit":{"Sha1":"251aab02d26fe52af4b02a7aaf68541d25671848","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-09-14T14:48:44+08:00"},"CompareURL":"vodtest/app/compare/baf606930a5f364f5f99b60a3e5370a41dd623c3...251aab02d26fe52af4b02a7aaf68541d25671848","Len":1}...
|
1789368531
|
Edit
Delete
|
|
29516
|
10
|
5
|
7
|
22
|
0
|
0
|
refs/heads/app-260818
|
0
|
{"Commits":[{"Sha1":"251aab02d {"Commits":[{"Sha1":"251aab02d26fe52af4b02a7aaf68541d25671848","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-09-14T14:48:44+08:00"}],"HeadCommit":{"Sha1":"251aab02d26fe52af4b02a7aaf68541d25671848","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-09-14T14:48:44+08:00"},"CompareURL":"vodtest/app/compare/baf606930a5f364f5f99b60a3e5370a41dd623c3...251aab02d26fe52af4b02a7aaf68541d25671848","Len":1}...
|
1789368531
|
Edit
Delete
|
|
29515
|
8
|
5
|
7
|
22
|
0
|
0
|
refs/heads/app-260818
|
0
|
{"Commits":[{"Sha1":"251aab02d {"Commits":[{"Sha1":"251aab02d26fe52af4b02a7aaf68541d25671848","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-09-14T14:48:44+08:00"}],"HeadCommit":{"Sha1":"251aab02d26fe52af4b02a7aaf68541d25671848","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-09-14T14:48:44+08:00"},"CompareURL":"vodtest/app/compare/baf606930a5f364f5f99b60a3e5370a41dd623c3...251aab02d26fe52af4b02a7aaf68541d25671848","Len":1}...
|
1789368531
|
Edit
Delete
|
|
29514
|
4
|
5
|
7
|
22
|
0
|
0
|
refs/heads/app-260818
|
0
|
{"Commits":[{"Sha1":"251aab02d {"Commits":[{"Sha1":"251aab02d26fe52af4b02a7aaf68541d25671848","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-09-14T14:48:44+08:00"}],"HeadCommit":{"Sha1":"251aab02d26fe52af4b02a7aaf68541d25671848","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-09-14T14:48:44+08:00"},"CompareURL":"vodtest/app/compare/baf606930a5f364f5f99b60a3e5370a41dd623c3...251aab02d26fe52af4b02a7aaf68541d25671848","Len":1}...
|
1789368531
|
Edit
Delete
|
|
29513
|
3
|
5
|
7
|
22
|
0
|
0
|
refs/heads/app-260818
|
0
|
{"Commits":[{"Sha1":"251aab02d {"Commits":[{"Sha1":"251aab02d26fe52af4b02a7aaf68541d25671848","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-09-14T14:48:44+08:00"}],"HeadCommit":{"Sha1":"251aab02d26fe52af4b02a7aaf68541d25671848","Message":"1\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-09-14T14:48:44+08:00"},"CompareURL":"vodtest/app/compare/baf606930a5f364f5f99b60a3e5370a41dd623c3...251aab02d26fe52af4b02a7aaf68541d25671848","Len":1}...
|
1789368531
|
Edit
Delete
|