update references

This commit is contained in:
yxw
2025-12-11 19:15:02 +08:00
parent ed2e3ecd24
commit 46e209081d
13 changed files with 101 additions and 23 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Atomx.Core.Jos
{
/// <summary>
/// 多语言本地化任务
/// </summary>
public class LocalizationJobs
{
}
}