mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-14 09:27:35 +08:00
fix
This commit is contained in:
@@ -311,7 +311,7 @@ function pluginInstalled() {
|
||||
// 处理掉github地址的前缀
|
||||
function handleRepoUrl(url: string | undefined) {
|
||||
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