Editor: correct the variable name full-path to path

Fix #1861
This commit is contained in:
Carter Li
2025-07-22 22:06:18 +08:00
parent 9b491c2f49
commit aa1201ffb8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -317,7 +317,7 @@
"type": "string"
},
"editorFormat": {
"description": "Output format of the module `Editor`. See Wiki for formatting syntax\n 1. {type}: Type (Visual / Editor)\n 2. {name}: Name\n 3. {exe-name}: Exe name of real path\n 4. {full-path}: Full path of real path\n 5. {version}: Version",
"description": "Output format of the module `Editor`. See Wiki for formatting syntax\n 1. {type}: Type (Visual / Editor)\n 2. {name}: Name\n 3. {exe-name}: Exe name of real path\n 4. {path}: Full path of real path\n 5. {version}: Version",
"type": "string"
},
"fontFormat": {
+1 -1
View File
@@ -130,7 +130,7 @@ static FFModuleBaseInfo ffModuleInfo = {
{"Type (Visual / Editor)", "type"},
{"Name", "name"},
{"Exe name of real path", "exe-name"},
{"Full path of real path", "full-path"},
{"Full path of real path", "path"},
{"Version", "version"},
}))
};