ci: fix dl failed (#983)
do not know the root cause, but `https://mp.weixin.qq.com` will raise an error in our pipeline, so maybe we should directly ignore them, because
- if the link work, everything works fine and does not need to change
- if the link do not work, which mean article is delete and can not revert in wechat
```log
2025-06-14T01:14:07.0668795Z /usr/local/lib/node_modules/markdown-link-check/node_modules/async/dist/async.js:325
2025-06-14T01:14:07.0669750Z if (fn === null) throw new Error("Callback was already called.");
2025-06-14T01:14:07.0670643Z ^
2025-06-14T01:14:07.0670896Z
2025-06-14T01:14:07.0671053Z Error: Callback was already called.
2025-06-14T01:14:07.0672111Z at /usr/local/lib/node_modules/markdown-link-check/node_modules/async/dist/async.js:325:36
2025-06-14T01:14:07.0673145Z at /usr/local/lib/node_modules/markdown-link-check/node_modules/async/dist/async.js:249:17
2025-06-14T01:14:07.0674040Z at /usr/local/lib/node_modules/markdown-link-check/index.js:212:13
2025-06-14T01:14:07.0675247Z at /usr/local/lib/node_modules/markdown-link-check/node_modules/link-check/lib/proto/http.js:119:21
2025-06-14T01:14:07.0676395Z at done (/usr/local/lib/node_modules/markdown-link-check/node_modules/needle/lib/needle.js:474:14)
2025-06-14T01:14:07.0677831Z at PassThrough.<anonymous> (/usr/local/lib/node_modules/markdown-link-check/node_modules/needle/lib/needle.js:734:9)
2025-06-14T01:14:07.0678801Z at PassThrough.emit (node:events:536:35)
2025-06-14T01:14:07.0679383Z at endReadableNT (node:internal/streams/readable:1698:12)
2025-06-14T01:14:07.0680201Z at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
```diff --git a/.dlc.json b/.dlc.json
index e59a425..ff84902 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -14,6 +14,9 @@
},
{
"pattern": "dev@dolphinscheder.apache.org"
+ },
+ {
+ "pattern": ".*?.qq.com"
}
],
"replacementPatterns": [