mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Fix Telegram CIDR Auto Update
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
// ${description.map(line => (line ? `# ${line}` : '#')).join('\n')}
|
||||
// ########################################\n${content.join('\n')}\n################# END ###################\n`;
|
||||
// };
|
||||
// module.exports.withBanner = withBanner;
|
||||
|
||||
/**
|
||||
* @param {string} title
|
||||
@@ -37,5 +38,4 @@ const withBannerArray = (title, description, date, content) => {
|
||||
];
|
||||
};
|
||||
|
||||
// module.exports.withBanner = withBanner;
|
||||
module.exports.withBannerArray = withBannerArray;
|
||||
|
||||
Reference in New Issue
Block a user