From e468ede2a47b0739d6c3f1776320fdd5049f496e Mon Sep 17 00:00:00 2001 From: liangxu Date: Tue, 26 May 2026 20:51:35 +0800 Subject: [PATCH] fix(sohuhao): retain infoResource value in submitArticle function --- apps/desktop-client/src/main/adapters/sohuhao.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/desktop-client/src/main/adapters/sohuhao.ts b/apps/desktop-client/src/main/adapters/sohuhao.ts index 40ac98b..01dc60a 100644 --- a/apps/desktop-client/src/main/adapters/sohuhao.ts +++ b/apps/desktop-client/src/main/adapters/sohuhao.ts @@ -221,6 +221,7 @@ async function submitArticle( categoryId: -1, cover: coverUrl || '', accountId: Number(account.id), + // keep infoResource: 0 不要动 infoResource: 0, }