🐛 修复 修改database url已过期源为https://gitee.com/monkeyWang/rubickdatabase/raw/master

This commit is contained in:
徐松 2025-01-21 16:45:05 +08:00
parent c7807aeb3f
commit e613fc19d4
3 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@
name="database"
>
<a-input
placeholder="https://gitcode.net/rubickcenter/rubick-database/-/raw/master"
placeholder="https://gitee.com/monkeyWang/rubickdatabase/raw/master"
v-model:value="formState.database"
/>
</a-form-item>
@ -55,7 +55,7 @@ let _rev: any;
let defaultConfig = {
register: 'https://registry.npmmirror.com',
database: 'https://gitcode.net/rubickcenter/rubick-database/-/raw/master',
database: 'https://gitee.com/monkeyWang/rubickdatabase/raw/master',
access_token: '',
};
@ -81,7 +81,7 @@ const layout = {
const resetForm = () => {
formState.value = {
register: 'https://registry.npmmirror.com',
database: 'https://gitcode.net/rubickcenter/rubick-database/-/raw/master',
database: 'https://gitee.com/monkeyWang/rubickdatabase/raw/master',
access_token: '',
};
};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long