import { invokeIpc } from '@/lib/api-client'; export const WORKS_SQUARE_UPGRADE_URL = 'https://square.nianxx.cn/#profile'; export async function openWorksSquareSubscriptionUpgrade(): Promise { await invokeIpc('shell:openExternal', WORKS_SQUARE_UPGRADE_URL); }