feat: migrate cloud service URL configuration and update database version to 17

This commit is contained in:
Junyan Qin
2026-01-01 21:40:55 +08:00
parent 02e12cc1e4
commit 12713aad45
5 changed files with 34 additions and 5 deletions
@@ -11,7 +11,7 @@ import {
Settings,
FileText,
} from 'lucide-react';
import { getCloudServiceClientSync } from '@/app/infra/http';
import { getCloudServiceClientSync, systemInfo } from '@/app/infra/http';
import { httpClient } from '@/app/infra/http/HttpClient';
import { Button } from '@/components/ui/button';
import {
@@ -203,6 +203,7 @@ export default function PluginCardComponent({
} else if (cardVO.install_source === 'marketplace') {
window.open(
getCloudServiceClientSync().getPluginMarketplaceURL(
systemInfo.cloud_service_url,
cardVO.author,
cardVO.name,
),