From ebd3a559744258c305ef54fdb79d9b90508984f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=9F=E8=B0=83=E8=B0=83?= <398188662@qq.com> Date: Wed, 1 Apr 2026 10:49:54 +0800 Subject: [PATCH] chore: Fix RSS entity decoding for incremental feed updates --- build/feed.mjs | 2 +- feed/feed.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/feed.mjs b/build/feed.mjs index 35bf6d6c..e3ad6325 100644 --- a/build/feed.mjs +++ b/build/feed.mjs @@ -363,7 +363,7 @@ function parseFeedItemsFromXml(xml) { const guid = decodeXml(extractXmlTag(itemXml, 'guid')); const pubDate = decodeXml(extractXmlTag(itemXml, 'pubDate')); const category = decodeXml(extractXmlTag(itemXml, 'category')); - const contentEncoded = unwrapCdata(extractXmlTag(itemXml, 'content:encoded')); + const contentEncoded = decodeXml(unwrapCdata(extractXmlTag(itemXml, 'content:encoded'))); const description = ( contentEncoded || decodeXml(extractXmlTag(itemXml, 'description')) diff --git a/feed/feed.xml b/feed/feed.xml index 32888b7c..f8da7cee 100644 --- a/feed/feed.xml +++ b/feed/feed.xml @@ -156,11 +156,11 @@ Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/6f0cbac0aae80f402ed Security Tools Category: Security Tools App: TouchBridge -Description: Authenticate with your phone&amp;amp;apos;s fingerprint as a free Touch ID keyboard alternative. +Description: Authenticate with your phone's fingerprint as a free Touch ID keyboard alternative. Open Source: https://github.com/HMAKT99/UnTouchID Commit: Add TouchBridge — free Touch ID alternative for Macs without biometric sensor (#1930) Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/8f67d57662e7e7369662d5315c29aa447525bd88 - App: TouchBridge
Description: Authenticate with your phone&amp;amp;apos;s fingerprint as a free Touch ID keyboard alternative.
Open Source: https://github.com/HMAKT99/UnTouchID
Commit: Add TouchBridge — free Touch ID alternative for Macs without biometric sensor (#1930)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/8f67d57662e7e7369662d5315c29aa447525bd88]]>
+ App: TouchBridge
Description: Authenticate with your phone's fingerprint as a free Touch ID keyboard alternative.
Open Source: https://github.com/HMAKT99/UnTouchID
Commit: Add TouchBridge — free Touch ID alternative for Macs without biometric sensor (#1930)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/8f67d57662e7e7369662d5315c29aa447525bd88]]>
VSCodium @@ -212,11 +212,11 @@ Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/e7141d43cf5ff47450f Developer Tools / Virtualization Category: Developer Tools / Virtualization App: Mocker -Description: Docker-compatible container management tool built natively on Apple&amp;amp;apos;s Containerization framework. +Description: Docker-compatible container management tool built natively on Apple's Containerization framework. Open Source: https://github.com/us/mocker Commit: Add Mocker - Docker-compatible container CLI for macOS (#1922) Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0f07144172ed87ddea66917792bd82d7947e775b - App: Mocker
Description: Docker-compatible container management tool built natively on Apple&amp;amp;apos;s Containerization framework.
Open Source: https://github.com/us/mocker
Commit: Add Mocker - Docker-compatible container CLI for macOS (#1922)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0f07144172ed87ddea66917792bd82d7947e775b]]>
+ App: Mocker
Description: Docker-compatible container management tool built natively on Apple's Containerization framework.
Open Source: https://github.com/us/mocker
Commit: Add Mocker - Docker-compatible container CLI for macOS (#1922)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0f07144172ed87ddea66917792bd82d7947e775b]]>
macshot