扩展 mew-cloud ,支持更多类型

This commit is contained in:
mjsoftware 2025-01-21 11:21:34 +08:00
parent 0258a0b0a6
commit e4ac498755
4 changed files with 72 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -234,11 +234,25 @@ document.addEventListener('DOMContentLoaded', () => {
const type = {
default: '网络来源',
360: '360云盘',
115: '115网盘',
123: '123云盘',
kk: '夸克网盘',
xl: '迅雷云盘',
onedrive: 'OneDrive',
yd: '中国移动云盘',
ty: '天翼云盘',
lt: '联通云盘',
uc: 'UC网盘',
pan: '网络云盘',
oss: '对象存储',
bd: '百度网盘',
wy: '微云',
ali: '阿里云盘',
github: 'Github仓库',
gitee: 'Gitee仓库',
gitlab: 'Gitlab仓库',
gitea: 'Gitea仓库',
git: 'Git仓库',
lz: '蓝奏云网盘',
}
this.innerHTML = `

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long