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
@@ -10,7 +10,7 @@ using UnityEngine;
public static class ShrinkInRepoModTemplateGenerator
{
private const string GenerateMenuPath = "ShrinkSDK/Mod/生成仓库内模组模板(推荐)";
private const string GenerateMenuPath = "ShrinkSDK/模组/生成仓库内模板(推荐";
private const string TemplateRelativePath = "Assets/Modules/ShrinkModFramework/Editor/Scaffolding/InRepoModTemplate";
private const string DefaultOutputRootRelativePath = "Assets/GeneratedMods";
private const string TemplateStampFileName = ".shrink-inrepo-mod-template.json";