設定ファイルの配置

初回実行時、以下の場所に自動で設定ファイルが生成されます:

種類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"

💡 ヒント:優先度が高い設定が低い設定の同名フィールドを上書きします。