This commit is contained in:
2025-12-13 13:11:03 +08:00
parent 8a1ff0edf9
commit 0741368b44
8 changed files with 342 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
{
public partial interface ICacheService
{
Task LoadLocale(string Culture);
//Task LoadLocale(string Culture);
}