update
This commit is contained in:
@@ -15,7 +15,7 @@ const techStack = computed(() => {
|
||||
{ label: "文章许可", value: "CC BY-NC-SA 4.0", icon: "fa-brands:creative-commons" },
|
||||
{
|
||||
label: "规范域名",
|
||||
value: siteConfig.siteMeta.url.replace("https://", ""),
|
||||
value: siteConfig.siteMeta.url?.replace("https://", ""),
|
||||
icon: "heroicons:globe-alt",
|
||||
},
|
||||
];
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user