docs(readme): 添加 vitesse 项目链接
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 4m16s
CI/CD Pipeline / build-and-deploy (push) Successful in 5m20s

This commit is contained in:
严浩
2025-10-22 22:28:51 +08:00
parent 864e3dbb23
commit e94c5fc372
4 changed files with 22 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
/* eslint-disable */
// Generated by Wrangler by running `wrangler types` (hash: 7094267439eea3789640d49ba1e25377)
// Generated by Wrangler by running `wrangler types` (hash: aa93ac8c91075e71741fc97806bcd0bd)
// Runtime types generated with workerd@1.20251008.0 2025-09-09
declare namespace Cloudflare {
interface GlobalProps {
@@ -7,6 +7,12 @@ declare namespace Cloudflare {
}
interface Env {
KV: KVNamespace;
VITE_APP_TITLE: string;
VITE_APP_BASE: string;
VITE_APP_BUILD_SOURCE_MAP: string;
VITE_APP_BUILD_COMMIT: string;
VITE_APP_BUILD_TIME: string;
VITE_ENABLE_VUE_DEVTOOLS: string;
}
}
interface Env extends Cloudflare.Env {}