update: 修复services路径BUG

feature/item_system
胡宇飞 2024-01-08 11:45:48 +08:00
parent a2b296423f
commit 058b65224c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace Guru.Editor
public class EditorGuruServiceIO
{
private static readonly string SourceConfigFileName = "guru-service";
private const string LocalServicesConfigPath = "Guru/Resoures";
private const string LocalServicesConfigPath = "Guru/Resources";
private const string SourceConfigExtension = ".json";
private const string LocalConfigExtension = ".txt";