Update index.ts

ref: 调整插件市场的数据源
This commit is contained in:
muwoo 2024-09-29 09:55:37 +08:00 committed by GitHub
parent 5608a147f7
commit b7d8932291
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ try {
const instance = axios.create({
timeout: 4000,
baseURL:
baseURL || 'https://gitcode.net/rubickcenter/rubick-database/-/raw/master',
baseURL || 'https://gitee.com/monkeyWang/rubickdatabase/raw/master',
});
export default {