fix
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 22s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s

This commit is contained in:
SunCheng
2026-01-21 18:52:31 +08:00
parent b2e903e968
commit 64aa24c07b
6 changed files with 326 additions and 127 deletions

View File

@@ -6,4 +6,5 @@ global using NSubstitute;
global using Service.Budget;
global using Xunit;
global using Yitter.IdGenerator;
global using WebApi.Test.Basic;
global using WebApi.Test.Basic;
global using Common;