mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-02-05 21:20:08 +00:00
feat: new tooltip
This commit is contained in:
6
src/types/css.d.ts
vendored
6
src/types/css.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
@@ -23,7 +23,6 @@ export interface NezhaServerHost {
|
||||
swap_total: number;
|
||||
arch: string;
|
||||
boot_time: number;
|
||||
country_code: string;
|
||||
version: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user