将 AList 更名为 OpenList

This commit is contained in:
jxxghp
2025-06-28 08:32:36 +08:00
parent d754c3dae3
commit 16fe916b07
5 changed files with 20 additions and 10 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -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'

View File

@@ -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',

View File

@@ -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地址',

View File

@@ -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地址',