fix(subscriptions): update rsshub docs link (#97)

This commit is contained in:
Nexmoe
2026-01-14 19:54:37 +08:00
committed by GitHub
parent f061b6b61e
commit 3c1f52b06b

View File

@@ -288,7 +288,7 @@ export function Subscriptions() {
const handleOpenRSSHubDocs = useCallback(async () => {
try {
await ipcServices.fs.openExternal('https://docs.rsshub.app/routes/social-media#youtube')
await ipcServices.fs.openExternal('https://docs.rsshub.app/routes/')
} catch (error) {
console.error('Failed to open RSSHub documentation:', error)
toast.error(t('subscriptions.notifications.openLinkError'))