Update plan

This commit is contained in:
2026-01-26 15:58:19 +09:00
parent 8df0b46960
commit 8d82c0a750
8 changed files with 117 additions and 11 deletions

View File

@@ -12,7 +12,8 @@ internal partial class ProjectService
private const string _TEMPLATE_CONTENT_FILE = "content.zip";
public const string ASSETS_FOLDER = "Assets";
public const string CONFIG_FOLDER = "ProjectConfig";
public const string CACHE_FOLDER = "Caches";
public const string CONFIG_FOLDER = "Configs";
public static ProjectMetadataInfo CurrentProject
{