chore(editor): localize mod framework menus
Publish UPM package / publish (push) Successful in 2s

This commit is contained in:
2026-08-26 12:48:32 +08:00
parent 95446018c3
commit 39f6f97707
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ using UnityEngine;
public static class ShrinkModSdkExporter
{
private const string ExportMenuPath = "ShrinkSDK/Mod/导出 Mod SDK 开发包";
private const string ExportMenuPath = "ShrinkSDK/模组/导出开发包";
private const string DefaultOutputRootRelativePath = "GeneratedModSdk";
private const string StampFileName = ".shrink-mod-sdk.json";
private const string TemplateProjectName = "SampleShrinkMod";