feat: new tooltip

This commit is contained in:
hamster1963
2024-12-07 21:05:02 +08:00
parent 7d61b66762
commit 67124921a6
12 changed files with 187 additions and 64 deletions

6
src/types/css.d.ts vendored
View File

@@ -1,4 +1,4 @@
declare module '*.css' {
const css: { [key: string]: string }
export default css
declare module "*.css" {
const css: { [key: string]: string };
export default css;
}

View File

@@ -23,7 +23,6 @@ export interface NezhaServerHost {
swap_total: number;
arch: string;
boot_time: number;
country_code: string;
version: string;
}