This commit is contained in:
Jerry 2025-05-16 12:45:45 +08:00
parent 4aa991153a
commit bf18ee4794

View File

@ -4,7 +4,7 @@ import path from 'path';
import screenshot from '../lib/rss/screenshot.js'; import screenshot from '../lib/rss/screenshot.js';
import fs from 'fs'; import fs from 'fs';
const rssCache = new Map(); const rssCache = new Map(); // TODO 解决重启后的数据恢复问题
export default class RssPlugin extends plugin { export default class RssPlugin extends plugin {
constructor() { constructor() {