mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
将 AList 更名为 OpenList
This commit is contained in:
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 6.1 KiB |
@@ -5,7 +5,7 @@ import storage_png from '@images/misc/storage.png'
|
|||||||
import alipan_png from '@images/misc/alipan.webp'
|
import alipan_png from '@images/misc/alipan.webp'
|
||||||
import u115_png from '@images/misc/u115.png'
|
import u115_png from '@images/misc/u115.png'
|
||||||
import rclone_png from '@images/misc/rclone.png'
|
import rclone_png from '@images/misc/rclone.png'
|
||||||
import alist_png from '@images/misc/alist.svg'
|
import alist_png from '@images/misc/openlist.svg'
|
||||||
import custom_png from '@images/misc/database.png'
|
import custom_png from '@images/misc/database.png'
|
||||||
import api from '@/api'
|
import api from '@/api'
|
||||||
import AliyunAuthDialog from '../dialog/AliyunAuthDialog.vue'
|
import AliyunAuthDialog from '../dialog/AliyunAuthDialog.vue'
|
||||||
|
|||||||
@@ -774,7 +774,7 @@ export default {
|
|||||||
alipan: 'Aliyun Drive',
|
alipan: 'Aliyun Drive',
|
||||||
u115: '115 Cloud',
|
u115: '115 Cloud',
|
||||||
rclone: 'RClone',
|
rclone: 'RClone',
|
||||||
alist: 'AList',
|
alist: 'OpenList',
|
||||||
custom: 'Custom',
|
custom: 'Custom',
|
||||||
},
|
},
|
||||||
filterRules: {
|
filterRules: {
|
||||||
@@ -1655,8 +1655,8 @@ export default {
|
|||||||
reset: 'Reset',
|
reset: 'Reset',
|
||||||
},
|
},
|
||||||
alistConfig: {
|
alistConfig: {
|
||||||
title: 'Alist Configuration',
|
title: 'OpenList Configuration',
|
||||||
serverUrl: 'Alist server address',
|
serverUrl: 'OpenList server address',
|
||||||
username: 'Username',
|
username: 'Username',
|
||||||
password: 'Password',
|
password: 'Password',
|
||||||
tokenUrl: 'Token acquisition address',
|
tokenUrl: 'Token acquisition address',
|
||||||
|
|||||||
@@ -771,7 +771,7 @@ export default {
|
|||||||
alipan: '阿里云盘',
|
alipan: '阿里云盘',
|
||||||
u115: '115网盘',
|
u115: '115网盘',
|
||||||
rclone: 'RClone',
|
rclone: 'RClone',
|
||||||
alist: 'AList',
|
alist: 'OpenList',
|
||||||
custom: '自定义',
|
custom: '自定义',
|
||||||
},
|
},
|
||||||
filterRules: {
|
filterRules: {
|
||||||
@@ -1633,8 +1633,8 @@ export default {
|
|||||||
reset: '重置',
|
reset: '重置',
|
||||||
},
|
},
|
||||||
alistConfig: {
|
alistConfig: {
|
||||||
title: 'Alist配置',
|
title: 'OpenList配置',
|
||||||
serverUrl: 'Alist服务地址',
|
serverUrl: 'OpenList服务地址',
|
||||||
username: '用户名',
|
username: '用户名',
|
||||||
password: '密码',
|
password: '密码',
|
||||||
tokenUrl: '获取Token地址',
|
tokenUrl: '获取Token地址',
|
||||||
|
|||||||
@@ -769,7 +769,7 @@ export default {
|
|||||||
alipan: '阿里雲盤',
|
alipan: '阿里雲盤',
|
||||||
u115: '115網盤',
|
u115: '115網盤',
|
||||||
rclone: 'RClone',
|
rclone: 'RClone',
|
||||||
alist: 'AList',
|
alist: 'OpenList',
|
||||||
custom: '自定義',
|
custom: '自定義',
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -1632,8 +1632,8 @@ export default {
|
|||||||
reset: '重置',
|
reset: '重置',
|
||||||
},
|
},
|
||||||
alistConfig: {
|
alistConfig: {
|
||||||
title: 'Alist配置',
|
title: 'OpenList配置',
|
||||||
serverUrl: 'Alist服務地址',
|
serverUrl: 'OpenList服務地址',
|
||||||
username: '用戶名',
|
username: '用戶名',
|
||||||
password: '密碼',
|
password: '密碼',
|
||||||
tokenUrl: '獲取Token地址',
|
tokenUrl: '獲取Token地址',
|
||||||
|
|||||||
Reference in New Issue
Block a user