|
|
|
@ -95,6 +95,6 @@ export function conf(): RuntimeConfig {
@@ -95,6 +95,6 @@ export function conf(): RuntimeConfig {
|
|
|
|
|
.map((s) => s.trim()) |
|
|
|
|
.filter((s) => s.length > 0), |
|
|
|
|
) |
|
|
|
|
.filter((v) => v.length > 0), // The format is <beforeA>:<afterA>,<beforeB>:<afterB>
|
|
|
|
|
.filter((v) => v.length === 2), // The format is <beforeA>:<afterA>,<beforeB>:<afterB>
|
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|