mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Refactor: full span tracer
This commit is contained in:
@@ -38,8 +38,9 @@ const HOSTNAMES = [
|
||||
'GC._msDCS.*.*'
|
||||
] as const;
|
||||
|
||||
export const buildAlwaysRealIPModule = task(import.meta.path, async () => {
|
||||
export const buildAlwaysRealIPModule = task(import.meta.path, async (span) => {
|
||||
return compareAndWriteFile(
|
||||
span,
|
||||
[
|
||||
'#!name=[Sukka] Always Real IP Plus',
|
||||
`#!desc=Last Updated: ${new Date().toISOString()}`,
|
||||
|
||||
Reference in New Issue
Block a user