feat(website): display version in header and load from page-agent package

This commit is contained in:
Simon
2026-01-14 17:42:18 +08:00
parent 7d45bf6598
commit 9a66d5205f
3 changed files with 12 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VERSION: string
}
declare module '*.module.css' {
const classes: Record<string, string>
export default classes