fix(desktop/sohuhao): set article infoResource to 0

This commit is contained in:
2026-04-29 15:59:00 +08:00
parent 59ad14ef2c
commit 0ce20ac2fa
@@ -215,7 +215,7 @@ async function submitArticle(
categoryId: -1, categoryId: -1,
cover: coverUrl || "", cover: coverUrl || "",
accountId: Number(account.id), accountId: Number(account.id),
infoResource: 2, infoResource: 0,
}; };
const response = await sessionFetchJson<SohuSubmitResponse>( const response = await sessionFetchJson<SohuSubmitResponse>(