mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Chore: minor changes
This commit is contained in:
8
Build/workers/build-internal-reverse-chn-cidr-worker.ts
Normal file
8
Build/workers/build-internal-reverse-chn-cidr-worker.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
declare const self: Worker;
|
||||
|
||||
import { buildInternalReverseChnCIDR } from '../build-internal-reverse-chn-cidr';
|
||||
|
||||
self.onmessage = async () => {
|
||||
const stat = await buildInternalReverseChnCIDR();
|
||||
postMessage(stat);
|
||||
};
|
||||
Reference in New Issue
Block a user