This commit is contained in:
2026-01-16 12:31:29 +08:00
parent 0427031e15
commit 07098a1bf7
2 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,8 @@ export default defineEventHandler(async () => {
platform = { name: "Cloudflare", icon: "simple-icons:cloudflare" };
} else if (process.env.EDGEONE) {
platform = { name: "Tencent EdgeOne", icon: "simple-icons:tencentcloud" };
} else if (process.env.ESA) {
platform = { name: "Aliyun ESA", icon: "simple-icons:alibabacloud" };
}
const deps = pkg.dependencies as Record<string, string> | undefined;