mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-27 07:02:50 +08:00
🐛 修复 修改database url
已过期源为https://gitee.com/monkeyWang/rubickdatabase/raw/master
This commit is contained in:
parent
c7807aeb3f
commit
e613fc19d4
@ -27,7 +27,7 @@
|
|||||||
name="database"
|
name="database"
|
||||||
>
|
>
|
||||||
<a-input
|
<a-input
|
||||||
placeholder="https://gitcode.net/rubickcenter/rubick-database/-/raw/master"
|
placeholder="https://gitee.com/monkeyWang/rubickdatabase/raw/master"
|
||||||
v-model:value="formState.database"
|
v-model:value="formState.database"
|
||||||
/>
|
/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
@ -55,7 +55,7 @@ let _rev: any;
|
|||||||
|
|
||||||
let defaultConfig = {
|
let defaultConfig = {
|
||||||
register: 'https://registry.npmmirror.com',
|
register: 'https://registry.npmmirror.com',
|
||||||
database: 'https://gitcode.net/rubickcenter/rubick-database/-/raw/master',
|
database: 'https://gitee.com/monkeyWang/rubickdatabase/raw/master',
|
||||||
access_token: '',
|
access_token: '',
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -81,7 +81,7 @@ const layout = {
|
|||||||
const resetForm = () => {
|
const resetForm = () => {
|
||||||
formState.value = {
|
formState.value = {
|
||||||
register: 'https://registry.npmmirror.com',
|
register: 'https://registry.npmmirror.com',
|
||||||
database: 'https://gitcode.net/rubickcenter/rubick-database/-/raw/master',
|
database: 'https://gitee.com/monkeyWang/rubickdatabase/raw/master',
|
||||||
access_token: '',
|
access_token: '',
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user