Compare commits

...

3 Commits

Author SHA1 Message Date
limix
bb2878d897
Merge 2307faf31aa312324c499155705c921720dd712e into 5ec18caa720e77656c5719983b0f92c73c9cf4a0 2024-09-29 10:10:30 +08:00
muwoo
5ec18caa72
Update package.json 2024-09-29 09:55:52 +08:00
muwoo
b7d8932291
Update index.ts
ref: 调整插件市场的数据源
2024-09-29 09:55:37 +08:00
2 changed files with 2 additions and 2 deletions

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 {

View File

@ -1,6 +1,6 @@
{
"name": "rubick",
"version": "4.2.6",
"version": "4.2.7",
"author": "muwoo <2424880409@qq.com>",
"private": true,
"scripts": {