mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-28 19:11:36 +08:00
将 AList 更名为 OpenList
This commit is contained in:
10
src/assets/images/misc/openlist.svg
Normal file
10
src/assets/images/misc/openlist.svg
Normal file
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 u115_png from '@images/misc/u115.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 api from '@/api'
|
||||
import AliyunAuthDialog from '../dialog/AliyunAuthDialog.vue'
|
||||
|
||||
@@ -774,7 +774,7 @@ export default {
|
||||
alipan: 'Aliyun Drive',
|
||||
u115: '115 Cloud',
|
||||
rclone: 'RClone',
|
||||
alist: 'AList',
|
||||
alist: 'OpenList',
|
||||
custom: 'Custom',
|
||||
},
|
||||
filterRules: {
|
||||
@@ -1655,8 +1655,8 @@ export default {
|
||||
reset: 'Reset',
|
||||
},
|
||||
alistConfig: {
|
||||
title: 'Alist Configuration',
|
||||
serverUrl: 'Alist server address',
|
||||
title: 'OpenList Configuration',
|
||||
serverUrl: 'OpenList server address',
|
||||
username: 'Username',
|
||||
password: 'Password',
|
||||
tokenUrl: 'Token acquisition address',
|
||||
|
||||
@@ -771,7 +771,7 @@ export default {
|
||||
alipan: '阿里云盘',
|
||||
u115: '115网盘',
|
||||
rclone: 'RClone',
|
||||
alist: 'AList',
|
||||
alist: 'OpenList',
|
||||
custom: '自定义',
|
||||
},
|
||||
filterRules: {
|
||||
@@ -1633,8 +1633,8 @@ export default {
|
||||
reset: '重置',
|
||||
},
|
||||
alistConfig: {
|
||||
title: 'Alist配置',
|
||||
serverUrl: 'Alist服务地址',
|
||||
title: 'OpenList配置',
|
||||
serverUrl: 'OpenList服务地址',
|
||||
username: '用户名',
|
||||
password: '密码',
|
||||
tokenUrl: '获取Token地址',
|
||||
|
||||
@@ -769,7 +769,7 @@ export default {
|
||||
alipan: '阿里雲盤',
|
||||
u115: '115網盤',
|
||||
rclone: 'RClone',
|
||||
alist: 'AList',
|
||||
alist: 'OpenList',
|
||||
custom: '自定義',
|
||||
},
|
||||
|
||||
@@ -1632,8 +1632,8 @@ export default {
|
||||
reset: '重置',
|
||||
},
|
||||
alistConfig: {
|
||||
title: 'Alist配置',
|
||||
serverUrl: 'Alist服務地址',
|
||||
title: 'OpenList配置',
|
||||
serverUrl: 'OpenList服務地址',
|
||||
username: '用戶名',
|
||||
password: '密碼',
|
||||
tokenUrl: '獲取Token地址',
|
||||
|
||||
Reference in New Issue
Block a user