配置文件位置

首次运行程序时,会在以下位置自动生成配置文件:

类型Windows 路径优先级说明
本地配置程序目录 manyspeech.json最高便携版配置,随程序移动
用户配置%USERPROFILE%\.manyspeech\manyspeech.json用户个性化设置
系统配置%PROGRAMDATA%\ManySpeech\manyspeech.json系统级默认配置

示例

# 查看本地配置(如果存在)
type "D:\Tools\ManySpeech\manyspeech.json"

# 查看用户配置
type "%USERPROFILE%\.manyspeech\manyspeech.json"

# 查看系统配置
type "%PROGRAMDATA%\ManySpeech\manyspeech.json"

💡 提示:配置优先级高的文件会覆盖优先级低的文件中的相同字段。