重新导配置

This commit is contained in:
2025-11-01 00:20:14 +08:00
parent 9572cf1955
commit 7b10d4cb31
4 changed files with 171 additions and 14 deletions

View File

@@ -1,10 +1,10 @@
{
"ExcelPath": "D:\\myself\\Games\\Fishing2\\Config",
"ClientPath": "D:\\myself\\Games\\Fishing2\\Assets\\Scripts\\Generate\\Config",
"ClientJsonPath": "D:\\myself\\Games\\Fishing2\\Assets\\Resources\\config",
"ServerPath": "D:\\myself\\Games\\Fishing2Server\\Entity\\Generate\\ConfigTable\\Entity",
"ServerJsonPath": "D:\\myself\\Games\\Fishing2Server\\Config\\Json",
"ExcelPath": "..\\..\\..\\Fishing2\\Config",
"ClientPath": "..\\..\\..\\Fishing2\\Assets\\Scripts\\Generate\\Config",
"ClientJsonPath": "..\\..\\..\\Fishing2\\Assets\\Resources\\config",
"ServerPath": "..\\..\\..\\Fishing2Server\\Entity\\Generate\\ConfigTable\\Entity",
"ServerJsonPath": "..\\..\\..\\Fishing2Server\\Config\\Json",
"GenClient": true,
"GenServer": true,
"ExcelVersionPath": "D:\\myself\\Games\\Fishing2\\Config\\Version.txt"
"ExcelVersionPath": "..\\..\\..\\Fishing2\\Config\\Version.txt"
}