diff --git a/src/assets/images/logos/python.png b/src/assets/images/logos/python.png new file mode 100644 index 00000000..49a0a9d0 Binary files /dev/null and b/src/assets/images/logos/python.png differ diff --git a/src/views/system/NetTestView.vue b/src/views/system/NetTestView.vue index 4af04e57..15a19dfe 100644 --- a/src/views/system/NetTestView.vue +++ b/src/views/system/NetTestView.vue @@ -8,7 +8,7 @@ import tmdb from '@images/logos/tmdb.png' import wechat from '@images/logos/wechat.png' import fanart from '@images/logos/fanart.webp' import tvdb from '@images/logos/thetvdb.jpeg' -import plugin from '@images/logos/plugin.png' +import python from '@images/logos/python.png' import { useI18n } from 'vue-i18n' // 国际化 @@ -126,8 +126,8 @@ const targets = ref
([ btndisable: false, }, { - image: plugin, - name: 'pip', + image: python, + name: 'pypi.org', url: '{PIP_PROXY}rsa/', proxy: true, status: 'Normal',