mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-31 21:30:33 +08:00
fix
This commit is contained in:
@@ -311,7 +311,7 @@ function pluginInstalled() {
|
|||||||
// 处理掉github地址的前缀
|
// 处理掉github地址的前缀
|
||||||
function handleRepoUrl(url: string | undefined) {
|
function handleRepoUrl(url: string | undefined) {
|
||||||
if (!url) return ''
|
if (!url) return ''
|
||||||
return url.replace('https:github.com/', '').replace('https://raw.githubusercontent.com/', '')
|
return url.replace('https://github.com/', '').replace('https://raw.githubusercontent.com/', '')
|
||||||
}
|
}
|
||||||
|
|
||||||
// 加载时获取数据
|
// 加载时获取数据
|
||||||
|
|||||||
Reference in New Issue
Block a user