跳转评论

This commit is contained in:
IndieKKY
2024-09-19 15:08:15 +08:00
parent 1f1d48b56a
commit be6b94164d
16 changed files with 3174 additions and 2329 deletions

2
src/vite-env.d.ts vendored
View File

@@ -1,6 +1,8 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_REVIEW_URL: string
readonly VITE_EXTENSION_ID: string
}
interface ImportMeta {