Skip to content

Commit

Permalink
更改SaaS
Browse files Browse the repository at this point in the history
  • Loading branch information
HowlJo committed Oct 22, 2024
1 parent a511042 commit 10311d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 447 deletions.
2 changes: 0 additions & 2 deletions app/masks/build.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import fs from "fs";
import path from "path";
import { CN_MASKS } from "./cn";
import { TW_MASKS } from "./tw";
import { EN_MASKS } from "./en";

import { type BuiltinMask } from "./typing";

const BUILTIN_MASKS: Record<string, BuiltinMask[]> = {
cn: CN_MASKS,
tw: TW_MASKS,
en: EN_MASKS,
};

Expand Down
Loading

0 comments on commit 10311d7

Please sign in to comment.