feat(dependencies): 添加 svgo 依赖项以优化图像处理
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 4m31s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m25s

This commit is contained in:
严浩
2025-10-29 10:56:36 +08:00
parent b0b65b454c
commit 94d09d0bdd
3 changed files with 76 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/* eslint-disable */
// Generated by Wrangler by running `wrangler types` (hash: 038b66b18c316cb50fca417e244a37c5)
// Generated by Wrangler by running `wrangler types` (hash: b18d7aec4937222767b077e627f9f927)
// Runtime types generated with workerd@1.20251008.0 2025-09-09
declare namespace Cloudflare {
interface GlobalProps {
@@ -18,6 +18,8 @@ declare namespace Cloudflare {
VITE_APP_MENU_SHOW_DEMOS: string;
VITE_APP_MENU_SHOW_ORDER: string;
VITE_APP_ENABLE_ROUTER_LOG_GUARD: string;
VITE_APP_API_URL: string;
VITE_APP_PROXY: string;
}
}
interface Env extends Cloudflare.Env {}