mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-28 19:59:52 +08:00
添加自定义存储选项,更新存储卡组件以支持关闭事件,并完善国际化文本
This commit is contained in:
@@ -31,6 +31,12 @@ export const storageOptions = [
|
||||
icon: 'mdi-server-network-outline',
|
||||
remote: true,
|
||||
},
|
||||
{
|
||||
title: i18n.global.t('storage.custom'),
|
||||
value: 'custom',
|
||||
icon: 'mdi-cog-outline',
|
||||
remote: true,
|
||||
},
|
||||
]
|
||||
|
||||
export const storageDict = storageOptions.reduce((dict, item) => {
|
||||
|
||||
Reference in New Issue
Block a user