feat(frontend): アップロードするファイルの名前をランダム文字列にできるように (#13688)

* feat(frontend): アップロードするファイルの名前をランダム文字列にできるように

* Update Changelog

* refactor

* 設定項目を移動

* fix

* 「オリジナルのファイル名を保持」に変更

* 拡張子を付加するように
This commit is contained in:
かっこかり
2024-04-13 12:51:37 +09:00
committed by GitHub
parent eb1ef1484a
commit f5100cc81f
6 changed files with 27 additions and 3 deletions

View File

@@ -446,6 +446,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: false,
},
keepOriginalFilename: {
where: 'device',
default: true,
},
sound_masterVolume: {
where: 'device',