This website requires JavaScript.
Explore
Help
Sign In
HI-VPN
/
hi-server
Watch
4
Star
0
Fork
0
You've already forked hi-server
Code
Issues
Pull Requests
3
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
docker.yml
260 workflow runs
Actor
All actors
kxswman
shanshanzhong147
Status
All status
Success
Failure
Waiting
Running
fix(auth): 修复邮件验证码逻辑,支持多种场景验证
docker.yml #110
:
Commit
5598181a48
pushed by
shanshanzhong147
main
2025-12-31 05:14:22 -05:00
4m42s
View workflow file
feat: 实现邮箱验证码登录功能,支持新用户自动注册并记录登录日志
docker.yml #109
:
Commit
4ffccd5ad8
pushed by
shanshanzhong147
main
2025-12-31 04:01:04 -05:00
5m40s
View workflow file
refactor(handler): 使用result包统一处理HTTP响应
docker.yml #108
:
Commit
fd185bcfe1
pushed by
shanshanzhong147
main
2025-12-22 23:38:18 -05:00
5m58s
View workflow file
fix(account): 删除账户时清理会话token避免残留
docker.yml #107
:
Commit
9bf09c4b9a
pushed by
shanshanzhong147
main
2025-12-22 23:06:26 -05:00
6m1s
View workflow file
feat(contactLogic): 添加通过HTTP API发送Telegram消息的备用方案
docker.yml #106
:
Commit
b3edd7e2a6
pushed by
shanshanzhong147
main
2025-12-22 02:52:41 -05:00
6m3s
View workflow file
refactor(telegram): 优化 Telegram 初始化逻辑,优先使用数据库配置
docker.yml #105
:
Commit
e42a5b80bf
pushed by
shanshanzhong147
main
2025-12-22 02:34:12 -05:00
5m53s
View workflow file
feat(contact): 添加联系信息提交功能
docker.yml #104
:
Commit
74f4a12422
pushed by
shanshanzhong147
main
2025-12-21 22:39:53 -05:00
5m55s
View workflow file
refactor(iap/apple): 优化商品ID解析逻辑以提高可读性
docker.yml #103
:
Commit
2fdc9c8127
pushed by
shanshanzhong147
main
2025-12-17 22:40:28 -05:00
6m23s
View workflow file
feat(iap/apple): 从Apple商品ID解析购买数量并匹配订阅折扣
docker.yml #102
:
Commit
5d7ca4b9bd
pushed by
shanshanzhong147
main
2025-12-17 21:55:15 -05:00
6m8s
View workflow file
feat(iap/apple): 添加 Apple IAP 交易绑定的详细日志记录
docker.yml #101
:
Commit
9944ab7b8a
pushed by
shanshanzhong147
main
2025-12-17 21:38:41 -05:00
6m8s
View workflow file
fix(orm): 设置MySQL连接的最大空闲时间和生命周期
docker.yml #100
:
Commit
041417a177
pushed by
shanshanzhong147
main
2025-12-17 21:24:34 -05:00
6m34s
View workflow file
fix(iap): 修复苹果IAP重复处理交易的问题
docker.yml #99
:
Commit
d3541a89ae
pushed by
shanshanzhong147
main
2025-12-17 07:06:36 -05:00
6m26s
View workflow file
feat(iap/apple): 添加对appAccountToken的支持以关联订单
docker.yml #98
:
Commit
d8f5628bb1
pushed by
shanshanzhong147
main
2025-12-16 22:34:28 -05:00
6m18s
View workflow file
feat(apple支付): 添加按平台查询支付方式和恢复交易逻辑优化
docker.yml #97
:
Commit
40a45199a5
pushed by
shanshanzhong147
main
2025-12-16 22:05:56 -05:00
6m52s
View workflow file
fix(iap/apple): 添加缺失的IssuerID默认值并更新测试配置
docker.yml #96
:
Commit
5bc453b09f
pushed by
shanshanzhong147
main
2025-12-16 05:00:28 -05:00
6m40s
View workflow file
fix(iap/apple): 修复PEM格式私钥并添加调试回退逻辑
docker.yml #94
:
Commit
f866270ece
pushed by
shanshanzhong147
main
2025-12-16 04:04:52 -05:00
6m47s
View workflow file
refactor(apple): 优化base64解码和JWT签名逻辑
docker.yml #93
:
Commit
b391c12c1b
pushed by
shanshanzhong147
main
2025-12-16 03:06:23 -05:00
6m29s
View workflow file
fix(iap): 修复JWS验证逻辑,支持原始R||S签名格式
docker.yml #92
:
Commit
e11ed2338d
pushed by
shanshanzhong147
main
2025-12-16 02:51:42 -05:00
6m38s
View workflow file
feat(apple): 添加通过transaction_id附加苹果交易功能
docker.yml #91
:
Commit
3c6dd5058b
pushed by
shanshanzhong147
main
2025-12-16 01:42:22 -05:00
6m42s
View workflow file
fix(iap/apple): 添加订单号回退逻辑以处理订阅信息缺失
docker.yml #90
:
Commit
15fb9a1da5
pushed by
shanshanzhong147
main
2025-12-15 21:08:38 -05:00
6m23s
View workflow file
feat(appleIAP): 实现苹果应用内购买通知处理逻辑
docker.yml #89
:
Commit
72400ae054
pushed by
shanshanzhong147
main
2025-12-15 20:56:03 -05:00
6m36s
View workflow file
feat(用户管理): 添加设备ID筛选用户列表功能
docker.yml #88
:
Commit
1f5eb2784d
pushed by
shanshanzhong147
main
2025-12-14 22:17:01 -05:00
6m38s
View workflow file
feat(支付): 添加Apple应用内支付支持
docker.yml #87
:
Commit
d7b56f3edc
pushed by
shanshanzhong147
main
2025-12-14 22:03:41 -05:00
6m38s
View workflow file
feat(iap): 移除苹果IAP商品列表接口并添加接入指南文档
docker.yml #86
:
Commit
0e493caf16
pushed by
shanshanzhong147
main
2025-12-14 21:54:31 -05:00
6m44s
View workflow file
feat(iap/apple): 实现苹果IAP非续期订阅功能
docker.yml #85
:
Commit
62186ca672
pushed by
shanshanzhong147
main
2025-12-14 00:09:01 -05:00
6m37s
View workflow file
refactor(用户): 优化设备解绑逻辑并提取错误上报接口文档
docker.yml #82
:
Commit
4b6fcb338e
pushed by
shanshanzhong147
main
2025-12-03 04:52:34 -05:00
7m16s
View workflow file
feat(日志): 新增客户端错误日志收集功能
docker.yml #81
:
Commit
f0439f4f80
pushed by
shanshanzhong147
main
2025-12-02 23:19:40 -05:00
6m50s
View workflow file
feat(log): 添加客户端错误日志采集功能
docker.yml #80
:
Commit
61cdc0ce23
pushed by
shanshanzhong147
main
2025-12-02 22:42:10 -05:00
7m17s
View workflow file
feat(支付): 添加支付金额转换日志并优化代码结构
docker.yml #79
:
Commit
d1a620f939
pushed by
shanshanzhong147
main
2025-12-02 21:37:43 -05:00
7m18s
View workflow file
fix(支付): 修复金额计算精度问题
docker.yml #78
:
Commit
6fba1d683a
pushed by
shanshanzhong147
main
2025-12-02 05:41:57 -05:00
6m45s
View workflow file
First
Previous
...
5
6
7
8
9
Next
Last