From ec91c434b6dd17815ce3b65e0b493b1d41f0ed0f Mon Sep 17 00:00:00 2001 From: cneicy Date: Wed, 26 Aug 2026 12:48:30 +0800 Subject: [PATCH] chore(editor): unify application menus --- Editor/ShrinkAppEditorMenu.cs | 2 +- Runtime/ShrinkAppTypes.cs | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Editor/ShrinkAppEditorMenu.cs b/Editor/ShrinkAppEditorMenu.cs index e95c817..827ccdd 100644 --- a/Editor/ShrinkAppEditorMenu.cs +++ b/Editor/ShrinkAppEditorMenu.cs @@ -6,7 +6,7 @@ namespace ShrinkApp.Editor { public static class ShrinkAppEditorMenu { - [MenuItem("ShrinkApp/创建 Settings")] + [MenuItem("ShrinkSDK/应用/创建设置")] public static void CreateSettingsAsset() { const string resourcesDir = "Assets/Resources"; diff --git a/Runtime/ShrinkAppTypes.cs b/Runtime/ShrinkAppTypes.cs index 28159b1..244964d 100644 --- a/Runtime/ShrinkAppTypes.cs +++ b/Runtime/ShrinkAppTypes.cs @@ -117,7 +117,7 @@ namespace ShrinkApp ContextLoader = 1, } - [CreateAssetMenu(fileName = "ShrinkAppSettings", menuName = "ShrinkApp/Settings")] + [CreateAssetMenu(fileName = "ShrinkAppSettings", menuName = "ShrinkSDK/应用/应用设置")] public class ShrinkAppSettings : ScriptableObject { private static ShrinkAppSettings? _instance; diff --git a/package.json b/package.json index fd2edd8..91b4d38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.cneicy.shrink-app-core", - "version": "0.1.1", + "version": "0.1.2", "displayName": "ShrinkApp Core", "description": "Shrink 系列统一宿主层,提供模块安装器、服务容器与统一启动流程。", "unity": "2022.3",