perf: use biome

This commit is contained in:
hamster1963
2025-12-28 18:05:02 +08:00
parent 3bfd4ef4d2
commit 29e349505d
115 changed files with 9924 additions and 8381 deletions
-12
View File
@@ -1,12 +0,0 @@
{
"semi": false,
"singleQuote": false,
"printWidth": 150,
"tabWidth": 2,
"trailingComma": "all",
"importOrder": ["^@core/(.*)$", "^@server/(.*)$", "^@ui/(.*)$", "^[./]"],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
"endOfLine": "auto",
"plugins": ["prettier-plugin-tailwindcss", "@trivago/prettier-plugin-sort-imports"]
}
+52
View File
@@ -0,0 +1,52 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"includes": ["**", "!!**/dist"]
},
"formatter": {
"enabled": true,
"indentStyle": "tab"
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"suspicious": {
"noArrayIndexKey": "off",
"noExplicitAny": "off"
},
"security": {
"noDangerouslySetInnerHtml": "off"
},
"a11y": {
"useButtonType": "off",
"noSvgWithoutTitle": "off",
"useKeyWithClickEvents": "off",
"noStaticElementInteractions": "off"
}
}
},
"css": {
"parser": {
"tailwindDirectives": true
}
},
"javascript": {
"formatter": {
"quoteStyle": "double"
}
},
"assist": {
"enabled": true,
"actions": {
"source": {
"organizeImports": "on"
}
}
}
}
+16 -270
View File
@@ -21,7 +21,6 @@
"@tanstack/react-query": "5.66.7", "@tanstack/react-query": "5.66.7",
"@tanstack/react-query-devtools": "5.66.7", "@tanstack/react-query-devtools": "5.66.7",
"@tanstack/react-table": "8.21.2", "@tanstack/react-table": "8.21.2",
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"@types/d3-geo": "3.1.0", "@types/d3-geo": "3.1.0",
"@types/luxon": "3.4.2", "@types/luxon": "3.4.2",
"class-variance-authority": "0.7.1", "class-variance-authority": "0.7.1",
@@ -35,7 +34,6 @@
"i18next": "24.2.2", "i18next": "24.2.2",
"lucide-react": "0.460.0", "lucide-react": "0.460.0",
"luxon": "3.5.0", "luxon": "3.5.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.0",
"react-i18next": "15.4.1", "react-i18next": "15.4.1",
@@ -46,20 +44,16 @@
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "9.20.0", "@biomejs/biome": "2.3.10",
"@tailwindcss/postcss": "^4.1.18", "@tailwindcss/postcss": "^4.1.18",
"@types/node": "22.13.4", "@types/node": "22.13.4",
"@types/react": "19.0.10", "@types/react": "19.0.10",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
"@vitejs/plugin-react-swc": "3.8.0", "@vitejs/plugin-react-swc": "3.8.0",
"eslint": "9.20.1",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.19",
"globals": "15.15.0", "globals": "15.15.0",
"postcss": "8.5.3", "postcss": "8.5.3",
"tailwindcss": "^4.1.18", "tailwindcss": "^4.1.18",
"typescript": "~5.6.3", "typescript": "~5.6.3",
"typescript-eslint": "8.24.1",
"vite": "6.1.1", "vite": "6.1.1",
}, },
}, },
@@ -67,23 +61,25 @@
"packages": { "packages": {
"@alloc/quick-lru": ["@alloc/quick-lru@5.2.0", "", {}, "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw=="], "@alloc/quick-lru": ["@alloc/quick-lru@5.2.0", "", {}, "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw=="],
"@babel/code-frame": ["@babel/code-frame@7.26.2", "", { "dependencies": { "@babel/helper-validator-identifier": "^7.25.9", "js-tokens": "^4.0.0", "picocolors": "^1.0.0" } }, "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ=="],
"@babel/generator": ["@babel/generator@7.26.5", "", { "dependencies": { "@babel/parser": "^7.26.5", "@babel/types": "^7.26.5", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^3.0.2" } }, "sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw=="],
"@babel/helper-string-parser": ["@babel/helper-string-parser@7.25.9", "", {}, "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA=="],
"@babel/helper-validator-identifier": ["@babel/helper-validator-identifier@7.25.9", "", {}, "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ=="],
"@babel/parser": ["@babel/parser@7.26.7", "", { "dependencies": { "@babel/types": "^7.26.7" }, "bin": "./bin/babel-parser.js" }, "sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w=="],
"@babel/runtime": ["@babel/runtime@7.26.0", "", { "dependencies": { "regenerator-runtime": "^0.14.0" } }, "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw=="], "@babel/runtime": ["@babel/runtime@7.26.0", "", { "dependencies": { "regenerator-runtime": "^0.14.0" } }, "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw=="],
"@babel/template": ["@babel/template@7.25.9", "", { "dependencies": { "@babel/code-frame": "^7.25.9", "@babel/parser": "^7.25.9", "@babel/types": "^7.25.9" } }, "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg=="], "@biomejs/biome": ["@biomejs/biome@2.3.10", "", { "optionalDependencies": { "@biomejs/cli-darwin-arm64": "2.3.10", "@biomejs/cli-darwin-x64": "2.3.10", "@biomejs/cli-linux-arm64": "2.3.10", "@biomejs/cli-linux-arm64-musl": "2.3.10", "@biomejs/cli-linux-x64": "2.3.10", "@biomejs/cli-linux-x64-musl": "2.3.10", "@biomejs/cli-win32-arm64": "2.3.10", "@biomejs/cli-win32-x64": "2.3.10" }, "bin": { "biome": "bin/biome" } }, "sha512-/uWSUd1MHX2fjqNLHNL6zLYWBbrJeG412/8H7ESuK8ewoRoMPUgHDebqKrPTx/5n6f17Xzqc9hdg3MEqA5hXnQ=="],
"@babel/traverse": ["@babel/traverse@7.26.7", "", { "dependencies": { "@babel/code-frame": "^7.26.2", "@babel/generator": "^7.26.5", "@babel/parser": "^7.26.7", "@babel/template": "^7.25.9", "@babel/types": "^7.26.7", "debug": "^4.3.1", "globals": "^11.1.0" } }, "sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA=="], "@biomejs/cli-darwin-arm64": ["@biomejs/cli-darwin-arm64@2.3.10", "", { "os": "darwin", "cpu": "arm64" }, "sha512-M6xUjtCVnNGFfK7HMNKa593nb7fwNm43fq1Mt71kpLpb+4mE7odO8W/oWVDyBVO4ackhresy1ZYO7OJcVo/B7w=="],
"@babel/types": ["@babel/types@7.26.7", "", { "dependencies": { "@babel/helper-string-parser": "^7.25.9", "@babel/helper-validator-identifier": "^7.25.9" } }, "sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg=="], "@biomejs/cli-darwin-x64": ["@biomejs/cli-darwin-x64@2.3.10", "", { "os": "darwin", "cpu": "x64" }, "sha512-Vae7+V6t/Avr8tVbFNjnFSTKZogZHFYl7MMH62P/J1kZtr0tyRQ9Fe0onjqjS2Ek9lmNLmZc/VR5uSekh+p1fg=="],
"@biomejs/cli-linux-arm64": ["@biomejs/cli-linux-arm64@2.3.10", "", { "os": "linux", "cpu": "arm64" }, "sha512-hhPw2V3/EpHKsileVOFynuWiKRgFEV48cLe0eA+G2wO4SzlwEhLEB9LhlSrVeu2mtSn205W283LkX7Fh48CaxA=="],
"@biomejs/cli-linux-arm64-musl": ["@biomejs/cli-linux-arm64-musl@2.3.10", "", { "os": "linux", "cpu": "arm64" }, "sha512-B9DszIHkuKtOH2IFeeVkQmSMVUjss9KtHaNXquYYWCjH8IstNgXgx5B0aSBQNr6mn4RcKKRQZXn9Zu1rM3O0/A=="],
"@biomejs/cli-linux-x64": ["@biomejs/cli-linux-x64@2.3.10", "", { "os": "linux", "cpu": "x64" }, "sha512-wwAkWD1MR95u+J4LkWP74/vGz+tRrIQvr8kfMMJY8KOQ8+HMVleREOcPYsQX82S7uueco60L58Wc6M1I9WA9Dw=="],
"@biomejs/cli-linux-x64-musl": ["@biomejs/cli-linux-x64-musl@2.3.10", "", { "os": "linux", "cpu": "x64" }, "sha512-QTfHZQh62SDFdYc2nfmZFuTm5yYb4eO1zwfB+90YxUumRCR171tS1GoTX5OD0wrv4UsziMPmrePMtkTnNyYG3g=="],
"@biomejs/cli-win32-arm64": ["@biomejs/cli-win32-arm64@2.3.10", "", { "os": "win32", "cpu": "arm64" }, "sha512-o7lYc9n+CfRbHvkjPhm8s9FgbKdYZu5HCcGVMItLjz93EhgJ8AM44W+QckDqLA9MKDNFrR8nPbO4b73VC5kGGQ=="],
"@biomejs/cli-win32-x64": ["@biomejs/cli-win32-x64@2.3.10", "", { "os": "win32", "cpu": "x64" }, "sha512-pHEFgq7dUEsKnqG9mx9bXihxGI49X+ar+UBrEIj3Wqj3UCZp1rNgV+OoyjFgcXsjCWpuEAF4VJdkZr3TrWdCbQ=="],
"@esbuild/aix-ppc64": ["@esbuild/aix-ppc64@0.24.2", "", { "os": "aix", "cpu": "ppc64" }, "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA=="], "@esbuild/aix-ppc64": ["@esbuild/aix-ppc64@0.24.2", "", { "os": "aix", "cpu": "ppc64" }, "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA=="],
@@ -135,22 +131,6 @@
"@esbuild/win32-x64": ["@esbuild/win32-x64@0.24.2", "", { "os": "win32", "cpu": "x64" }, "sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg=="], "@esbuild/win32-x64": ["@esbuild/win32-x64@0.24.2", "", { "os": "win32", "cpu": "x64" }, "sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg=="],
"@eslint-community/eslint-utils": ["@eslint-community/eslint-utils@4.4.0", "", { "dependencies": { "eslint-visitor-keys": "^3.3.0" }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" } }, "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA=="],
"@eslint-community/regexpp": ["@eslint-community/regexpp@4.12.1", "", {}, "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ=="],
"@eslint/config-array": ["@eslint/config-array@0.19.2", "", { "dependencies": { "@eslint/object-schema": "^2.1.6", "debug": "^4.3.1", "minimatch": "^3.1.2" } }, "sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w=="],
"@eslint/core": ["@eslint/core@0.11.0", "", { "dependencies": { "@types/json-schema": "^7.0.15" } }, "sha512-DWUB2pksgNEb6Bz2fggIy1wh6fGgZP4Xyy/Mt0QZPiloKKXerbqq9D3SBQTlCRYOrcRPu4vuz+CGjwdfqxnoWA=="],
"@eslint/eslintrc": ["@eslint/eslintrc@3.3.0", "", { "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", "espree": "^10.0.1", "globals": "^14.0.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", "js-yaml": "^4.1.0", "minimatch": "^3.1.2", "strip-json-comments": "^3.1.1" } }, "sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ=="],
"@eslint/js": ["@eslint/js@9.20.0", "", {}, "sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ=="],
"@eslint/object-schema": ["@eslint/object-schema@2.1.6", "", {}, "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA=="],
"@eslint/plugin-kit": ["@eslint/plugin-kit@0.2.7", "", { "dependencies": { "@eslint/core": "^0.12.0", "levn": "^0.4.1" } }, "sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g=="],
"@floating-ui/core": ["@floating-ui/core@1.6.8", "", { "dependencies": { "@floating-ui/utils": "^0.2.8" } }, "sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA=="], "@floating-ui/core": ["@floating-ui/core@1.6.8", "", { "dependencies": { "@floating-ui/utils": "^0.2.8" } }, "sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA=="],
"@floating-ui/dom": ["@floating-ui/dom@1.6.11", "", { "dependencies": { "@floating-ui/core": "^1.6.0", "@floating-ui/utils": "^0.2.8" } }, "sha512-qkMCxSR24v2vGkhYDo/UzxfJN3D4syqSjyuTFz6C7XcpU1pASPRieNI0Kj5VP3/503mOfYiGY891ugBX1GlABQ=="], "@floating-ui/dom": ["@floating-ui/dom@1.6.11", "", { "dependencies": { "@floating-ui/core": "^1.6.0", "@floating-ui/utils": "^0.2.8" } }, "sha512-qkMCxSR24v2vGkhYDo/UzxfJN3D4syqSjyuTFz6C7XcpU1pASPRieNI0Kj5VP3/503mOfYiGY891ugBX1GlABQ=="],
@@ -163,14 +143,6 @@
"@heroicons/react": ["@heroicons/react@2.2.0", "", { "peerDependencies": { "react": ">= 16 || ^19.0.0-rc" } }, "sha512-LMcepvRaS9LYHJGsF0zzmgKCUim/X3N/DQKc4jepAXJ7l8QxJ1PmxJzqplF2Z3FE4PqBAIGyJAQ/w4B5dsqbtQ=="], "@heroicons/react": ["@heroicons/react@2.2.0", "", { "peerDependencies": { "react": ">= 16 || ^19.0.0-rc" } }, "sha512-LMcepvRaS9LYHJGsF0zzmgKCUim/X3N/DQKc4jepAXJ7l8QxJ1PmxJzqplF2Z3FE4PqBAIGyJAQ/w4B5dsqbtQ=="],
"@humanfs/core": ["@humanfs/core@0.19.1", "", {}, "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA=="],
"@humanfs/node": ["@humanfs/node@0.16.6", "", { "dependencies": { "@humanfs/core": "^0.19.1", "@humanwhocodes/retry": "^0.3.0" } }, "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw=="],
"@humanwhocodes/module-importer": ["@humanwhocodes/module-importer@1.0.1", "", {}, "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA=="],
"@humanwhocodes/retry": ["@humanwhocodes/retry@0.4.2", "", {}, "sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ=="],
"@jridgewell/gen-mapping": ["@jridgewell/gen-mapping@0.3.5", "", { "dependencies": { "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", "@jridgewell/trace-mapping": "^0.3.24" } }, "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg=="], "@jridgewell/gen-mapping": ["@jridgewell/gen-mapping@0.3.5", "", { "dependencies": { "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", "@jridgewell/trace-mapping": "^0.3.24" } }, "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg=="],
"@jridgewell/remapping": ["@jridgewell/remapping@2.3.5", "", { "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" } }, "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ=="], "@jridgewell/remapping": ["@jridgewell/remapping@2.3.5", "", { "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" } }, "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ=="],
@@ -183,12 +155,6 @@
"@jridgewell/trace-mapping": ["@jridgewell/trace-mapping@0.3.25", "", { "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" } }, "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ=="], "@jridgewell/trace-mapping": ["@jridgewell/trace-mapping@0.3.25", "", { "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" } }, "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ=="],
"@nodelib/fs.scandir": ["@nodelib/fs.scandir@2.1.5", "", { "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" } }, "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g=="],
"@nodelib/fs.stat": ["@nodelib/fs.stat@2.0.5", "", {}, "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A=="],
"@nodelib/fs.walk": ["@nodelib/fs.walk@1.2.8", "", { "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg=="],
"@radix-ui/number": ["@radix-ui/number@1.1.0", "", {}, "sha512-V3gRzhVNU1ldS5XhAPTom1fOIo4ccrjjJgmE+LI2h/WaFpHmx0MQApT+KZHnx8abG6Avtfcz4WoEciMnpFT3HQ=="], "@radix-ui/number": ["@radix-ui/number@1.1.0", "", {}, "sha512-V3gRzhVNU1ldS5XhAPTom1fOIo4ccrjjJgmE+LI2h/WaFpHmx0MQApT+KZHnx8abG6Avtfcz4WoEciMnpFT3HQ=="],
"@radix-ui/primitive": ["@radix-ui/primitive@1.1.1", "", {}, "sha512-SJ31y+Q/zAyShtXJc8x83i9TYdbAfHZ++tUZnvjJJqFjzsdUnKsxPL6IEtBlxKkU7yzer//GQtZSV4GbldL3YA=="], "@radix-ui/primitive": ["@radix-ui/primitive@1.1.1", "", {}, "sha512-SJ31y+Q/zAyShtXJc8x83i9TYdbAfHZ++tUZnvjJJqFjzsdUnKsxPL6IEtBlxKkU7yzer//GQtZSV4GbldL3YA=="],
@@ -373,8 +339,6 @@
"@tanstack/table-core": ["@tanstack/table-core@8.21.2", "", {}, "sha512-uvXk/U4cBiFMxt+p9/G7yUWI/UbHYbyghLCjlpWZ3mLeIZiUBSKcUnw9UnKkdRz7Z/N4UBuFLWQdJCjUe7HjvA=="], "@tanstack/table-core": ["@tanstack/table-core@8.21.2", "", {}, "sha512-uvXk/U4cBiFMxt+p9/G7yUWI/UbHYbyghLCjlpWZ3mLeIZiUBSKcUnw9UnKkdRz7Z/N4UBuFLWQdJCjUe7HjvA=="],
"@trivago/prettier-plugin-sort-imports": ["@trivago/prettier-plugin-sort-imports@5.2.2", "", { "dependencies": { "@babel/generator": "^7.26.5", "@babel/parser": "^7.26.7", "@babel/traverse": "^7.26.7", "@babel/types": "^7.26.7", "javascript-natural-sort": "^0.7.1", "lodash": "^4.17.21" }, "peerDependencies": { "@vue/compiler-sfc": "3.x", "prettier": "2.x - 3.x", "prettier-plugin-svelte": "3.x", "svelte": "4.x || 5.x" }, "optionalPeers": ["@vue/compiler-sfc", "prettier-plugin-svelte", "svelte"] }, "sha512-fYDQA9e6yTNmA13TLVSA+WMQRc5Bn/c0EUBditUHNfMMxN7M82c38b1kEggVE3pLpZ0FwkwJkUEKMiOi52JXFA=="],
"@types/cookie": ["@types/cookie@0.6.0", "", {}, "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA=="], "@types/cookie": ["@types/cookie@0.6.0", "", {}, "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA=="],
"@types/d3-array": ["@types/d3-array@3.2.1", "", {}, "sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg=="], "@types/d3-array": ["@types/d3-array@3.2.1", "", {}, "sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg=="],
@@ -401,8 +365,6 @@
"@types/geojson": ["@types/geojson@7946.0.14", "", {}, "sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg=="], "@types/geojson": ["@types/geojson@7946.0.14", "", {}, "sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg=="],
"@types/json-schema": ["@types/json-schema@7.0.15", "", {}, "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA=="],
"@types/luxon": ["@types/luxon@3.4.2", "", {}, "sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA=="], "@types/luxon": ["@types/luxon@3.4.2", "", {}, "sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA=="],
"@types/node": ["@types/node@22.13.4", "", { "dependencies": { "undici-types": "~6.20.0" } }, "sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg=="], "@types/node": ["@types/node@22.13.4", "", { "dependencies": { "undici-types": "~6.20.0" } }, "sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg=="],
@@ -411,64 +373,20 @@
"@types/react-dom": ["@types/react-dom@19.0.4", "", { "peerDependencies": { "@types/react": "^19.0.0" } }, "sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg=="], "@types/react-dom": ["@types/react-dom@19.0.4", "", { "peerDependencies": { "@types/react": "^19.0.0" } }, "sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg=="],
"@typescript-eslint/eslint-plugin": ["@typescript-eslint/eslint-plugin@8.24.1", "", { "dependencies": { "@eslint-community/regexpp": "^4.10.0", "@typescript-eslint/scope-manager": "8.24.1", "@typescript-eslint/type-utils": "8.24.1", "@typescript-eslint/utils": "8.24.1", "@typescript-eslint/visitor-keys": "8.24.1", "graphemer": "^1.4.0", "ignore": "^5.3.1", "natural-compare": "^1.4.0", "ts-api-utils": "^2.0.1" }, "peerDependencies": { "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0", "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <5.8.0" } }, "sha512-ll1StnKtBigWIGqvYDVuDmXJHVH4zLVot1yQ4fJtLpL7qacwkxJc1T0bptqw+miBQ/QfUbhl1TcQ4accW5KUyA=="],
"@typescript-eslint/parser": ["@typescript-eslint/parser@8.24.1", "", { "dependencies": { "@typescript-eslint/scope-manager": "8.24.1", "@typescript-eslint/types": "8.24.1", "@typescript-eslint/typescript-estree": "8.24.1", "@typescript-eslint/visitor-keys": "8.24.1", "debug": "^4.3.4" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <5.8.0" } }, "sha512-Tqoa05bu+t5s8CTZFaGpCH2ub3QeT9YDkXbPd3uQ4SfsLoh1/vv2GEYAioPoxCWJJNsenXlC88tRjwoHNts1oQ=="],
"@typescript-eslint/scope-manager": ["@typescript-eslint/scope-manager@8.24.1", "", { "dependencies": { "@typescript-eslint/types": "8.24.1", "@typescript-eslint/visitor-keys": "8.24.1" } }, "sha512-OdQr6BNBzwRjNEXMQyaGyZzgg7wzjYKfX2ZBV3E04hUCBDv3GQCHiz9RpqdUIiVrMgJGkXm3tcEh4vFSHreS2Q=="],
"@typescript-eslint/type-utils": ["@typescript-eslint/type-utils@8.24.1", "", { "dependencies": { "@typescript-eslint/typescript-estree": "8.24.1", "@typescript-eslint/utils": "8.24.1", "debug": "^4.3.4", "ts-api-utils": "^2.0.1" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <5.8.0" } }, "sha512-/Do9fmNgCsQ+K4rCz0STI7lYB4phTtEXqqCAs3gZW0pnK7lWNkvWd5iW545GSmApm4AzmQXmSqXPO565B4WVrw=="],
"@typescript-eslint/types": ["@typescript-eslint/types@8.24.1", "", {}, "sha512-9kqJ+2DkUXiuhoiYIUvIYjGcwle8pcPpdlfkemGvTObzgmYfJ5d0Qm6jwb4NBXP9W1I5tss0VIAnWFumz3mC5A=="],
"@typescript-eslint/typescript-estree": ["@typescript-eslint/typescript-estree@8.24.1", "", { "dependencies": { "@typescript-eslint/types": "8.24.1", "@typescript-eslint/visitor-keys": "8.24.1", "debug": "^4.3.4", "fast-glob": "^3.3.2", "is-glob": "^4.0.3", "minimatch": "^9.0.4", "semver": "^7.6.0", "ts-api-utils": "^2.0.1" }, "peerDependencies": { "typescript": ">=4.8.4 <5.8.0" } }, "sha512-UPyy4MJ/0RE648DSKQe9g0VDSehPINiejjA6ElqnFaFIhI6ZEiZAkUI0D5MCk0bQcTf/LVqZStvQ6K4lPn/BRg=="],
"@typescript-eslint/utils": ["@typescript-eslint/utils@8.24.1", "", { "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "@typescript-eslint/scope-manager": "8.24.1", "@typescript-eslint/types": "8.24.1", "@typescript-eslint/typescript-estree": "8.24.1" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <5.8.0" } }, "sha512-OOcg3PMMQx9EXspId5iktsI3eMaXVwlhC8BvNnX6B5w9a4dVgpkQZuU8Hy67TolKcl+iFWq0XX+jbDGN4xWxjQ=="],
"@typescript-eslint/visitor-keys": ["@typescript-eslint/visitor-keys@8.24.1", "", { "dependencies": { "@typescript-eslint/types": "8.24.1", "eslint-visitor-keys": "^4.2.0" } }, "sha512-EwVHlp5l+2vp8CoqJm9KikPZgi3gbdZAtabKT9KPShGeOcJhsv4Zdo3oc8T8I0uKEmYoU4ItyxbptjF08enaxg=="],
"@vitejs/plugin-react-swc": ["@vitejs/plugin-react-swc@3.8.0", "", { "dependencies": { "@swc/core": "^1.10.15" }, "peerDependencies": { "vite": "^4 || ^5 || ^6" } }, "sha512-T4sHPvS+DIqDP51ifPqa9XIRAz/kIvIi8oXcnOZZgHmMotgmmdxe/DD5tMFlt5nuIRzT0/QuiwmKlH0503Aapw=="], "@vitejs/plugin-react-swc": ["@vitejs/plugin-react-swc@3.8.0", "", { "dependencies": { "@swc/core": "^1.10.15" }, "peerDependencies": { "vite": "^4 || ^5 || ^6" } }, "sha512-T4sHPvS+DIqDP51ifPqa9XIRAz/kIvIi8oXcnOZZgHmMotgmmdxe/DD5tMFlt5nuIRzT0/QuiwmKlH0503Aapw=="],
"acorn": ["acorn@8.14.0", "", { "bin": { "acorn": "bin/acorn" } }, "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA=="],
"acorn-jsx": ["acorn-jsx@5.3.2", "", { "peerDependencies": { "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ=="],
"ajv": ["ajv@6.12.6", "", { "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", "uri-js": "^4.2.2" } }, "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g=="],
"ansi-styles": ["ansi-styles@4.3.0", "", { "dependencies": { "color-convert": "^2.0.1" } }, "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="],
"argparse": ["argparse@2.0.1", "", {}, "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="],
"aria-hidden": ["aria-hidden@1.2.4", "", { "dependencies": { "tslib": "^2.0.0" } }, "sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A=="], "aria-hidden": ["aria-hidden@1.2.4", "", { "dependencies": { "tslib": "^2.0.0" } }, "sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A=="],
"balanced-match": ["balanced-match@1.0.2", "", {}, "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="],
"brace-expansion": ["brace-expansion@1.1.11", "", { "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA=="],
"braces": ["braces@3.0.3", "", { "dependencies": { "fill-range": "^7.1.1" } }, "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA=="],
"callsites": ["callsites@3.1.0", "", {}, "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="],
"chalk": ["chalk@4.1.2", "", { "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" } }, "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA=="],
"class-variance-authority": ["class-variance-authority@0.7.1", "", { "dependencies": { "clsx": "^2.1.1" } }, "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg=="], "class-variance-authority": ["class-variance-authority@0.7.1", "", { "dependencies": { "clsx": "^2.1.1" } }, "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg=="],
"clsx": ["clsx@2.1.1", "", {}, "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA=="], "clsx": ["clsx@2.1.1", "", {}, "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA=="],
"cmdk": ["cmdk@1.1.1", "", { "dependencies": { "@radix-ui/react-compose-refs": "^1.1.1", "@radix-ui/react-dialog": "^1.1.6", "@radix-ui/react-id": "^1.1.0", "@radix-ui/react-primitive": "^2.0.2" }, "peerDependencies": { "react": "^18 || ^19 || ^19.0.0-rc", "react-dom": "^18 || ^19 || ^19.0.0-rc" } }, "sha512-Vsv7kFaXm+ptHDMZ7izaRsP70GgrW9NBNGswt9OZaVBLlE0SNpDq8eu/VGXyF9r7M0azK3Wy7OlYXsuyYLFzHg=="], "cmdk": ["cmdk@1.1.1", "", { "dependencies": { "@radix-ui/react-compose-refs": "^1.1.1", "@radix-ui/react-dialog": "^1.1.6", "@radix-ui/react-id": "^1.1.0", "@radix-ui/react-primitive": "^2.0.2" }, "peerDependencies": { "react": "^18 || ^19 || ^19.0.0-rc", "react-dom": "^18 || ^19 || ^19.0.0-rc" } }, "sha512-Vsv7kFaXm+ptHDMZ7izaRsP70GgrW9NBNGswt9OZaVBLlE0SNpDq8eu/VGXyF9r7M0azK3Wy7OlYXsuyYLFzHg=="],
"color-convert": ["color-convert@2.0.1", "", { "dependencies": { "color-name": "~1.1.4" } }, "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ=="],
"color-name": ["color-name@1.1.4", "", {}, "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="],
"concat-map": ["concat-map@0.0.1", "", {}, "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="],
"cookie": ["cookie@1.0.2", "", {}, "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA=="], "cookie": ["cookie@1.0.2", "", {}, "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA=="],
"country-flag-icons": ["country-flag-icons@1.5.18", "", {}, "sha512-z+Uzesi8u8IdkViqqbzzbkf3+a7WJpcET5B7sPwTg7GXqPYpVEgNlZ/FC3l8KO4mEf+mNkmzKLppKTN4PlCJEQ=="], "country-flag-icons": ["country-flag-icons@1.5.18", "", {}, "sha512-z+Uzesi8u8IdkViqqbzzbkf3+a7WJpcET5B7sPwTg7GXqPYpVEgNlZ/FC3l8KO4mEf+mNkmzKLppKTN4PlCJEQ=="],
"cross-spawn": ["cross-spawn@7.0.6", "", { "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" } }, "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA=="],
"csstype": ["csstype@3.1.3", "", {}, "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="], "csstype": ["csstype@3.1.3", "", {}, "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="],
"d3-array": ["d3-array@3.2.4", "", { "dependencies": { "internmap": "1 - 2" } }, "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg=="], "d3-array": ["d3-array@3.2.4", "", { "dependencies": { "internmap": "1 - 2" } }, "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg=="],
@@ -497,12 +415,8 @@
"dayjs": ["dayjs@1.11.13", "", {}, "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg=="], "dayjs": ["dayjs@1.11.13", "", {}, "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg=="],
"debug": ["debug@4.3.7", "", { "dependencies": { "ms": "^2.1.3" } }, "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ=="],
"decimal.js-light": ["decimal.js-light@2.5.1", "", {}, "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg=="], "decimal.js-light": ["decimal.js-light@2.5.1", "", {}, "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg=="],
"deep-is": ["deep-is@0.1.4", "", {}, "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="],
"detect-libc": ["detect-libc@2.1.2", "", {}, "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ=="], "detect-libc": ["detect-libc@2.1.2", "", {}, "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ=="],
"detect-node-es": ["detect-node-es@1.1.0", "", {}, "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ=="], "detect-node-es": ["detect-node-es@1.1.0", "", {}, "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ=="],
@@ -515,110 +429,32 @@
"esbuild": ["esbuild@0.24.2", "", { "optionalDependencies": { "@esbuild/aix-ppc64": "0.24.2", "@esbuild/android-arm": "0.24.2", "@esbuild/android-arm64": "0.24.2", "@esbuild/android-x64": "0.24.2", "@esbuild/darwin-arm64": "0.24.2", "@esbuild/darwin-x64": "0.24.2", "@esbuild/freebsd-arm64": "0.24.2", "@esbuild/freebsd-x64": "0.24.2", "@esbuild/linux-arm": "0.24.2", "@esbuild/linux-arm64": "0.24.2", "@esbuild/linux-ia32": "0.24.2", "@esbuild/linux-loong64": "0.24.2", "@esbuild/linux-mips64el": "0.24.2", "@esbuild/linux-ppc64": "0.24.2", "@esbuild/linux-riscv64": "0.24.2", "@esbuild/linux-s390x": "0.24.2", "@esbuild/linux-x64": "0.24.2", "@esbuild/netbsd-arm64": "0.24.2", "@esbuild/netbsd-x64": "0.24.2", "@esbuild/openbsd-arm64": "0.24.2", "@esbuild/openbsd-x64": "0.24.2", "@esbuild/sunos-x64": "0.24.2", "@esbuild/win32-arm64": "0.24.2", "@esbuild/win32-ia32": "0.24.2", "@esbuild/win32-x64": "0.24.2" }, "bin": { "esbuild": "bin/esbuild" } }, "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA=="], "esbuild": ["esbuild@0.24.2", "", { "optionalDependencies": { "@esbuild/aix-ppc64": "0.24.2", "@esbuild/android-arm": "0.24.2", "@esbuild/android-arm64": "0.24.2", "@esbuild/android-x64": "0.24.2", "@esbuild/darwin-arm64": "0.24.2", "@esbuild/darwin-x64": "0.24.2", "@esbuild/freebsd-arm64": "0.24.2", "@esbuild/freebsd-x64": "0.24.2", "@esbuild/linux-arm": "0.24.2", "@esbuild/linux-arm64": "0.24.2", "@esbuild/linux-ia32": "0.24.2", "@esbuild/linux-loong64": "0.24.2", "@esbuild/linux-mips64el": "0.24.2", "@esbuild/linux-ppc64": "0.24.2", "@esbuild/linux-riscv64": "0.24.2", "@esbuild/linux-s390x": "0.24.2", "@esbuild/linux-x64": "0.24.2", "@esbuild/netbsd-arm64": "0.24.2", "@esbuild/netbsd-x64": "0.24.2", "@esbuild/openbsd-arm64": "0.24.2", "@esbuild/openbsd-x64": "0.24.2", "@esbuild/sunos-x64": "0.24.2", "@esbuild/win32-arm64": "0.24.2", "@esbuild/win32-ia32": "0.24.2", "@esbuild/win32-x64": "0.24.2" }, "bin": { "esbuild": "bin/esbuild" } }, "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA=="],
"escape-string-regexp": ["escape-string-regexp@4.0.0", "", {}, "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="],
"eslint": ["eslint@9.20.1", "", { "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.12.1", "@eslint/config-array": "^0.19.0", "@eslint/core": "^0.11.0", "@eslint/eslintrc": "^3.2.0", "@eslint/js": "9.20.0", "@eslint/plugin-kit": "^0.2.5", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.4.1", "@types/estree": "^1.0.6", "@types/json-schema": "^7.0.15", "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.6", "debug": "^4.3.2", "escape-string-regexp": "^4.0.0", "eslint-scope": "^8.2.0", "eslint-visitor-keys": "^4.2.0", "espree": "^10.3.0", "esquery": "^1.5.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", "file-entry-cache": "^8.0.0", "find-up": "^5.0.0", "glob-parent": "^6.0.2", "ignore": "^5.2.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "json-stable-stringify-without-jsonify": "^1.0.1", "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", "optionator": "^0.9.3" }, "peerDependencies": { "jiti": "*" }, "optionalPeers": ["jiti"], "bin": { "eslint": "bin/eslint.js" } }, "sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g=="],
"eslint-plugin-react-hooks": ["eslint-plugin-react-hooks@5.1.0", "", { "peerDependencies": { "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" } }, "sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw=="],
"eslint-plugin-react-refresh": ["eslint-plugin-react-refresh@0.4.19", "", { "peerDependencies": { "eslint": ">=8.40" } }, "sha512-eyy8pcr/YxSYjBoqIFSrlbn9i/xvxUFa8CjzAYo9cFjgGXqq1hyjihcpZvxRLalpaWmueWR81xn7vuKmAFijDQ=="],
"eslint-scope": ["eslint-scope@8.3.0", "", { "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" } }, "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ=="],
"eslint-visitor-keys": ["eslint-visitor-keys@4.2.0", "", {}, "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw=="],
"espree": ["espree@10.3.0", "", { "dependencies": { "acorn": "^8.14.0", "acorn-jsx": "^5.3.2", "eslint-visitor-keys": "^4.2.0" } }, "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg=="],
"esquery": ["esquery@1.6.0", "", { "dependencies": { "estraverse": "^5.1.0" } }, "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg=="],
"esrecurse": ["esrecurse@4.3.0", "", { "dependencies": { "estraverse": "^5.2.0" } }, "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag=="],
"estraverse": ["estraverse@5.3.0", "", {}, "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="],
"esutils": ["esutils@2.0.3", "", {}, "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="],
"eventemitter3": ["eventemitter3@4.0.7", "", {}, "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="], "eventemitter3": ["eventemitter3@4.0.7", "", {}, "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="],
"fast-deep-equal": ["fast-deep-equal@3.1.3", "", {}, "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="],
"fast-equals": ["fast-equals@5.0.1", "", {}, "sha512-WF1Wi8PwwSY7/6Kx0vKXtw8RwuSGoM1bvDaJbu7MxDlR1vovZjIAKrnzyrThgAjm6JDTu0fVgWXDlMGspodfoQ=="], "fast-equals": ["fast-equals@5.0.1", "", {}, "sha512-WF1Wi8PwwSY7/6Kx0vKXtw8RwuSGoM1bvDaJbu7MxDlR1vovZjIAKrnzyrThgAjm6JDTu0fVgWXDlMGspodfoQ=="],
"fast-glob": ["fast-glob@3.3.2", "", { "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", "glob-parent": "^5.1.2", "merge2": "^1.3.0", "micromatch": "^4.0.4" } }, "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow=="],
"fast-json-stable-stringify": ["fast-json-stable-stringify@2.1.0", "", {}, "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="],
"fast-levenshtein": ["fast-levenshtein@2.0.6", "", {}, "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw=="],
"fastq": ["fastq@1.17.1", "", { "dependencies": { "reusify": "^1.0.4" } }, "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w=="],
"file-entry-cache": ["file-entry-cache@8.0.0", "", { "dependencies": { "flat-cache": "^4.0.0" } }, "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ=="],
"fill-range": ["fill-range@7.1.1", "", { "dependencies": { "to-regex-range": "^5.0.1" } }, "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg=="],
"find-up": ["find-up@5.0.0", "", { "dependencies": { "locate-path": "^6.0.0", "path-exists": "^4.0.0" } }, "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng=="],
"flat-cache": ["flat-cache@4.0.1", "", { "dependencies": { "flatted": "^3.2.9", "keyv": "^4.5.4" } }, "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw=="],
"flatted": ["flatted@3.3.1", "", {}, "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw=="],
"framer-motion": ["framer-motion@12.4.5", "", { "dependencies": { "motion-dom": "^12.4.5", "motion-utils": "^12.0.0", "tslib": "^2.4.0" }, "peerDependencies": { "@emotion/is-prop-valid": "*", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "optionalPeers": ["@emotion/is-prop-valid", "react", "react-dom"] }, "sha512-9+8wglyIJFeUpVg4U8Ohvoo5x7zmvRqawWXhEUThcYdwL/5A1/OkLvQo68Zz5taUE11HKG/Ex+LPaN2+fMkRdA=="], "framer-motion": ["framer-motion@12.4.5", "", { "dependencies": { "motion-dom": "^12.4.5", "motion-utils": "^12.0.0", "tslib": "^2.4.0" }, "peerDependencies": { "@emotion/is-prop-valid": "*", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "optionalPeers": ["@emotion/is-prop-valid", "react", "react-dom"] }, "sha512-9+8wglyIJFeUpVg4U8Ohvoo5x7zmvRqawWXhEUThcYdwL/5A1/OkLvQo68Zz5taUE11HKG/Ex+LPaN2+fMkRdA=="],
"fsevents": ["fsevents@2.3.3", "", { "os": "darwin" }, "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw=="], "fsevents": ["fsevents@2.3.3", "", { "os": "darwin" }, "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw=="],
"get-nonce": ["get-nonce@1.0.1", "", {}, "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q=="], "get-nonce": ["get-nonce@1.0.1", "", {}, "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q=="],
"glob-parent": ["glob-parent@6.0.2", "", { "dependencies": { "is-glob": "^4.0.3" } }, "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A=="],
"globals": ["globals@15.15.0", "", {}, "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg=="], "globals": ["globals@15.15.0", "", {}, "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg=="],
"graceful-fs": ["graceful-fs@4.2.11", "", {}, "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="], "graceful-fs": ["graceful-fs@4.2.11", "", {}, "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="],
"graphemer": ["graphemer@1.4.0", "", {}, "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag=="],
"has-flag": ["has-flag@4.0.0", "", {}, "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="],
"html-parse-stringify": ["html-parse-stringify@3.0.1", "", { "dependencies": { "void-elements": "3.1.0" } }, "sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg=="], "html-parse-stringify": ["html-parse-stringify@3.0.1", "", { "dependencies": { "void-elements": "3.1.0" } }, "sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg=="],
"i18n-iso-countries": ["i18n-iso-countries@7.14.0", "", { "dependencies": { "diacritics": "1.3.0" } }, "sha512-nXHJZYtNrfsi1UQbyRqm3Gou431elgLjKl//CYlnBGt5aTWdRPH1PiS2T/p/n8Q8LnqYqzQJik3Q7mkwvLokeg=="], "i18n-iso-countries": ["i18n-iso-countries@7.14.0", "", { "dependencies": { "diacritics": "1.3.0" } }, "sha512-nXHJZYtNrfsi1UQbyRqm3Gou431elgLjKl//CYlnBGt5aTWdRPH1PiS2T/p/n8Q8LnqYqzQJik3Q7mkwvLokeg=="],
"i18next": ["i18next@24.2.2", "", { "dependencies": { "@babel/runtime": "^7.23.2" }, "peerDependencies": { "typescript": "^5" }, "optionalPeers": ["typescript"] }, "sha512-NE6i86lBCKRYZa5TaUDkU5S4HFgLIEJRLr3Whf2psgaxBleQ2LC1YW1Vc+SCgkAW7VEzndT6al6+CzegSUHcTQ=="], "i18next": ["i18next@24.2.2", "", { "dependencies": { "@babel/runtime": "^7.23.2" }, "peerDependencies": { "typescript": "^5" }, "optionalPeers": ["typescript"] }, "sha512-NE6i86lBCKRYZa5TaUDkU5S4HFgLIEJRLr3Whf2psgaxBleQ2LC1YW1Vc+SCgkAW7VEzndT6al6+CzegSUHcTQ=="],
"ignore": ["ignore@5.3.2", "", {}, "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g=="],
"import-fresh": ["import-fresh@3.3.0", "", { "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" } }, "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw=="],
"imurmurhash": ["imurmurhash@0.1.4", "", {}, "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA=="],
"internmap": ["internmap@2.0.3", "", {}, "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg=="], "internmap": ["internmap@2.0.3", "", {}, "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg=="],
"is-extglob": ["is-extglob@2.1.1", "", {}, "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ=="],
"is-glob": ["is-glob@4.0.3", "", { "dependencies": { "is-extglob": "^2.1.1" } }, "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg=="],
"is-number": ["is-number@7.0.0", "", {}, "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="],
"isexe": ["isexe@2.0.0", "", {}, "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="],
"javascript-natural-sort": ["javascript-natural-sort@0.7.1", "", {}, "sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw=="],
"jiti": ["jiti@1.21.6", "", { "bin": { "jiti": "bin/jiti.js" } }, "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w=="], "jiti": ["jiti@1.21.6", "", { "bin": { "jiti": "bin/jiti.js" } }, "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w=="],
"js-tokens": ["js-tokens@4.0.0", "", {}, "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="], "js-tokens": ["js-tokens@4.0.0", "", {}, "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="],
"js-yaml": ["js-yaml@4.1.0", "", { "dependencies": { "argparse": "^2.0.1" }, "bin": { "js-yaml": "bin/js-yaml.js" } }, "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA=="],
"jsesc": ["jsesc@3.1.0", "", { "bin": { "jsesc": "bin/jsesc" } }, "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA=="],
"json-buffer": ["json-buffer@3.0.1", "", {}, "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ=="],
"json-schema-traverse": ["json-schema-traverse@0.4.1", "", {}, "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="],
"json-stable-stringify-without-jsonify": ["json-stable-stringify-without-jsonify@1.0.1", "", {}, "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw=="],
"keyv": ["keyv@4.5.4", "", { "dependencies": { "json-buffer": "3.0.1" } }, "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw=="],
"levn": ["levn@0.4.1", "", { "dependencies": { "prelude-ls": "^1.2.1", "type-check": "~0.4.0" } }, "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ=="],
"lightningcss": ["lightningcss@1.30.2", "", { "dependencies": { "detect-libc": "^2.0.3" }, "optionalDependencies": { "lightningcss-android-arm64": "1.30.2", "lightningcss-darwin-arm64": "1.30.2", "lightningcss-darwin-x64": "1.30.2", "lightningcss-freebsd-x64": "1.30.2", "lightningcss-linux-arm-gnueabihf": "1.30.2", "lightningcss-linux-arm64-gnu": "1.30.2", "lightningcss-linux-arm64-musl": "1.30.2", "lightningcss-linux-x64-gnu": "1.30.2", "lightningcss-linux-x64-musl": "1.30.2", "lightningcss-win32-arm64-msvc": "1.30.2", "lightningcss-win32-x64-msvc": "1.30.2" } }, "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ=="], "lightningcss": ["lightningcss@1.30.2", "", { "dependencies": { "detect-libc": "^2.0.3" }, "optionalDependencies": { "lightningcss-android-arm64": "1.30.2", "lightningcss-darwin-arm64": "1.30.2", "lightningcss-darwin-x64": "1.30.2", "lightningcss-freebsd-x64": "1.30.2", "lightningcss-linux-arm-gnueabihf": "1.30.2", "lightningcss-linux-arm64-gnu": "1.30.2", "lightningcss-linux-arm64-musl": "1.30.2", "lightningcss-linux-x64-gnu": "1.30.2", "lightningcss-linux-x64-musl": "1.30.2", "lightningcss-win32-arm64-msvc": "1.30.2", "lightningcss-win32-x64-msvc": "1.30.2" } }, "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ=="],
"lightningcss-android-arm64": ["lightningcss-android-arm64@1.30.2", "", { "os": "android", "cpu": "arm64" }, "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A=="], "lightningcss-android-arm64": ["lightningcss-android-arm64@1.30.2", "", { "os": "android", "cpu": "arm64" }, "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A=="],
@@ -643,12 +479,8 @@
"lightningcss-win32-x64-msvc": ["lightningcss-win32-x64-msvc@1.30.2", "", { "os": "win32", "cpu": "x64" }, "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw=="], "lightningcss-win32-x64-msvc": ["lightningcss-win32-x64-msvc@1.30.2", "", { "os": "win32", "cpu": "x64" }, "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw=="],
"locate-path": ["locate-path@6.0.0", "", { "dependencies": { "p-locate": "^5.0.0" } }, "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw=="],
"lodash": ["lodash@4.17.21", "", {}, "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="], "lodash": ["lodash@4.17.21", "", {}, "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="],
"lodash.merge": ["lodash.merge@4.6.2", "", {}, "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="],
"loose-envify": ["loose-envify@1.4.0", "", { "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, "bin": { "loose-envify": "cli.js" } }, "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q=="], "loose-envify": ["loose-envify@1.4.0", "", { "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, "bin": { "loose-envify": "cli.js" } }, "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q=="],
"lucide-react": ["lucide-react@0.460.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" } }, "sha512-BVtq/DykVeIvRTJvRAgCsOwaGL8Un3Bxh8MbDxMhEWlZay3T4IpEKDEpwt5KZ0KJMHzgm6jrltxlT5eXOWXDHg=="], "lucide-react": ["lucide-react@0.460.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" } }, "sha512-BVtq/DykVeIvRTJvRAgCsOwaGL8Un3Bxh8MbDxMhEWlZay3T4IpEKDEpwt5KZ0KJMHzgm6jrltxlT5eXOWXDHg=="],
@@ -657,54 +489,20 @@
"magic-string": ["magic-string@0.30.21", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.5" } }, "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ=="], "magic-string": ["magic-string@0.30.21", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.5" } }, "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ=="],
"merge2": ["merge2@1.4.1", "", {}, "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="],
"micromatch": ["micromatch@4.0.8", "", { "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" } }, "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA=="],
"minimatch": ["minimatch@3.1.2", "", { "dependencies": { "brace-expansion": "^1.1.7" } }, "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw=="],
"motion-dom": ["motion-dom@12.5.0", "", { "dependencies": { "motion-utils": "^12.5.0" } }, "sha512-uH2PETDh7m+Hjd1UQQ56yHqwn83SAwNjimNPE/kC+Kds0t4Yh7+29rfo5wezVFpPOv57U4IuWved5d1x0kNhbQ=="], "motion-dom": ["motion-dom@12.5.0", "", { "dependencies": { "motion-utils": "^12.5.0" } }, "sha512-uH2PETDh7m+Hjd1UQQ56yHqwn83SAwNjimNPE/kC+Kds0t4Yh7+29rfo5wezVFpPOv57U4IuWved5d1x0kNhbQ=="],
"motion-utils": ["motion-utils@12.5.0", "", {}, "sha512-+hFFzvimn0sBMP9iPxBa9OtRX35ZQ3py0UHnb8U29VD+d8lQ8zH3dTygJWqK7av2v6yhg7scj9iZuvTS0f4+SA=="], "motion-utils": ["motion-utils@12.5.0", "", {}, "sha512-+hFFzvimn0sBMP9iPxBa9OtRX35ZQ3py0UHnb8U29VD+d8lQ8zH3dTygJWqK7av2v6yhg7scj9iZuvTS0f4+SA=="],
"ms": ["ms@2.1.3", "", {}, "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="],
"nanoid": ["nanoid@3.3.8", "", { "bin": { "nanoid": "bin/nanoid.cjs" } }, "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w=="], "nanoid": ["nanoid@3.3.8", "", { "bin": { "nanoid": "bin/nanoid.cjs" } }, "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w=="],
"natural-compare": ["natural-compare@1.4.0", "", {}, "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw=="],
"object-assign": ["object-assign@4.1.1", "", {}, "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg=="], "object-assign": ["object-assign@4.1.1", "", {}, "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg=="],
"optionator": ["optionator@0.9.4", "", { "dependencies": { "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", "type-check": "^0.4.0", "word-wrap": "^1.2.5" } }, "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g=="],
"p-limit": ["p-limit@3.1.0", "", { "dependencies": { "yocto-queue": "^0.1.0" } }, "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ=="],
"p-locate": ["p-locate@5.0.0", "", { "dependencies": { "p-limit": "^3.0.2" } }, "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw=="],
"parent-module": ["parent-module@1.0.1", "", { "dependencies": { "callsites": "^3.0.0" } }, "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g=="],
"path-exists": ["path-exists@4.0.0", "", {}, "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="],
"path-key": ["path-key@3.1.1", "", {}, "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="],
"picocolors": ["picocolors@1.1.1", "", {}, "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="], "picocolors": ["picocolors@1.1.1", "", {}, "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="],
"picomatch": ["picomatch@2.3.1", "", {}, "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="],
"postcss": ["postcss@8.5.3", "", { "dependencies": { "nanoid": "^3.3.8", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" } }, "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A=="], "postcss": ["postcss@8.5.3", "", { "dependencies": { "nanoid": "^3.3.8", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" } }, "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A=="],
"prelude-ls": ["prelude-ls@1.2.1", "", {}, "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="],
"prettier": ["prettier@3.4.2", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ=="],
"prettier-plugin-tailwindcss": ["prettier-plugin-tailwindcss@0.7.2", "", { "peerDependencies": { "@ianvs/prettier-plugin-sort-imports": "*", "@prettier/plugin-hermes": "*", "@prettier/plugin-oxc": "*", "@prettier/plugin-pug": "*", "@shopify/prettier-plugin-liquid": "*", "@trivago/prettier-plugin-sort-imports": "*", "@zackad/prettier-plugin-twig": "*", "prettier": "^3.0", "prettier-plugin-astro": "*", "prettier-plugin-css-order": "*", "prettier-plugin-jsdoc": "*", "prettier-plugin-marko": "*", "prettier-plugin-multiline-arrays": "*", "prettier-plugin-organize-attributes": "*", "prettier-plugin-organize-imports": "*", "prettier-plugin-sort-imports": "*", "prettier-plugin-svelte": "*" }, "optionalPeers": ["@ianvs/prettier-plugin-sort-imports", "@prettier/plugin-hermes", "@prettier/plugin-oxc", "@prettier/plugin-pug", "@shopify/prettier-plugin-liquid", "@trivago/prettier-plugin-sort-imports", "@zackad/prettier-plugin-twig", "prettier-plugin-astro", "prettier-plugin-css-order", "prettier-plugin-jsdoc", "prettier-plugin-marko", "prettier-plugin-multiline-arrays", "prettier-plugin-organize-attributes", "prettier-plugin-organize-imports", "prettier-plugin-sort-imports", "prettier-plugin-svelte"] }, "sha512-LkphyK3Fw+q2HdMOoiEHWf93fNtYJwfamoKPl7UwtjFQdei/iIBoX11G6j706FzN3ymX9mPVi97qIY8328vdnA=="],
"prop-types": ["prop-types@15.8.1", "", { "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", "react-is": "^16.13.1" } }, "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg=="], "prop-types": ["prop-types@15.8.1", "", { "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", "react-is": "^16.13.1" } }, "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg=="],
"punycode": ["punycode@2.3.1", "", {}, "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg=="],
"queue-microtask": ["queue-microtask@1.2.3", "", {}, "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="],
"react": ["react@19.0.0", "", {}, "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ=="], "react": ["react@19.0.0", "", {}, "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ=="],
"react-dom": ["react-dom@19.0.0", "", { "dependencies": { "scheduler": "^0.25.0" }, "peerDependencies": { "react": "^19.0.0" } }, "sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ=="], "react-dom": ["react-dom@19.0.0", "", { "dependencies": { "scheduler": "^0.25.0" }, "peerDependencies": { "react": "^19.0.0" } }, "sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ=="],
@@ -733,32 +531,16 @@
"regenerator-runtime": ["regenerator-runtime@0.14.1", "", {}, "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="], "regenerator-runtime": ["regenerator-runtime@0.14.1", "", {}, "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="],
"resolve-from": ["resolve-from@4.0.0", "", {}, "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="],
"reusify": ["reusify@1.0.4", "", {}, "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw=="],
"rollup": ["rollup@4.34.6", "", { "dependencies": { "@types/estree": "1.0.6" }, "optionalDependencies": { "@rollup/rollup-android-arm-eabi": "4.34.6", "@rollup/rollup-android-arm64": "4.34.6", "@rollup/rollup-darwin-arm64": "4.34.6", "@rollup/rollup-darwin-x64": "4.34.6", "@rollup/rollup-freebsd-arm64": "4.34.6", "@rollup/rollup-freebsd-x64": "4.34.6", "@rollup/rollup-linux-arm-gnueabihf": "4.34.6", "@rollup/rollup-linux-arm-musleabihf": "4.34.6", "@rollup/rollup-linux-arm64-gnu": "4.34.6", "@rollup/rollup-linux-arm64-musl": "4.34.6", "@rollup/rollup-linux-loongarch64-gnu": "4.34.6", "@rollup/rollup-linux-powerpc64le-gnu": "4.34.6", "@rollup/rollup-linux-riscv64-gnu": "4.34.6", "@rollup/rollup-linux-s390x-gnu": "4.34.6", "@rollup/rollup-linux-x64-gnu": "4.34.6", "@rollup/rollup-linux-x64-musl": "4.34.6", "@rollup/rollup-win32-arm64-msvc": "4.34.6", "@rollup/rollup-win32-ia32-msvc": "4.34.6", "@rollup/rollup-win32-x64-msvc": "4.34.6", "fsevents": "~2.3.2" }, "bin": { "rollup": "dist/bin/rollup" } }, "sha512-wc2cBWqJgkU3Iz5oztRkQbfVkbxoz5EhnCGOrnJvnLnQ7O0WhQUYyv18qQI79O8L7DdHrrlJNeCHd4VGpnaXKQ=="], "rollup": ["rollup@4.34.6", "", { "dependencies": { "@types/estree": "1.0.6" }, "optionalDependencies": { "@rollup/rollup-android-arm-eabi": "4.34.6", "@rollup/rollup-android-arm64": "4.34.6", "@rollup/rollup-darwin-arm64": "4.34.6", "@rollup/rollup-darwin-x64": "4.34.6", "@rollup/rollup-freebsd-arm64": "4.34.6", "@rollup/rollup-freebsd-x64": "4.34.6", "@rollup/rollup-linux-arm-gnueabihf": "4.34.6", "@rollup/rollup-linux-arm-musleabihf": "4.34.6", "@rollup/rollup-linux-arm64-gnu": "4.34.6", "@rollup/rollup-linux-arm64-musl": "4.34.6", "@rollup/rollup-linux-loongarch64-gnu": "4.34.6", "@rollup/rollup-linux-powerpc64le-gnu": "4.34.6", "@rollup/rollup-linux-riscv64-gnu": "4.34.6", "@rollup/rollup-linux-s390x-gnu": "4.34.6", "@rollup/rollup-linux-x64-gnu": "4.34.6", "@rollup/rollup-linux-x64-musl": "4.34.6", "@rollup/rollup-win32-arm64-msvc": "4.34.6", "@rollup/rollup-win32-ia32-msvc": "4.34.6", "@rollup/rollup-win32-x64-msvc": "4.34.6", "fsevents": "~2.3.2" }, "bin": { "rollup": "dist/bin/rollup" } }, "sha512-wc2cBWqJgkU3Iz5oztRkQbfVkbxoz5EhnCGOrnJvnLnQ7O0WhQUYyv18qQI79O8L7DdHrrlJNeCHd4VGpnaXKQ=="],
"run-parallel": ["run-parallel@1.2.0", "", { "dependencies": { "queue-microtask": "^1.2.2" } }, "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA=="],
"scheduler": ["scheduler@0.25.0", "", {}, "sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA=="], "scheduler": ["scheduler@0.25.0", "", {}, "sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA=="],
"semver": ["semver@7.6.3", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A=="],
"set-cookie-parser": ["set-cookie-parser@2.7.1", "", {}, "sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ=="], "set-cookie-parser": ["set-cookie-parser@2.7.1", "", {}, "sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ=="],
"shebang-command": ["shebang-command@2.0.0", "", { "dependencies": { "shebang-regex": "^3.0.0" } }, "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA=="],
"shebang-regex": ["shebang-regex@3.0.0", "", {}, "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="],
"sonner": ["sonner@1.7.4", "", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc", "react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-rc" } }, "sha512-DIS8z4PfJRbIyfVFDVnK9rO3eYDtse4Omcm6bt0oEr5/jtLgysmjuBl1frJ9E/EQZrFmKx2A8m/s5s9CRXIzhw=="], "sonner": ["sonner@1.7.4", "", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc", "react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-rc" } }, "sha512-DIS8z4PfJRbIyfVFDVnK9rO3eYDtse4Omcm6bt0oEr5/jtLgysmjuBl1frJ9E/EQZrFmKx2A8m/s5s9CRXIzhw=="],
"source-map-js": ["source-map-js@1.2.1", "", {}, "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA=="], "source-map-js": ["source-map-js@1.2.1", "", {}, "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA=="],
"strip-json-comments": ["strip-json-comments@3.1.1", "", {}, "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig=="],
"supports-color": ["supports-color@7.2.0", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="],
"tailwind-merge": ["tailwind-merge@2.6.0", "", {}, "sha512-P+Vu1qXfzediirmHOC3xKGAYeZtPcV9g76X+xg2FD4tYgR71ewMA35Y3sCz3zhiN/dwefRpJX0yBcgwi1fXNQA=="], "tailwind-merge": ["tailwind-merge@2.6.0", "", {}, "sha512-P+Vu1qXfzediirmHOC3xKGAYeZtPcV9g76X+xg2FD4tYgR71ewMA35Y3sCz3zhiN/dwefRpJX0yBcgwi1fXNQA=="],
"tailwindcss": ["tailwindcss@4.1.18", "", {}, "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw=="], "tailwindcss": ["tailwindcss@4.1.18", "", {}, "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw=="],
@@ -769,24 +551,14 @@
"tiny-invariant": ["tiny-invariant@1.3.3", "", {}, "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg=="], "tiny-invariant": ["tiny-invariant@1.3.3", "", {}, "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg=="],
"to-regex-range": ["to-regex-range@5.0.1", "", { "dependencies": { "is-number": "^7.0.0" } }, "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ=="],
"ts-api-utils": ["ts-api-utils@2.0.1", "", { "peerDependencies": { "typescript": ">=4.8.4" } }, "sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w=="],
"tslib": ["tslib@2.8.0", "", {}, "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA=="], "tslib": ["tslib@2.8.0", "", {}, "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA=="],
"turbo-stream": ["turbo-stream@2.4.0", "", {}, "sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g=="], "turbo-stream": ["turbo-stream@2.4.0", "", {}, "sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g=="],
"type-check": ["type-check@0.4.0", "", { "dependencies": { "prelude-ls": "^1.2.1" } }, "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew=="],
"typescript": ["typescript@5.6.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw=="], "typescript": ["typescript@5.6.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw=="],
"typescript-eslint": ["typescript-eslint@8.24.1", "", { "dependencies": { "@typescript-eslint/eslint-plugin": "8.24.1", "@typescript-eslint/parser": "8.24.1", "@typescript-eslint/utils": "8.24.1" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <5.8.0" } }, "sha512-cw3rEdzDqBs70TIcb0Gdzbt6h11BSs2pS0yaq7hDWDBtCCSei1pPSUXE9qUdQ/Wm9NgFg8mKtMt1b8fTHIl1jA=="],
"undici-types": ["undici-types@6.20.0", "", {}, "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg=="], "undici-types": ["undici-types@6.20.0", "", {}, "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg=="],
"uri-js": ["uri-js@4.4.1", "", { "dependencies": { "punycode": "^2.1.0" } }, "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg=="],
"use-callback-ref": ["use-callback-ref@1.3.3", "", { "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "@types/react": "*", "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" }, "optionalPeers": ["@types/react"] }, "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg=="], "use-callback-ref": ["use-callback-ref@1.3.3", "", { "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "@types/react": "*", "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" }, "optionalPeers": ["@types/react"] }, "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg=="],
"use-sidecar": ["use-sidecar@1.1.3", "", { "dependencies": { "detect-node-es": "^1.1.0", "tslib": "^2.0.0" }, "peerDependencies": { "@types/react": "*", "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" }, "optionalPeers": ["@types/react"] }, "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ=="], "use-sidecar": ["use-sidecar@1.1.3", "", { "dependencies": { "detect-node-es": "^1.1.0", "tslib": "^2.0.0" }, "peerDependencies": { "@types/react": "*", "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" }, "optionalPeers": ["@types/react"] }, "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ=="],
@@ -797,28 +569,8 @@
"void-elements": ["void-elements@3.1.0", "", {}, "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w=="], "void-elements": ["void-elements@3.1.0", "", {}, "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w=="],
"which": ["which@2.0.2", "", { "dependencies": { "isexe": "^2.0.0" }, "bin": { "node-which": "./bin/node-which" } }, "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA=="],
"word-wrap": ["word-wrap@1.2.5", "", {}, "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA=="],
"yaml": ["yaml@2.6.0", "", { "bin": { "yaml": "bin.mjs" } }, "sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ=="], "yaml": ["yaml@2.6.0", "", { "bin": { "yaml": "bin.mjs" } }, "sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ=="],
"yocto-queue": ["yocto-queue@0.1.0", "", {}, "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="],
"@babel/template/@babel/parser": ["@babel/parser@7.26.3", "", { "dependencies": { "@babel/types": "^7.26.3" }, "bin": "./bin/babel-parser.js" }, "sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA=="],
"@babel/template/@babel/types": ["@babel/types@7.26.3", "", { "dependencies": { "@babel/helper-string-parser": "^7.25.9", "@babel/helper-validator-identifier": "^7.25.9" } }, "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA=="],
"@babel/traverse/globals": ["globals@11.12.0", "", {}, "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA=="],
"@eslint-community/eslint-utils/eslint-visitor-keys": ["eslint-visitor-keys@3.4.3", "", {}, "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag=="],
"@eslint/eslintrc/globals": ["globals@14.0.0", "", {}, "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ=="],
"@eslint/plugin-kit/@eslint/core": ["@eslint/core@0.12.0", "", { "dependencies": { "@types/json-schema": "^7.0.15" } }, "sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg=="],
"@humanfs/node/@humanwhocodes/retry": ["@humanwhocodes/retry@0.3.1", "", {}, "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA=="],
"@jridgewell/gen-mapping/@jridgewell/sourcemap-codec": ["@jridgewell/sourcemap-codec@1.5.0", "", {}, "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="], "@jridgewell/gen-mapping/@jridgewell/sourcemap-codec": ["@jridgewell/sourcemap-codec@1.5.0", "", {}, "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="],
"@jridgewell/trace-mapping/@jridgewell/sourcemap-codec": ["@jridgewell/sourcemap-codec@1.5.0", "", {}, "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="], "@jridgewell/trace-mapping/@jridgewell/sourcemap-codec": ["@jridgewell/sourcemap-codec@1.5.0", "", {}, "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="],
@@ -837,12 +589,6 @@
"@tailwindcss/oxide-wasm32-wasi/tslib": ["tslib@2.8.0", "", { "bundled": true }, "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA=="], "@tailwindcss/oxide-wasm32-wasi/tslib": ["tslib@2.8.0", "", { "bundled": true }, "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA=="],
"@typescript-eslint/typescript-estree/minimatch": ["minimatch@9.0.5", "", { "dependencies": { "brace-expansion": "^2.0.1" } }, "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow=="],
"fast-glob/glob-parent": ["glob-parent@5.1.2", "", { "dependencies": { "is-glob": "^4.0.1" } }, "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow=="],
"prop-types/react-is": ["react-is@16.13.1", "", {}, "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="], "prop-types/react-is": ["react-is@16.13.1", "", {}, "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="],
"@typescript-eslint/typescript-estree/minimatch/brace-expansion": ["brace-expansion@2.0.1", "", { "dependencies": { "balanced-match": "^1.0.0" } }, "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA=="],
} }
} }
+13 -13
View File
@@ -1,15 +1,15 @@
{ {
"types": { "types": {
"feat": { "title": "🚀 Features" }, "feat": { "title": "🚀 Features" },
"fix": { "title": "🔧 Bug Fixes" }, "fix": { "title": "🔧 Bug Fixes" },
"docs": { "title": "📚 Documentation" }, "docs": { "title": "📚 Documentation" },
"style": { "title": "💄 Styles" }, "style": { "title": "💄 Styles" },
"refactor": { "title": "🔨 Refactor" }, "refactor": { "title": "🔨 Refactor" },
"perf": { "title": "🏎 Performance" }, "perf": { "title": "🏎 Performance" },
"test": { "title": "🚨 Tests" }, "test": { "title": "🚨 Tests" },
"build": { "title": "🛠 Build" }, "build": { "title": "🛠 Build" },
"ci": { "title": "👷 CI" }, "ci": { "title": "👷 CI" },
"chore": { "title": "🛗 Chore" }, "chore": { "title": "🛗 Chore" },
"revert": { "title": "⏪ Revert" } "revert": { "title": "⏪ Revert" }
} }
} }
+18 -18
View File
@@ -1,20 +1,20 @@
{ {
"$schema": "https://ui.shadcn.com/schema.json", "$schema": "https://ui.shadcn.com/schema.json",
"style": "default", "style": "default",
"rsc": false, "rsc": false,
"tsx": true, "tsx": true,
"tailwind": { "tailwind": {
"config": "tailwind.config.js", "config": "tailwind.config.js",
"css": "src/index.css", "css": "src/index.css",
"baseColor": "stone", "baseColor": "stone",
"cssVariables": true, "cssVariables": true,
"prefix": "" "prefix": ""
}, },
"aliases": { "aliases": {
"components": "@/components", "components": "@/components",
"utils": "@/lib/utils", "utils": "@/lib/utils",
"ui": "@/components/ui", "ui": "@/components/ui",
"lib": "@/lib", "lib": "@/lib",
"hooks": "@/hooks" "hooks": "@/hooks"
} }
} }
-28
View File
@@ -1,28 +0,0 @@
import js from "@eslint/js"
import reactHooks from "eslint-plugin-react-hooks"
import reactRefresh from "eslint-plugin-react-refresh"
import globals from "globals"
import tseslint from "typescript-eslint"
export default tseslint.config(
{ ignores: ["dist"] },
{
extends: [js.configs.recommended, ...tseslint.configs.recommended],
files: ["**/*.{ts,tsx}"],
languageOptions: {
ecmaVersion: 2020,
globals: globals.browser,
},
plugins: {
"react-hooks": reactHooks,
"react-refresh": reactRefresh,
},
rules: {
...reactHooks.configs.recommended.rules,
"react-refresh/only-export-components": "off",
"react-hooks/exhaustive-deps": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-empty-object-type": "off",
},
},
)
+5 -5
View File
@@ -10,7 +10,7 @@
theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light" theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"
} }
document.documentElement.classList.add(theme) document.documentElement.classList.add(theme)
} catch (e) { } catch (_e) {
document.documentElement.classList.add("light") document.documentElement.classList.add("light")
} }
</script> </script>
@@ -36,15 +36,15 @@
} }
html { html {
background-color: var(--bg) !important; background-color: var(--bg);
} }
body { body {
background-color: var(--bg) !important; background-color: var(--bg);
} }
#root { #root {
background-color: var(--bg) !important; background-color: var(--bg);
visibility: hidden; visibility: hidden;
} }
@@ -63,7 +63,7 @@
} }
</style> </style>
<script> <script>
;(function () { ;(() => {
const storageKey = "vite-ui-theme" const storageKey = "vite-ui-theme"
const theme = localStorage.getItem(storageKey) || "system" const theme = localStorage.getItem(storageKey) || "system"
const root = document.documentElement const root = document.documentElement
+67 -71
View File
@@ -1,73 +1,69 @@
{ {
"name": "nazha-dash-v1", "name": "nazha-dash-v1",
"private": true, "private": true,
"version": "1.0.0", "version": "1.0.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "tsc -b && vite build", "build": "tsc -b && vite build",
"lint": "eslint .", "lint": "biome lint",
"lint:fix": "eslint --fix .", "lint:fix": "biome lint --fix",
"format": "prettier --write .", "format": "biome format --write .",
"preview": "vite preview" "check": "biome check",
}, "check:fix": "biome check --fix --unsafe",
"dependencies": { "preview": "vite preview"
"@fontsource/inter": "5.1.1", },
"@heroicons/react": "2.2.0", "dependencies": {
"@radix-ui/react-accordion": "1.2.3", "@fontsource/inter": "5.1.1",
"@radix-ui/react-checkbox": "1.1.4", "@heroicons/react": "2.2.0",
"@radix-ui/react-dialog": "1.1.6", "@radix-ui/react-accordion": "1.2.3",
"@radix-ui/react-dropdown-menu": "2.1.6", "@radix-ui/react-checkbox": "1.1.4",
"@radix-ui/react-label": "2.1.2", "@radix-ui/react-dialog": "1.1.6",
"@radix-ui/react-popover": "1.1.6", "@radix-ui/react-dropdown-menu": "2.1.6",
"@radix-ui/react-progress": "1.1.2", "@radix-ui/react-label": "2.1.2",
"@radix-ui/react-select": "2.1.6", "@radix-ui/react-popover": "1.1.6",
"@radix-ui/react-separator": "1.1.2", "@radix-ui/react-progress": "1.1.2",
"@radix-ui/react-slot": "1.1.2", "@radix-ui/react-select": "2.1.6",
"@radix-ui/react-switch": "1.1.3", "@radix-ui/react-separator": "1.1.2",
"@radix-ui/react-tooltip": "1.1.8", "@radix-ui/react-slot": "1.1.2",
"@tanstack/react-query": "5.66.7", "@radix-ui/react-switch": "1.1.3",
"@tanstack/react-query-devtools": "5.66.7", "@radix-ui/react-tooltip": "1.1.8",
"@tanstack/react-table": "8.21.2", "@tanstack/react-query": "5.66.7",
"@trivago/prettier-plugin-sort-imports": "5.2.2", "@tanstack/react-query-devtools": "5.66.7",
"@types/d3-geo": "3.1.0", "@tanstack/react-table": "8.21.2",
"@types/luxon": "3.4.2", "@types/d3-geo": "3.1.0",
"class-variance-authority": "0.7.1", "@types/luxon": "3.4.2",
"clsx": "2.1.1", "class-variance-authority": "0.7.1",
"cmdk": "1.1.1", "clsx": "2.1.1",
"country-flag-icons": "1.5.18", "cmdk": "1.1.1",
"d3-geo": "3.1.1", "country-flag-icons": "1.5.18",
"dayjs": "1.11.13", "d3-geo": "3.1.1",
"framer-motion": "12.4.5", "dayjs": "1.11.13",
"i18n-iso-countries": "7.14.0", "framer-motion": "12.4.5",
"i18next": "24.2.2", "i18n-iso-countries": "7.14.0",
"lucide-react": "0.460.0", "i18next": "24.2.2",
"luxon": "3.5.0", "lucide-react": "0.460.0",
"prettier-plugin-tailwindcss": "^0.7.2", "luxon": "3.5.0",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.0",
"react-i18next": "15.4.1", "react-i18next": "15.4.1",
"react-router-dom": "7.2.0", "react-router-dom": "7.2.0",
"recharts": "2.15.1", "recharts": "2.15.1",
"sonner": "1.7.4", "sonner": "1.7.4",
"tailwind-merge": "2.6.0", "tailwind-merge": "2.6.0",
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "9.20.0", "@biomejs/biome": "2.3.10",
"@tailwindcss/postcss": "^4.1.18", "@tailwindcss/postcss": "^4.1.18",
"@types/node": "22.13.4", "@types/node": "22.13.4",
"@types/react": "19.0.10", "@types/react": "19.0.10",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
"@vitejs/plugin-react-swc": "3.8.0", "@vitejs/plugin-react-swc": "3.8.0",
"eslint": "9.20.1", "globals": "15.15.0",
"eslint-plugin-react-hooks": "5.1.0", "postcss": "8.5.3",
"eslint-plugin-react-refresh": "0.4.19", "tailwindcss": "^4.1.18",
"globals": "15.15.0", "typescript": "~5.6.3",
"postcss": "8.5.3", "vite": "6.1.1"
"tailwindcss": "^4.1.18", }
"typescript": "~5.6.3",
"typescript-eslint": "8.24.1",
"vite": "6.1.1"
}
} }
+4 -4
View File
@@ -1,5 +1,5 @@
export default { export default {
plugins: { plugins: {
"@tailwindcss/postcss": {}, "@tailwindcss/postcss": {},
}, },
} };
+15 -15
View File
@@ -1,17 +1,17 @@
{ {
"name": "Nezha Monitoring", "name": "Nezha Monitoring",
"short_name": "Nezha Monitoring", "short_name": "Nezha Monitoring",
"icons": [ "icons": [
{ {
"src": "/android-chrome-192x192.png", "src": "/android-chrome-192x192.png",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png", "type": "image/png",
"purpose": "any maskable" "purpose": "any maskable"
} }
], ],
"theme_color": "hsl(0 0% 98%)", "theme_color": "hsl(0 0% 98%)",
"background_color": "hsl(0 0% 98%)", "background_color": "hsl(0 0% 98%)",
"start_url": "/", "start_url": "/",
"display": "standalone", "display": "standalone",
"orientation": "portrait" "orientation": "portrait"
} }
+3 -3
View File
@@ -1,7 +1,7 @@
const { execSync } = require("child_process") const { execSync } = require("node:child_process");
// Get the short version of the git hash // Get the short version of the git hash
const gitHash = execSync("git rev-parse --short HEAD").toString().trim() const gitHash = execSync("git rev-parse --short HEAD").toString().trim();
// Write it to stdout // Write it to stdout
console.log(gitHash) console.log(gitHash);
+114 -102
View File
@@ -1,121 +1,133 @@
import { useQuery } from "@tanstack/react-query" import { useQuery } from "@tanstack/react-query";
import React, { useEffect, useState } from "react" import type React from "react";
import { useTranslation } from "react-i18next" import { useEffect, useState } from "react";
import { Route, BrowserRouter as Router, Routes } from "react-router-dom" import { useTranslation } from "react-i18next";
import { Route, BrowserRouter as Router, Routes } from "react-router-dom";
import { DashCommand } from "./components/DashCommand" import { DashCommand } from "./components/DashCommand";
import ErrorBoundary from "./components/ErrorBoundary" import ErrorBoundary from "./components/ErrorBoundary";
import Footer from "./components/Footer" import Footer from "./components/Footer";
import Header, { RefreshToast } from "./components/Header" import Header, { RefreshToast } from "./components/Header";
import { useBackground } from "./hooks/use-background" import { useBackground } from "./hooks/use-background";
import { useTheme } from "./hooks/use-theme" import { useTheme } from "./hooks/use-theme";
import { InjectContext } from "./lib/inject" import { InjectContext } from "./lib/inject";
import { fetchSetting } from "./lib/nezha-api" import { fetchSetting } from "./lib/nezha-api";
import { cn } from "./lib/utils" import { cn } from "./lib/utils";
import ErrorPage from "./pages/ErrorPage" import ErrorPage from "./pages/ErrorPage";
import NotFound from "./pages/NotFound" import NotFound from "./pages/NotFound";
import Server from "./pages/Server" import Server from "./pages/Server";
import ServerDetail from "./pages/ServerDetail" import ServerDetail from "./pages/ServerDetail";
// Route checker component // Route checker component
const RouteChecker: React.FC = () => { const RouteChecker: React.FC = () => {
return <MainApp /> return <MainApp />;
} };
const MainApp: React.FC = () => { const MainApp: React.FC = () => {
const { data: settingData, error } = useQuery({ const { data: settingData, error } = useQuery({
queryKey: ["setting"], queryKey: ["setting"],
queryFn: () => fetchSetting(), queryFn: () => fetchSetting(),
refetchOnMount: true, refetchOnMount: true,
refetchOnWindowFocus: true, refetchOnWindowFocus: true,
}) });
const { i18n } = useTranslation() const { i18n } = useTranslation();
const { setTheme } = useTheme() const { setTheme } = useTheme();
const [isCustomCodeInjected, setIsCustomCodeInjected] = useState(false) const [isCustomCodeInjected, setIsCustomCodeInjected] = useState(false);
const { backgroundImage: customBackgroundImage } = useBackground() const { backgroundImage: customBackgroundImage } = useBackground();
useEffect(() => { useEffect(() => {
if (settingData?.data?.config?.custom_code) { if (settingData?.data?.config?.custom_code) {
InjectContext(settingData?.data?.config?.custom_code) InjectContext(settingData?.data?.config?.custom_code);
setIsCustomCodeInjected(true) setIsCustomCodeInjected(true);
} }
}, [settingData?.data?.config?.custom_code]) }, [settingData?.data?.config?.custom_code]);
// 检测是否强制指定了主题颜色 // 检测是否强制指定了主题颜色
const forceTheme = const forceTheme =
// @ts-expect-error ForceTheme is a global variable // @ts-expect-error ForceTheme is a global variable
(window.ForceTheme as string) !== "" ? window.ForceTheme : undefined (window.ForceTheme as string) !== "" ? window.ForceTheme : undefined;
useEffect(() => { useEffect(() => {
if (forceTheme === "dark" || forceTheme === "light") { if (forceTheme === "dark" || forceTheme === "light") {
setTheme(forceTheme) setTheme(forceTheme);
} }
}, [forceTheme]) }, [forceTheme, setTheme]);
if (error) { if (error) {
return <ErrorPage code={500} message={error.message} /> return <ErrorPage code={500} message={error.message} />;
} }
if (!settingData) { if (!settingData) {
return null return null;
} }
if (settingData?.data?.config?.custom_code && !isCustomCodeInjected) { if (settingData?.data?.config?.custom_code && !isCustomCodeInjected) {
return null return null;
} }
if (settingData?.data?.config?.language && !localStorage.getItem("language")) { if (
i18n.changeLanguage(settingData?.data?.config?.language) settingData?.data?.config?.language &&
} !localStorage.getItem("language")
) {
i18n.changeLanguage(settingData?.data?.config?.language);
}
const customMobileBackgroundImage = window.CustomMobileBackgroundImage !== "" ? window.CustomMobileBackgroundImage : undefined const customMobileBackgroundImage =
window.CustomMobileBackgroundImage !== ""
? window.CustomMobileBackgroundImage
: undefined;
return ( return (
<ErrorBoundary> <ErrorBoundary>
{/* 固定定位的背景层 */} {/* 固定定位的背景层 */}
{customBackgroundImage && ( {customBackgroundImage && (
<div <div
className={cn("fixed inset-0 z-0 bg-cover min-h-lvh bg-no-repeat bg-center dark:brightness-75", { className={cn(
"hidden sm:block": customMobileBackgroundImage, "fixed inset-0 z-0 bg-cover min-h-lvh bg-no-repeat bg-center dark:brightness-75",
})} {
style={{ backgroundImage: `url(${customBackgroundImage})` }} "hidden sm:block": customMobileBackgroundImage,
/> },
)} )}
{customMobileBackgroundImage && ( style={{ backgroundImage: `url(${customBackgroundImage})` }}
<div />
className={cn("fixed inset-0 z-0 bg-cover min-h-lvh bg-no-repeat bg-center sm:hidden dark:brightness-75")} )}
style={{ backgroundImage: `url(${customMobileBackgroundImage})` }} {customMobileBackgroundImage && (
/> <div
)} className={cn(
<div "fixed inset-0 z-0 bg-cover min-h-lvh bg-no-repeat bg-center sm:hidden dark:brightness-75",
className={cn("flex min-h-screen w-full flex-col", { )}
"bg-background": !customBackgroundImage, style={{ backgroundImage: `url(${customMobileBackgroundImage})` }}
})} />
> )}
<main className="flex z-20 min-h-[calc(100vh-calc(var(--spacing)*16))] flex-1 flex-col gap-4 p-4 md:p-10 md:pt-8"> <div
<RefreshToast /> className={cn("flex min-h-screen w-full flex-col", {
<Header /> "bg-background": !customBackgroundImage,
<DashCommand /> })}
<Routes> >
<Route path="/" element={<Server />} /> <main className="flex z-20 min-h-[calc(100vh-calc(var(--spacing)*16))] flex-1 flex-col gap-4 p-4 md:p-10 md:pt-8">
<Route path="/server/:id" element={<ServerDetail />} /> <RefreshToast />
<Route path="/error" element={<ErrorPage />} /> <Header />
<Route path="*" element={<NotFound />} /> <DashCommand />
</Routes> <Routes>
<Footer /> <Route path="/" element={<Server />} />
</main> <Route path="/server/:id" element={<ServerDetail />} />
</div> <Route path="/error" element={<ErrorPage />} />
</ErrorBoundary> <Route path="*" element={<NotFound />} />
) </Routes>
} <Footer />
</main>
</div>
</ErrorBoundary>
);
};
// Main App wrapper with router // Main App wrapper with router
const App: React.FC = () => { const App: React.FC = () => {
return ( return (
<Router basename={import.meta.env.BASE_URL}> <Router basename={import.meta.env.BASE_URL}>
<RouteChecker /> <RouteChecker />
</Router> </Router>
) );
} };
export default App export default App;
+98 -68
View File
@@ -1,79 +1,109 @@
import { cn } from "@/lib/utils" import { useEffect, useState } from "react";
import { useEffect, useState } from "react" import { cn } from "@/lib/utils";
export function AnimateCountClient({ count, className, minDigits }: { count: number; className?: string; minDigits?: number }) { export function AnimateCountClient({
const [previousCount, setPreviousCount] = useState(count) count,
className,
minDigits,
}: {
count: number;
className?: string;
minDigits?: number;
}) {
const [previousCount, setPreviousCount] = useState(count);
useEffect(() => { useEffect(() => {
if (count !== previousCount) { if (count !== previousCount) {
setTimeout(() => { setTimeout(() => {
setPreviousCount(count) setPreviousCount(count);
}, 300) }, 300);
} }
}, [count]) }, [count, previousCount]);
return ( return (
<AnimateCount <AnimateCount
key={count} key={count}
preCount={previousCount} preCount={previousCount}
className={cn("inline-flex items-center leading-none", className)} className={cn("inline-flex items-center leading-none", className)}
minDigits={minDigits} minDigits={minDigits}
data-issues-count-animation data-issues-count-animation
> >
{count} {count}
</AnimateCount> </AnimateCount>
) );
} }
export default AnimateCountClient export default AnimateCountClient;
export function AnimateCount({ export function AnimateCount({
children: count, children: count,
className, className,
preCount, preCount,
minDigits = 1, minDigits = 1,
...props ...props
}: { }: {
children: number children: number;
className?: string className?: string;
preCount?: number preCount?: number;
minDigits?: number minDigits?: number;
}) { }) {
const currentDigits = count.toString().split("") const currentDigits = count.toString().split("");
const previousDigits = (preCount !== undefined ? preCount.toString() : count - 1 >= 0 ? (count - 1).toString() : "0").split("") const previousDigits = (
preCount !== undefined
? preCount.toString()
: count - 1 >= 0
? (count - 1).toString()
: "0"
).split("");
// Ensure both numbers meet the minimum length requirement and maintain the same length for animation // Ensure both numbers meet the minimum length requirement and maintain the same length for animation
const maxLength = Math.max(previousDigits.length, currentDigits.length, minDigits) const maxLength = Math.max(
while (previousDigits.length < maxLength) { previousDigits.length,
previousDigits.unshift("0") currentDigits.length,
} minDigits,
while (currentDigits.length < maxLength) { );
currentDigits.unshift("0") while (previousDigits.length < maxLength) {
} previousDigits.unshift("0");
}
while (currentDigits.length < maxLength) {
currentDigits.unshift("0");
}
return ( return (
<div {...props} className={cn("flex h-[1em] items-center", className)}> <div {...props} className={cn("flex h-[1em] items-center", className)}>
{currentDigits.map((digit, index) => { {currentDigits.map((digit, index) => {
const hasChanged = digit !== previousDigits[index] const hasChanged = digit !== previousDigits[index];
return ( return (
<div <div
key={`${index}-${digit}`} key={`${index}-${digit}`}
className={cn("relative flex h-full min-w-[0.6em] items-center text-center", { className={cn(
"min-w-[0.2em]": digit === ".", "relative flex h-full min-w-[0.6em] items-center text-center",
})} {
> "min-w-[0.2em]": digit === ".",
<div },
aria-hidden )}
data-issues-count-exit >
className={cn("absolute inset-0 flex items-center justify-center", hasChanged ? "animate" : "opacity-0")} <div
> aria-hidden
{previousDigits[index]} data-issues-count-exit
</div> className={cn(
<div data-issues-count-enter className={cn("absolute inset-0 flex items-center justify-center", hasChanged && "animate")}> "absolute inset-0 flex items-center justify-center",
{digit} hasChanged ? "animate" : "opacity-0",
</div> )}
</div> >
) {previousDigits[index]}
})} </div>
</div> <div
) data-issues-count-enter
className={cn(
"absolute inset-0 flex items-center justify-center",
hasChanged && "animate",
)}
>
{digit}
</div>
</div>
);
})}
</div>
);
} }
+56 -50
View File
@@ -1,62 +1,68 @@
import { CycleTransferStats, NezhaServer } from "@/types/nezha-api" import type React from "react";
import React from "react" import type { CycleTransferStats, NezhaServer } from "@/types/nezha-api";
import { CycleTransferStatsClient } from "./CycleTransferStatsClient" import { CycleTransferStatsClient } from "./CycleTransferStatsClient";
interface CycleTransferStatsProps { interface CycleTransferStatsProps {
serverList: NezhaServer[] serverList: NezhaServer[];
cycleStats: CycleTransferStats cycleStats: CycleTransferStats;
className?: string className?: string;
} }
export const CycleTransferStatsCard: React.FC<CycleTransferStatsProps> = ({ serverList, cycleStats, className }) => { export const CycleTransferStatsCard: React.FC<CycleTransferStatsProps> = ({
if (serverList.length === 0) { serverList,
return null cycleStats,
} className,
}) => {
if (serverList.length === 0) {
return null;
}
const serverIdList = serverList.map((server) => server.id.toString()) const serverIdList = serverList.map((server) => server.id.toString());
return ( return (
<section className="grid grid-cols-1 md:grid-cols-3 gap-3"> <section className="grid grid-cols-1 md:grid-cols-3 gap-3">
{Object.entries(cycleStats).map(([cycleId, cycleData]) => { {Object.entries(cycleStats).map(([cycleId, cycleData]) => {
if (!cycleData.server_name) { if (!cycleData.server_name) {
return null return null;
} }
return Object.entries(cycleData.server_name).map(([serverId, serverName]) => { return Object.entries(cycleData.server_name).map(
const transfer = cycleData.transfer?.[serverId] || 0 ([serverId, serverName]) => {
const nextUpdate = cycleData.next_update?.[serverId] const transfer = cycleData.transfer?.[serverId] || 0;
const nextUpdate = cycleData.next_update?.[serverId];
if (!serverIdList.includes(serverId)) { if (!serverIdList.includes(serverId)) {
return null return null;
} }
if (!transfer && !nextUpdate) { if (!transfer && !nextUpdate) {
return null return null;
} }
return ( return (
<CycleTransferStatsClient <CycleTransferStatsClient
key={`${cycleId}-${serverId}`} key={`${cycleId}-${serverId}`}
name={cycleData.name} name={cycleData.name}
from={cycleData.from} from={cycleData.from}
to={cycleData.to} to={cycleData.to}
max={cycleData.max} max={cycleData.max}
serverStats={[ serverStats={[
{ {
serverId, serverId,
serverName, serverName,
transfer, transfer,
nextUpdate: nextUpdate || "", nextUpdate: nextUpdate || "",
}, },
]} ]}
className={className} className={className}
/> />
) );
}) },
})} );
</section> })}
) </section>
} );
};
export default CycleTransferStatsCard export default CycleTransferStatsCard;
+87 -70
View File
@@ -1,79 +1,96 @@
import { formatBytes } from "@/lib/format" import type React from "react";
import { cn } from "@/lib/utils" import { useTranslation } from "react-i18next";
import React from "react" import { formatBytes } from "@/lib/format";
import { useTranslation } from "react-i18next" import { cn } from "@/lib/utils";
interface CycleTransferStatsClientProps { interface CycleTransferStatsClientProps {
name: string name: string;
from: string from: string;
to: string to: string;
max: number max: number;
serverStats: Array<{ serverStats: Array<{
serverId: string serverId: string;
serverName: string serverName: string;
transfer: number transfer: number;
nextUpdate: string nextUpdate: string;
}> }>;
className?: string className?: string;
} }
export const CycleTransferStatsClient: React.FC<CycleTransferStatsClientProps> = ({ name, from, to, max, serverStats, className }) => { export const CycleTransferStatsClient: React.FC<
const { t } = useTranslation() CycleTransferStatsClientProps
const customBackgroundImage = (window.CustomBackgroundImage as string) !== "" ? window.CustomBackgroundImage : undefined > = ({ name, from, to, max, serverStats, className }) => {
return ( const { t } = useTranslation();
<div const customBackgroundImage =
className={cn( (window.CustomBackgroundImage as string) !== ""
"w-full bg-white px-4 py-3.5 rounded-lg border bg-card text-card-foreground hover:shadow-xs transition-all duration-200 dark:shadow-none", ? window.CustomBackgroundImage
className, : undefined;
{ return (
"bg-card/70": customBackgroundImage, <div
}, className={cn(
)} "w-full bg-white px-4 py-3.5 rounded-lg border bg-card text-card-foreground hover:shadow-xs transition-all duration-200 dark:shadow-none",
> className,
{serverStats.map(({ serverId, serverName, transfer, nextUpdate }) => { {
const progress = (transfer / max) * 100 "bg-card/70": customBackgroundImage,
},
)}
>
{serverStats.map(({ serverId, serverName, transfer, nextUpdate }) => {
const progress = (transfer / max) * 100;
return ( return (
<div key={serverId} className="space-y-3"> <div key={serverId} className="space-y-3">
{/* Header */} {/* Header */}
<div className="flex items-center justify-between"> <div className="flex items-center justify-between">
<span className="text-sm font-medium text-neutral-800 dark:text-neutral-200">{serverName}</span> <span className="text-sm font-medium text-neutral-800 dark:text-neutral-200">
<div className="bg-emerald-500/10 text-emerald-600 dark:text-emerald-400 px-2 py-0.5 rounded text-xs font-medium">{name}</div> {serverName}
</div> </span>
<div className="bg-emerald-500/10 text-emerald-600 dark:text-emerald-400 px-2 py-0.5 rounded text-xs font-medium">
{name}
</div>
</div>
{/* Progress Section */} {/* Progress Section */}
<div className="space-y-1.5"> <div className="space-y-1.5">
<div className="flex items-center justify-between"> <div className="flex items-center justify-between">
<div className="flex items-baseline gap-1"> <div className="flex items-baseline gap-1">
<span className="text-sm font-medium text-neutral-800 dark:text-neutral-200">{formatBytes(transfer)}</span> <span className="text-sm font-medium text-neutral-800 dark:text-neutral-200">
<span className="text-xs text-neutral-500 dark:text-neutral-400">/ {formatBytes(max)}</span> {formatBytes(transfer)}
</div> </span>
<span className="text-xs font-medium text-neutral-600 dark:text-neutral-300">{progress.toFixed(1)}%</span> <span className="text-xs text-neutral-500 dark:text-neutral-400">
</div> / {formatBytes(max)}
</span>
</div>
<span className="text-xs font-medium text-neutral-600 dark:text-neutral-300">
{progress.toFixed(1)}%
</span>
</div>
<div className="relative h-1.5"> <div className="relative h-1.5">
<div className="absolute inset-0 bg-neutral-100 dark:bg-neutral-800 rounded-full" /> <div className="absolute inset-0 bg-neutral-100 dark:bg-neutral-800 rounded-full" />
<div <div
className="absolute inset-0 bg-emerald-500 rounded-full transition-all duration-300" className="absolute inset-0 bg-emerald-500 rounded-full transition-all duration-300"
style={{ width: `${Math.min(progress, 100)}%` }} style={{ width: `${Math.min(progress, 100)}%` }}
/> />
</div> </div>
</div> </div>
{/* Footer */} {/* Footer */}
<div className="flex items-center justify-between text-[11px] text-neutral-500 dark:text-neutral-400"> <div className="flex items-center justify-between text-[11px] text-neutral-500 dark:text-neutral-400">
<span> <span>
{new Date(from).toLocaleDateString()} - {new Date(to).toLocaleDateString()} {new Date(from).toLocaleDateString()} -{" "}
</span> {new Date(to).toLocaleDateString()}
<span> </span>
{t("cycleTransfer.nextUpdate")}: {new Date(nextUpdate).toLocaleString()} <span>
</span> {t("cycleTransfer.nextUpdate")}:{" "}
</div> {new Date(nextUpdate).toLocaleString()}
</div> </span>
) </div>
})} </div>
</div> );
) })}
} </div>
);
};
export default CycleTransferStatsClient export default CycleTransferStatsClient;
+117 -107
View File
@@ -1,119 +1,129 @@
"use client" "use client";
import { CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator } from "@/components/ui/command" import { Home, Moon, Sun, SunMoon } from "lucide-react";
import { useCommand } from "@/hooks/use-command" import { useEffect, useState } from "react";
import { useTheme } from "@/hooks/use-theme" import { useTranslation } from "react-i18next";
import { useWebSocketContext } from "@/hooks/use-websocket-context" import { useNavigate } from "react-router-dom";
import { formatNezhaInfo } from "@/lib/utils" import {
import { NezhaWebsocketResponse } from "@/types/nezha-api" CommandDialog,
import { Home, Moon, Sun, SunMoon } from "lucide-react" CommandEmpty,
import { useEffect, useState } from "react" CommandGroup,
import { useTranslation } from "react-i18next" CommandInput,
import { useNavigate } from "react-router-dom" CommandItem,
CommandList,
CommandSeparator,
} from "@/components/ui/command";
import { useCommand } from "@/hooks/use-command";
import { useTheme } from "@/hooks/use-theme";
import { useWebSocketContext } from "@/hooks/use-websocket-context";
import { formatNezhaInfo } from "@/lib/utils";
import type { NezhaWebsocketResponse } from "@/types/nezha-api";
export function DashCommand() { export function DashCommand() {
const { isOpen, closeCommand, toggleCommand } = useCommand() const { isOpen, closeCommand, toggleCommand } = useCommand();
const [search, setSearch] = useState("") const [search, setSearch] = useState("");
const navigate = useNavigate() const navigate = useNavigate();
const { t } = useTranslation() const { t } = useTranslation();
const { setTheme } = useTheme() const { setTheme } = useTheme();
const { lastMessage, connected } = useWebSocketContext() const { lastMessage, connected } = useWebSocketContext();
const nezhaWsData = lastMessage ? (JSON.parse(lastMessage.data) as NezhaWebsocketResponse) : null const nezhaWsData = lastMessage
? (JSON.parse(lastMessage.data) as NezhaWebsocketResponse)
: null;
useEffect(() => { useEffect(() => {
const down = (e: KeyboardEvent) => { const down = (e: KeyboardEvent) => {
if (e.key === "k" && (e.metaKey || e.ctrlKey)) { if (e.key === "k" && (e.metaKey || e.ctrlKey)) {
e.preventDefault() e.preventDefault();
toggleCommand() toggleCommand();
} }
} };
document.addEventListener("keydown", down) document.addEventListener("keydown", down);
return () => document.removeEventListener("keydown", down) return () => document.removeEventListener("keydown", down);
}, [toggleCommand]) }, [toggleCommand]);
if (!connected || !nezhaWsData) return null if (!connected || !nezhaWsData) return null;
const shortcuts = [ const shortcuts = [
{ {
keywords: ["home", "homepage"], keywords: ["home", "homepage"],
icon: <Home />, icon: <Home />,
label: t("Home"), label: t("Home"),
action: () => navigate("/"), action: () => navigate("/"),
}, },
{ {
keywords: ["light", "theme", "lightmode"], keywords: ["light", "theme", "lightmode"],
icon: <Sun />, icon: <Sun />,
label: t("ToggleLightMode"), label: t("ToggleLightMode"),
action: () => setTheme("light"), action: () => setTheme("light"),
}, },
{ {
keywords: ["dark", "theme", "darkmode"], keywords: ["dark", "theme", "darkmode"],
icon: <Moon />, icon: <Moon />,
label: t("ToggleDarkMode"), label: t("ToggleDarkMode"),
action: () => setTheme("dark"), action: () => setTheme("dark"),
}, },
{ {
keywords: ["system", "theme", "systemmode"], keywords: ["system", "theme", "systemmode"],
icon: <SunMoon />, icon: <SunMoon />,
label: t("ToggleSystemMode"), label: t("ToggleSystemMode"),
action: () => setTheme("system"), action: () => setTheme("system"),
}, },
].map((item) => ({ ].map((item) => ({
...item, ...item,
value: `${item.keywords.join(" ")} ${item.label}`, value: `${item.keywords.join(" ")} ${item.label}`,
})) }));
return ( return (
<> <CommandDialog open={isOpen} onOpenChange={closeCommand}>
<CommandDialog open={isOpen} onOpenChange={closeCommand}> <CommandInput
<CommandInput placeholder={t("TypeCommand")} value={search} onValueChange={setSearch} /> placeholder={t("TypeCommand")}
<CommandList className="border-t"> value={search}
<CommandEmpty>{t("NoResults")}</CommandEmpty> onValueChange={setSearch}
{nezhaWsData.servers && nezhaWsData.servers.length > 0 && ( />
<> <CommandList className="border-t">
<CommandGroup heading={t("Servers")}> <CommandEmpty>{t("NoResults")}</CommandEmpty>
{nezhaWsData.servers.map((server) => ( {nezhaWsData.servers && nezhaWsData.servers.length > 0 && (
<CommandItem <CommandGroup heading={t("Servers")}>
key={server.id} {nezhaWsData.servers.map((server) => (
value={server.name} <CommandItem
onSelect={() => { key={server.id}
navigate(`/server/${server.id}`) value={server.name}
closeCommand() onSelect={() => {
}} navigate(`/server/${server.id}`);
> closeCommand();
{formatNezhaInfo(nezhaWsData.now, server).online ? ( }}
<span className="h-2 w-2 shrink-0 rounded-full bg-green-500 self-center" /> >
) : ( {formatNezhaInfo(nezhaWsData.now, server).online ? (
<span className="h-2 w-2 shrink-0 rounded-full bg-red-500 self-center" /> <span className="h-2 w-2 shrink-0 rounded-full bg-green-500 self-center" />
)} ) : (
<span>{server.name}</span> <span className="h-2 w-2 shrink-0 rounded-full bg-red-500 self-center" />
</CommandItem> )}
))} <span>{server.name}</span>
</CommandGroup> </CommandItem>
</> ))}
)} </CommandGroup>
<CommandSeparator /> )}
<CommandSeparator />
<CommandGroup heading={t("Shortcuts")}> <CommandGroup heading={t("Shortcuts")}>
{shortcuts.map((item) => ( {shortcuts.map((item) => (
<CommandItem <CommandItem
key={item.label} key={item.label}
value={item.value} value={item.value}
onSelect={() => { onSelect={() => {
item.action() item.action();
closeCommand() closeCommand();
}} }}
> >
{item.icon} {item.icon}
<span>{item.label}</span> <span>{item.label}</span>
</CommandItem> </CommandItem>
))} ))}
</CommandGroup> </CommandGroup>
</CommandList> </CommandList>
</CommandDialog> </CommandDialog>
</> );
)
} }
+27 -22
View File
@@ -1,36 +1,41 @@
import React from "react" import React from "react";
import ErrorPage from "../pages/ErrorPage" import ErrorPage from "../pages/ErrorPage";
interface Props { interface Props {
children: React.ReactNode children: React.ReactNode;
} }
interface State { interface State {
hasError: boolean hasError: boolean;
error?: Error error?: Error;
} }
class ErrorBoundary extends React.Component<Props, State> { class ErrorBoundary extends React.Component<Props, State> {
constructor(props: Props) { constructor(props: Props) {
super(props) super(props);
this.state = { hasError: false } this.state = { hasError: false };
} }
static getDerivedStateFromError(error: Error): State { static getDerivedStateFromError(error: Error): State {
return { return {
hasError: true, hasError: true,
error, error,
} };
} }
render() { render() {
if (this.state.hasError) { if (this.state.hasError) {
return <ErrorPage code={500} message={this.state.error?.message || "应用程序发生错误"} /> return (
} <ErrorPage
code={500}
message={this.state.error?.message || "应用程序发生错误"}
/>
);
}
return this.props.children return this.props.children;
} }
} }
export default ErrorBoundary export default ErrorBoundary;
+58 -47
View File
@@ -1,52 +1,63 @@
import { fetchSetting } from "@/lib/nezha-api" import { useQuery } from "@tanstack/react-query";
import { useQuery } from "@tanstack/react-query" import type React from "react";
import React from "react" import { useTranslation } from "react-i18next";
import { useTranslation } from "react-i18next" import { fetchSetting } from "@/lib/nezha-api";
const Footer: React.FC = () => { const Footer: React.FC = () => {
const { t } = useTranslation() const { t } = useTranslation();
const isMac = /macintosh|mac os x/i.test(navigator.userAgent) const isMac = /macintosh|mac os x/i.test(navigator.userAgent);
const { data: settingData } = useQuery({ const { data: settingData } = useQuery({
queryKey: ["setting"], queryKey: ["setting"],
queryFn: () => fetchSetting(), queryFn: () => fetchSetting(),
refetchOnMount: true, refetchOnMount: true,
refetchOnWindowFocus: true, refetchOnWindowFocus: true,
}) });
return ( return (
<footer className="mx-auto w-full max-w-5xl px-4 lg:px-0 pb-4 server-footer"> <footer className="mx-auto w-full max-w-5xl px-4 lg:px-0 pb-4 server-footer">
<section className="flex flex-col"> <section className="flex flex-col">
<section className="mt-1 flex items-center sm:flex-row flex-col justify-between gap-2 text-[13px] font-light tracking-tight text-neutral-600/50 dark:text-neutral-300/50 server-footer-name"> <section className="mt-1 flex items-center sm:flex-row flex-col justify-between gap-2 text-[13px] font-light tracking-tight text-neutral-600/50 dark:text-neutral-300/50 server-footer-name">
<div className="flex items-center gap-1"> <div className="flex items-center gap-1">
&copy;2020-{new Date().getFullYear()}{" "} &copy;2020-{new Date().getFullYear()}{" "}
<a href={"https://github.com/naiba/nezha"} target="_blank"> <a
Nezha href={"https://github.com/naiba/nezha"}
</a> target="_blank"
<p>{settingData?.data?.version || ""}</p> rel="noopener"
</div> >
<div className="server-footer-theme flex flex-col items-center sm:items-end"> Nezha
<p className="mt-1 text-[13px] font-light tracking-tight text-neutral-600/50 dark:text-neutral-300/50"> </a>
<kbd className="pointer-events-none mx-1 inline-flex h-4 select-none items-center gap-1 rounded border bg-muted px-1.5 font-mono text-[10px] font-medium text-muted-foreground opacity-100"> <p>{settingData?.data?.version || ""}</p>
{isMac ? <span className="text-xs"></span> : "Ctrl "}K </div>
</kbd> <div className="server-footer-theme flex flex-col items-center sm:items-end">
</p> <p className="mt-1 text-[13px] font-light tracking-tight text-neutral-600/50 dark:text-neutral-300/50">
<section> <kbd className="pointer-events-none mx-1 inline-flex h-4 select-none items-center gap-1 rounded border bg-muted px-1.5 font-mono text-[10px] font-medium text-muted-foreground opacity-100">
{t("footer.themeBy")} {isMac ? <span className="text-xs"></span> : "Ctrl "}K
<a href={"https://github.com/hamster1963/nezha-dash"} target="_blank"> </kbd>
nezha-dash </p>
</a> <section>
{import.meta.env.VITE_GIT_HASH && ( {t("footer.themeBy")}
<a href={"https://github.com/hamster1963/nezha-dash-v1/commit/" + import.meta.env.VITE_GIT_HASH} className="ml-1"> <a
({import.meta.env.VITE_GIT_HASH}) href={"https://github.com/hamster1963/nezha-dash"}
</a> target="_blank"
)} rel="noopener"
</section> >
</div> nezha-dash
</section> </a>
</section> {import.meta.env.VITE_GIT_HASH && (
</footer> <a
) href={`https://github.com/hamster1963/nezha-dash-v1/commit/${import.meta.env.VITE_GIT_HASH}`}
} className="ml-1"
>
({import.meta.env.VITE_GIT_HASH})
</a>
)}
</section>
</div>
</section>
</section>
</footer>
);
};
export default Footer export default Footer;
+210 -163
View File
@@ -1,186 +1,233 @@
import useTooltip from "@/hooks/use-tooltip" import { geoEquirectangular, geoPath } from "d3-geo";
import { geoJsonString } from "@/lib/geo-json-string" import { useTranslation } from "react-i18next";
import { countryCoordinates } from "@/lib/geo-limit" import useTooltip from "@/hooks/use-tooltip";
import { cn, formatNezhaInfo } from "@/lib/utils" import { geoJsonString } from "@/lib/geo-json-string";
import { NezhaServer } from "@/types/nezha-api" import { countryCoordinates } from "@/lib/geo-limit";
import { geoEquirectangular, geoPath } from "d3-geo" import { cn, formatNezhaInfo } from "@/lib/utils";
import { useTranslation } from "react-i18next" import type { NezhaServer } from "@/types/nezha-api";
import MapTooltip from "./MapTooltip" import MapTooltip from "./MapTooltip";
export default function GlobalMap({ serverList, now }: { serverList: NezhaServer[]; now: number }) { export default function GlobalMap({
const { t } = useTranslation() serverList,
const countryList: string[] = [] now,
const serverCounts: { [key: string]: number } = {} }: {
serverList: NezhaServer[];
now: number;
}) {
const { t } = useTranslation();
const countryList: string[] = [];
const serverCounts: { [key: string]: number } = {};
const customBackgroundImage = (window.CustomBackgroundImage as string) !== "" ? window.CustomBackgroundImage : undefined const customBackgroundImage =
(window.CustomBackgroundImage as string) !== ""
? window.CustomBackgroundImage
: undefined;
serverList.forEach((server) => { serverList.forEach((server) => {
if (server.country_code) { if (server.country_code) {
const countryCode = server.country_code.toUpperCase() const countryCode = server.country_code.toUpperCase();
if (!countryList.includes(countryCode)) { if (!countryList.includes(countryCode)) {
countryList.push(countryCode) countryList.push(countryCode);
} }
serverCounts[countryCode] = (serverCounts[countryCode] || 0) + 1 serverCounts[countryCode] = (serverCounts[countryCode] || 0) + 1;
} }
}) });
const width = 900 const width = 900;
const height = 500 const height = 500;
const geoJson = JSON.parse(geoJsonString) const geoJson = JSON.parse(geoJsonString);
const filteredFeatures = geoJson.features.filter((feature: { properties: { iso_a3_eh: string } }) => feature.properties.iso_a3_eh !== "") const filteredFeatures = geoJson.features.filter(
(feature: { properties: { iso_a3_eh: string } }) =>
feature.properties.iso_a3_eh !== "",
);
return ( return (
<section <section
className={cn("flex flex-col gap-4 mt-8", { className={cn("flex flex-col gap-4 mt-8", {
"bg-card/70 rounded-lg p-4": customBackgroundImage, "bg-card/70 rounded-lg p-4": customBackgroundImage,
})} })}
> >
<p className="text-sm font-medium opacity-40"> <p className="text-sm font-medium opacity-40">
{t("map.Distributions")} {countryList.length} {t("map.Regions")} {t("map.Distributions")} {countryList.length} {t("map.Regions")}
</p> </p>
<div className="w-full overflow-x-auto"> <div className="w-full overflow-x-auto">
<InteractiveMap <InteractiveMap
countries={countryList} countries={countryList}
serverCounts={serverCounts} serverCounts={serverCounts}
width={width} width={width}
height={height} height={height}
filteredFeatures={filteredFeatures} filteredFeatures={filteredFeatures}
nezhaServerList={serverList} nezhaServerList={serverList}
now={now} now={now}
/> />
</div> </div>
</section> </section>
) );
} }
interface InteractiveMapProps { interface InteractiveMapProps {
countries: string[] countries: string[];
serverCounts: { [key: string]: number } serverCounts: { [key: string]: number };
width: number width: number;
height: number height: number;
filteredFeatures: { filteredFeatures: {
type: "Feature" type: "Feature";
properties: { properties: {
iso_a2_eh: string iso_a2_eh: string;
[key: string]: string [key: string]: string;
} };
geometry: never geometry: never;
}[] }[];
nezhaServerList: NezhaServer[] nezhaServerList: NezhaServer[];
now: number now: number;
} }
export function InteractiveMap({ countries, serverCounts, width, height, filteredFeatures, nezhaServerList, now }: InteractiveMapProps) { export function InteractiveMap({
const { setTooltipData } = useTooltip() countries,
serverCounts,
width,
height,
filteredFeatures,
nezhaServerList,
now,
}: InteractiveMapProps) {
const { setTooltipData } = useTooltip();
const projection = geoEquirectangular() const projection = geoEquirectangular()
.scale(140) .scale(140)
.translate([width / 2, height / 2]) .translate([width / 2, height / 2])
.rotate([-12, 0, 0]) .rotate([-12, 0, 0]);
const path = geoPath().projection(projection) const path = geoPath().projection(projection);
return ( return (
<div className="relative w-full aspect-2/1" onMouseLeave={() => setTooltipData(null)}> <div
<svg width={width} height={height} viewBox={`0 0 ${width} ${height}`} xmlns="http://www.w3.org/2000/svg" className="w-full h-auto"> className="relative w-full aspect-2/1"
<defs> onMouseLeave={() => setTooltipData(null)}
<pattern id="dots" width="2" height="2" patternUnits="userSpaceOnUse"> >
<circle cx="1" cy="1" r="0.5" fill="currentColor" /> <svg
</pattern> width={width}
</defs> height={height}
<g> viewBox={`0 0 ${width} ${height}`}
{/* Background rect to handle mouse events in empty areas */} xmlns="http://www.w3.org/2000/svg"
<rect x="0" y="0" width={width} height={height} fill="transparent" onMouseEnter={() => setTooltipData(null)} /> className="w-full h-auto"
{filteredFeatures.map((feature, index) => { >
const isHighlighted = countries.includes(feature.properties.iso_a2_eh) <defs>
<pattern id="dots" width="2" height="2" patternUnits="userSpaceOnUse">
<circle cx="1" cy="1" r="0.5" fill="currentColor" />
</pattern>
</defs>
<g>
{/* Background rect to handle mouse events in empty areas */}
<rect
x="0"
y="0"
width={width}
height={height}
fill="transparent"
onMouseEnter={() => setTooltipData(null)}
/>
{filteredFeatures.map((feature, index) => {
const isHighlighted = countries.includes(
feature.properties.iso_a2_eh,
);
const serverCount = serverCounts[feature.properties.iso_a2_eh] || 0 const serverCount = serverCounts[feature.properties.iso_a2_eh] || 0;
return ( return (
<path <path
key={index} key={index}
d={path(feature) || ""} d={path(feature) || ""}
className={ className={
isHighlighted isHighlighted
? "fill-green-700 hover:fill-green-600 dark:fill-green-900 dark:hover:fill-green-700 transition-all cursor-pointer" ? "fill-green-700 hover:fill-green-600 dark:fill-green-900 dark:hover:fill-green-700 transition-all cursor-pointer"
: "fill-neutral-200/50 dark:fill-neutral-800 stroke-neutral-300/40 dark:stroke-neutral-700 stroke-[0.5]" : "fill-neutral-200/50 dark:fill-neutral-800 stroke-neutral-300/40 dark:stroke-neutral-700 stroke-[0.5]"
} }
onMouseEnter={() => { onMouseEnter={() => {
if (!isHighlighted) { if (!isHighlighted) {
setTooltipData(null) setTooltipData(null);
return return;
} }
if (path.centroid(feature)) { if (path.centroid(feature)) {
const countryCode = feature.properties.iso_a2_eh const countryCode = feature.properties.iso_a2_eh;
const countryServers = nezhaServerList const countryServers = nezhaServerList
.filter((server: NezhaServer) => server.country_code?.toUpperCase() === countryCode) .filter(
.map((server: NezhaServer) => ({ (server: NezhaServer) =>
id: server.id, server.country_code?.toUpperCase() === countryCode,
name: server.name, )
status: formatNezhaInfo(now, server).online, .map((server: NezhaServer) => ({
})) id: server.id,
setTooltipData({ name: server.name,
centroid: path.centroid(feature), status: formatNezhaInfo(now, server).online,
country: feature.properties.name, }));
count: serverCount, setTooltipData({
servers: countryServers, centroid: path.centroid(feature),
}) country: feature.properties.name,
} count: serverCount,
}} servers: countryServers,
/> });
) }
})} }}
/>
);
})}
{/* 渲染不在 filteredFeatures 中的国家标记点 */} {/* 渲染不在 filteredFeatures 中的国家标记点 */}
{countries.map((countryCode) => { {countries.map((countryCode) => {
// 检查该国家是否已经在 filteredFeatures 中 // 检查该国家是否已经在 filteredFeatures 中
const isInFilteredFeatures = filteredFeatures.some((feature) => feature.properties.iso_a2_eh === countryCode) const isInFilteredFeatures = filteredFeatures.some(
(feature) => feature.properties.iso_a2_eh === countryCode,
);
// 如果已经在 filteredFeatures 中,跳过 // 如果已经在 filteredFeatures 中,跳过
if (isInFilteredFeatures) return null if (isInFilteredFeatures) return null;
// 获取国家的经纬度 // 获取国家的经纬度
const coords = countryCoordinates[countryCode] const coords = countryCoordinates[countryCode];
if (!coords) return null if (!coords) return null;
// 使用投影函数将经纬度转换为 SVG 坐标 // 使用投影函数将经纬度转换为 SVG 坐标
const [x, y] = projection([coords.lng, coords.lat]) || [0, 0] const [x, y] = projection([coords.lng, coords.lat]) || [0, 0];
const serverCount = serverCounts[countryCode] || 0 const serverCount = serverCounts[countryCode] || 0;
return ( return (
<g <g
key={countryCode} key={countryCode}
onMouseEnter={() => { onMouseEnter={() => {
const countryServers = nezhaServerList const countryServers = nezhaServerList
.filter((server: NezhaServer) => server.country_code?.toUpperCase() === countryCode.toUpperCase()) .filter(
.map((server: NezhaServer) => ({ (server: NezhaServer) =>
id: server.id, server.country_code?.toUpperCase() ===
name: server.name, countryCode.toUpperCase(),
status: formatNezhaInfo(now, server).online, )
})) .map((server: NezhaServer) => ({
setTooltipData({ id: server.id,
centroid: [x, y], name: server.name,
country: coords.name, status: formatNezhaInfo(now, server).online,
count: serverCount, }));
servers: countryServers, setTooltipData({
}) centroid: [x, y],
}} country: coords.name,
className="cursor-pointer" count: serverCount,
> servers: countryServers,
<circle });
cx={x} }}
cy={y} className="cursor-pointer"
r={4} >
className="fill-sky-700 stroke-white hover:fill-sky-600 dark:fill-sky-900 dark:hover:fill-sky-700 transition-all" <circle
/> cx={x}
</g> cy={y}
) r={4}
})} className="fill-sky-700 stroke-white hover:fill-sky-600 dark:fill-sky-900 dark:hover:fill-sky-700 transition-all"
</g> />
</svg> </g>
<MapTooltip /> );
</div> })}
) </g>
</svg>
<MapTooltip />
</div>
);
} }
+95 -85
View File
@@ -1,101 +1,111 @@
import { cn } from "@/lib/utils" import { m } from "framer-motion";
import { m } from "framer-motion" import { createRef, useEffect, useRef } from "react";
import { s } from "node_modules/framer-motion/dist/types.d-6pKw1mTI" import { cn } from "@/lib/utils";
import { createRef, useEffect, useRef } from "react"
export default function GroupSwitch({ export default function GroupSwitch({
tabs, tabs,
currentTab, currentTab,
setCurrentTab, setCurrentTab,
}: { }: {
tabs: string[] tabs: string[];
currentTab: string currentTab: string;
setCurrentTab: (tab: string) => void setCurrentTab: (tab: string) => void;
}) { }) {
const customBackgroundImage = (window.CustomBackgroundImage as string) !== "" ? window.CustomBackgroundImage : undefined const customBackgroundImage =
(window.CustomBackgroundImage as string) !== ""
? window.CustomBackgroundImage
: undefined;
const scrollRef = useRef<HTMLDivElement>(null) const scrollRef = useRef<HTMLDivElement>(null);
const tagRefs = useRef(tabs.map(() => createRef<HTMLDivElement>())) const tagRefs = useRef(tabs.map(() => createRef<HTMLDivElement>()));
useEffect(() => { useEffect(() => {
const container = scrollRef.current const container = scrollRef.current;
if (!container) return if (!container) return;
const isOverflowing = container.scrollWidth > container.clientWidth const isOverflowing = container.scrollWidth > container.clientWidth;
if (!isOverflowing) return if (!isOverflowing) return;
const onWheel = (e: WheelEvent) => { const onWheel = (e: WheelEvent) => {
e.preventDefault() e.preventDefault();
container.scrollLeft += e.deltaY container.scrollLeft += e.deltaY;
} };
container.addEventListener("wheel", onWheel, { passive: false }) container.addEventListener("wheel", onWheel, { passive: false });
return () => { return () => {
container.removeEventListener("wheel", onWheel) container.removeEventListener("wheel", onWheel);
} };
}, []) }, []);
useEffect(() => { useEffect(() => {
if (tabs.length === 1 && tabs[0] === "All") { if (tabs.length === 1 && tabs[0] === "All") {
setCurrentTab("All") setCurrentTab("All");
return return;
} }
const savedGroup = sessionStorage.getItem("selectedGroup") const savedGroup = sessionStorage.getItem("selectedGroup");
if (savedGroup && tabs.includes(savedGroup)) { if (savedGroup && tabs.includes(savedGroup)) {
setCurrentTab(savedGroup) setCurrentTab(savedGroup);
} }
}, [tabs, setCurrentTab]) }, [tabs, setCurrentTab]);
useEffect(() => { useEffect(() => {
const currentTagRef = tagRefs.current[tabs.indexOf(currentTab)] const currentTagRef = tagRefs.current[tabs.indexOf(currentTab)];
if (currentTagRef && currentTagRef.current) { if (currentTagRef?.current) {
currentTagRef.current.scrollIntoView({ currentTagRef.current.scrollIntoView({
behavior: "smooth", behavior: "smooth",
block: "nearest", block: "nearest",
inline: "center", inline: "center",
}) });
} }
}, [currentTab]) }, [currentTab, tabs.indexOf]);
if (tabs.length === 1 && tabs[0] === "All") { if (tabs.length === 1 && tabs[0] === "All") {
return null return null;
} }
return ( return (
<div ref={scrollRef} className="scrollbar-hidden z-50 flex flex-col items-start overflow-x-scroll rounded-[50px]"> <div
<div ref={scrollRef}
className={cn("flex items-center gap-1 rounded-[50px] bg-stone-100 p-[3px] dark:bg-stone-800", { className="scrollbar-hidden z-50 flex flex-col items-start overflow-x-scroll rounded-[50px]"
"bg-stone-100/70 dark:bg-stone-800/70": customBackgroundImage, >
})} <div
> className={cn(
{tabs.map((tab: string, index: number) => ( "flex items-center gap-1 rounded-[50px] bg-stone-100 p-[3px] dark:bg-stone-800",
<div {
key={tab} "bg-stone-100/70 dark:bg-stone-800/70": customBackgroundImage,
ref={tagRefs.current[index]} },
onClick={() => setCurrentTab(tab)} )}
className={cn( >
"relative cursor-pointer rounded-3xl px-2.5 py-[8px] text-[13px] font-semibold transition-all duration-500", {tabs.map((tab: string, index: number) => (
currentTab === tab ? "text-black dark:text-white" : "text-stone-400 dark:text-stone-500", <div
)} key={tab}
> ref={tagRefs.current[index]}
{currentTab === tab && ( onClick={() => setCurrentTab(tab)}
<m.div className={cn(
layoutId="tab-switch" "relative cursor-pointer rounded-3xl px-2.5 py-[8px] text-[13px] font-semibold transition-all duration-500",
className="absolute inset-0 z-10 h-full w-full content-center bg-white shadow-lg shadow-black/5 dark:bg-stone-700 dark:shadow-white/5" currentTab === tab
style={{ ? "text-black dark:text-white"
originY: "0px", : "text-stone-400 dark:text-stone-500",
borderRadius: 46, )}
}} >
/> {currentTab === tab && (
)} <m.div
<div className="relative z-20 flex items-center gap-1"> layoutId="tab-switch"
<p className="whitespace-nowrap">{tab}</p> className="absolute inset-0 z-10 h-full w-full content-center bg-white shadow-lg shadow-black/5 dark:bg-stone-700 dark:shadow-white/5"
</div> style={{
</div> originY: "0px",
))} borderRadius: 46,
</div> }}
</div> />
) )}
<div className="relative z-20 flex items-center gap-1">
<p className="whitespace-nowrap">{tab}</p>
</div>
</div>
))}
</div>
</div>
);
} }
+312 -278
View File
@@ -1,330 +1,364 @@
import { ModeToggle } from "@/components/ThemeSwitcher" import { useQuery } from "@tanstack/react-query";
import { Separator } from "@/components/ui/separator" import { AnimatePresence, m } from "framer-motion";
import { Skeleton } from "@/components/ui/skeleton" import { ImageMinus } from "lucide-react";
import { useBackground } from "@/hooks/use-background" import { DateTime } from "luxon";
import { useWebSocketContext } from "@/hooks/use-websocket-context" import { useEffect, useRef, useState } from "react";
import { fetchLoginUser, fetchSetting } from "@/lib/nezha-api" import { useTranslation } from "react-i18next";
import { cn } from "@/lib/utils" import { useNavigate } from "react-router-dom";
import { useQuery } from "@tanstack/react-query" import { ModeToggle } from "@/components/ThemeSwitcher";
import { AnimatePresence, m } from "framer-motion" import { Separator } from "@/components/ui/separator";
import { ImageMinus } from "lucide-react" import { Skeleton } from "@/components/ui/skeleton";
import { DateTime } from "luxon" import { useBackground } from "@/hooks/use-background";
import { useEffect, useRef, useState } from "react" import { useWebSocketContext } from "@/hooks/use-websocket-context";
import { useTranslation } from "react-i18next" import { fetchLoginUser, fetchSetting } from "@/lib/nezha-api";
import { useNavigate } from "react-router-dom" import { cn } from "@/lib/utils";
import AnimateCountClient from "./AnimatedCount" import AnimateCountClient from "./AnimatedCount";
import { LanguageSwitcher } from "./LanguageSwitcher" import { LanguageSwitcher } from "./LanguageSwitcher";
import { SearchButton } from "./SearchButton" import { Loader, LoadingSpinner } from "./loading/Loader";
import { Loader, LoadingSpinner } from "./loading/Loader" import { SearchButton } from "./SearchButton";
import { Button } from "./ui/button" import { Button } from "./ui/button";
interface TimeState { interface TimeState {
hh: number hh: number;
mm: number mm: number;
ss: number ss: number;
} }
const useCurrentTime = () => { const useCurrentTime = () => {
const [time, setTime] = useState<TimeState>({ const [time, setTime] = useState<TimeState>({
hh: DateTime.now().setLocale("en-US").hour, hh: DateTime.now().setLocale("en-US").hour,
mm: DateTime.now().setLocale("en-US").minute, mm: DateTime.now().setLocale("en-US").minute,
ss: DateTime.now().setLocale("en-US").second, ss: DateTime.now().setLocale("en-US").second,
}) });
useEffect(() => { useEffect(() => {
const intervalId = setInterval(() => { const intervalId = setInterval(() => {
const now = DateTime.now().setLocale("en-US") const now = DateTime.now().setLocale("en-US");
setTime({ setTime({
hh: now.hour, hh: now.hour,
mm: now.minute, mm: now.minute,
ss: now.second, ss: now.second,
}) });
}, 1000) }, 1000);
return () => clearInterval(intervalId) return () => clearInterval(intervalId);
}, []) }, []);
return time return time;
} };
function Header() { function Header() {
const { t } = useTranslation() const { t } = useTranslation();
const navigate = useNavigate() const navigate = useNavigate();
const { backgroundImage, updateBackground } = useBackground() const { backgroundImage, updateBackground } = useBackground();
const { data: settingData, isLoading } = useQuery({ const { data: settingData, isLoading } = useQuery({
queryKey: ["setting"], queryKey: ["setting"],
queryFn: () => fetchSetting(), queryFn: () => fetchSetting(),
refetchOnMount: true, refetchOnMount: true,
refetchOnWindowFocus: true, refetchOnWindowFocus: true,
}) });
const { lastMessage, connected } = useWebSocketContext() const { lastMessage, connected } = useWebSocketContext();
const onlineCount = connected ? (lastMessage ? JSON.parse(lastMessage.data).online || 0 : 0) : "..." const onlineCount = connected
? lastMessage
? JSON.parse(lastMessage.data).online || 0
: 0
: "...";
const siteName = settingData?.data?.config?.site_name const siteName = settingData?.data?.config?.site_name;
// @ts-expect-error CustomLogo is a global variable // @ts-expect-error CustomLogo is a global variable
const customLogo = window.CustomLogo || "/apple-touch-icon.png" const customLogo = window.CustomLogo || "/apple-touch-icon.png";
// @ts-expect-error CustomDesc is a global variable // @ts-expect-error CustomDesc is a global variable
const customDesc = window.CustomDesc || t("nezha") const customDesc = window.CustomDesc || t("nezha");
const customMobileBackgroundImage = window.CustomMobileBackgroundImage !== "" ? window.CustomMobileBackgroundImage : undefined const customMobileBackgroundImage =
window.CustomMobileBackgroundImage !== ""
? window.CustomMobileBackgroundImage
: undefined;
useEffect(() => { useEffect(() => {
const link = document.querySelector("link[rel*='icon']") || document.createElement("link") const link =
// @ts-expect-error set link.type document.querySelector("link[rel*='icon']") ||
link.type = "image/x-icon" document.createElement("link");
// @ts-expect-error set link.rel // @ts-expect-error set link.type
link.rel = "shortcut icon" link.type = "image/x-icon";
// @ts-expect-error set link.href // @ts-expect-error set link.rel
link.href = customLogo link.rel = "shortcut icon";
document.getElementsByTagName("head")[0].appendChild(link) // @ts-expect-error set link.href
}, [customLogo]) link.href = customLogo;
document.getElementsByTagName("head")[0].appendChild(link);
}, [customLogo]);
useEffect(() => { useEffect(() => {
document.title = siteName || "哪吒监控 Nezha Monitoring" document.title = siteName || "哪吒监控 Nezha Monitoring";
}, [siteName]) }, [siteName]);
const handleBackgroundToggle = () => { const handleBackgroundToggle = () => {
if (window.CustomBackgroundImage) { if (window.CustomBackgroundImage) {
// Store the current background image before removing it // Store the current background image before removing it
sessionStorage.setItem("savedBackgroundImage", window.CustomBackgroundImage) sessionStorage.setItem(
updateBackground(undefined) "savedBackgroundImage",
} else { window.CustomBackgroundImage,
// Restore the saved background image );
const savedImage = sessionStorage.getItem("savedBackgroundImage") updateBackground(undefined);
if (savedImage) { } else {
updateBackground(savedImage) // Restore the saved background image
} const savedImage = sessionStorage.getItem("savedBackgroundImage");
} if (savedImage) {
} updateBackground(savedImage);
}
}
};
const customBackgroundImage = backgroundImage const customBackgroundImage = backgroundImage;
return ( return (
<div className="mx-auto w-full max-w-5xl"> <div className="mx-auto w-full max-w-5xl">
<section className="flex items-center justify-between header-top"> <section className="flex items-center justify-between header-top">
<section <section
onClick={() => { onClick={() => {
sessionStorage.removeItem("selectedGroup") sessionStorage.removeItem("selectedGroup");
navigate("/") navigate("/");
}} }}
className="cursor-pointer flex items-center sm:text-base text-sm font-medium" className="cursor-pointer flex items-center sm:text-base text-sm font-medium"
> >
<div className="mr-1 flex flex-row items-center justify-start header-logo"> <div className="mr-1 flex flex-row items-center justify-start header-logo">
<img <img
width={40} width={40}
height={40} height={40}
alt="apple-touch-icon" alt="apple-touch-icon"
src={customLogo} src={customLogo}
className="relative m-0! border-2 border-transparent h-6 w-6 object-cover object-top p-0!" className="relative m-0! border-2 border-transparent h-6 w-6 object-cover object-top p-0!"
/> />
</div> </div>
{isLoading ? <Skeleton className="h-6 w-20 rounded-[5px] bg-muted-foreground/10 animate-none" /> : siteName || "NEZHA"} {isLoading ? (
<Separator orientation="vertical" className="mx-2 hidden h-4 w-px md:block" /> <Skeleton className="h-6 w-20 rounded-[5px] bg-muted-foreground/10 animate-none" />
<p className="hidden text-sm font-medium opacity-40 md:block">{customDesc}</p> ) : (
</section> siteName || "NEZHA"
<section className="flex items-center gap-2 header-handles"> )}
<div className="hidden sm:flex items-center gap-2"> <Separator
<Links /> orientation="vertical"
<DashboardLink /> className="mx-2 hidden h-4 w-px md:block"
</div> />
<SearchButton /> <p className="hidden text-sm font-medium opacity-40 md:block">
<LanguageSwitcher /> {customDesc}
<ModeToggle /> </p>
{(customBackgroundImage || sessionStorage.getItem("savedBackgroundImage")) && ( </section>
<Button <section className="flex items-center gap-2 header-handles">
variant="outline" <div className="hidden sm:flex items-center gap-2">
size="sm" <Links />
onClick={handleBackgroundToggle} <DashboardLink />
className={cn("rounded-full px-[9px] bg-white dark:bg-black", { </div>
"bg-white/70 dark:bg-black/70": customBackgroundImage, <SearchButton />
"hidden sm:block": customMobileBackgroundImage, <LanguageSwitcher />
})} <ModeToggle />
> {(customBackgroundImage ||
<ImageMinus className="w-4 h-4" /> sessionStorage.getItem("savedBackgroundImage")) && (
</Button> <Button
)} variant="outline"
<Button size="sm"
variant="outline" onClick={handleBackgroundToggle}
size="sm" className={cn("rounded-full px-[9px] bg-white dark:bg-black", {
className={cn("hover:bg-white dark:hover:bg-black cursor-default rounded-full flex items-center px-[9px] bg-white dark:bg-black", { "bg-white/70 dark:bg-black/70": customBackgroundImage,
"bg-white/70 dark:bg-black/70": customBackgroundImage, "hidden sm:block": customMobileBackgroundImage,
})} })}
> >
{connected ? onlineCount : <Loader visible={true} />} <ImageMinus className="w-4 h-4" />
<p className="text-muted-foreground">{connected ? t("online") : t("offline")}</p> </Button>
<span )}
className={cn("h-2 w-2 rounded-full bg-green-500", { <Button
"bg-red-500": !connected, variant="outline"
})} size="sm"
></span> className={cn(
</Button> "hover:bg-white dark:hover:bg-black cursor-default rounded-full flex items-center px-[9px] bg-white dark:bg-black",
</section> {
</section> "bg-white/70 dark:bg-black/70": customBackgroundImage,
<div className="w-full flex justify-between sm:hidden mt-1"> },
<DashboardLink /> )}
<Links /> >
</div> {connected ? onlineCount : <Loader visible={true} />}
<Overview /> <p className="text-muted-foreground">
</div> {connected ? t("online") : t("offline")}
) </p>
<span
className={cn("h-2 w-2 rounded-full bg-green-500", {
"bg-red-500": !connected,
})}
></span>
</Button>
</section>
</section>
<div className="w-full flex justify-between sm:hidden mt-1">
<DashboardLink />
<Links />
</div>
<Overview />
</div>
);
} }
type links = { type links = {
link: string link: string;
name: string name: string;
} };
function Links() { function Links() {
// @ts-expect-error CustomLinks is a global variable // @ts-expect-error CustomLinks is a global variable
const customLinks = window.CustomLinks as string const customLinks = window.CustomLinks as string;
const links: links[] | null = customLinks ? JSON.parse(customLinks) : null const links: links[] | null = customLinks ? JSON.parse(customLinks) : null;
if (!links) return null if (!links) return null;
return ( return (
<div className="flex items-center gap-2 w-fit"> <div className="flex items-center gap-2 w-fit">
{links.map((link, index) => { {links.map((link, index) => {
return ( return (
<a <a
key={index} key={index}
href={link.link} href={link.link}
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="flex items-center gap-1 text-sm font-medium opacity-50 transition-opacity hover:opacity-100" className="flex items-center gap-1 text-sm font-medium opacity-50 transition-opacity hover:opacity-100"
> >
{link.name} {link.name}
</a> </a>
) );
})} })}
</div> </div>
) );
} }
export function RefreshToast() { export function RefreshToast() {
const { t } = useTranslation() const { t } = useTranslation();
const navigate = useNavigate() const navigate = useNavigate();
const { needReconnect } = useWebSocketContext() const { needReconnect } = useWebSocketContext();
if (!needReconnect) { if (!needReconnect) {
return null return null;
} }
if (needReconnect) { if (needReconnect) {
sessionStorage.removeItem("needRefresh") sessionStorage.removeItem("needRefresh");
setTimeout(() => { setTimeout(() => {
navigate(0) navigate(0);
}, 1000) }, 1000);
} }
return ( return (
<AnimatePresence> <AnimatePresence>
<m.div <m.div
initial={{ opacity: 0, filter: "blur(10px)", scale: 0.8 }} initial={{ opacity: 0, filter: "blur(10px)", scale: 0.8 }}
animate={{ opacity: 1, filter: "blur(0px)", scale: 1 }} animate={{ opacity: 1, filter: "blur(0px)", scale: 1 }}
exit={{ opacity: 0, filter: "blur(10px)", scale: 0.8 }} exit={{ opacity: 0, filter: "blur(10px)", scale: 0.8 }}
transition={{ type: "spring", duration: 0.8 }} transition={{ type: "spring", duration: 0.8 }}
className="fixed left-1/2 -translate-x-1/2 top-8 z-999 flex items-center justify-between gap-4 rounded-[50px] border border-solid bg-white px-2 py-1.5 shadow-xl shadow-black/5 dark:border-stone-700 dark:bg-stone-800 dark:shadow-none" className="fixed left-1/2 -translate-x-1/2 top-8 z-999 flex items-center justify-between gap-4 rounded-[50px] border border-solid bg-white px-2 py-1.5 shadow-xl shadow-black/5 dark:border-stone-700 dark:bg-stone-800 dark:shadow-none"
> >
<section className="flex items-center gap-1.5"> <section className="flex items-center gap-1.5">
<LoadingSpinner /> <LoadingSpinner />
<p className="text-[12.5px] font-medium">{t("refreshing")}...</p> <p className="text-[12.5px] font-medium">{t("refreshing")}...</p>
</section> </section>
</m.div> </m.div>
</AnimatePresence> </AnimatePresence>
) );
} }
function DashboardLink() { function DashboardLink() {
const { t } = useTranslation() const { t } = useTranslation();
const { setNeedReconnect } = useWebSocketContext() const { setNeedReconnect } = useWebSocketContext();
const previousLoginState = useRef<boolean | null>(null) const previousLoginState = useRef<boolean | null>(null);
const { const {
data: userData, data: userData,
isFetched, isFetched,
isLoadingError, isLoadingError,
isError, isError,
refetch, refetch,
} = useQuery({ } = useQuery({
queryKey: ["login-user"], queryKey: ["login-user"],
queryFn: () => fetchLoginUser(), queryFn: () => fetchLoginUser(),
refetchOnMount: false, refetchOnMount: false,
refetchOnWindowFocus: true, refetchOnWindowFocus: true,
refetchIntervalInBackground: true, refetchIntervalInBackground: true,
refetchInterval: 1000 * 30, refetchInterval: 1000 * 30,
retry: 0, retry: 0,
}) });
const isLogin = isError ? false : userData ? !!userData?.data?.id && !!document.cookie : false const isLogin = isError
? false
: userData
? !!userData?.data?.id && !!document.cookie
: false;
if (isLoadingError) { if (isLoadingError) {
previousLoginState.current = isLogin previousLoginState.current = isLogin;
} }
useEffect(() => { useEffect(() => {
refetch() refetch();
}, [document.cookie]) }, [refetch]);
useEffect(() => { useEffect(() => {
if (isFetched || isError) { if (isFetched || isError) {
// 只有当登录状态发生变化时才设置needReconnect // 只有当登录状态发生变化时才设置needReconnect
if (previousLoginState.current !== null && previousLoginState.current !== isLogin) { if (
setNeedReconnect(true) previousLoginState.current !== null &&
} previousLoginState.current !== isLogin
previousLoginState.current = isLogin ) {
} setNeedReconnect(true);
}, [isLogin]) }
previousLoginState.current = isLogin;
}
}, [isLogin, isError, isFetched, setNeedReconnect]);
return ( return (
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<a <a
href={"/dashboard"} href={"/dashboard"}
rel="noopener noreferrer" rel="noopener noreferrer"
className="flex items-center text-nowrap gap-1 text-sm font-medium opacity-50 transition-opacity hover:opacity-100" className="flex items-center text-nowrap gap-1 text-sm font-medium opacity-50 transition-opacity hover:opacity-100"
> >
{!isLogin && t("login")} {!isLogin && t("login")}
{isLogin && t("dashboard")} {isLogin && t("dashboard")}
</a> </a>
</div> </div>
) );
} }
function Overview() { function Overview() {
const { t } = useTranslation() const { t } = useTranslation();
const time = useCurrentTime() const time = useCurrentTime();
const [mounted, setMounted] = useState(false) const [mounted, setMounted] = useState(false);
useEffect(() => { useEffect(() => {
setMounted(true) setMounted(true);
}, []) }, []);
return ( return (
<section className={"mt-10 flex flex-col md:mt-16 header-timer"}> <section className={"mt-10 flex flex-col md:mt-16 header-timer"}>
<p className="text-base font-semibold">👋 {t("overview")}</p> <p className="text-base font-semibold">👋 {t("overview")}</p>
<div className="flex items-center gap-1"> <div className="flex items-center gap-1">
<p className="text-sm font-medium opacity-50">{t("whereTheTimeIs")}</p> <p className="text-sm font-medium opacity-50">{t("whereTheTimeIs")}</p>
{mounted ? ( {mounted ? (
<div className="flex items-center font-medium text-sm"> <div className="flex items-center font-medium text-sm">
<AnimateCountClient count={time.hh} minDigits={2} /> <AnimateCountClient count={time.hh} minDigits={2} />
<span className="mb-px font-medium text-sm opacity-50">:</span> <span className="mb-px font-medium text-sm opacity-50">:</span>
<AnimateCountClient count={time.mm} minDigits={2} /> <AnimateCountClient count={time.mm} minDigits={2} />
<span className="mb-px font-medium text-sm opacity-50">:</span> <span className="mb-px font-medium text-sm opacity-50">:</span>
<span className="font-medium text-sm"> <span className="font-medium text-sm">
<AnimateCountClient count={time.ss} minDigits={2} /> <AnimateCountClient count={time.ss} minDigits={2} />
</span> </span>
</div> </div>
) : ( ) : (
<Skeleton className="h-[21px] w-16 animate-none rounded-[5px] bg-muted-foreground/10" /> <Skeleton className="h-[21px] w-16 animate-none rounded-[5px] bg-muted-foreground/10" />
)} )}
</div> </div>
</section> </section>
) );
} }
export default Header export default Header;
+27 -27
View File
File diff suppressed because one or more lines are too long
+69 -59
View File
@@ -1,68 +1,78 @@
"use client" "use client";
import { Button } from "@/components/ui/button" import { CheckCircleIcon, LanguageIcon } from "@heroicons/react/20/solid";
import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger } from "@/components/ui/dropdown-menu" import { useTranslation } from "react-i18next";
import { cn } from "@/lib/utils" import { Button } from "@/components/ui/button";
import { CheckCircleIcon, LanguageIcon } from "@heroicons/react/20/solid" import {
import { useTranslation } from "react-i18next" DropdownMenu,
DropdownMenuContent,
DropdownMenuItem,
DropdownMenuTrigger,
} from "@/components/ui/dropdown-menu";
import { cn } from "@/lib/utils";
export function LanguageSwitcher() { export function LanguageSwitcher() {
const { t, i18n } = useTranslation() const { t, i18n } = useTranslation();
const customBackgroundImage = (window.CustomBackgroundImage as string) !== "" ? window.CustomBackgroundImage : undefined const customBackgroundImage =
(window.CustomBackgroundImage as string) !== ""
? window.CustomBackgroundImage
: undefined;
const locale = i18n.languages[0] const locale = i18n.languages[0];
const handleSelect = (e: Event, newLocale: string) => { const handleSelect = (e: Event, newLocale: string) => {
e.preventDefault() // 阻止默认的关闭行为 e.preventDefault(); // 阻止默认的关闭行为
i18n.changeLanguage(newLocale) i18n.changeLanguage(newLocale);
} };
const localeItems = [ const localeItems = [
{ name: t("language.zh-CN"), code: "zh-CN" }, { name: t("language.zh-CN"), code: "zh-CN" },
{ name: t("language.zh-TW"), code: "zh-TW" }, { name: t("language.zh-TW"), code: "zh-TW" },
{ name: t("language.en-US"), code: "en-US" }, { name: t("language.en-US"), code: "en-US" },
{ name: t("language.ru-RU"), code: "ru-RU" }, { name: t("language.ru-RU"), code: "ru-RU" },
{ name: t("language.es-ES"), code: "es-ES" }, { name: t("language.es-ES"), code: "es-ES" },
{ name: t("language.de-DE"), code: "de-DE" }, { name: t("language.de-DE"), code: "de-DE" },
{ name: t("language.ta-IN"), code: "ta-IN" }, { name: t("language.ta-IN"), code: "ta-IN" },
] ];
return ( return (
<DropdownMenu> <DropdownMenu>
<DropdownMenuTrigger asChild> <DropdownMenuTrigger asChild>
<Button <Button
variant="outline" variant="outline"
size="sm" size="sm"
className={cn("rounded-full px-[9px] bg-white dark:bg-black", { className={cn("rounded-full px-[9px] bg-white dark:bg-black", {
"bg-white/70 dark:bg-black/70": customBackgroundImage, "bg-white/70 dark:bg-black/70": customBackgroundImage,
})} })}
> >
<LanguageIcon className="size-4" /> <LanguageIcon className="size-4" />
<span className="sr-only">Change language</span> <span className="sr-only">Change language</span>
</Button> </Button>
</DropdownMenuTrigger> </DropdownMenuTrigger>
<DropdownMenuContent className="flex flex-col gap-0.5" align="end"> <DropdownMenuContent className="flex flex-col gap-0.5" align="end">
{localeItems.map((item, index) => ( {localeItems.map((item, index) => (
<DropdownMenuItem <DropdownMenuItem
key={item.code} key={item.code}
onSelect={(e) => handleSelect(e, item.code)} onSelect={(e) => handleSelect(e, item.code)}
className={cn( className={cn(
"text-xs", "text-xs",
{ {
"gap-3 bg-muted font-semibold": locale === item.code, "gap-3 bg-muted font-semibold": locale === item.code,
}, },
{ {
"rounded-t-[5px]": index === localeItems.length - 1, "rounded-t-[5px]": index === localeItems.length - 1,
"rounded-[5px]": index !== 0 && index !== localeItems.length - 1, "rounded-[5px]":
"rounded-b-[5px]": index === 0, index !== 0 && index !== localeItems.length - 1,
}, "rounded-b-[5px]": index === 0,
)} },
> )}
{item.name} {locale === item.code && <CheckCircleIcon className="size-4" />} >
</DropdownMenuItem> {item.name}{" "}
))} {locale === item.code && <CheckCircleIcon className="size-4" />}
</DropdownMenuContent> </DropdownMenuItem>
</DropdownMenu> ))}
) </DropdownMenuContent>
</DropdownMenu>
);
} }
+65 -59
View File
@@ -1,64 +1,70 @@
import useTooltip from "@/hooks/use-tooltip" import { AnimatePresence, m } from "framer-motion";
import { AnimatePresence, m } from "framer-motion" import { memo } from "react";
import { memo } from "react" import { useTranslation } from "react-i18next";
import { useTranslation } from "react-i18next" import { useNavigate } from "react-router-dom";
import { useNavigate } from "react-router-dom" import useTooltip from "@/hooks/use-tooltip";
const MapTooltip = memo(function MapTooltip() { const MapTooltip = memo(function MapTooltip() {
const { t } = useTranslation() const { t } = useTranslation();
const navigate = useNavigate() const navigate = useNavigate();
const { tooltipData } = useTooltip() const { tooltipData } = useTooltip();
if (!tooltipData) return null if (!tooltipData) return null;
return ( return (
<AnimatePresence mode="wait"> <AnimatePresence mode="wait">
<m.div <m.div
initial={{ opacity: 0, filter: "blur(10px)" }} initial={{ opacity: 0, filter: "blur(10px)" }}
animate={{ opacity: 1, filter: "blur(0px)" }} animate={{ opacity: 1, filter: "blur(0px)" }}
exit={{ opacity: 0, filter: "blur(10px)" }} exit={{ opacity: 0, filter: "blur(10px)" }}
className="absolute hidden lg:block bg-white dark:bg-neutral-800 px-2 py-1 rounded shadow-lg text-sm dark:border dark:border-neutral-700 z-50" className="absolute hidden lg:block bg-white dark:bg-neutral-800 px-2 py-1 rounded shadow-lg text-sm dark:border dark:border-neutral-700 z-50"
key={tooltipData.country} key={tooltipData.country}
style={{ style={{
left: tooltipData.centroid[0], left: tooltipData.centroid[0],
top: tooltipData.centroid[1], top: tooltipData.centroid[1],
transform: "translate(20%, -50%)", transform: "translate(20%, -50%)",
}} }}
onMouseEnter={(e) => { onMouseEnter={(e) => {
e.stopPropagation() e.stopPropagation();
}} }}
> >
<div> <div>
<p className="font-medium">{tooltipData.country === "China" ? "Mainland China" : tooltipData.country}</p> <p className="font-medium">
<p className="text-neutral-600 dark:text-neutral-400 text-xs font-light mb-1"> {tooltipData.country === "China"
{tooltipData.count} {t("map.Servers")} ? "Mainland China"
</p> : tooltipData.country}
</div> </p>
<div <p className="text-neutral-600 dark:text-neutral-400 text-xs font-light mb-1">
className="border-t dark:border-neutral-700 pt-1" {tooltipData.count} {t("map.Servers")}
style={{ </p>
maxHeight: "200px", </div>
overflowY: "auto", <div
}} className="border-t dark:border-neutral-700 pt-1"
> style={{
{tooltipData.servers.map((server) => ( maxHeight: "200px",
<button overflowY: "auto",
key={server.id} }}
type="button" >
className="flex items-center gap-1.5 py-0.5 text-neutral-500 transition-colors hover:text-black dark:text-neutral-400 dark:hover:text-white" {tooltipData.servers.map((server) => (
onClick={() => { <button
sessionStorage.setItem("fromMainPage", "true") key={server.id}
navigate(`/server/${server.id}`) type="button"
}} className="flex items-center gap-1.5 py-0.5 text-neutral-500 transition-colors hover:text-black dark:text-neutral-400 dark:hover:text-white"
> onClick={() => {
<span className={`h-1.5 w-1.5 shrink-0 rounded-full ${server.status ? "bg-green-500" : "bg-red-500"}`} /> sessionStorage.setItem("fromMainPage", "true");
<span className="text-xs">{server.name}</span> navigate(`/server/${server.id}`);
</button> }}
))} >
</div> <span
</m.div> className={`h-1.5 w-1.5 shrink-0 rounded-full ${server.status ? "bg-green-500" : "bg-red-500"}`}
</AnimatePresence> />
) <span className="text-xs">{server.name}</span>
}) </button>
))}
</div>
</m.div>
</AnimatePresence>
);
});
export default MapTooltip export default MapTooltip;
File diff suppressed because it is too large Load Diff
+20 -20
View File
@@ -1,23 +1,23 @@
import { Loader } from "@/components/loading/Loader" import { Loader } from "@/components/loading/Loader";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
export default function NetworkChartLoading() { export default function NetworkChartLoading() {
return ( return (
<Card> <Card>
<CardHeader className="flex flex-col items-stretch space-y-0 border-b p-0 sm:flex-row"> <CardHeader className="flex flex-col items-stretch space-y-0 border-b p-0 sm:flex-row">
<div className="flex flex-1 flex-col justify-center gap-1 px-6 py-5"> <div className="flex flex-1 flex-col justify-center gap-1 px-6 py-5">
<CardTitle className="flex items-center gap-0.5 text-xl"> <CardTitle className="flex items-center gap-0.5 text-xl">
<div className="aspect-auto h-[20px] w-24 bg-muted"></div> <div className="aspect-auto h-[20px] w-24 bg-muted"></div>
</CardTitle> </CardTitle>
<div className="mt-[2px] aspect-auto h-[14px] w-32 bg-muted"></div> <div className="mt-[2px] aspect-auto h-[14px] w-32 bg-muted"></div>
</div> </div>
<div className="hidden pr-4 pt-4 sm:block"> <div className="hidden pr-4 pt-4 sm:block">
<Loader visible={true} /> <Loader visible={true} />
</div> </div>
</CardHeader> </CardHeader>
<CardContent className="px-2 sm:p-6"> <CardContent className="px-2 sm:p-6">
<div className="aspect-auto h-[250px] w-full"></div> <div className="aspect-auto h-[250px] w-full"></div>
</CardContent> </CardContent>
</Card> </Card>
) );
} }
+86 -54
View File
@@ -1,58 +1,90 @@
import { PublicNoteData, cn } from "@/lib/utils" import { cn, type PublicNoteData } from "@/lib/utils";
export default function PlanInfo({ parsedData }: { parsedData: PublicNoteData }) { export default function PlanInfo({
if (!parsedData || !parsedData.planDataMod) { parsedData,
return null }: {
} parsedData: PublicNoteData;
}) {
if (!parsedData || !parsedData.planDataMod) {
return null;
}
const extraList = const extraList =
parsedData.planDataMod.extra.split(",").length > 1 parsedData.planDataMod.extra.split(",").length > 1
? parsedData.planDataMod.extra.split(",") ? parsedData.planDataMod.extra.split(",")
: parsedData.planDataMod.extra.split(",")[0] === "" : parsedData.planDataMod.extra.split(",")[0] === ""
? [] ? []
: [parsedData.planDataMod.extra] : [parsedData.planDataMod.extra];
return ( return (
<section className="flex gap-1 items-center flex-wrap mt-0.5"> <section className="flex gap-1 items-center flex-wrap mt-0.5">
{parsedData.planDataMod.bandwidth !== "" && ( {parsedData.planDataMod.bandwidth !== "" && (
<p className={cn("text-[9px] bg-blue-600 dark:bg-blue-800 text-blue-200 dark:text-blue-300 w-fit rounded-[5px] px-[3px] py-[1.5px]")}> <p
{parsedData.planDataMod.bandwidth} className={cn(
</p> "text-[9px] bg-blue-600 dark:bg-blue-800 text-blue-200 dark:text-blue-300 w-fit rounded-[5px] px-[3px] py-[1.5px]",
)} )}
{parsedData.planDataMod.trafficVol !== "" && ( >
<p className={cn("text-[9px] bg-green-600 text-green-200 dark:bg-green-800 dark:text-green-300 w-fit rounded-[5px] px-[3px] py-[1.5px]")}> {parsedData.planDataMod.bandwidth}
{parsedData.planDataMod.trafficVol} </p>
</p> )}
)} {parsedData.planDataMod.trafficVol !== "" && (
{parsedData.planDataMod.IPv4 === "1" && ( <p
<p className={cn(
className={cn("text-[9px] bg-purple-600 text-purple-200 dark:bg-purple-800 dark:text-purple-300 w-fit rounded-[5px] px-[3px] py-[1.5px]")} "text-[9px] bg-green-600 text-green-200 dark:bg-green-800 dark:text-green-300 w-fit rounded-[5px] px-[3px] py-[1.5px]",
> )}
IPv4 >
</p> {parsedData.planDataMod.trafficVol}
)} </p>
{parsedData.planDataMod.IPv6 === "1" && ( )}
<p className={cn("text-[9px] bg-pink-600 text-pink-200 dark:bg-pink-800 dark:text-pink-300 w-fit rounded-[5px] px-[3px] py-[1.5px]")}> {parsedData.planDataMod.IPv4 === "1" && (
IPv6 <p
</p> className={cn(
)} "text-[9px] bg-purple-600 text-purple-200 dark:bg-purple-800 dark:text-purple-300 w-fit rounded-[5px] px-[3px] py-[1.5px]",
{parsedData.planDataMod.networkRoute && ( )}
<p className={cn("text-[9px] bg-blue-600 text-blue-200 dark:bg-blue-800 dark:text-blue-300 w-fit rounded-[5px] px-[3px] py-[1.5px]")}> >
{parsedData.planDataMod.networkRoute.split(",").map((route, index) => { IPv4
return route + (index === parsedData.planDataMod!.networkRoute.split(",").length - 1 ? "" : "") </p>
})} )}
</p> {parsedData.planDataMod.IPv6 === "1" && (
)} <p
{extraList.map((extra, index) => { className={cn(
return ( "text-[9px] bg-pink-600 text-pink-200 dark:bg-pink-800 dark:text-pink-300 w-fit rounded-[5px] px-[3px] py-[1.5px]",
<p )}
key={index} >
className={cn("text-[9px] bg-stone-600 text-stone-200 dark:bg-stone-800 dark:text-stone-300 w-fit rounded-[5px] px-[3px] py-[1.5px]")} IPv6
> </p>
{extra} )}
</p> {parsedData.planDataMod.networkRoute && (
) <p
})} className={cn(
</section> "text-[9px] bg-blue-600 text-blue-200 dark:bg-blue-800 dark:text-blue-300 w-fit rounded-[5px] px-[3px] py-[1.5px]",
) )}
>
{parsedData.planDataMod.networkRoute
.split(",")
.map((route, index) => {
return (
route +
(index ===
parsedData.planDataMod?.networkRoute.split(",").length - 1
? ""
: "")
);
})}
</p>
)}
{extraList.map((extra, index) => {
return (
<p
key={index}
className={cn(
"text-[9px] bg-stone-600 text-stone-200 dark:bg-stone-800 dark:text-stone-300 w-fit rounded-[5px] px-[3px] py-[1.5px]",
)}
>
{extra}
</p>
);
})}
</section>
);
} }
+24 -12
View File
@@ -1,15 +1,27 @@
import { cn } from "@/lib/utils" import { cn } from "@/lib/utils";
import { Progress } from "./ui/progress" import { Progress } from "./ui/progress";
export default function RemainPercentBar({ value, className }: { value: number; className?: string }) { export default function RemainPercentBar({
return ( value,
<Progress className,
aria-label={"Server Usage Bar"} }: {
aria-labelledby={"Server Usage Bar"} value: number;
value={value} className?: string;
indicatorClassName={value < 30 ? "bg-red-500" : value < 70 ? "bg-orange-400" : "bg-green-500"} }) {
className={cn("h-[3px] rounded-sm w-[70px]", className)} return (
/> <Progress
) aria-label={"Server Usage Bar"}
aria-labelledby={"Server Usage Bar"}
value={value}
indicatorClassName={
value < 30
? "bg-red-500"
: value < 70
? "bg-orange-400"
: "bg-green-500"
}
className={cn("h-[3px] rounded-sm w-[70px]", className)}
/>
);
} }
+24 -21
View File
@@ -1,28 +1,31 @@
"use client" "use client";
import { useCommand } from "@/hooks/use-command" import { MagnifyingGlassIcon } from "@heroicons/react/20/solid";
import { cn } from "@/lib/utils" import { useCommand } from "@/hooks/use-command";
import { MagnifyingGlassIcon } from "@heroicons/react/20/solid" import { cn } from "@/lib/utils";
import { Button } from "./ui/button" import { Button } from "./ui/button";
export function SearchButton() { export function SearchButton() {
const { openCommand } = useCommand() const { openCommand } = useCommand();
const customBackgroundImage = (window.CustomBackgroundImage as string) !== "" ? window.CustomBackgroundImage : undefined const customBackgroundImage =
(window.CustomBackgroundImage as string) !== ""
? window.CustomBackgroundImage
: undefined;
return ( return (
<Button <Button
variant="outline" variant="outline"
size="sm" size="sm"
className={cn("rounded-full px-[9px] bg-white dark:bg-black", { className={cn("rounded-full px-[9px] bg-white dark:bg-black", {
"bg-white/70 dark:bg-black/70": customBackgroundImage, "bg-white/70 dark:bg-black/70": customBackgroundImage,
})} })}
onClick={openCommand} onClick={openCommand}
title="Search" title="Search"
> >
<MagnifyingGlassIcon className="size-4" /> <MagnifyingGlassIcon className="size-4" />
<span className="sr-only">Search</span> <span className="sr-only">Search</span>
</Button> </Button>
) );
} }
+271 -187
View File
@@ -1,196 +1,280 @@
import ServerFlag from "@/components/ServerFlag" import { useTranslation } from "react-i18next";
import ServerUsageBar from "@/components/ServerUsageBar" import { useNavigate } from "react-router-dom";
import { formatBytes } from "@/lib/format" import ServerFlag from "@/components/ServerFlag";
import { GetFontLogoClass, GetOsName, MageMicrosoftWindows } from "@/lib/logo-class" import ServerUsageBar from "@/components/ServerUsageBar";
import { cn, formatNezhaInfo, parsePublicNote } from "@/lib/utils" import { formatBytes } from "@/lib/format";
import { NezhaServer } from "@/types/nezha-api" import {
import { useTranslation } from "react-i18next" GetFontLogoClass,
import { useNavigate } from "react-router-dom" GetOsName,
MageMicrosoftWindows,
} from "@/lib/logo-class";
import { cn, formatNezhaInfo, parsePublicNote } from "@/lib/utils";
import type { NezhaServer } from "@/types/nezha-api";
import BillingInfo from "./billingInfo";
import PlanInfo from "./PlanInfo";
import { Badge } from "./ui/badge";
import { Card } from "./ui/card";
import PlanInfo from "./PlanInfo" export default function ServerCard({
import BillingInfo from "./billingInfo" now,
import { Badge } from "./ui/badge" serverInfo,
import { Card } from "./ui/card" }: {
now: number;
serverInfo: NezhaServer;
}) {
const { t } = useTranslation();
const navigate = useNavigate();
const {
name,
country_code,
online,
cpu,
up,
down,
mem,
stg,
net_in_transfer,
net_out_transfer,
public_note,
platform,
} = formatNezhaInfo(now, serverInfo);
export default function ServerCard({ now, serverInfo }: { now: number; serverInfo: NezhaServer }) { const cardClick = () => {
const { t } = useTranslation() sessionStorage.setItem("fromMainPage", "true");
const navigate = useNavigate() navigate(`/server/${serverInfo.id}`);
const { name, country_code, online, cpu, up, down, mem, stg, net_in_transfer, net_out_transfer, public_note, platform } = formatNezhaInfo( };
now,
serverInfo,
)
const cardClick = () => { const showFlag = true;
sessionStorage.setItem("fromMainPage", "true")
navigate(`/server/${serverInfo.id}`)
}
const showFlag = true const customBackgroundImage =
(window.CustomBackgroundImage as string) !== ""
? window.CustomBackgroundImage
: undefined;
const customBackgroundImage = (window.CustomBackgroundImage as string) !== "" ? window.CustomBackgroundImage : undefined // @ts-expect-error ShowNetTransfer is a global variable
const showNetTransfer = window.ShowNetTransfer as boolean;
// @ts-expect-error ShowNetTransfer is a global variable // @ts-expect-error FixedTopServerName is a global variable
const showNetTransfer = window.ShowNetTransfer as boolean const fixedTopServerName = window.FixedTopServerName as boolean;
// @ts-expect-error FixedTopServerName is a global variable const parsedData = parsePublicNote(public_note);
const fixedTopServerName = window.FixedTopServerName as boolean
const parsedData = parsePublicNote(public_note) return online ? (
<Card
return online ? ( className={cn(
<Card "flex flex-col items-center justify-start gap-3 p-3 md:px-5 cursor-pointer hover:bg-accent/50 transition-colors",
className={cn( {
"flex flex-col items-center justify-start gap-3 p-3 md:px-5 cursor-pointer hover:bg-accent/50 transition-colors", "flex-col": fixedTopServerName,
{ "lg:flex-row": !fixedTopServerName,
"flex-col": fixedTopServerName, },
"lg:flex-row": !fixedTopServerName, {
}, "bg-card/70": customBackgroundImage,
{ },
"bg-card/70": customBackgroundImage, )}
}, onClick={cardClick}
)} >
onClick={cardClick} <section
> className={cn("grid items-center gap-2", {
<section "lg:w-40": !fixedTopServerName,
className={cn("grid items-center gap-2", { })}
"lg:w-40": !fixedTopServerName, style={{ gridTemplateColumns: "auto auto 1fr" }}
})} >
style={{ gridTemplateColumns: "auto auto 1fr" }} <span className="h-2 w-2 shrink-0 rounded-full bg-green-500 self-center"></span>
> <div
<span className="h-2 w-2 shrink-0 rounded-full bg-green-500 self-center"></span> className={cn(
<div className={cn("flex items-center justify-center", showFlag ? "min-w-[17px]" : "min-w-0")}> "flex items-center justify-center",
{showFlag ? <ServerFlag country_code={country_code} /> : null} showFlag ? "min-w-[17px]" : "min-w-0",
</div> )}
<div className="relative flex flex-col"> >
<p className={cn("break-normal font-bold tracking-tight", showFlag ? "text-xs " : "text-sm")}>{name}</p> {showFlag ? <ServerFlag country_code={country_code} /> : null}
<div </div>
className={cn("hidden lg:block", { <div className="relative flex flex-col">
"lg:hidden": fixedTopServerName, <p
})} className={cn(
> "break-normal font-bold tracking-tight",
{parsedData?.billingDataMod && <BillingInfo parsedData={parsedData} />} showFlag ? "text-xs " : "text-sm",
</div> )}
</div> >
</section> {name}
<div </p>
className={cn("flex items-center gap-2 -mt-2 lg:hidden", { <div
"lg:flex": fixedTopServerName, className={cn("hidden lg:block", {
})} "lg:hidden": fixedTopServerName,
> })}
{parsedData?.billingDataMod && <BillingInfo parsedData={parsedData} />} >
</div> {parsedData?.billingDataMod && (
<div className="flex flex-col lg:items-start items-center gap-2"> <BillingInfo parsedData={parsedData} />
<section )}
className={cn("grid grid-cols-5 items-center gap-3", { </div>
"lg:grid-cols-6 lg:gap-4": fixedTopServerName, </div>
})} </section>
> <div
{fixedTopServerName && ( className={cn("flex items-center gap-2 -mt-2 lg:hidden", {
<div className={"hidden col-span-1 items-center lg:flex lg:flex-row gap-2"}> "lg:flex": fixedTopServerName,
<div className="text-xs font-semibold"> })}
{platform.includes("Windows") ? ( >
<MageMicrosoftWindows className="size-[10px]" /> {parsedData?.billingDataMod && <BillingInfo parsedData={parsedData} />}
) : ( </div>
<p className={`fl-${GetFontLogoClass(platform)}`} /> <div className="flex flex-col lg:items-start items-center gap-2">
)} <section
</div> className={cn("grid grid-cols-5 items-center gap-3", {
<div className={"flex w-14 flex-col"}> "lg:grid-cols-6 lg:gap-4": fixedTopServerName,
<p className="text-xs text-muted-foreground">{t("serverCard.system")}</p> })}
<div className="flex items-center text-[10.5px] font-semibold">{platform.includes("Windows") ? "Windows" : GetOsName(platform)}</div> >
</div> {fixedTopServerName && (
</div> <div
)} className={
<div className={"flex w-14 flex-col"}> "hidden col-span-1 items-center lg:flex lg:flex-row gap-2"
<p className="text-xs text-muted-foreground">{"CPU"}</p> }
<div className="flex items-center text-xs font-semibold">{cpu.toFixed(2)}%</div> >
<ServerUsageBar value={cpu} /> <div className="text-xs font-semibold">
</div> {platform.includes("Windows") ? (
<div className={"flex w-14 flex-col"}> <MageMicrosoftWindows className="size-[10px]" />
<p className="text-xs text-muted-foreground">{t("serverCard.mem")}</p> ) : (
<div className="flex items-center text-xs font-semibold">{mem.toFixed(2)}%</div> <p className={`fl-${GetFontLogoClass(platform)}`} />
<ServerUsageBar value={mem} /> )}
</div> </div>
<div className={"flex w-14 flex-col"}> <div className={"flex w-14 flex-col"}>
<p className="text-xs text-muted-foreground">{t("serverCard.stg")}</p> <p className="text-xs text-muted-foreground">
<div className="flex items-center text-xs font-semibold">{stg.toFixed(2)}%</div> {t("serverCard.system")}
<ServerUsageBar value={stg} /> </p>
</div> <div className="flex items-center text-[10.5px] font-semibold">
<div className={"flex w-14 flex-col"}> {platform.includes("Windows")
<p className="text-xs text-muted-foreground">{t("serverCard.upload")}</p> ? "Windows"
<div className="flex items-center text-xs font-semibold"> : GetOsName(platform)}
{up >= 1024 ? `${(up / 1024).toFixed(2)}G/s` : up >= 1 ? `${up.toFixed(2)}M/s` : `${(up * 1024).toFixed(2)}K/s`} </div>
</div> </div>
</div> </div>
<div className={"flex w-14 flex-col"}> )}
<p className="text-xs text-muted-foreground">{t("serverCard.download")}</p> <div className={"flex w-14 flex-col"}>
<div className="flex items-center text-xs font-semibold"> <p className="text-xs text-muted-foreground">{"CPU"}</p>
{down >= 1024 ? `${(down / 1024).toFixed(2)}G/s` : down >= 1 ? `${down.toFixed(2)}M/s` : `${(down * 1024).toFixed(2)}K/s`} <div className="flex items-center text-xs font-semibold">
</div> {cpu.toFixed(2)}%
</div> </div>
</section> <ServerUsageBar value={cpu} />
{showNetTransfer && ( </div>
<section className={"flex items-center w-full justify-between gap-1"}> <div className={"flex w-14 flex-col"}>
<Badge <p className="text-xs text-muted-foreground">
variant="secondary" {t("serverCard.mem")}
className="items-center flex-1 justify-center rounded-[8px] text-nowrap text-[11px] border-muted-50 shadow-md shadow-neutral-200/30 dark:shadow-none" </p>
> <div className="flex items-center text-xs font-semibold">
{t("serverCard.upload")}:{formatBytes(net_out_transfer)} {mem.toFixed(2)}%
</Badge> </div>
<Badge <ServerUsageBar value={mem} />
variant="outline" </div>
className="items-center flex-1 justify-center rounded-[8px] text-nowrap text-[11px] shadow-md shadow-neutral-200/30 dark:shadow-none" <div className={"flex w-14 flex-col"}>
> <p className="text-xs text-muted-foreground">
{t("serverCard.download")}:{formatBytes(net_in_transfer)} {t("serverCard.stg")}
</Badge> </p>
</section> <div className="flex items-center text-xs font-semibold">
)} {stg.toFixed(2)}%
{parsedData?.planDataMod && <PlanInfo parsedData={parsedData} />} </div>
</div> <ServerUsageBar value={stg} />
</Card> </div>
) : ( <div className={"flex w-14 flex-col"}>
<Card <p className="text-xs text-muted-foreground">
className={cn( {t("serverCard.upload")}
"flex flex-col items-center justify-start gap-3 sm:gap-0 p-3 md:px-5 cursor-pointer hover:bg-accent/50 transition-colors", </p>
showNetTransfer ? "lg:min-h-[91px] min-h-[123px]" : "lg:min-h-[61px] min-h-[93px]", <div className="flex items-center text-xs font-semibold">
{ {up >= 1024
"flex-col": fixedTopServerName, ? `${(up / 1024).toFixed(2)}G/s`
"lg:flex-row": !fixedTopServerName, : up >= 1
}, ? `${up.toFixed(2)}M/s`
{ : `${(up * 1024).toFixed(2)}K/s`}
"bg-card/70": customBackgroundImage, </div>
}, </div>
)} <div className={"flex w-14 flex-col"}>
onClick={cardClick} <p className="text-xs text-muted-foreground">
> {t("serverCard.download")}
<section </p>
className={cn("grid items-center gap-2", { <div className="flex items-center text-xs font-semibold">
"lg:w-40": !fixedTopServerName, {down >= 1024
})} ? `${(down / 1024).toFixed(2)}G/s`
style={{ gridTemplateColumns: "auto auto 1fr" }} : down >= 1
> ? `${down.toFixed(2)}M/s`
<span className="h-2 w-2 shrink-0 rounded-full bg-red-500 self-center"></span> : `${(down * 1024).toFixed(2)}K/s`}
<div className={cn("flex items-center justify-center", showFlag ? "min-w-[17px]" : "min-w-0")}> </div>
{showFlag ? <ServerFlag country_code={country_code} /> : null} </div>
</div> </section>
<div className="relative flex flex-col"> {showNetTransfer && (
<p className={cn("break-normal font-bold tracking-tight max-w-[108px]", showFlag ? "text-xs" : "text-sm")}>{name}</p> <section className={"flex items-center w-full justify-between gap-1"}>
<div <Badge
className={cn("hidden lg:block", { variant="secondary"
"lg:hidden": fixedTopServerName, className="items-center flex-1 justify-center rounded-[8px] text-nowrap text-[11px] border-muted-50 shadow-md shadow-neutral-200/30 dark:shadow-none"
})} >
> {t("serverCard.upload")}:{formatBytes(net_out_transfer)}
{parsedData?.billingDataMod && <BillingInfo parsedData={parsedData} />} </Badge>
</div> <Badge
</div> variant="outline"
</section> className="items-center flex-1 justify-center rounded-[8px] text-nowrap text-[11px] shadow-md shadow-neutral-200/30 dark:shadow-none"
<div >
className={cn("flex items-center gap-2 lg:hidden", { {t("serverCard.download")}:{formatBytes(net_in_transfer)}
"lg:flex": fixedTopServerName, </Badge>
})} </section>
> )}
{parsedData?.billingDataMod && <BillingInfo parsedData={parsedData} />} {parsedData?.planDataMod && <PlanInfo parsedData={parsedData} />}
</div> </div>
{parsedData?.planDataMod && <PlanInfo parsedData={parsedData} />} </Card>
</Card> ) : (
) <Card
className={cn(
"flex flex-col items-center justify-start gap-3 sm:gap-0 p-3 md:px-5 cursor-pointer hover:bg-accent/50 transition-colors",
showNetTransfer
? "lg:min-h-[91px] min-h-[123px]"
: "lg:min-h-[61px] min-h-[93px]",
{
"flex-col": fixedTopServerName,
"lg:flex-row": !fixedTopServerName,
},
{
"bg-card/70": customBackgroundImage,
},
)}
onClick={cardClick}
>
<section
className={cn("grid items-center gap-2", {
"lg:w-40": !fixedTopServerName,
})}
style={{ gridTemplateColumns: "auto auto 1fr" }}
>
<span className="h-2 w-2 shrink-0 rounded-full bg-red-500 self-center"></span>
<div
className={cn(
"flex items-center justify-center",
showFlag ? "min-w-[17px]" : "min-w-0",
)}
>
{showFlag ? <ServerFlag country_code={country_code} /> : null}
</div>
<div className="relative flex flex-col">
<p
className={cn(
"break-normal font-bold tracking-tight max-w-[108px]",
showFlag ? "text-xs" : "text-sm",
)}
>
{name}
</p>
<div
className={cn("hidden lg:block", {
"lg:hidden": fixedTopServerName,
})}
>
{parsedData?.billingDataMod && (
<BillingInfo parsedData={parsedData} />
)}
</div>
</div>
</section>
<div
className={cn("flex items-center gap-2 lg:hidden", {
"lg:flex": fixedTopServerName,
})}
>
{parsedData?.billingDataMod && <BillingInfo parsedData={parsedData} />}
</div>
{parsedData?.planDataMod && <PlanInfo parsedData={parsedData} />}
</Card>
);
} }
+233 -136
View File
@@ -1,143 +1,240 @@
import ServerFlag from "@/components/ServerFlag" import { useTranslation } from "react-i18next";
import ServerUsageBar from "@/components/ServerUsageBar" import { useNavigate } from "react-router-dom";
import { formatBytes } from "@/lib/format" import ServerFlag from "@/components/ServerFlag";
import { GetFontLogoClass, GetOsName, MageMicrosoftWindows } from "@/lib/logo-class" import ServerUsageBar from "@/components/ServerUsageBar";
import { cn, formatNezhaInfo, parsePublicNote } from "@/lib/utils" import { formatBytes } from "@/lib/format";
import { NezhaServer } from "@/types/nezha-api" import {
import { useTranslation } from "react-i18next" GetFontLogoClass,
import { useNavigate } from "react-router-dom" GetOsName,
MageMicrosoftWindows,
} from "@/lib/logo-class";
import { cn, formatNezhaInfo, parsePublicNote } from "@/lib/utils";
import type { NezhaServer } from "@/types/nezha-api";
import BillingInfo from "./billingInfo";
import PlanInfo from "./PlanInfo";
import { Card } from "./ui/card";
import { Separator } from "./ui/separator";
import PlanInfo from "./PlanInfo" export default function ServerCardInline({
import BillingInfo from "./billingInfo" now,
import { Card } from "./ui/card" serverInfo,
import { Separator } from "./ui/separator" }: {
now: number;
serverInfo: NezhaServer;
}) {
const { t } = useTranslation();
const navigate = useNavigate();
const {
name,
country_code,
online,
cpu,
up,
down,
mem,
stg,
platform,
uptime,
net_in_transfer,
net_out_transfer,
public_note,
} = formatNezhaInfo(now, serverInfo);
export default function ServerCardInline({ now, serverInfo }: { now: number; serverInfo: NezhaServer }) { const cardClick = () => {
const { t } = useTranslation() sessionStorage.setItem("fromMainPage", "true");
const navigate = useNavigate() navigate(`/server/${serverInfo.id}`);
const { name, country_code, online, cpu, up, down, mem, stg, platform, uptime, net_in_transfer, net_out_transfer, public_note } = formatNezhaInfo( };
now,
serverInfo,
)
const cardClick = () => { const showFlag = true;
sessionStorage.setItem("fromMainPage", "true")
navigate(`/server/${serverInfo.id}`)
}
const showFlag = true const customBackgroundImage =
(window.CustomBackgroundImage as string) !== ""
? window.CustomBackgroundImage
: undefined;
const customBackgroundImage = (window.CustomBackgroundImage as string) !== "" ? window.CustomBackgroundImage : undefined const parsedData = parsePublicNote(public_note);
const parsedData = parsePublicNote(public_note) return online ? (
<section>
return online ? ( <Card
<section> className={cn(
<Card "flex items-center lg:flex-row justify-start gap-3 p-3 md:px-5 cursor-pointer hover:bg-accent/50 transition-colors min-w-[900px] w-full",
className={cn( {
"flex items-center lg:flex-row justify-start gap-3 p-3 md:px-5 cursor-pointer hover:bg-accent/50 transition-colors min-w-[900px] w-full", "bg-card/70": customBackgroundImage,
{ },
"bg-card/70": customBackgroundImage, )}
}, onClick={cardClick}
)} >
onClick={cardClick} <section
> className={cn("grid items-center gap-2 lg:w-36")}
<section className={cn("grid items-center gap-2 lg:w-36")} style={{ gridTemplateColumns: "auto auto 1fr" }}> style={{ gridTemplateColumns: "auto auto 1fr" }}
<span className="h-2 w-2 shrink-0 rounded-full bg-green-500 self-center"></span> >
<div className={cn("flex items-center justify-center", showFlag ? "min-w-[17px]" : "min-w-0")}> <span className="h-2 w-2 shrink-0 rounded-full bg-green-500 self-center"></span>
{showFlag ? <ServerFlag country_code={country_code} /> : null} <div
</div> className={cn(
<div className="relative w-28 flex flex-col"> "flex items-center justify-center",
<p className={cn("break-normal font-bold tracking-tight", showFlag ? "text-xs " : "text-sm")}>{name}</p> showFlag ? "min-w-[17px]" : "min-w-0",
{parsedData?.billingDataMod && <BillingInfo parsedData={parsedData} />} )}
</div> >
</section> {showFlag ? <ServerFlag country_code={country_code} /> : null}
<Separator orientation="vertical" className="h-8 mx-0 ml-2" /> </div>
<div className="flex flex-col gap-1"> <div className="relative w-28 flex flex-col">
<section className={cn("grid grid-cols-9 items-center gap-3 flex-1")}> <p
<div className={"items-center flex flex-row gap-2 whitespace-nowrap"}> className={cn(
<div className="text-xs font-semibold"> "break-normal font-bold tracking-tight",
{platform.includes("Windows") ? ( showFlag ? "text-xs " : "text-sm",
<MageMicrosoftWindows className="size-[10px]" /> )}
) : ( >
<p className={`fl-${GetFontLogoClass(platform)}`} /> {name}
)} </p>
</div> {parsedData?.billingDataMod && (
<div className={"flex w-14 flex-col"}> <BillingInfo parsedData={parsedData} />
<p className="text-xs text-muted-foreground">{t("serverCard.system")}</p> )}
<div className="flex items-center text-[10.5px] font-semibold">{platform.includes("Windows") ? "Windows" : GetOsName(platform)}</div> </div>
</div> </section>
</div> <Separator orientation="vertical" className="h-8 mx-0 ml-2" />
<div className={"flex w-20 flex-col"}> <div className="flex flex-col gap-1">
<p className="text-xs text-muted-foreground">{t("serverCard.uptime")}</p> <section className={cn("grid grid-cols-9 items-center gap-3 flex-1")}>
<div className="flex items-center text-xs font-semibold"> <div
{uptime / 86400 >= 1 className={"items-center flex flex-row gap-2 whitespace-nowrap"}
? `${(uptime / 86400).toFixed(0)} ${t("serverCard.days")}` >
: `${(uptime / 3600).toFixed(0)} ${t("serverCard.hours")}`} <div className="text-xs font-semibold">
</div> {platform.includes("Windows") ? (
</div> <MageMicrosoftWindows className="size-[10px]" />
<div className={"flex w-14 flex-col"}> ) : (
<p className="text-xs text-muted-foreground">{"CPU"}</p> <p className={`fl-${GetFontLogoClass(platform)}`} />
<div className="flex items-center text-xs font-semibold">{cpu.toFixed(2)}%</div> )}
<ServerUsageBar value={cpu} /> </div>
</div> <div className={"flex w-14 flex-col"}>
<div className={"flex w-14 flex-col"}> <p className="text-xs text-muted-foreground">
<p className="text-xs text-muted-foreground">{t("serverCard.mem")}</p> {t("serverCard.system")}
<div className="flex items-center text-xs font-semibold">{mem.toFixed(2)}%</div> </p>
<ServerUsageBar value={mem} /> <div className="flex items-center text-[10.5px] font-semibold">
</div> {platform.includes("Windows")
<div className={"flex w-14 flex-col"}> ? "Windows"
<p className="text-xs text-muted-foreground">{t("serverCard.stg")}</p> : GetOsName(platform)}
<div className="flex items-center text-xs font-semibold">{stg.toFixed(2)}%</div> </div>
<ServerUsageBar value={stg} /> </div>
</div> </div>
<div className={"flex w-16 flex-col"}> <div className={"flex w-20 flex-col"}>
<p className="text-xs text-muted-foreground">{t("serverCard.upload")}</p> <p className="text-xs text-muted-foreground">
<div className="flex items-center text-xs font-semibold"> {t("serverCard.uptime")}
{up >= 1024 ? `${(up / 1024).toFixed(2)}G/s` : up >= 1 ? `${up.toFixed(2)}M/s` : `${(up * 1024).toFixed(2)}K/s`} </p>
</div> <div className="flex items-center text-xs font-semibold">
</div> {uptime / 86400 >= 1
<div className={"flex w-16 flex-col"}> ? `${(uptime / 86400).toFixed(0)} ${t("serverCard.days")}`
<p className="text-xs text-muted-foreground">{t("serverCard.download")}</p> : `${(uptime / 3600).toFixed(0)} ${t("serverCard.hours")}`}
<div className="flex items-center text-xs font-semibold"> </div>
{down >= 1024 ? `${(down / 1024).toFixed(2)}G/s` : down >= 1 ? `${down.toFixed(2)}M/s` : `${(down * 1024).toFixed(2)}K/s`} </div>
</div> <div className={"flex w-14 flex-col"}>
</div> <p className="text-xs text-muted-foreground">{"CPU"}</p>
<div className={"flex w-20 flex-col"}> <div className="flex items-center text-xs font-semibold">
<p className="text-xs text-muted-foreground">{t("serverCard.totalUpload")}</p> {cpu.toFixed(2)}%
<div className="flex items-center text-xs font-semibold">{formatBytes(net_out_transfer)}</div> </div>
</div> <ServerUsageBar value={cpu} />
<div className={"flex w-20 flex-col"}> </div>
<p className="text-xs text-muted-foreground">{t("serverCard.totalDownload")}</p> <div className={"flex w-14 flex-col"}>
<div className="flex items-center text-xs font-semibold">{formatBytes(net_in_transfer)}</div> <p className="text-xs text-muted-foreground">
</div> {t("serverCard.mem")}
</section> </p>
{parsedData?.planDataMod && <PlanInfo parsedData={parsedData} />} <div className="flex items-center text-xs font-semibold">
</div> {mem.toFixed(2)}%
</Card> </div>
</section> <ServerUsageBar value={mem} />
) : ( </div>
<Card <div className={"flex w-14 flex-col"}>
className={cn( <p className="text-xs text-muted-foreground">
"flex min-h-[61px] min-w-[900px] items-center justify-start p-3 md:px-5 flex-row cursor-pointer hover:bg-accent/50 transition-colors", {t("serverCard.stg")}
{ </p>
"bg-card/70": customBackgroundImage, <div className="flex items-center text-xs font-semibold">
}, {stg.toFixed(2)}%
)} </div>
onClick={cardClick} <ServerUsageBar value={stg} />
> </div>
<section className={cn("grid items-center gap-2 w-40")} style={{ gridTemplateColumns: "auto auto 1fr" }}> <div className={"flex w-16 flex-col"}>
<span className="h-2 w-2 shrink-0 rounded-full bg-red-500 self-center"></span> <p className="text-xs text-muted-foreground">
<div className={cn("flex items-center justify-center", showFlag ? "min-w-[17px]" : "min-w-0")}> {t("serverCard.upload")}
{showFlag ? <ServerFlag country_code={country_code} /> : null} </p>
</div> <div className="flex items-center text-xs font-semibold">
<div className="relative flex flex-col"> {up >= 1024
<p className={cn("break-normal font-bold w-28 tracking-tight", showFlag ? "text-xs" : "text-sm")}>{name}</p> ? `${(up / 1024).toFixed(2)}G/s`
{parsedData?.billingDataMod && <BillingInfo parsedData={parsedData} />} : up >= 1
</div> ? `${up.toFixed(2)}M/s`
</section> : `${(up * 1024).toFixed(2)}K/s`}
<Separator orientation="vertical" className="h-8 ml-3 lg:ml-1 mr-3" /> </div>
{parsedData?.planDataMod && <PlanInfo parsedData={parsedData} />} </div>
</Card> <div className={"flex w-16 flex-col"}>
) <p className="text-xs text-muted-foreground">
{t("serverCard.download")}
</p>
<div className="flex items-center text-xs font-semibold">
{down >= 1024
? `${(down / 1024).toFixed(2)}G/s`
: down >= 1
? `${down.toFixed(2)}M/s`
: `${(down * 1024).toFixed(2)}K/s`}
</div>
</div>
<div className={"flex w-20 flex-col"}>
<p className="text-xs text-muted-foreground">
{t("serverCard.totalUpload")}
</p>
<div className="flex items-center text-xs font-semibold">
{formatBytes(net_out_transfer)}
</div>
</div>
<div className={"flex w-20 flex-col"}>
<p className="text-xs text-muted-foreground">
{t("serverCard.totalDownload")}
</p>
<div className="flex items-center text-xs font-semibold">
{formatBytes(net_in_transfer)}
</div>
</div>
</section>
{parsedData?.planDataMod && <PlanInfo parsedData={parsedData} />}
</div>
</Card>
</section>
) : (
<Card
className={cn(
"flex min-h-[61px] min-w-[900px] items-center justify-start p-3 md:px-5 flex-row cursor-pointer hover:bg-accent/50 transition-colors",
{
"bg-card/70": customBackgroundImage,
},
)}
onClick={cardClick}
>
<section
className={cn("grid items-center gap-2 w-40")}
style={{ gridTemplateColumns: "auto auto 1fr" }}
>
<span className="h-2 w-2 shrink-0 rounded-full bg-red-500 self-center"></span>
<div
className={cn(
"flex items-center justify-center",
showFlag ? "min-w-[17px]" : "min-w-0",
)}
>
{showFlag ? <ServerFlag country_code={country_code} /> : null}
</div>
<div className="relative flex flex-col">
<p
className={cn(
"break-normal font-bold w-28 tracking-tight",
showFlag ? "text-xs" : "text-sm",
)}
>
{name}
</p>
{parsedData?.billingDataMod && (
<BillingInfo parsedData={parsedData} />
)}
</div>
</section>
<Separator orientation="vertical" className="h-8 ml-3 lg:ml-1 mr-3" />
{parsedData?.planDataMod && <PlanInfo parsedData={parsedData} />}
</Card>
);
} }
File diff suppressed because it is too large Load Diff
+357 -290
View File
@@ -1,310 +1,377 @@
import { BackIcon } from "@/components/Icon" import countries from "i18n-iso-countries";
import ServerFlag from "@/components/ServerFlag" import enLocale from "i18n-iso-countries/langs/en.json";
import { ServerDetailLoading } from "@/components/loading/ServerDetailLoading" import { useEffect, useState } from "react";
import { Badge } from "@/components/ui/badge" import { useTranslation } from "react-i18next";
import { Card, CardContent } from "@/components/ui/card" import { useNavigate } from "react-router-dom";
import { useWebSocketContext } from "@/hooks/use-websocket-context" import { BackIcon } from "@/components/Icon";
import { formatBytes } from "@/lib/format" import { ServerDetailLoading } from "@/components/loading/ServerDetailLoading";
import { cn, formatNezhaInfo } from "@/lib/utils" import ServerFlag from "@/components/ServerFlag";
import { NezhaWebsocketResponse } from "@/types/nezha-api" import { Badge } from "@/components/ui/badge";
import countries from "i18n-iso-countries" import { Card, CardContent } from "@/components/ui/card";
import enLocale from "i18n-iso-countries/langs/en.json" import { useWebSocketContext } from "@/hooks/use-websocket-context";
import { useEffect, useState } from "react" import { formatBytes } from "@/lib/format";
import { useTranslation } from "react-i18next" import { cn, formatNezhaInfo } from "@/lib/utils";
import { useNavigate } from "react-router-dom" import type { NezhaWebsocketResponse } from "@/types/nezha-api";
import { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from "./ui/accordion" import {
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "./ui/tooltip" Accordion,
AccordionContent,
AccordionItem,
AccordionTrigger,
} from "./ui/accordion";
import {
Tooltip,
TooltipContent,
TooltipProvider,
TooltipTrigger,
} from "./ui/tooltip";
export default function ServerDetailOverview({ server_id }: { server_id: string }) { export default function ServerDetailOverview({
const { t } = useTranslation() server_id,
const navigate = useNavigate() }: {
server_id: string;
}) {
const { t } = useTranslation();
const navigate = useNavigate();
const [hasHistory, setHasHistory] = useState(false) const [hasHistory, setHasHistory] = useState(false);
useEffect(() => { useEffect(() => {
const previousPath = sessionStorage.getItem("fromMainPage") const previousPath = sessionStorage.getItem("fromMainPage");
if (previousPath) { if (previousPath) {
setHasHistory(true) setHasHistory(true);
} }
}, []) }, []);
const { lastMessage, connected } = useWebSocketContext() const { lastMessage, connected } = useWebSocketContext();
if (!connected && !lastMessage) { if (!connected && !lastMessage) {
return <ServerDetailLoading /> return <ServerDetailLoading />;
} }
const linkClick = () => { const linkClick = () => {
if (hasHistory) { if (hasHistory) {
navigate(-1) navigate(-1);
} else { } else {
navigate("/") navigate("/");
} }
} };
const nezhaWsData = lastMessage ? (JSON.parse(lastMessage.data) as NezhaWebsocketResponse) : null const nezhaWsData = lastMessage
? (JSON.parse(lastMessage.data) as NezhaWebsocketResponse)
: null;
if (!nezhaWsData) { if (!nezhaWsData) {
return <ServerDetailLoading /> return <ServerDetailLoading />;
} }
const server = nezhaWsData.servers.find((s) => s.id === Number(server_id)) const server = nezhaWsData.servers.find((s) => s.id === Number(server_id));
if (!server) { if (!server) {
return <ServerDetailLoading /> return <ServerDetailLoading />;
} }
const { const {
name, name,
online, online,
uptime, uptime,
version, version,
arch, arch,
mem_total, mem_total,
disk_total, disk_total,
country_code, country_code,
platform, platform,
platform_version, platform_version,
cpu_info, cpu_info,
gpu_info, gpu_info,
load_1, load_1,
load_5, load_5,
load_15, load_15,
net_out_transfer, net_out_transfer,
net_in_transfer, net_in_transfer,
last_active_time_string, last_active_time_string,
boot_time_string, boot_time_string,
} = formatNezhaInfo(nezhaWsData.now, server) } = formatNezhaInfo(nezhaWsData.now, server);
const customBackgroundImage = (window.CustomBackgroundImage as string) !== "" ? window.CustomBackgroundImage : undefined const customBackgroundImage =
(window.CustomBackgroundImage as string) !== ""
? window.CustomBackgroundImage
: undefined;
countries.registerLocale(enLocale) countries.registerLocale(enLocale);
return ( return (
<div <div
className={cn({ className={cn({
"bg-card/70 p-4 rounded-[10px]": customBackgroundImage, "bg-card/70 p-4 rounded-[10px]": customBackgroundImage,
})} })}
> >
<div <div
onClick={linkClick} onClick={linkClick}
className="flex flex-none cursor-pointer font-semibold leading-none items-center break-all tracking-tight gap-1 text-xl server-name" className="flex flex-none cursor-pointer font-semibold leading-none items-center break-all tracking-tight gap-1 text-xl server-name"
> >
<BackIcon /> <BackIcon />
{name} {name}
</div> </div>
<section className="flex flex-wrap gap-2 mt-3"> <section className="flex flex-wrap gap-2 mt-3">
<Card className="rounded-[10px] bg-transparent border-none shadow-none"> <Card className="rounded-[10px] bg-transparent border-none shadow-none">
<CardContent className="px-1.5 py-1"> <CardContent className="px-1.5 py-1">
<section className="flex flex-col items-start gap-0.5"> <section className="flex flex-col items-start gap-0.5">
<p className="text-xs text-muted-foreground">{t("serverDetail.status")}</p> <p className="text-xs text-muted-foreground">
<Badge {t("serverDetail.status")}
className={cn("text-[9px] rounded-[6px] w-fit px-1 py-0 -mt-[0.3px] dark:text-white", { </p>
" bg-green-800": online, <Badge
" bg-red-600": !online, className={cn(
})} "text-[9px] rounded-[6px] w-fit px-1 py-0 -mt-[0.3px] dark:text-white",
> {
{online ? t("serverDetail.online") : t("serverDetail.offline")} " bg-green-800": online,
</Badge> " bg-red-600": !online,
</section> },
</CardContent> )}
</Card> >
{online && ( {online ? t("serverDetail.online") : t("serverDetail.offline")}
<Card className="rounded-[10px] bg-transparent border-none shadow-none"> </Badge>
<CardContent className="px-1.5 py-1"> </section>
<section className="flex flex-col items-start gap-0.5"> </CardContent>
<p className="text-xs text-muted-foreground">{t("serverDetail.uptime")}</p> </Card>
<div className="text-xs"> {online && (
{" "} <Card className="rounded-[10px] bg-transparent border-none shadow-none">
{uptime / 86400 >= 1 <CardContent className="px-1.5 py-1">
? `${Math.floor(uptime / 86400)} ${t("serverDetail.days")} ${Math.floor((uptime % 86400) / 3600)} ${t("serverDetail.hours")}` <section className="flex flex-col items-start gap-0.5">
: `${Math.floor(uptime / 3600)} ${t("serverDetail.hours")}`} <p className="text-xs text-muted-foreground">
</div> {t("serverDetail.uptime")}
</section> </p>
</CardContent> <div className="text-xs">
</Card> {" "}
)} {uptime / 86400 >= 1
{version && ( ? `${Math.floor(uptime / 86400)} ${t("serverDetail.days")} ${Math.floor((uptime % 86400) / 3600)} ${t("serverDetail.hours")}`
<Card className="rounded-[10px] bg-transparent border-none shadow-none"> : `${Math.floor(uptime / 3600)} ${t("serverDetail.hours")}`}
<CardContent className="px-1.5 py-1"> </div>
<section className="flex flex-col items-start gap-0.5"> </section>
<p className="text-xs text-muted-foreground">{t("serverDetail.version")}</p> </CardContent>
<div className="text-xs">{version} </div> </Card>
</section> )}
</CardContent> {version && (
</Card> <Card className="rounded-[10px] bg-transparent border-none shadow-none">
)} <CardContent className="px-1.5 py-1">
{arch && ( <section className="flex flex-col items-start gap-0.5">
<Card className="rounded-[10px] bg-transparent border-none shadow-none"> <p className="text-xs text-muted-foreground">
<CardContent className="px-1.5 py-1"> {t("serverDetail.version")}
<section className="flex flex-col items-start gap-0.5"> </p>
<p className="text-xs text-muted-foreground">{t("serverDetail.arch")}</p> <div className="text-xs">{version} </div>
<div className="text-xs">{arch} </div> </section>
</section> </CardContent>
</CardContent> </Card>
</Card> )}
)} {arch && (
<Card className="rounded-[10px] bg-transparent border-none shadow-none">
<CardContent className="px-1.5 py-1">
<section className="flex flex-col items-start gap-0.5">
<p className="text-xs text-muted-foreground">
{t("serverDetail.arch")}
</p>
<div className="text-xs">{arch} </div>
</section>
</CardContent>
</Card>
)}
{mem_total ? ( {mem_total ? (
<Card className="rounded-[10px] bg-transparent border-none shadow-none"> <Card className="rounded-[10px] bg-transparent border-none shadow-none">
<CardContent className="px-1.5 py-1"> <CardContent className="px-1.5 py-1">
<section className="flex flex-col items-start gap-0.5"> <section className="flex flex-col items-start gap-0.5">
<p className="text-xs text-muted-foreground">{t("serverDetail.mem")}</p> <p className="text-xs text-muted-foreground">
<div className="text-xs">{formatBytes(mem_total)}</div> {t("serverDetail.mem")}
</section> </p>
</CardContent> <div className="text-xs">{formatBytes(mem_total)}</div>
</Card> </section>
) : null} </CardContent>
</Card>
) : null}
{disk_total ? ( {disk_total ? (
<Card className="rounded-[10px] bg-transparent border-none shadow-none"> <Card className="rounded-[10px] bg-transparent border-none shadow-none">
<CardContent className="px-1.5 py-1"> <CardContent className="px-1.5 py-1">
<section className="flex flex-col items-start gap-0.5"> <section className="flex flex-col items-start gap-0.5">
<p className="text-xs text-muted-foreground">{t("serverDetail.disk")}</p> <p className="text-xs text-muted-foreground">
<div className="text-xs">{formatBytes(disk_total)}</div> {t("serverDetail.disk")}
</section> </p>
</CardContent> <div className="text-xs">{formatBytes(disk_total)}</div>
</Card> </section>
) : null} </CardContent>
</Card>
) : null}
{country_code && ( {country_code && (
<TooltipProvider delayDuration={100}> <TooltipProvider delayDuration={100}>
<Tooltip> <Tooltip>
<TooltipTrigger asChild> <TooltipTrigger asChild>
<Card className="rounded-[10px] bg-transparent border-none shadow-none"> <Card className="rounded-[10px] bg-transparent border-none shadow-none">
<CardContent className="px-1.5 py-1"> <CardContent className="px-1.5 py-1">
<section className="flex flex-col items-start gap-0.5"> <section className="flex flex-col items-start gap-0.5">
<p className="text-xs text-muted-foreground">{t("serverDetail.region")}</p> <p className="text-xs text-muted-foreground">
<section className="flex items-start gap-1"> {t("serverDetail.region")}
<div className="text-xs text-start">{country_code?.toUpperCase()}</div> </p>
{country_code && <ServerFlag className="text-[11px] -mt-px" country_code={country_code} />} <section className="flex items-start gap-1">
</section> <div className="text-xs text-start">
</section> {country_code?.toUpperCase()}
</CardContent> </div>
</Card> {country_code && (
</TooltipTrigger> <ServerFlag
<TooltipContent> className="text-[11px] -mt-px"
<p>{countries.getName(country_code?.toUpperCase(), "en")}</p> country_code={country_code}
</TooltipContent> />
</Tooltip> )}
</TooltipProvider> </section>
)} </section>
</section> </CardContent>
<section className="flex flex-wrap gap-2 mt-1"> </Card>
{platform && ( </TooltipTrigger>
<Card className="rounded-[10px] bg-transparent border-none shadow-none"> <TooltipContent>
<CardContent className="px-1.5 py-1"> <p>{countries.getName(country_code?.toUpperCase(), "en")}</p>
<section className="flex flex-col items-start gap-0.5"> </TooltipContent>
<p className="text-xs text-muted-foreground">{t("serverDetail.system")}</p> </Tooltip>
<div className="text-xs"> </TooltipProvider>
{" "} )}
{platform} {platform_version ? " - " + platform_version : ""} </section>
</div> <section className="flex flex-wrap gap-2 mt-1">
</section> {platform && (
</CardContent> <Card className="rounded-[10px] bg-transparent border-none shadow-none">
</Card> <CardContent className="px-1.5 py-1">
)} <section className="flex flex-col items-start gap-0.5">
{cpu_info.length > 0 && ( <p className="text-xs text-muted-foreground">
<Card className="rounded-[10px] bg-transparent border-none shadow-none"> {t("serverDetail.system")}
<CardContent className="px-1.5 py-1"> </p>
<section className="flex flex-col items-start gap-0.5"> <div className="text-xs">
<p className="text-xs text-muted-foreground">{"CPU"}</p> {" "}
<div className="text-xs"> {cpu_info.join(", ")}</div> {platform} {platform_version ? ` - ${platform_version}` : ""}
</section> </div>
</CardContent> </section>
</Card> </CardContent>
)} </Card>
{gpu_info.length > 0 && ( )}
<Card className="rounded-[10px] bg-transparent border-none shadow-none"> {cpu_info.length > 0 && (
<CardContent className="px-1.5 py-1"> <Card className="rounded-[10px] bg-transparent border-none shadow-none">
<section className="flex flex-col items-start gap-0.5"> <CardContent className="px-1.5 py-1">
<p className="text-xs text-muted-foreground">{"GPU"}</p> <section className="flex flex-col items-start gap-0.5">
<div className="text-xs">{gpu_info.join(", ")}</div> <p className="text-xs text-muted-foreground">{"CPU"}</p>
</section> <div className="text-xs"> {cpu_info.join(", ")}</div>
</CardContent> </section>
</Card> </CardContent>
)} </Card>
</section> )}
<section className="flex flex-wrap gap-2 mt-1"> {gpu_info.length > 0 && (
<Card className="rounded-[10px] bg-transparent border-none shadow-none"> <Card className="rounded-[10px] bg-transparent border-none shadow-none">
<CardContent className="px-1.5 py-1"> <CardContent className="px-1.5 py-1">
<section className="flex flex-col items-start gap-0.5"> <section className="flex flex-col items-start gap-0.5">
<p className="text-xs text-muted-foreground">{"Load"}</p> <p className="text-xs text-muted-foreground">{"GPU"}</p>
<div className="text-xs"> <div className="text-xs">{gpu_info.join(", ")}</div>
{load_1} / {load_5} / {load_15} </section>
</div> </CardContent>
</section> </Card>
</CardContent> )}
</Card> </section>
{net_out_transfer ? ( <section className="flex flex-wrap gap-2 mt-1">
<Card className="rounded-[10px] bg-transparent border-none shadow-none"> <Card className="rounded-[10px] bg-transparent border-none shadow-none">
<CardContent className="px-1.5 py-1"> <CardContent className="px-1.5 py-1">
<section className="flex flex-col items-start gap-0.5"> <section className="flex flex-col items-start gap-0.5">
<p className="text-xs text-muted-foreground">{t("serverDetail.upload")}</p> <p className="text-xs text-muted-foreground">{"Load"}</p>
{net_out_transfer ? ( <div className="text-xs">
<div className="text-xs"> {formatBytes(net_out_transfer)} </div> {load_1} / {load_5} / {load_15}
) : ( </div>
<div className="text-xs"> {t("serverDetail.unknown")}</div> </section>
)} </CardContent>
</section> </Card>
</CardContent> {net_out_transfer ? (
</Card> <Card className="rounded-[10px] bg-transparent border-none shadow-none">
) : null} <CardContent className="px-1.5 py-1">
{net_in_transfer ? ( <section className="flex flex-col items-start gap-0.5">
<Card className="rounded-[10px] bg-transparent border-none shadow-none"> <p className="text-xs text-muted-foreground">
<CardContent className="px-1.5 py-1"> {t("serverDetail.upload")}
<section className="flex flex-col items-start gap-0.5"> </p>
<p className="text-xs text-muted-foreground">{t("serverDetail.download")}</p> {net_out_transfer ? (
{net_in_transfer ? ( <div className="text-xs">
<div className="text-xs"> {formatBytes(net_in_transfer)} </div> {" "}
) : ( {formatBytes(net_out_transfer)}{" "}
<div className="text-xs"> {t("serverDetail.unknown")}</div> </div>
)} ) : (
</section> <div className="text-xs"> {t("serverDetail.unknown")}</div>
</CardContent> )}
</Card> </section>
) : null} </CardContent>
</section> </Card>
<section className="flex flex-wrap gap-2 mt-1"> ) : null}
{server?.state.temperatures && server?.state.temperatures.length > 0 && ( {net_in_transfer ? (
<section className="flex flex-wrap gap-2 ml-1.5"> <Card className="rounded-[10px] bg-transparent border-none shadow-none">
<Accordion type="single" collapsible className="w-fit"> <CardContent className="px-1.5 py-1">
<AccordionItem value="item-1" className="border-none"> <section className="flex flex-col items-start gap-0.5">
<AccordionTrigger className="text-xs py-0 text-muted-foreground font-normal">{t("serverDetail.temperature")}</AccordionTrigger> <p className="text-xs text-muted-foreground">
<AccordionContent className="pb-0"> {t("serverDetail.download")}
<section className="flex items-start flex-wrap gap-2"> </p>
{server?.state.temperatures.map((item, index) => ( {net_in_transfer ? (
<div className="text-xs flex items-center" key={index}> <div className="text-xs">
<p className="font-semibold">{item.Name}</p>: {item.Temperature.toFixed(2)} °C {" "}
</div> {formatBytes(net_in_transfer)}{" "}
))} </div>
</section> ) : (
</AccordionContent> <div className="text-xs"> {t("serverDetail.unknown")}</div>
</AccordionItem> )}
</Accordion> </section>
</section> </CardContent>
)} </Card>
</section> ) : null}
</section>
<section className="flex flex-wrap gap-2 mt-1">
{server?.state.temperatures &&
server?.state.temperatures.length > 0 && (
<section className="flex flex-wrap gap-2 ml-1.5">
<Accordion type="single" collapsible className="w-fit">
<AccordionItem value="item-1" className="border-none">
<AccordionTrigger className="text-xs py-0 text-muted-foreground font-normal">
{t("serverDetail.temperature")}
</AccordionTrigger>
<AccordionContent className="pb-0">
<section className="flex items-start flex-wrap gap-2">
{server?.state.temperatures.map((item, index) => (
<div className="text-xs flex items-center" key={index}>
<p className="font-semibold">{item.Name}</p>:{" "}
{item.Temperature.toFixed(2)} °C
</div>
))}
</section>
</AccordionContent>
</AccordionItem>
</Accordion>
</section>
)}
</section>
<section className="flex flex-wrap gap-2 mt-1"> <section className="flex flex-wrap gap-2 mt-1">
<Card className="rounded-[10px] bg-transparent border-none shadow-none"> <Card className="rounded-[10px] bg-transparent border-none shadow-none">
<CardContent className="px-1.5 py-1"> <CardContent className="px-1.5 py-1">
<section className="flex flex-col items-start gap-0.5"> <section className="flex flex-col items-start gap-0.5">
<p className="text-xs text-muted-foreground">{t("serverDetail.bootTime")}</p> <p className="text-xs text-muted-foreground">
<div className="text-xs">{boot_time_string ? boot_time_string : "N/A"}</div> {t("serverDetail.bootTime")}
</section> </p>
</CardContent> <div className="text-xs">
</Card> {boot_time_string ? boot_time_string : "N/A"}
<Card className="rounded-[10px] bg-transparent border-none shadow-none"> </div>
<CardContent className="px-1.5 py-1"> </section>
<section className="flex flex-col items-start gap-0.5"> </CardContent>
<p className="text-xs text-muted-foreground">{t("serverDetail.lastActive")}</p> </Card>
<div className="text-xs">{last_active_time_string ? last_active_time_string : "N/A"}</div> <Card className="rounded-[10px] bg-transparent border-none shadow-none">
</section> <CardContent className="px-1.5 py-1">
</CardContent> <section className="flex flex-col items-start gap-0.5">
</Card> <p className="text-xs text-muted-foreground">
</section> {t("serverDetail.lastActive")}
</div> </p>
) <div className="text-xs">
{last_active_time_string ? last_active_time_string : "N/A"}
</div>
</section>
</CardContent>
</Card>
</section>
</div>
);
} }
+96 -81
View File
@@ -1,96 +1,111 @@
"use client" "use client";
import { Progress } from "@/components/ui/progress" import { Progress } from "@/components/ui/progress";
import { useWebSocketContext } from "@/hooks/use-websocket-context" import { useWebSocketContext } from "@/hooks/use-websocket-context";
import { formatNezhaInfo } from "@/lib/utils" import { formatNezhaInfo } from "@/lib/utils";
import { NezhaWebsocketResponse } from "@/types/nezha-api" import type { NezhaWebsocketResponse } from "@/types/nezha-api";
export default function ServerDetailSummary({ server_id }: { server_id: number }) { export default function ServerDetailSummary({
const { lastMessage, connected } = useWebSocketContext() server_id,
}: {
server_id: number;
}) {
const { lastMessage, connected } = useWebSocketContext();
if (!connected && !lastMessage) { if (!connected && !lastMessage) {
return null return null;
} }
const nezhaWsData = lastMessage ? (JSON.parse(lastMessage.data) as NezhaWebsocketResponse) : null const nezhaWsData = lastMessage
? (JSON.parse(lastMessage.data) as NezhaWebsocketResponse)
: null;
if (!nezhaWsData) { if (!nezhaWsData) {
return null return null;
} }
const server = nezhaWsData.servers.find((s) => s.id === Number(server_id)) const server = nezhaWsData.servers.find((s) => s.id === Number(server_id));
if (!server) { if (!server) {
return null return null;
} }
const { cpu, mem, disk, up, down, tcp, udp, process } = formatNezhaInfo(nezhaWsData.now, server) const { cpu, mem, disk, up, down, tcp, udp, process } = formatNezhaInfo(
nezhaWsData.now,
server,
);
return ( return (
<div className="mb-2 flex flex-wrap items-center gap-4"> <div className="mb-2 flex flex-wrap items-center gap-4">
<section className="flex w-24 flex-col justify-center gap-1 px-1.5 py-1"> <section className="flex w-24 flex-col justify-center gap-1 px-1.5 py-1">
<section className="flex items-center justify-between"> <section className="flex items-center justify-between">
<span className="text-[10px] text-muted-foreground">CPU</span> <span className="text-[10px] text-muted-foreground">CPU</span>
<span className="font-medium text-[10px]">{cpu.toFixed(2)}%</span> <span className="font-medium text-[10px]">{cpu.toFixed(2)}%</span>
</section> </section>
<UsageBar value={cpu} /> <UsageBar value={cpu} />
</section> </section>
<section className="flex w-24 flex-col justify-center gap-1 px-1.5 py-1"> <section className="flex w-24 flex-col justify-center gap-1 px-1.5 py-1">
<section className="flex items-center justify-between"> <section className="flex items-center justify-between">
<span className="text-[10px] text-muted-foreground">Mem</span> <span className="text-[10px] text-muted-foreground">Mem</span>
<span className="font-medium text-[10px]">{mem.toFixed(2)}%</span> <span className="font-medium text-[10px]">{mem.toFixed(2)}%</span>
</section> </section>
<UsageBar value={mem} /> <UsageBar value={mem} />
</section> </section>
<section className="flex w-24 flex-col justify-center gap-1 px-1.5 py-1"> <section className="flex w-24 flex-col justify-center gap-1 px-1.5 py-1">
<section className="flex items-center justify-between"> <section className="flex items-center justify-between">
<span className="text-[10px] text-muted-foreground">Disk</span> <span className="text-[10px] text-muted-foreground">Disk</span>
<span className="font-medium text-[10px]">{disk.toFixed(2)}%</span> <span className="font-medium text-[10px]">{disk.toFixed(2)}%</span>
</section> </section>
<UsageBar value={disk} /> <UsageBar value={disk} />
</section> </section>
<section className="flex min-w-[85px] flex-col justify-center px-1.5 py-1"> <section className="flex min-w-[85px] flex-col justify-center px-1.5 py-1">
<section className="flex items-center justify-between gap-4"> <section className="flex items-center justify-between gap-4">
<span className="text-[10px] text-muted-foreground">Process</span> <span className="text-[10px] text-muted-foreground">Process</span>
<span className="font-medium text-[10px]">{process}</span> <span className="font-medium text-[10px]">{process}</span>
</section> </section>
</section> </section>
<section className="flex min-w-[70px] flex-col justify-center gap-0.5 px-1.5 py-1"> <section className="flex min-w-[70px] flex-col justify-center gap-0.5 px-1.5 py-1">
<section className="flex items-center justify-between gap-4"> <section className="flex items-center justify-between gap-4">
<span className="text-[10px] text-muted-foreground">TCP</span> <span className="text-[10px] text-muted-foreground">TCP</span>
<span className="font-medium text-[10px]">{tcp}</span> <span className="font-medium text-[10px]">{tcp}</span>
</section> </section>
<section className="flex items-center justify-between gap-4"> <section className="flex items-center justify-between gap-4">
<span className="text-[10px] text-muted-foreground">UDP</span> <span className="text-[10px] text-muted-foreground">UDP</span>
<span className="font-medium text-[10px]">{udp}</span> <span className="font-medium text-[10px]">{udp}</span>
</section> </section>
</section> </section>
<section className="flex min-w-[120px] flex-col justify-center gap-0.5 px-1.5 py-1"> <section className="flex min-w-[120px] flex-col justify-center gap-0.5 px-1.5 py-1">
<section className="flex items-center justify-between gap-4"> <section className="flex items-center justify-between gap-4">
<span className="text-[10px] text-muted-foreground">Upload</span> <span className="text-[10px] text-muted-foreground">Upload</span>
<span className="font-medium text-[10px]">{up.toFixed(2)}M/s</span> <span className="font-medium text-[10px]">{up.toFixed(2)}M/s</span>
</section> </section>
<section className="flex items-center justify-between gap-4"> <section className="flex items-center justify-between gap-4">
<span className="text-[10px] text-muted-foreground">Download</span> <span className="text-[10px] text-muted-foreground">Download</span>
<span className="font-medium text-[10px]">{down.toFixed(2)}M/s</span> <span className="font-medium text-[10px]">{down.toFixed(2)}M/s</span>
</section> </section>
</section> </section>
</div> </div>
) );
} }
type UsageBarProps = { type UsageBarProps = {
value: number value: number;
} };
function UsageBar({ value }: UsageBarProps) { function UsageBar({ value }: UsageBarProps) {
return ( return (
<Progress <Progress
aria-label={"Server Usage Bar"} aria-label={"Server Usage Bar"}
aria-labelledby={"Server Usage Bar"} aria-labelledby={"Server Usage Bar"}
value={value} value={value}
indicatorClassName={value > 90 ? "bg-red-500" : value > 70 ? "bg-orange-400" : "bg-green-500"} indicatorClassName={
className={"h-[3px] rounded-sm bg-stone-200 dark:bg-stone-800"} value > 90
/> ? "bg-red-500"
) : value > 70
? "bg-orange-400"
: "bg-green-500"
}
className={"h-[3px] rounded-sm bg-stone-200 dark:bg-stone-800"}
/>
);
} }
+43 -33
View File
@@ -1,42 +1,52 @@
import { cn } from "@/lib/utils" import getUnicodeFlagIcon from "country-flag-icons/unicode";
import getUnicodeFlagIcon from "country-flag-icons/unicode" import { useEffect, useState } from "react";
import { useEffect, useState } from "react" import { cn } from "@/lib/utils";
export default function ServerFlag({ country_code, className }: { country_code: string; className?: string }) { export default function ServerFlag({
const [supportsEmojiFlags, setSupportsEmojiFlags] = useState(false) country_code,
className,
}: {
country_code: string;
className?: string;
}) {
const [supportsEmojiFlags, setSupportsEmojiFlags] = useState(false);
// @ts-expect-error ForceUseSvgFlag is a global variable // @ts-expect-error ForceUseSvgFlag is a global variable
const forceUseSvgFlag = window.ForceUseSvgFlag as boolean const forceUseSvgFlag = window.ForceUseSvgFlag as boolean;
useEffect(() => { useEffect(() => {
if (forceUseSvgFlag) { if (forceUseSvgFlag) {
// 如果环境变量要求直接使用 SVG,则无需检查 Emoji 支持 // 如果环境变量要求直接使用 SVG,则无需检查 Emoji 支持
setSupportsEmojiFlags(false) setSupportsEmojiFlags(false);
return return;
} }
const checkEmojiSupport = () => { const checkEmojiSupport = () => {
const canvas = document.createElement("canvas") const canvas = document.createElement("canvas");
const ctx = canvas.getContext("2d") const ctx = canvas.getContext("2d");
const emojiFlag = "🇺🇸" // 使用美国国旗作为测试 const emojiFlag = "🇺🇸"; // 使用美国国旗作为测试
if (!ctx) return if (!ctx) return;
ctx.fillStyle = "#000" ctx.fillStyle = "#000";
ctx.textBaseline = "top" ctx.textBaseline = "top";
ctx.font = "32px Arial" ctx.font = "32px Arial";
ctx.fillText(emojiFlag, 0, 0) ctx.fillText(emojiFlag, 0, 0);
const support = ctx.getImageData(16, 16, 1, 1).data[3] !== 0 const support = ctx.getImageData(16, 16, 1, 1).data[3] !== 0;
setSupportsEmojiFlags(support) setSupportsEmojiFlags(support);
} };
checkEmojiSupport() checkEmojiSupport();
}, []) }, [forceUseSvgFlag]);
if (!country_code) return null if (!country_code) return null;
return ( return (
<span className={cn("text-[12px] text-muted-foreground", className)}> <span className={cn("text-[12px] text-muted-foreground", className)}>
{forceUseSvgFlag || !supportsEmojiFlags ? <span className={`fi fi-${country_code}`} /> : getUnicodeFlagIcon(country_code)} {forceUseSvgFlag || !supportsEmojiFlags ? (
</span> <span className={`fi fi-${country_code}`} />
) ) : (
getUnicodeFlagIcon(country_code)
)}
</span>
);
} }
+170 -143
View File
@@ -1,146 +1,173 @@
import { Card, CardContent } from "@/components/ui/card" import {
import { useStatus } from "@/hooks/use-status" ArrowDownCircleIcon,
import { formatBytes } from "@/lib/format" ArrowUpCircleIcon,
import { cn } from "@/lib/utils" } from "@heroicons/react/20/solid";
import { ArrowDownCircleIcon, ArrowUpCircleIcon } from "@heroicons/react/20/solid" import { useTranslation } from "react-i18next";
import { useTranslation } from "react-i18next" import { Card, CardContent } from "@/components/ui/card";
import { useStatus } from "@/hooks/use-status";
import { formatBytes } from "@/lib/format";
import { cn } from "@/lib/utils";
type ServerOverviewProps = { type ServerOverviewProps = {
online: number online: number;
offline: number offline: number;
total: number total: number;
up: number up: number;
down: number down: number;
upSpeed: number upSpeed: number;
downSpeed: number downSpeed: number;
} };
export default function ServerOverview({ online, offline, total, up, down, upSpeed, downSpeed }: ServerOverviewProps) { export default function ServerOverview({
const { t } = useTranslation() online,
const { status, setStatus } = useStatus() offline,
total,
// @ts-expect-error DisableAnimatedMan is a global variable up,
const disableAnimatedMan = window.DisableAnimatedMan as boolean down,
upSpeed,
// @ts-expect-error CustomIllustration is a global variable downSpeed,
const customIllustration = window.CustomIllustration || "/animated-man.webp" }: ServerOverviewProps) {
const { t } = useTranslation();
const customBackgroundImage = (window.CustomBackgroundImage as string) !== "" ? window.CustomBackgroundImage : undefined const { status, setStatus } = useStatus();
return ( // @ts-expect-error DisableAnimatedMan is a global variable
<> const disableAnimatedMan = window.DisableAnimatedMan as boolean;
<section className="grid grid-cols-2 gap-4 lg:grid-cols-4 server-overview">
<Card // @ts-expect-error CustomIllustration is a global variable
onClick={() => { const customIllustration = window.CustomIllustration || "/animated-man.webp";
setStatus("all")
}} const customBackgroundImage =
className={cn("hover:border-blue-500 cursor-pointer transition-all", { (window.CustomBackgroundImage as string) !== ""
"bg-card/70": customBackgroundImage, ? window.CustomBackgroundImage
})} : undefined;
>
<CardContent className="flex h-full items-center px-6 py-3"> return (
<section className="flex flex-col gap-1"> <section className="grid grid-cols-2 gap-4 lg:grid-cols-4 server-overview">
<p className="text-sm font-medium md:text-base">{t("serverOverview.totalServers")}</p> <Card
<div className="flex items-center gap-2"> onClick={() => {
<span className="relative flex h-2 w-2"> setStatus("all");
<span className="relative inline-flex h-2 w-2 rounded-full bg-blue-500"></span> }}
</span> className={cn("hover:border-blue-500 cursor-pointer transition-all", {
<div className="text-lg font-semibold">{total}</div> "bg-card/70": customBackgroundImage,
</div> })}
</section> >
</CardContent> <CardContent className="flex h-full items-center px-6 py-3">
</Card> <section className="flex flex-col gap-1">
<Card <p className="text-sm font-medium md:text-base">
onClick={() => { {t("serverOverview.totalServers")}
setStatus("online") </p>
}} <div className="flex items-center gap-2">
className={cn( <span className="relative flex h-2 w-2">
"cursor-pointer hover:ring-green-500 ring-1 ring-transparent transition-all", <span className="relative inline-flex h-2 w-2 rounded-full bg-blue-500"></span>
{ </span>
"bg-card/70": customBackgroundImage, <div className="text-lg font-semibold">{total}</div>
}, </div>
{ </section>
"ring-green-500 ring-2 border-transparent": status === "online", </CardContent>
}, </Card>
)} <Card
> onClick={() => {
<CardContent className="flex h-full items-center px-6 py-3"> setStatus("online");
<section className="flex flex-col gap-1"> }}
<p className="text-sm font-medium md:text-base">{t("serverOverview.onlineServers")}</p> className={cn(
<div className="flex items-center gap-2"> "cursor-pointer hover:ring-green-500 ring-1 ring-transparent transition-all",
<span className="relative flex h-2 w-2"> {
<span className="absolute inline-flex h-full w-full animate-ping rounded-full bg-green-500 opacity-75"></span> "bg-card/70": customBackgroundImage,
<span className="relative inline-flex h-2 w-2 rounded-full bg-green-500"></span> },
</span> {
"ring-green-500 ring-2 border-transparent": status === "online",
<div className="text-lg font-semibold">{online}</div> },
</div> )}
</section> >
</CardContent> <CardContent className="flex h-full items-center px-6 py-3">
</Card> <section className="flex flex-col gap-1">
<Card <p className="text-sm font-medium md:text-base">
onClick={() => { {t("serverOverview.onlineServers")}
setStatus("offline") </p>
}} <div className="flex items-center gap-2">
className={cn( <span className="relative flex h-2 w-2">
"cursor-pointer hover:ring-red-500 ring-1 ring-transparent transition-all", <span className="absolute inline-flex h-full w-full animate-ping rounded-full bg-green-500 opacity-75"></span>
{ <span className="relative inline-flex h-2 w-2 rounded-full bg-green-500"></span>
"bg-card/70": customBackgroundImage, </span>
},
{ <div className="text-lg font-semibold">{online}</div>
"ring-red-500 ring-2 border-transparent": status === "offline", </div>
}, </section>
)} </CardContent>
> </Card>
<CardContent className="flex h-full items-center px-6 py-3"> <Card
<section className="flex flex-col gap-1"> onClick={() => {
<p className="text-sm font-medium md:text-base">{t("serverOverview.offlineServers")}</p> setStatus("offline");
<div className="flex items-center gap-2"> }}
<span className="relative flex h-2 w-2"> className={cn(
<span className="absolute inline-flex h-full w-full animate-ping rounded-full bg-red-500 opacity-75"></span> "cursor-pointer hover:ring-red-500 ring-1 ring-transparent transition-all",
<span className="relative inline-flex h-2 w-2 rounded-full bg-red-500"></span> {
</span> "bg-card/70": customBackgroundImage,
<div className="text-lg font-semibold">{offline}</div> },
</div> {
</section> "ring-red-500 ring-2 border-transparent": status === "offline",
</CardContent> },
</Card> )}
<Card >
className={cn("hover:ring-purple-500 ring-1 ring-transparent transition-all", { <CardContent className="flex h-full items-center px-6 py-3">
"bg-card/70": customBackgroundImage, <section className="flex flex-col gap-1">
})} <p className="text-sm font-medium md:text-base">
> {t("serverOverview.offlineServers")}
<CardContent className="flex h-full items-center relative px-6 py-3"> </p>
<section className="flex flex-col gap-1 w-full"> <div className="flex items-center gap-2">
<div className="flex items-center w-full justify-between"> <span className="relative flex h-2 w-2">
<p className="text-sm font-medium md:text-base">{t("serverOverview.network")}</p> <span className="absolute inline-flex h-full w-full animate-ping rounded-full bg-red-500 opacity-75"></span>
</div> <span className="relative inline-flex h-2 w-2 rounded-full bg-red-500"></span>
<section className="flex items-start flex-row z-10 pr-0 gap-1"> </span>
<p className="sm:text-[12px] text-[10px] text-blue-800 dark:text-blue-400 text-nowrap font-medium">{formatBytes(up)}</p> <div className="text-lg font-semibold">{offline}</div>
<p className="sm:text-[12px] text-[10px] text-purple-800 dark:text-purple-400 text-nowrap font-medium">{formatBytes(down)}</p> </div>
</section> </section>
<section className="flex flex-col sm:flex-row -mr-1 sm:items-center items-start gap-1"> </CardContent>
<p className="text-[11px] flex items-center text-nowrap font-semibold"> </Card>
<ArrowUpCircleIcon className="size-3 mr-0.5 sm:mb-px" /> <Card
{formatBytes(upSpeed)}/s className={cn(
</p> "hover:ring-purple-500 ring-1 ring-transparent transition-all",
<p className="text-[11px] flex items-center text-nowrap font-semibold"> {
<ArrowDownCircleIcon className="size-3 mr-0.5" /> "bg-card/70": customBackgroundImage,
{formatBytes(downSpeed)}/s },
</p> )}
</section> >
</section> <CardContent className="flex h-full items-center relative px-6 py-3">
{!disableAnimatedMan && ( <section className="flex flex-col gap-1 w-full">
<img <div className="flex items-center w-full justify-between">
className="absolute right-3 top-[-85px] z-50 w-20 scale-90 group-hover:opacity-50 md:scale-100 transition-all" <p className="text-sm font-medium md:text-base">
alt={"animated-man"} {t("serverOverview.network")}
src={customIllustration} </p>
loading="eager" </div>
/> <section className="flex items-start flex-row z-10 pr-0 gap-1">
)} <p className="sm:text-[12px] text-[10px] text-blue-800 dark:text-blue-400 text-nowrap font-medium">
</CardContent> {formatBytes(up)}
</Card> </p>
</section> <p className="sm:text-[12px] text-[10px] text-purple-800 dark:text-purple-400 text-nowrap font-medium">
</> {formatBytes(down)}
) </p>
</section>
<section className="flex flex-col sm:flex-row -mr-1 sm:items-center items-start gap-1">
<p className="text-[11px] flex items-center text-nowrap font-semibold">
<ArrowUpCircleIcon className="size-3 mr-0.5 sm:mb-px" />
{formatBytes(upSpeed)}/s
</p>
<p className="text-[11px] flex items-center text-nowrap font-semibold">
<ArrowDownCircleIcon className="size-3 mr-0.5" />
{formatBytes(downSpeed)}/s
</p>
</section>
</section>
{!disableAnimatedMan && (
<img
className="absolute right-3 top-[-85px] z-50 w-20 scale-90 group-hover:opacity-50 md:scale-100 transition-all"
alt={"animated-man"}
src={customIllustration}
loading="eager"
/>
)}
</CardContent>
</Card>
</section>
);
} }
+18 -12
View File
@@ -1,17 +1,23 @@
import { Progress } from "@/components/ui/progress" import { Progress } from "@/components/ui/progress";
type ServerUsageBarProps = { type ServerUsageBarProps = {
value: number value: number;
} };
export default function ServerUsageBar({ value }: ServerUsageBarProps) { export default function ServerUsageBar({ value }: ServerUsageBarProps) {
return ( return (
<Progress <Progress
aria-label={"Server Usage Bar"} aria-label={"Server Usage Bar"}
aria-labelledby={"Server Usage Bar"} aria-labelledby={"Server Usage Bar"}
value={value} value={value}
indicatorClassName={value > 90 ? "bg-red-500" : value > 70 ? "bg-orange-400" : "bg-green-500"} indicatorClassName={
className={"h-[3px] rounded-sm"} value > 90
/> ? "bg-red-500"
) : value > 70
? "bg-orange-400"
: "bg-green-500"
}
className={"h-[3px] rounded-sm"}
/>
);
} }
+88 -67
View File
@@ -1,79 +1,100 @@
import { fetchService } from "@/lib/nezha-api" import { ExclamationTriangleIcon } from "@heroicons/react/20/solid";
import { NezhaServer, ServiceData } from "@/types/nezha-api" import { useQuery } from "@tanstack/react-query";
import { ExclamationTriangleIcon } from "@heroicons/react/20/solid" import { useTranslation } from "react-i18next";
import { useQuery } from "@tanstack/react-query" import { fetchService } from "@/lib/nezha-api";
import { useTranslation } from "react-i18next" import type { NezhaServer, ServiceData } from "@/types/nezha-api";
import { CycleTransferStatsCard } from "./CycleTransferStats" import { CycleTransferStatsCard } from "./CycleTransferStats";
import ServiceTrackerClient from "./ServiceTrackerClient" import { Loader } from "./loading/Loader";
import { Loader } from "./loading/Loader" import ServiceTrackerClient from "./ServiceTrackerClient";
export function ServiceTracker({ serverList }: { serverList: NezhaServer[] }) { export function ServiceTracker({ serverList }: { serverList: NezhaServer[] }) {
const { t } = useTranslation() const { t } = useTranslation();
const { data: serviceData, isLoading } = useQuery({ const { data: serviceData, isLoading } = useQuery({
queryKey: ["service"], queryKey: ["service"],
queryFn: () => fetchService(), queryFn: () => fetchService(),
refetchOnMount: true, refetchOnMount: true,
refetchOnWindowFocus: true, refetchOnWindowFocus: true,
refetchInterval: 10000, refetchInterval: 10000,
}) });
const processServiceData = (serviceData: ServiceData) => { const processServiceData = (serviceData: ServiceData) => {
const days = serviceData.up.map((up, index) => { const days = serviceData.up.map((up, index) => {
const totalChecks = up + serviceData.down[index] const totalChecks = up + serviceData.down[index];
const dailyUptime = totalChecks > 0 ? (up / totalChecks) * 100 : 0 const dailyUptime = totalChecks > 0 ? (up / totalChecks) * 100 : 0;
return { return {
completed: up > serviceData.down[index], completed: up > serviceData.down[index],
date: new Date(Date.now() - (29 - index) * 24 * 60 * 60 * 1000), date: new Date(Date.now() - (29 - index) * 24 * 60 * 60 * 1000),
uptime: dailyUptime, uptime: dailyUptime,
delay: serviceData.delay[index] || 0, delay: serviceData.delay[index] || 0,
} };
}) });
const totalUp = serviceData.up.reduce((a, b) => a + b, 0) const totalUp = serviceData.up.reduce((a, b) => a + b, 0);
const totalChecks = serviceData.up.reduce((a, b) => a + b, 0) + serviceData.down.reduce((a, b) => a + b, 0) const totalChecks =
const uptime = (totalUp / totalChecks) * 100 serviceData.up.reduce((a, b) => a + b, 0) +
serviceData.down.reduce((a, b) => a + b, 0);
const uptime = (totalUp / totalChecks) * 100;
const avgDelay = serviceData.delay.length > 0 ? serviceData.delay.reduce((a, b) => a + b, 0) / serviceData.delay.length : 0 const avgDelay =
serviceData.delay.length > 0
? serviceData.delay.reduce((a, b) => a + b, 0) /
serviceData.delay.length
: 0;
return { days, uptime, avgDelay } return { days, uptime, avgDelay };
} };
if (isLoading) { if (isLoading) {
return ( return (
<div className="mt-4 text-sm font-medium flex items-center gap-1"> <div className="mt-4 text-sm font-medium flex items-center gap-1">
<Loader visible={true} /> <Loader visible={true} />
{t("serviceTracker.loading")} {t("serviceTracker.loading")}
</div> </div>
) );
} }
if (!serviceData?.data?.services && !serviceData?.data?.cycle_transfer_stats) { if (
return ( !serviceData?.data?.services &&
<div className="mt-4 text-sm font-medium flex items-center gap-1"> !serviceData?.data?.cycle_transfer_stats
<ExclamationTriangleIcon className="w-4 h-4" /> ) {
{t("serviceTracker.noService")} return (
</div> <div className="mt-4 text-sm font-medium flex items-center gap-1">
) <ExclamationTriangleIcon className="w-4 h-4" />
} {t("serviceTracker.noService")}
</div>
);
}
return ( return (
<div className="mt-4 w-full mx-auto "> <div className="mt-4 w-full mx-auto ">
{serviceData.data.cycle_transfer_stats && ( {serviceData.data.cycle_transfer_stats && (
<div> <div>
<CycleTransferStatsCard serverList={serverList} cycleStats={serviceData.data.cycle_transfer_stats} /> <CycleTransferStatsCard
</div> serverList={serverList}
)} cycleStats={serviceData.data.cycle_transfer_stats}
{serviceData.data.services && Object.keys(serviceData.data.services).length > 0 && ( />
<section className="grid grid-cols-1 md:grid-cols-2 mt-4 gap-2 md:gap-4"> </div>
{Object.entries(serviceData.data.services).map(([name, data]) => { )}
const { days, uptime, avgDelay } = processServiceData(data) {serviceData.data.services &&
return <ServiceTrackerClient key={name} days={days} title={data.service_name} uptime={uptime} avgDelay={avgDelay} /> Object.keys(serviceData.data.services).length > 0 && (
})} <section className="grid grid-cols-1 md:grid-cols-2 mt-4 gap-2 md:gap-4">
</section> {Object.entries(serviceData.data.services).map(([name, data]) => {
)} const { days, uptime, avgDelay } = processServiceData(data);
</div> return (
) <ServiceTrackerClient
key={name}
days={days}
title={data.service_name}
uptime={uptime}
avgDelay={avgDelay}
/>
);
})}
</section>
)}
</div>
);
} }
export default ServiceTracker export default ServiceTracker;
+154 -106
View File
@@ -1,118 +1,166 @@
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "@/components/ui/tooltip" import type React from "react";
import { cn } from "@/lib/utils" import { useTranslation } from "react-i18next";
import React from "react" import {
import { useTranslation } from "react-i18next" Tooltip,
TooltipContent,
TooltipProvider,
TooltipTrigger,
} from "@/components/ui/tooltip";
import { cn } from "@/lib/utils";
import { Separator } from "./ui/separator" import { Separator } from "./ui/separator";
interface ServiceTrackerProps { interface ServiceTrackerProps {
days: Array<{ days: Array<{
completed: boolean completed: boolean;
date?: Date date?: Date;
uptime: number uptime: number;
delay: number delay: number;
}> }>;
className?: string className?: string;
title?: string title?: string;
uptime?: number uptime?: number;
avgDelay?: number avgDelay?: number;
} }
export const ServiceTrackerClient: React.FC<ServiceTrackerProps> = ({ days, className, title, uptime = 100, avgDelay = 0 }) => { export const ServiceTrackerClient: React.FC<ServiceTrackerProps> = ({
const { t } = useTranslation() days,
const customBackgroundImage = (window.CustomBackgroundImage as string) !== "" ? window.CustomBackgroundImage : undefined className,
title,
uptime = 100,
avgDelay = 0,
}) => {
const { t } = useTranslation();
const customBackgroundImage =
(window.CustomBackgroundImage as string) !== ""
? window.CustomBackgroundImage
: undefined;
const getUptimeColor = (uptime: number) => { const getUptimeColor = (uptime: number) => {
if (uptime >= 99) return "text-emerald-500" if (uptime >= 99) return "text-emerald-500";
if (uptime >= 95) return "text-amber-500" if (uptime >= 95) return "text-amber-500";
return "text-rose-500" return "text-rose-500";
} };
const getDelayColor = (delay: number) => { const getDelayColor = (delay: number) => {
if (delay < 100) return "text-emerald-500" if (delay < 100) return "text-emerald-500";
if (delay < 300) return "text-amber-500" if (delay < 300) return "text-amber-500";
return "text-rose-500" return "text-rose-500";
} };
const getStatusColor = (uptime: number) => { const getStatusColor = (uptime: number) => {
if (uptime >= 99) return "bg-emerald-500" if (uptime >= 99) return "bg-emerald-500";
if (uptime >= 95) return "bg-amber-500" if (uptime >= 95) return "bg-amber-500";
return "bg-rose-500" return "bg-rose-500";
} };
return ( return (
<div <div
className={cn( className={cn(
"w-full space-y-3 bg-white px-4 py-4 rounded-lg border bg-card text-card-foreground shadow-lg shadow-neutral-200/40 dark:shadow-none", "w-full space-y-3 bg-white px-4 py-4 rounded-lg border bg-card text-card-foreground shadow-lg shadow-neutral-200/40 dark:shadow-none",
className, className,
{ {
"bg-card/70": customBackgroundImage, "bg-card/70": customBackgroundImage,
}, },
)} )}
> >
<div className="flex justify-between items-center"> <div className="flex justify-between items-center">
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<div className={cn("w-2.5 h-2.5 rounded-full transition-colors", getStatusColor(uptime))} /> <div
<span className="font-medium text-sm">{title}</span> className={cn(
</div> "w-2.5 h-2.5 rounded-full transition-colors",
<div className="flex items-center gap-3"> getStatusColor(uptime),
<span className={cn("font-medium text-sm transition-colors", getDelayColor(avgDelay))}>{avgDelay.toFixed(0)}ms</span> )}
<Separator className="h-4" orientation="vertical" /> />
<span className={cn("font-medium text-sm transition-colors", getUptimeColor(uptime))}> <span className="font-medium text-sm">{title}</span>
{uptime.toFixed(1)}% {t("serviceTracker.uptime")} </div>
</span> <div className="flex items-center gap-3">
</div> <span
</div> className={cn(
"font-medium text-sm transition-colors",
getDelayColor(avgDelay),
)}
>
{avgDelay.toFixed(0)}ms
</span>
<Separator className="h-4" orientation="vertical" />
<span
className={cn(
"font-medium text-sm transition-colors",
getUptimeColor(uptime),
)}
>
{uptime.toFixed(1)}% {t("serviceTracker.uptime")}
</span>
</div>
</div>
<div className="flex gap-[3px] bg-muted/30 p-1 rounded-lg"> <div className="flex gap-[3px] bg-muted/30 p-1 rounded-lg">
{days.map((day, index) => ( {days.map((day, index) => (
<TooltipProvider delayDuration={50} key={index}> <TooltipProvider delayDuration={50} key={index}>
<Tooltip> <Tooltip>
<TooltipTrigger asChild> <TooltipTrigger asChild>
<div <div
className={cn( className={cn(
"relative flex-1 h-7 rounded-[4px] transition-all duration-200 cursor-help", "relative flex-1 h-7 rounded-[4px] transition-all duration-200 cursor-help",
"before:absolute before:inset-0 before:rounded-[4px] before:opacity-0 hover:before:opacity-100 before:bg-white/10 before:transition-opacity", "before:absolute before:inset-0 before:rounded-[4px] before:opacity-0 hover:before:opacity-100 before:bg-white/10 before:transition-opacity",
"after:absolute after:inset-0 after:rounded-[4px] after:shadow-[inset_0_1px_--theme(--color-white/10%)]", "after:absolute after:inset-0 after:rounded-[4px] after:shadow-[inset_0_1px_--theme(--color-white/10%)]",
day.completed day.completed
? "bg-linear-to-b from-green-500/90 to-green-600 shadow-[0_1px_2px_--theme(--color-green-600/30%)]" ? "bg-linear-to-b from-green-500/90 to-green-600 shadow-[0_1px_2px_--theme(--color-green-600/30%)]"
: "bg-linear-to-b from-red-500/80 to-red-600/90 shadow-[0_1px_2px_--theme(--color-red-600/30%)]", : "bg-linear-to-b from-red-500/80 to-red-600/90 shadow-[0_1px_2px_--theme(--color-red-600/30%)]",
)} )}
/> />
</TooltipTrigger> </TooltipTrigger>
<TooltipContent className="p-0 overflow-hidden"> <TooltipContent className="p-0 overflow-hidden">
<div className="px-3 py-2 bg-popover"> <div className="px-3 py-2 bg-popover">
<p className="font-medium text-sm mb-2">{day.date?.toLocaleDateString()}</p> <p className="font-medium text-sm mb-2">
<div className="space-y-1.5"> {day.date?.toLocaleDateString()}
<div className="flex items-center justify-between gap-3"> </p>
<span className="text-xs text-muted-foreground">{t("serviceTracker.uptime")}:</span> <div className="space-y-1.5">
<span className={cn("text-xs font-medium", day.uptime > 95 ? "text-green-500" : "text-red-500")}>{day.uptime.toFixed(1)}%</span> <div className="flex items-center justify-between gap-3">
</div> <span className="text-xs text-muted-foreground">
<div className="flex items-center justify-between gap-3"> {t("serviceTracker.uptime")}:
<span className="text-xs text-muted-foreground">{t("serviceTracker.delay")}:</span> </span>
<span <span
className={cn( className={cn(
"text-xs font-medium", "text-xs font-medium",
day.delay < 100 ? "text-green-500" : day.delay < 300 ? "text-yellow-500" : "text-red-500", day.uptime > 95 ? "text-green-500" : "text-red-500",
)} )}
> >
{day.delay.toFixed(0)}ms {day.uptime.toFixed(1)}%
</span> </span>
</div> </div>
</div> <div className="flex items-center justify-between gap-3">
</div> <span className="text-xs text-muted-foreground">
</TooltipContent> {t("serviceTracker.delay")}:
</Tooltip> </span>
</TooltipProvider> <span
))} className={cn(
</div> "text-xs font-medium",
day.delay < 100
? "text-green-500"
: day.delay < 300
? "text-yellow-500"
: "text-red-500",
)}
>
{day.delay.toFixed(0)}ms
</span>
</div>
</div>
</div>
</TooltipContent>
</Tooltip>
</TooltipProvider>
))}
</div>
<div className="flex justify-between text-xs text-stone-500 dark:text-stone-400"> <div className="flex justify-between text-xs text-stone-500 dark:text-stone-400">
<span>30 {t("serviceTracker.daysAgo")}</span> <span>30 {t("serviceTracker.daysAgo")}</span>
<span>{t("serviceTracker.today")}</span> <span>{t("serviceTracker.today")}</span>
</div> </div>
</div> </div>
) );
} };
export default ServiceTrackerClient export default ServiceTrackerClient;
+56 -40
View File
@@ -1,42 +1,58 @@
import { cn } from "@/lib/utils" import { m } from "framer-motion";
import { m } from "framer-motion" import { useTranslation } from "react-i18next";
import { useTranslation } from "react-i18next" import { cn } from "@/lib/utils";
export default function TabSwitch({ tabs, currentTab, setCurrentTab }: { tabs: string[]; currentTab: string; setCurrentTab: (tab: string) => void }) { export default function TabSwitch({
const { t } = useTranslation() tabs,
const customBackgroundImage = (window.CustomBackgroundImage as string) !== "" ? window.CustomBackgroundImage : undefined currentTab,
return ( setCurrentTab,
<div className="z-50 flex flex-col items-start rounded-[50px] server-info-tab"> }: {
<div tabs: string[];
className={cn("flex items-center gap-1 rounded-[50px] bg-stone-100 p-[3px] dark:bg-stone-800", { currentTab: string;
"bg-stone-100/70 dark:bg-stone-800/70": customBackgroundImage, setCurrentTab: (tab: string) => void;
})} }) {
> const { t } = useTranslation();
{tabs.map((tab: string) => ( const customBackgroundImage =
<div (window.CustomBackgroundImage as string) !== ""
key={tab} ? window.CustomBackgroundImage
onClick={() => setCurrentTab(tab)} : undefined;
className={cn( return (
"relative cursor-pointer rounded-3xl px-2.5 py-[8px] text-[13px] font-semibold transition-all duration-500", <div className="z-50 flex flex-col items-start rounded-[50px] server-info-tab">
currentTab === tab ? "text-black dark:text-white" : "text-stone-400 dark:text-stone-500", <div
)} className={cn(
> "flex items-center gap-1 rounded-[50px] bg-stone-100 p-[3px] dark:bg-stone-800",
{currentTab === tab && ( {
<m.div "bg-stone-100/70 dark:bg-stone-800/70": customBackgroundImage,
layoutId="tab-switch-active" },
className="absolute inset-0 z-10 h-full w-full content-center bg-white shadow-lg shadow-black/5 dark:bg-stone-700 dark:shadow-white/5" )}
style={{ >
originY: "0px", {tabs.map((tab: string) => (
borderRadius: 46, <div
}} key={tab}
/> onClick={() => setCurrentTab(tab)}
)} className={cn(
<div className="relative z-20 flex items-center gap-1"> "relative cursor-pointer rounded-3xl px-2.5 py-[8px] text-[13px] font-semibold transition-all duration-500",
<p className="whitespace-nowrap">{t("tabSwitch." + tab)}</p> currentTab === tab
</div> ? "text-black dark:text-white"
</div> : "text-stone-400 dark:text-stone-500",
))} )}
</div> >
</div> {currentTab === tab && (
) <m.div
layoutId="tab-switch-active"
className="absolute inset-0 z-10 h-full w-full content-center bg-white shadow-lg shadow-black/5 dark:bg-stone-700 dark:shadow-white/5"
style={{
originY: "0px",
borderRadius: 46,
}}
/>
)}
<div className="relative z-20 flex items-center gap-1">
<p className="whitespace-nowrap">{t(`tabSwitch.${tab}`)}</p>
</div>
</div>
))}
</div>
</div>
);
} }
+29 -27
View File
@@ -1,39 +1,41 @@
"use client" "use client";
import { useTheme } from "@/hooks/use-theme" import { useEffect } from "react";
import { useEffect } from "react" import { useTheme } from "@/hooks/use-theme";
export function ThemeColorManager() { export function ThemeColorManager() {
const { theme } = useTheme() const { theme } = useTheme();
useEffect(() => { useEffect(() => {
const updateThemeColor = () => { const updateThemeColor = () => {
const currentTheme = theme const currentTheme = theme;
const meta = document.querySelector('meta[name="theme-color"]') const meta = document.querySelector('meta[name="theme-color"]');
if (!meta) { if (!meta) {
const newMeta = document.createElement("meta") const newMeta = document.createElement("meta");
newMeta.name = "theme-color" newMeta.name = "theme-color";
document.head.appendChild(newMeta) document.head.appendChild(newMeta);
} }
const themeColor = const themeColor =
currentTheme === "dark" currentTheme === "dark"
? "hsl(30 15% 8%)" // 深色模式背景色 ? "hsl(30 15% 8%)" // 深色模式背景色
: "hsl(0 0% 98%)" // 浅色模式背景色 : "hsl(0 0% 98%)"; // 浅色模式背景色
document.querySelector('meta[name="theme-color"]')?.setAttribute("content", themeColor) document
} .querySelector('meta[name="theme-color"]')
?.setAttribute("content", themeColor);
};
// Update on mount and theme change // Update on mount and theme change
updateThemeColor() updateThemeColor();
// Listen for system theme changes // Listen for system theme changes
const mediaQuery = window.matchMedia("(prefers-color-scheme: dark)") const mediaQuery = window.matchMedia("(prefers-color-scheme: dark)");
mediaQuery.addEventListener("change", updateThemeColor) mediaQuery.addEventListener("change", updateThemeColor);
return () => mediaQuery.removeEventListener("change", updateThemeColor) return () => mediaQuery.removeEventListener("change", updateThemeColor);
}, [theme]) }, [theme]);
return null return null;
} }
+72 -55
View File
@@ -1,64 +1,81 @@
import { ReactNode, createContext, useEffect, useState } from "react" import { createContext, type ReactNode, useEffect, useState } from "react";
export type Theme = "dark" | "light" | "system" export type Theme = "dark" | "light" | "system";
type ThemeProviderProps = { type ThemeProviderProps = {
children: ReactNode children: ReactNode;
defaultTheme?: Theme defaultTheme?: Theme;
storageKey?: string storageKey?: string;
} };
type ThemeProviderState = { type ThemeProviderState = {
theme: Theme theme: Theme;
setTheme: (theme: Theme) => void setTheme: (theme: Theme) => void;
} };
const initialState: ThemeProviderState = { const initialState: ThemeProviderState = {
theme: "system", theme: "system",
setTheme: () => null, setTheme: () => null,
};
const ThemeProviderContext = createContext<ThemeProviderState>(initialState);
export function ThemeProvider({
children,
storageKey = "vite-ui-theme",
}: ThemeProviderProps) {
const [theme, setTheme] = useState<Theme>(
() => (localStorage.getItem(storageKey) as Theme) || "system",
);
useEffect(() => {
const root = window.document.documentElement;
root.classList.add("disable-transitions");
root.classList.remove("light", "dark");
if (theme === "system") {
const systemTheme = window.matchMedia("(prefers-color-scheme: dark)")
.matches
? "dark"
: "light";
root.classList.add(systemTheme);
const themeColor =
systemTheme === "dark" ? "hsl(30 15% 8%)" : "hsl(0 0% 98%)";
document
.querySelector('meta[name="theme-color"]')
?.setAttribute("content", themeColor);
const timeoutId = window.setTimeout(() => {
root.classList.remove("disable-transitions");
}, 0);
return () => window.clearTimeout(timeoutId);
}
root.classList.add(theme);
const themeColor = theme === "dark" ? "hsl(30 15% 8%)" : "hsl(0 0% 98%)";
document
.querySelector('meta[name="theme-color"]')
?.setAttribute("content", themeColor);
const timeoutId = window.setTimeout(() => {
root.classList.remove("disable-transitions");
}, 0);
return () => window.clearTimeout(timeoutId);
}, [theme]);
const value = {
theme,
setTheme: (theme: Theme) => {
localStorage.setItem(storageKey, theme);
setTheme(theme);
},
};
return (
<ThemeProviderContext.Provider value={value}>
{children}
</ThemeProviderContext.Provider>
);
} }
const ThemeProviderContext = createContext<ThemeProviderState>(initialState) export { ThemeProviderContext };
export function ThemeProvider({ children, storageKey = "vite-ui-theme" }: ThemeProviderProps) {
const [theme, setTheme] = useState<Theme>(() => (localStorage.getItem(storageKey) as Theme) || "system")
useEffect(() => {
const root = window.document.documentElement
root.classList.add("disable-transitions")
root.classList.remove("light", "dark")
if (theme === "system") {
const systemTheme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"
root.classList.add(systemTheme)
const themeColor = systemTheme === "dark" ? "hsl(30 15% 8%)" : "hsl(0 0% 98%)"
document.querySelector('meta[name="theme-color"]')?.setAttribute("content", themeColor)
const timeoutId = window.setTimeout(() => {
root.classList.remove("disable-transitions")
}, 0)
return () => window.clearTimeout(timeoutId)
}
root.classList.add(theme)
const themeColor = theme === "dark" ? "hsl(30 15% 8%)" : "hsl(0 0% 98%)"
document.querySelector('meta[name="theme-color"]')?.setAttribute("content", themeColor)
const timeoutId = window.setTimeout(() => {
root.classList.remove("disable-transitions")
}, 0)
return () => window.clearTimeout(timeoutId)
}, [theme])
const value = {
theme,
setTheme: (theme: Theme) => {
localStorage.setItem(storageKey, theme)
setTheme(theme)
},
}
return <ThemeProviderContext.Provider value={value}>{children}</ThemeProviderContext.Provider>
}
export { ThemeProviderContext }
+69 -55
View File
@@ -1,62 +1,76 @@
import { Theme } from "@/components/ThemeProvider" import { CheckCircleIcon } from "@heroicons/react/20/solid";
import { Button } from "@/components/ui/button" import { Moon, Sun } from "lucide-react";
import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger } from "@/components/ui/dropdown-menu" import { useTranslation } from "react-i18next";
import { cn } from "@/lib/utils" import type { Theme } from "@/components/ThemeProvider";
import { CheckCircleIcon } from "@heroicons/react/20/solid" import { Button } from "@/components/ui/button";
import { Moon, Sun } from "lucide-react" import {
import { useTranslation } from "react-i18next" DropdownMenu,
DropdownMenuContent,
DropdownMenuItem,
DropdownMenuTrigger,
} from "@/components/ui/dropdown-menu";
import { cn } from "@/lib/utils";
import { useTheme } from "../hooks/use-theme" import { useTheme } from "../hooks/use-theme";
export function ModeToggle() { export function ModeToggle() {
const { t } = useTranslation() const { t } = useTranslation();
const { setTheme, theme } = useTheme() const { setTheme, theme } = useTheme();
const customBackgroundImage = (window.CustomBackgroundImage as string) !== "" ? window.CustomBackgroundImage : undefined const customBackgroundImage =
(window.CustomBackgroundImage as string) !== ""
? window.CustomBackgroundImage
: undefined;
const handleSelect = (e: Event, newTheme: Theme) => { const handleSelect = (e: Event, newTheme: Theme) => {
e.preventDefault() e.preventDefault();
setTheme(newTheme) setTheme(newTheme);
} };
return ( return (
<DropdownMenu> <DropdownMenu>
<DropdownMenuTrigger asChild> <DropdownMenuTrigger asChild>
<Button <Button
variant="outline" variant="outline"
size="sm" size="sm"
className={cn("rounded-full px-[9px] bg-white dark:bg-black", { className={cn("rounded-full px-[9px] bg-white dark:bg-black", {
"bg-white/70 dark:bg-black/70": customBackgroundImage, "bg-white/70 dark:bg-black/70": customBackgroundImage,
})} })}
> >
<Sun className="h-4 w-4 rotate-0 scale-100 transition-all dark:-rotate-90 dark:scale-0" /> <Sun className="h-4 w-4 rotate-0 scale-100 transition-all dark:-rotate-90 dark:scale-0" />
<Moon className="absolute h-4 w-4 rotate-90 scale-0 transition-all dark:rotate-0 dark:scale-100" /> <Moon className="absolute h-4 w-4 rotate-90 scale-0 transition-all dark:rotate-0 dark:scale-100" />
<span className="sr-only">Toggle theme</span> <span className="sr-only">Toggle theme</span>
</Button> </Button>
</DropdownMenuTrigger> </DropdownMenuTrigger>
<DropdownMenuContent className="flex flex-col gap-0.5" align="end"> <DropdownMenuContent className="flex flex-col gap-0.5" align="end">
<DropdownMenuItem <DropdownMenuItem
className={cn("rounded-b-[5px] text-xs", { "gap-3 bg-muted font-semibold": theme === "light" })} className={cn("rounded-b-[5px] text-xs", {
onSelect={(e) => handleSelect(e, "light")} "gap-3 bg-muted font-semibold": theme === "light",
> })}
{t("theme.light")} onSelect={(e) => handleSelect(e, "light")}
{theme === "light" && <CheckCircleIcon className="size-4" />} >
</DropdownMenuItem> {t("theme.light")}
<DropdownMenuItem {theme === "light" && <CheckCircleIcon className="size-4" />}
className={cn("rounded-[5px] text-xs", { "gap-3 bg-muted font-semibold": theme === "dark" })} </DropdownMenuItem>
onSelect={(e) => handleSelect(e, "dark")} <DropdownMenuItem
> className={cn("rounded-[5px] text-xs", {
{t("theme.dark")} "gap-3 bg-muted font-semibold": theme === "dark",
{theme === "dark" && <CheckCircleIcon className="size-4" />} })}
</DropdownMenuItem> onSelect={(e) => handleSelect(e, "dark")}
<DropdownMenuItem >
className={cn("rounded-t-[5px] text-xs", { "gap-3 bg-muted font-semibold": theme === "system" })} {t("theme.dark")}
onSelect={(e) => handleSelect(e, "system")} {theme === "dark" && <CheckCircleIcon className="size-4" />}
> </DropdownMenuItem>
{t("theme.system")} <DropdownMenuItem
{theme === "system" && <CheckCircleIcon className="size-4" />} className={cn("rounded-t-[5px] text-xs", {
</DropdownMenuItem> "gap-3 bg-muted font-semibold": theme === "system",
</DropdownMenuContent> })}
</DropdownMenu> onSelect={(e) => handleSelect(e, "system")}
) >
{t("theme.system")}
{theme === "system" && <CheckCircleIcon className="size-4" />}
</DropdownMenuItem>
</DropdownMenuContent>
</DropdownMenu>
);
} }
+95 -62
View File
@@ -1,68 +1,101 @@
import { PublicNoteData, cn, getDaysBetweenDatesWithAutoRenewal } from "@/lib/utils" import { useTranslation } from "react-i18next";
import { useTranslation } from "react-i18next" import {
cn,
getDaysBetweenDatesWithAutoRenewal,
type PublicNoteData,
} from "@/lib/utils";
import RemainPercentBar from "./RemainPercentBar" import RemainPercentBar from "./RemainPercentBar";
export default function BillingInfo({ parsedData }: { parsedData: PublicNoteData }) { export default function BillingInfo({
const { t } = useTranslation() parsedData,
if (!parsedData || !parsedData.billingDataMod) { }: {
return null parsedData: PublicNoteData;
} }) {
const { t } = useTranslation();
if (!parsedData || !parsedData.billingDataMod) {
return null;
}
let isNeverExpire = false let isNeverExpire = false;
let daysLeftObject = { let daysLeftObject = {
days: 0, days: 0,
cycleLabel: "", cycleLabel: "",
remainingPercentage: 0, remainingPercentage: 0,
} };
if (parsedData?.billingDataMod?.endDate) { if (parsedData?.billingDataMod?.endDate) {
if (parsedData.billingDataMod.endDate.startsWith("0000-00-00")) { if (parsedData.billingDataMod.endDate.startsWith("0000-00-00")) {
isNeverExpire = true isNeverExpire = true;
} else { } else {
try { try {
daysLeftObject = getDaysBetweenDatesWithAutoRenewal(parsedData.billingDataMod) daysLeftObject = getDaysBetweenDatesWithAutoRenewal(
} catch (error) { parsedData.billingDataMod,
console.error(error) );
return ( } catch (error) {
<div className={cn("text-[10px] text-muted-foreground text-red-600")}> console.error(error);
{t("billingInfo.remaining")}: {t("billingInfo.error")} return (
</div> <div className={cn("text-[10px] text-muted-foreground text-red-600")}>
) {t("billingInfo.remaining")}: {t("billingInfo.error")}
} </div>
} );
} }
}
}
return daysLeftObject.days >= 0 ? ( return daysLeftObject.days >= 0 ? (
<> <>
{parsedData.billingDataMod.amount && parsedData.billingDataMod.amount !== "0" && parsedData.billingDataMod.amount !== "-1" ? ( {parsedData.billingDataMod.amount &&
<p className={cn("text-[10px] text-muted-foreground ")}> parsedData.billingDataMod.amount !== "0" &&
{t("billingInfo.price")}: {parsedData.billingDataMod.amount}/{parsedData.billingDataMod.cycle} parsedData.billingDataMod.amount !== "-1" ? (
</p> <p className={cn("text-[10px] text-muted-foreground ")}>
) : parsedData.billingDataMod.amount === "0" ? ( {t("billingInfo.price")}: {parsedData.billingDataMod.amount}/
<p className={cn("text-[10px] text-green-600 ")}>{t("billingInfo.free")}</p> {parsedData.billingDataMod.cycle}
) : parsedData.billingDataMod.amount === "-1" ? ( </p>
<p className={cn("text-[10px] text-pink-600 ")}>{t("billingInfo.usage-baseed")}</p> ) : parsedData.billingDataMod.amount === "0" ? (
) : null} <p className={cn("text-[10px] text-green-600 ")}>
<div className={cn("text-[10px] text-muted-foreground")}> {t("billingInfo.free")}
{t("billingInfo.remaining")}: {isNeverExpire ? t("billingInfo.indefinite") : daysLeftObject.days + " " + t("billingInfo.days")} </p>
</div> ) : parsedData.billingDataMod.amount === "-1" ? (
{!isNeverExpire && <RemainPercentBar className="mt-0.5" value={daysLeftObject.remainingPercentage * 100} />} <p className={cn("text-[10px] text-pink-600 ")}>
</> {t("billingInfo.usage-baseed")}
) : ( </p>
<> ) : null}
{parsedData.billingDataMod.amount && parsedData.billingDataMod.amount !== "0" && parsedData.billingDataMod.amount !== "-1" ? ( <div className={cn("text-[10px] text-muted-foreground")}>
<p className={cn("text-[10px] text-muted-foreground ")}> {t("billingInfo.remaining")}:{" "}
{t("billingInfo.price")}: {parsedData.billingDataMod.amount}/{parsedData.billingDataMod.cycle} {isNeverExpire
</p> ? t("billingInfo.indefinite")
) : parsedData.billingDataMod.amount === "0" ? ( : `${daysLeftObject.days} ${t("billingInfo.days")}`}
<p className={cn("text-[10px] text-green-600 ")}>{t("billingInfo.free")}</p> </div>
) : parsedData.billingDataMod.amount === "-1" ? ( {!isNeverExpire && (
<p className={cn("text-[10px] text-pink-600 ")}>{t("billingInfo.usage-baseed")}</p> <RemainPercentBar
) : null} className="mt-0.5"
<p className={cn("text-[10px] text-muted-foreground text-red-600")}> value={daysLeftObject.remainingPercentage * 100}
{t("billingInfo.expired")}: {daysLeftObject.days * -1} {t("billingInfo.days")} />
</p> )}
</> </>
) ) : (
<>
{parsedData.billingDataMod.amount &&
parsedData.billingDataMod.amount !== "0" &&
parsedData.billingDataMod.amount !== "-1" ? (
<p className={cn("text-[10px] text-muted-foreground ")}>
{t("billingInfo.price")}: {parsedData.billingDataMod.amount}/
{parsedData.billingDataMod.cycle}
</p>
) : parsedData.billingDataMod.amount === "0" ? (
<p className={cn("text-[10px] text-green-600 ")}>
{t("billingInfo.free")}
</p>
) : parsedData.billingDataMod.amount === "-1" ? (
<p className={cn("text-[10px] text-pink-600 ")}>
{t("billingInfo.usage-baseed")}
</p>
) : null}
<p className={cn("text-[10px] text-muted-foreground text-red-600")}>
{t("billingInfo.expired")}: {daysLeftObject.days * -1}{" "}
{t("billingInfo.days")}
</p>
</>
);
} }
+28 -28
View File
@@ -1,32 +1,32 @@
const bars = Array(8).fill(0) const bars = Array(8).fill(0);
export const Loader = ({ visible }: { visible: boolean }) => { export const Loader = ({ visible }: { visible: boolean }) => {
return ( return (
<div className="hamster-loading-wrapper" data-visible={visible}> <div className="hamster-loading-wrapper" data-visible={visible}>
<div className="hamster-spinner"> <div className="hamster-spinner">
{bars.map((_, i) => ( {bars.map((_, i) => (
<div className="hamster-loading-bar" key={`hamster-bar-${i}`} /> <div className="hamster-loading-bar" key={`hamster-bar-${i}`} />
))} ))}
</div> </div>
</div> </div>
) );
} };
export const LoadingSpinner = () => { export const LoadingSpinner = () => {
return ( return (
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
width="24" width="24"
height="24" height="24"
viewBox="0 0 24 24" viewBox="0 0 24 24"
fill="none" fill="none"
stroke="currentColor" stroke="currentColor"
strokeWidth="2" strokeWidth="2"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
className={"size-4 animate-spin"} className={"size-4 animate-spin"}
> >
<path d="M21 12a9 9 0 1 1-6.219-8.56" /> <path d="M21 12a9 9 0 1 1-6.219-8.56" />
</svg> </svg>
) );
} };
+30 -30
View File
@@ -1,38 +1,38 @@
import { Skeleton } from "@/components/ui/skeleton" import { useNavigate } from "react-router-dom";
import { useNavigate } from "react-router-dom" import { Skeleton } from "@/components/ui/skeleton";
import { BackIcon } from "../Icon" import { BackIcon } from "../Icon";
export function ServerDetailChartLoading() { export function ServerDetailChartLoading() {
return ( return (
<div> <div>
<section className="grid md:grid-cols-2 lg:grid-cols-3 grid-cols-1 gap-3"> <section className="grid md:grid-cols-2 lg:grid-cols-3 grid-cols-1 gap-3">
<Skeleton className="h-[182px] w-full rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton> <Skeleton className="h-[182px] w-full rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton>
<Skeleton className="h-[182px] w-full rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton> <Skeleton className="h-[182px] w-full rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton>
<Skeleton className="h-[182px] w-full rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton> <Skeleton className="h-[182px] w-full rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton>
<Skeleton className="h-[182px] w-full rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton> <Skeleton className="h-[182px] w-full rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton>
<Skeleton className="h-[182px] w-full rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton> <Skeleton className="h-[182px] w-full rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton>
<Skeleton className="h-[182px] w-full rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton> <Skeleton className="h-[182px] w-full rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton>
</section> </section>
</div> </div>
) );
} }
export function ServerDetailLoading() { export function ServerDetailLoading() {
const navigate = useNavigate() const navigate = useNavigate();
return ( return (
<div className="mx-auto w-full max-w-5xl px-0"> <div className="mx-auto w-full max-w-5xl px-0">
<div <div
onClick={() => { onClick={() => {
navigate("/") navigate("/");
}} }}
className="flex flex-none cursor-pointer font-semibold leading-none items-center break-all tracking-tight gap-0.5 text-xl" className="flex flex-none cursor-pointer font-semibold leading-none items-center break-all tracking-tight gap-0.5 text-xl"
> >
<BackIcon /> <BackIcon />
<Skeleton className="h-[20px] w-24 rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton> <Skeleton className="h-[20px] w-24 rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton>
</div> </div>
<Skeleton className="flex flex-wrap gap-2 h-[81px] w-1/2 mt-3 rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton> <Skeleton className="flex flex-wrap gap-2 h-[81px] w-1/2 mt-3 rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton>
</div> </div>
) );
} }
+1 -1
View File
@@ -1 +1 @@
export { domMax as default } from "framer-motion" export { domMax as default } from "framer-motion";
+9 -8
View File
@@ -1,11 +1,12 @@
import { LazyMotion } from "framer-motion" import { LazyMotion } from "framer-motion";
const loadFeatures = () => import("./framer-lazy-feature").then((res) => res.default) const loadFeatures = () =>
import("./framer-lazy-feature").then((res) => res.default);
export const MotionProvider = ({ children }: { children: React.ReactNode }) => { export const MotionProvider = ({ children }: { children: React.ReactNode }) => {
return ( return (
<LazyMotion features={loadFeatures} strict key="framer"> <LazyMotion features={loadFeatures} strict key="framer">
{children} {children}
</LazyMotion> </LazyMotion>
) );
} };
+44 -38
View File
@@ -1,49 +1,55 @@
import { cn } from "@/lib/utils" import * as AccordionPrimitive from "@radix-ui/react-accordion";
import * as AccordionPrimitive from "@radix-ui/react-accordion" import { ChevronDown } from "lucide-react";
import { ChevronDown } from "lucide-react" import * as React from "react";
import * as React from "react" import { cn } from "@/lib/utils";
const Accordion = AccordionPrimitive.Root const Accordion = AccordionPrimitive.Root;
const AccordionItem = React.forwardRef< const AccordionItem = React.forwardRef<
React.ElementRef<typeof AccordionPrimitive.Item>, React.ElementRef<typeof AccordionPrimitive.Item>,
React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Item> React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Item>
>(({ className, ...props }, ref) => <AccordionPrimitive.Item ref={ref} className={cn("border-b", className)} {...props} />) >(({ className, ...props }, ref) => (
AccordionItem.displayName = "AccordionItem" <AccordionPrimitive.Item
ref={ref}
className={cn("border-b", className)}
{...props}
/>
));
AccordionItem.displayName = "AccordionItem";
const AccordionTrigger = React.forwardRef< const AccordionTrigger = React.forwardRef<
React.ElementRef<typeof AccordionPrimitive.Trigger>, React.ElementRef<typeof AccordionPrimitive.Trigger>,
React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Trigger> React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Trigger>
>(({ className, children, ...props }, ref) => ( >(({ className, children, ...props }, ref) => (
<AccordionPrimitive.Header className="flex"> <AccordionPrimitive.Header className="flex">
<AccordionPrimitive.Trigger <AccordionPrimitive.Trigger
ref={ref} ref={ref}
className={cn( className={cn(
"flex flex-1 items-center justify-start py-4 font-medium transition-all hover:underline [&[data-state=open]>svg]:rotate-180", "flex flex-1 items-center justify-start py-4 font-medium transition-all hover:underline [&[data-state=open]>svg]:rotate-180",
className, className,
)} )}
{...props} {...props}
> >
{children} {children}
<ChevronDown className="h-4 w-4 shrink-0 transition-transform duration-200" /> <ChevronDown className="h-4 w-4 shrink-0 transition-transform duration-200" />
</AccordionPrimitive.Trigger> </AccordionPrimitive.Trigger>
</AccordionPrimitive.Header> </AccordionPrimitive.Header>
)) ));
AccordionTrigger.displayName = AccordionPrimitive.Trigger.displayName AccordionTrigger.displayName = AccordionPrimitive.Trigger.displayName;
const AccordionContent = React.forwardRef< const AccordionContent = React.forwardRef<
React.ElementRef<typeof AccordionPrimitive.Content>, React.ElementRef<typeof AccordionPrimitive.Content>,
React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Content> React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Content>
>(({ className, children, ...props }, ref) => ( >(({ className, children, ...props }, ref) => (
<AccordionPrimitive.Content <AccordionPrimitive.Content
ref={ref} ref={ref}
className="overflow-hidden text-sm transition-all data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down" className="overflow-hidden text-sm transition-all data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down"
{...props} {...props}
> >
<div className={cn("pb-4 pt-0", className)}>{children}</div> <div className={cn("pb-4 pt-0", className)}>{children}</div>
</AccordionPrimitive.Content> </AccordionPrimitive.Content>
)) ));
AccordionContent.displayName = AccordionPrimitive.Content.displayName AccordionContent.displayName = AccordionPrimitive.Content.displayName;
export { Accordion, AccordionItem, AccordionTrigger, AccordionContent } export { Accordion, AccordionItem, AccordionTrigger, AccordionContent };
@@ -1,89 +1,107 @@
import { cn } from "@/lib/utils" import { cn } from "@/lib/utils";
interface Props { interface Props {
max: number max: number;
value: number value: number;
min: number min: number;
className?: string className?: string;
primaryColor?: string primaryColor?: string;
} }
export default function AnimatedCircularProgressBar({ max = 100, min = 0, value = 0, primaryColor, className }: Props) { export default function AnimatedCircularProgressBar({
const circumference = 2 * Math.PI * 45 max = 100,
const percentPx = circumference / 100 min = 0,
const currentPercent = ((value - min) / (max - min)) * 100 value = 0,
primaryColor,
className,
}: Props) {
const circumference = 2 * Math.PI * 45;
const percentPx = circumference / 100;
const currentPercent = ((value - min) / (max - min)) * 100;
return ( return (
<div <div
className={cn("relative size-40 text-2xl font-semibold", className)} className={cn("relative size-40 text-2xl font-semibold", className)}
style={ style={
{ {
"--circle-size": "100px", "--circle-size": "100px",
"--circumference": circumference, "--circumference": circumference,
"--percent-to-px": `${percentPx}px`, "--percent-to-px": `${percentPx}px`,
"--gap-percent": "5", "--gap-percent": "5",
"--offset-factor": "0", "--offset-factor": "0",
"--transition-length": "1s", "--transition-length": "1s",
"--transition-step": "200ms", "--transition-step": "200ms",
"--delay": "0s", "--delay": "0s",
"--percent-to-deg": "3.6deg", "--percent-to-deg": "3.6deg",
transform: "translateZ(0)", transform: "translateZ(0)",
} as React.CSSProperties } as React.CSSProperties
} }
> >
<svg fill="none" className="size-full" strokeWidth="2" viewBox="0 0 100 100"> <svg
{currentPercent <= 90 && currentPercent >= 0 && ( fill="none"
<circle className="size-full"
cx="50" strokeWidth="2"
cy="50" viewBox="0 0 100 100"
r="45" >
strokeWidth="10" {currentPercent <= 90 && currentPercent >= 0 && (
strokeDashoffset="0" <circle
strokeLinecap="round" cx="50"
strokeLinejoin="round" cy="50"
className="opacity-100 stroke-muted" r="45"
style={ strokeWidth="10"
{ strokeDashoffset="0"
"--stroke-percent": 90 - currentPercent, strokeLinecap="round"
"--offset-factor-secondary": "calc(1 - var(--offset-factor))", strokeLinejoin="round"
strokeDasharray: "calc(var(--stroke-percent) * var(--percent-to-px)) var(--circumference)", className="opacity-100 stroke-muted"
transform: "rotate(calc(1turn - 90deg - (var(--gap-percent) * var(--percent-to-deg) * var(--offset-factor-secondary)))) scaleY(-1)", style={
transition: "all var(--transition-length) ease var(--delay)", {
transformOrigin: "calc(var(--circle-size) / 2) calc(var(--circle-size) / 2)", "--stroke-percent": 90 - currentPercent,
} as React.CSSProperties "--offset-factor-secondary": "calc(1 - var(--offset-factor))",
} strokeDasharray:
/> "calc(var(--stroke-percent) * var(--percent-to-px)) var(--circumference)",
)} transform:
<circle "rotate(calc(1turn - 90deg - (var(--gap-percent) * var(--percent-to-deg) * var(--offset-factor-secondary)))) scaleY(-1)",
cx="50" transition: "all var(--transition-length) ease var(--delay)",
cy="50" transformOrigin:
r="45" "calc(var(--circle-size) / 2) calc(var(--circle-size) / 2)",
strokeWidth="10" } as React.CSSProperties
strokeDashoffset="0" }
strokeLinecap="round" />
strokeLinejoin="round" )}
className={cn("opacity-100 stroke-current", { <circle
"stroke-(--stroke-primary-color)": primaryColor, cx="50"
})} cy="50"
style={ r="45"
{ strokeWidth="10"
"--stroke-primary-color": primaryColor, strokeDashoffset="0"
"--stroke-percent": currentPercent, strokeLinecap="round"
strokeDasharray: "calc(var(--stroke-percent) * var(--percent-to-px)) var(--circumference)", strokeLinejoin="round"
transition: "var(--transition-length) ease var(--delay),stroke var(--transition-length) ease var(--delay)", className={cn("opacity-100 stroke-current", {
transitionProperty: "stroke-dasharray,transform", "stroke-(--stroke-primary-color)": primaryColor,
transform: "rotate(calc(-90deg + var(--gap-percent) * var(--offset-factor) * var(--percent-to-deg)))", })}
transformOrigin: "calc(var(--circle-size) / 2) calc(var(--circle-size) / 2)", style={
} as React.CSSProperties {
} "--stroke-primary-color": primaryColor,
/> "--stroke-percent": currentPercent,
</svg> strokeDasharray:
<span "calc(var(--stroke-percent) * var(--percent-to-px)) var(--circumference)",
data-current-value={currentPercent} transition:
className="duration-&lsqb;var(--transition-length)&rsqb; delay-&lsqb;var(--delay)&rsqb; absolute inset-0 m-auto size-fit ease-linear animate-in fade-in" "var(--transition-length) ease var(--delay),stroke var(--transition-length) ease var(--delay)",
> transitionProperty: "stroke-dasharray,transform",
{currentPercent} transform:
</span> "rotate(calc(-90deg + var(--gap-percent) * var(--offset-factor) * var(--percent-to-deg)))",
</div> transformOrigin:
) "calc(var(--circle-size) / 2) calc(var(--circle-size) / 2)",
} as React.CSSProperties
}
/>
</svg>
<span
data-current-value={currentPercent}
className="duration-&lsqb;var(--transition-length)&rsqb; delay-&lsqb;var(--delay)&rsqb; absolute inset-0 m-auto size-fit ease-linear animate-in fade-in"
>
{currentPercent}
</span>
</div>
);
} }
+28 -21
View File
@@ -1,28 +1,35 @@
import { cn } from "@/lib/utils" import { cva, type VariantProps } from "class-variance-authority";
import { type VariantProps, cva } from "class-variance-authority" import type * as React from "react";
import * as React from "react" import { cn } from "@/lib/utils";
const badgeVariants = cva( const badgeVariants = cva(
"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-hidden focus:ring-2 focus:ring-ring focus:ring-offset-2", "inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-hidden focus:ring-2 focus:ring-ring focus:ring-offset-2",
{ {
variants: { variants: {
variant: { variant: {
default: "border-transparent bg-primary text-primary-foreground hover:bg-primary/80", default:
secondary: "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80", "border-transparent bg-primary text-primary-foreground hover:bg-primary/80",
destructive: "border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80", secondary:
outline: "text-foreground", "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80",
}, destructive:
}, "border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80",
defaultVariants: { outline: "text-foreground",
variant: "default", },
}, },
}, defaultVariants: {
) variant: "default",
},
},
);
export interface BadgeProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {} export interface BadgeProps
extends React.HTMLAttributes<HTMLDivElement>,
VariantProps<typeof badgeVariants> {}
function Badge({ className, variant, ...props }: BadgeProps) { function Badge({ className, variant, ...props }: BadgeProps) {
return <div className={cn(badgeVariants({ variant }), className)} {...props} /> return (
<div className={cn(badgeVariants({ variant }), className)} {...props} />
);
} }
export { Badge, badgeVariants } export { Badge, badgeVariants };
+49 -36
View File
@@ -1,42 +1,55 @@
import { cn } from "@/lib/utils" import { Slot } from "@radix-ui/react-slot";
import { Slot } from "@radix-ui/react-slot" import { cva, type VariantProps } from "class-variance-authority";
import { type VariantProps, cva } from "class-variance-authority" import * as React from "react";
import * as React from "react" import { cn } from "@/lib/utils";
const buttonVariants = cva( const buttonVariants = cva(
"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-hidden disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0", "inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-hidden disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",
{ {
variants: { variants: {
variant: { variant: {
default: "bg-primary text-primary-foreground hover:bg-primary/90", default: "bg-primary text-primary-foreground hover:bg-primary/90",
destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90", destructive:
outline: "border border-input bg-background hover:bg-accent hover:text-accent-foreground", "bg-destructive text-destructive-foreground hover:bg-destructive/90",
secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80", outline:
ghost: "hover:bg-accent hover:text-accent-foreground", "border border-input bg-background hover:bg-accent hover:text-accent-foreground",
link: "text-primary underline-offset-4 hover:underline", secondary:
}, "bg-secondary text-secondary-foreground hover:bg-secondary/80",
size: { ghost: "hover:bg-accent hover:text-accent-foreground",
default: "h-10 px-4 py-2", link: "text-primary underline-offset-4 hover:underline",
sm: "h-9 rounded-md px-3", },
lg: "h-11 rounded-md px-8", size: {
icon: "h-10 w-10", default: "h-10 px-4 py-2",
}, sm: "h-9 rounded-md px-3",
}, lg: "h-11 rounded-md px-8",
defaultVariants: { icon: "h-10 w-10",
variant: "default", },
size: "default", },
}, defaultVariants: {
}, variant: "default",
) size: "default",
},
},
);
export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> { export interface ButtonProps
asChild?: boolean extends React.ButtonHTMLAttributes<HTMLButtonElement>,
VariantProps<typeof buttonVariants> {
asChild?: boolean;
} }
const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(({ className, variant, size, asChild = false, ...props }, ref) => { const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
const Comp = asChild ? Slot : "button" ({ className, variant, size, asChild = false, ...props }, ref) => {
return <Comp className={cn(buttonVariants({ variant, size, className }))} ref={ref} {...props} /> const Comp = asChild ? Slot : "button";
}) return (
Button.displayName = "Button" <Comp
className={cn(buttonVariants({ variant, size, className }))}
ref={ref}
{...props}
/>
);
},
);
Button.displayName = "Button";
export { Button, buttonVariants } export { Button, buttonVariants };
+78 -31
View File
@@ -1,38 +1,85 @@
import { cn } from "@/lib/utils" import * as React from "react";
import * as React from "react" import { cn } from "@/lib/utils";
const Card = React.forwardRef<HTMLDivElement, React.HTMLAttributes<HTMLDivElement>>(({ className, ...props }, ref) => ( const Card = React.forwardRef<
<div HTMLDivElement,
ref={ref} React.HTMLAttributes<HTMLDivElement>
className={cn("rounded-lg border bg-card text-card-foreground shadow-lg shadow-neutral-200/40 dark:shadow-none", className)} >(({ className, ...props }, ref) => (
{...props} <div
/> ref={ref}
)) className={cn(
Card.displayName = "Card" "rounded-lg border bg-card text-card-foreground shadow-lg shadow-neutral-200/40 dark:shadow-none",
className,
)}
{...props}
/>
));
Card.displayName = "Card";
const CardHeader = React.forwardRef<HTMLDivElement, React.HTMLAttributes<HTMLDivElement>>(({ className, ...props }, ref) => ( const CardHeader = React.forwardRef<
<div ref={ref} className={cn("flex flex-col space-y-1.5 p-6", className)} {...props} /> HTMLDivElement,
)) React.HTMLAttributes<HTMLDivElement>
CardHeader.displayName = "CardHeader" >(({ className, ...props }, ref) => (
<div
ref={ref}
className={cn("flex flex-col space-y-1.5 p-6", className)}
{...props}
/>
));
CardHeader.displayName = "CardHeader";
const CardTitle = React.forwardRef<HTMLParagraphElement, React.HTMLAttributes<HTMLHeadingElement>>(({ className, ...props }, ref) => ( const CardTitle = React.forwardRef<
<h3 ref={ref} className={cn("text-2xl font-semibold leading-none tracking-tight", className)} {...props} /> HTMLParagraphElement,
)) React.HTMLAttributes<HTMLHeadingElement>
CardTitle.displayName = "CardTitle" >(({ className, ...props }, ref) => (
<h3
ref={ref}
className={cn(
"text-2xl font-semibold leading-none tracking-tight",
className,
)}
{...props}
/>
));
CardTitle.displayName = "CardTitle";
const CardDescription = React.forwardRef<HTMLParagraphElement, React.HTMLAttributes<HTMLParagraphElement>>(({ className, ...props }, ref) => ( const CardDescription = React.forwardRef<
<p ref={ref} className={cn("text-sm text-muted-foreground", className)} {...props} /> HTMLParagraphElement,
)) React.HTMLAttributes<HTMLParagraphElement>
CardDescription.displayName = "CardDescription" >(({ className, ...props }, ref) => (
<p
ref={ref}
className={cn("text-sm text-muted-foreground", className)}
{...props}
/>
));
CardDescription.displayName = "CardDescription";
const CardContent = React.forwardRef<HTMLDivElement, React.HTMLAttributes<HTMLDivElement>>(({ className, ...props }, ref) => ( const CardContent = React.forwardRef<
<div ref={ref} className={cn("p-6 pt-0", className)} {...props} /> HTMLDivElement,
)) React.HTMLAttributes<HTMLDivElement>
CardContent.displayName = "CardContent" >(({ className, ...props }, ref) => (
<div ref={ref} className={cn("p-6 pt-0", className)} {...props} />
));
CardContent.displayName = "CardContent";
const CardFooter = React.forwardRef<HTMLDivElement, React.HTMLAttributes<HTMLDivElement>>(({ className, ...props }, ref) => ( const CardFooter = React.forwardRef<
<div ref={ref} className={cn("flex items-center p-6 pt-0", className)} {...props} /> HTMLDivElement,
)) React.HTMLAttributes<HTMLDivElement>
CardFooter.displayName = "CardFooter" >(({ className, ...props }, ref) => (
<div
ref={ref}
className={cn("flex items-center p-6 pt-0", className)}
{...props}
/>
));
CardFooter.displayName = "CardFooter";
export { Card, CardHeader, CardFooter, CardTitle, CardDescription, CardContent } export {
Card,
CardHeader,
CardFooter,
CardTitle,
CardDescription,
CardContent,
};
+311 -226
View File
@@ -1,277 +1,362 @@
import { cn } from "@/lib/utils" import * as React from "react";
import * as React from "react" import * as RechartsPrimitive from "recharts";
import * as RechartsPrimitive from "recharts" import { cn } from "@/lib/utils";
// Format: { THEME_NAME: CSS_SELECTOR } // Format: { THEME_NAME: CSS_SELECTOR }
const THEMES = { light: "", dark: ".dark" } as const const THEMES = { light: "", dark: ".dark" } as const;
export type ChartConfig = { export type ChartConfig = {
[k in string]: { [k in string]: {
label?: React.ReactNode label?: React.ReactNode;
icon?: React.ComponentType icon?: React.ComponentType;
} & ({ color?: string; theme?: never } | { color?: never; theme: Record<keyof typeof THEMES, string> }) } & (
} | { color?: string; theme?: never }
| { color?: never; theme: Record<keyof typeof THEMES, string> }
);
};
type ChartContextProps = { type ChartContextProps = {
config: ChartConfig config: ChartConfig;
} };
const ChartContext = React.createContext<ChartContextProps | null>(null) const ChartContext = React.createContext<ChartContextProps | null>(null);
function useChart() { function useChart() {
const context = React.useContext(ChartContext) const context = React.useContext(ChartContext);
if (!context) { if (!context) {
throw new Error("useChart must be used within a <ChartContainer />") throw new Error("useChart must be used within a <ChartContainer />");
} }
return context return context;
} }
const ChartContainer = React.forwardRef< const ChartContainer = React.forwardRef<
HTMLDivElement, HTMLDivElement,
React.ComponentProps<"div"> & { React.ComponentProps<"div"> & {
config: ChartConfig config: ChartConfig;
children: React.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>["children"] children: React.ComponentProps<
} typeof RechartsPrimitive.ResponsiveContainer
>["children"];
}
>(({ id, className, children, config, ...props }, ref) => { >(({ id, className, children, config, ...props }, ref) => {
const uniqueId = React.useId() const uniqueId = React.useId();
const chartId = `chart-${id || uniqueId.replace(/:/g, "")}` const chartId = `chart-${id || uniqueId.replace(/:/g, "")}`;
return ( return (
<ChartContext.Provider value={{ config }}> <ChartContext.Provider value={{ config }}>
<div <div
data-chart={chartId} data-chart={chartId}
ref={ref} ref={ref}
className={cn( className={cn(
"flex aspect-video justify-center text-xs [&_.recharts-cartesian-axis-tick_text]:fill-muted-foreground [&_.recharts-cartesian-grid_line[stroke='#ccc']]:stroke-border/50 [&_.recharts-curve.recharts-tooltip-cursor]:stroke-border [&_.recharts-dot[stroke='#fff']]:stroke-transparent [&_.recharts-layer]:outline-hidden [&_.recharts-polar-grid_[stroke='#ccc']]:stroke-border [&_.recharts-radial-bar-background-sector]:fill-muted [&_.recharts-rectangle.recharts-tooltip-cursor]:fill-muted [&_.recharts-reference-line_[stroke='#ccc']]:stroke-border [&_.recharts-sector[stroke='#fff']]:stroke-transparent [&_.recharts-sector]:outline-hidden [&_.recharts-surface]:outline-hidden", "flex aspect-video justify-center text-xs [&_.recharts-cartesian-axis-tick_text]:fill-muted-foreground [&_.recharts-cartesian-grid_line[stroke='#ccc']]:stroke-border/50 [&_.recharts-curve.recharts-tooltip-cursor]:stroke-border [&_.recharts-dot[stroke='#fff']]:stroke-transparent [&_.recharts-layer]:outline-hidden [&_.recharts-polar-grid_[stroke='#ccc']]:stroke-border [&_.recharts-radial-bar-background-sector]:fill-muted [&_.recharts-rectangle.recharts-tooltip-cursor]:fill-muted [&_.recharts-reference-line_[stroke='#ccc']]:stroke-border [&_.recharts-sector[stroke='#fff']]:stroke-transparent [&_.recharts-sector]:outline-hidden [&_.recharts-surface]:outline-hidden",
className, className,
)} )}
{...props} {...props}
> >
<ChartStyle id={chartId} config={config} /> <ChartStyle id={chartId} config={config} />
<RechartsPrimitive.ResponsiveContainer>{children}</RechartsPrimitive.ResponsiveContainer> <RechartsPrimitive.ResponsiveContainer>
</div> {children}
</ChartContext.Provider> </RechartsPrimitive.ResponsiveContainer>
) </div>
}) </ChartContext.Provider>
ChartContainer.displayName = "Chart" );
});
ChartContainer.displayName = "Chart";
const ChartStyle = ({ id, config }: { id: string; config: ChartConfig }) => { const ChartStyle = ({ id, config }: { id: string; config: ChartConfig }) => {
const colorConfig = Object.entries(config).filter(([, config]) => config.theme || config.color) const colorConfig = Object.entries(config).filter(
([, config]) => config.theme || config.color,
);
if (!colorConfig.length) { if (!colorConfig.length) {
return null return null;
} }
return ( return (
<style <style
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: Object.entries(THEMES) __html: Object.entries(THEMES)
.map( .map(
([theme, prefix]) => ` ([theme, prefix]) => `
${prefix} [data-chart=${id}] { ${prefix} [data-chart=${id}] {
${colorConfig ${colorConfig
.map(([key, itemConfig]) => { .map(([key, itemConfig]) => {
const color = itemConfig.theme?.[theme as keyof typeof itemConfig.theme] || itemConfig.color const color =
return color ? ` --color-${key}: ${color};` : null itemConfig.theme?.[theme as keyof typeof itemConfig.theme] ||
}) itemConfig.color;
.join("\n")} return color ? ` --color-${key}: ${color};` : null;
})
.join("\n")}
} }
`, `,
) )
.join("\n"), .join("\n"),
}} }}
/> />
) );
} };
const ChartTooltip = RechartsPrimitive.Tooltip const ChartTooltip = RechartsPrimitive.Tooltip;
const ChartTooltipContent = React.forwardRef< const ChartTooltipContent = React.forwardRef<
HTMLDivElement, HTMLDivElement,
React.ComponentProps<typeof RechartsPrimitive.Tooltip> & React.ComponentProps<typeof RechartsPrimitive.Tooltip> &
React.ComponentProps<"div"> & { React.ComponentProps<"div"> & {
hideLabel?: boolean hideLabel?: boolean;
hideIndicator?: boolean hideIndicator?: boolean;
indicator?: "line" | "dot" | "dashed" indicator?: "line" | "dot" | "dashed";
nameKey?: string nameKey?: string;
labelKey?: string labelKey?: string;
} }
>( >(
( (
{ {
active, active,
payload, payload,
className, className,
indicator = "dot", indicator = "dot",
hideLabel = false, hideLabel = false,
hideIndicator = false, hideIndicator = false,
label, label,
labelFormatter, labelFormatter,
labelClassName, labelClassName,
formatter, formatter,
color, color,
nameKey, nameKey,
labelKey, labelKey,
}, },
ref, ref,
) => { ) => {
const { config } = useChart() const { config } = useChart();
const tooltipLabel = React.useMemo(() => { const tooltipLabel = React.useMemo(() => {
if (hideLabel || !payload?.length) { if (hideLabel || !payload?.length) {
return null return null;
} }
const [item] = payload const [item] = payload;
const key = `${labelKey || item.dataKey || item.name || "value"}` const key = `${labelKey || item.dataKey || item.name || "value"}`;
const itemConfig = getPayloadConfigFromPayload(config, item, key) const itemConfig = getPayloadConfigFromPayload(config, item, key);
const value = !labelKey && typeof label === "string" ? config[label as keyof typeof config]?.label || label : itemConfig?.label const value =
!labelKey && typeof label === "string"
? config[label as keyof typeof config]?.label || label
: itemConfig?.label;
if (labelFormatter) { if (labelFormatter) {
return <div className={cn("font-medium", labelClassName)}>{labelFormatter(value, payload)}</div> return (
} <div className={cn("font-medium", labelClassName)}>
{labelFormatter(value, payload)}
</div>
);
}
if (!value) { if (!value) {
return null return null;
} }
return <div className={cn("font-medium", labelClassName)}>{value}</div> return <div className={cn("font-medium", labelClassName)}>{value}</div>;
}, [label, labelFormatter, payload, hideLabel, labelClassName, config, labelKey]) }, [
label,
labelFormatter,
payload,
hideLabel,
labelClassName,
config,
labelKey,
]);
if (!active || !payload?.length) { if (!active || !payload?.length) {
return null return null;
} }
const nestLabel = payload.length === 1 && indicator !== "dot" const nestLabel = payload.length === 1 && indicator !== "dot";
return ( return (
<div <div
ref={ref} ref={ref}
className={cn( className={cn(
"grid min-w-32 items-start gap-1.5 rounded-lg border border-border/50 bg-background px-2.5 py-1.5 text-xs shadow-xl", "grid min-w-32 items-start gap-1.5 rounded-lg border border-border/50 bg-background px-2.5 py-1.5 text-xs shadow-xl",
className, className,
)} )}
> >
{!nestLabel ? tooltipLabel : null} {!nestLabel ? tooltipLabel : null}
<div className="grid gap-1.5"> <div className="grid gap-1.5">
{payload.map((item, index) => { {payload.map((item, index) => {
const key = `${nameKey || item.name || item.dataKey || "value"}` const key = `${nameKey || item.name || item.dataKey || "value"}`;
const itemConfig = getPayloadConfigFromPayload(config, item, key) const itemConfig = getPayloadConfigFromPayload(config, item, key);
const indicatorColor = color || item.payload.fill || item.color const indicatorColor = color || item.payload.fill || item.color;
return ( return (
<div <div
key={item.dataKey} key={item.dataKey}
className={cn( className={cn(
"flex w-full flex-wrap items-stretch gap-2 [&>svg]:h-2.5 [&>svg]:w-2.5 [&>svg]:text-muted-foreground", "flex w-full flex-wrap items-stretch gap-2 [&>svg]:h-2.5 [&>svg]:w-2.5 [&>svg]:text-muted-foreground",
indicator === "dot" && "items-center", indicator === "dot" && "items-center",
)} )}
> >
{formatter && item?.value !== undefined && item.name ? ( {formatter && item?.value !== undefined && item.name ? (
formatter(item.value, item.name, item, index, item.payload) formatter(item.value, item.name, item, index, item.payload)
) : ( ) : (
<> <>
{itemConfig?.icon ? ( {itemConfig?.icon ? (
<itemConfig.icon /> <itemConfig.icon />
) : ( ) : (
!hideIndicator && ( !hideIndicator && (
<div <div
className={cn("shrink-0 rounded-[2px] border-border bg-(--color-bg)", { className={cn(
"h-2.5 w-2.5": indicator === "dot", "shrink-0 rounded-[2px] border-border bg-(--color-bg)",
"w-1": indicator === "line", {
"w-0 border-[1.5px] border-dashed bg-transparent": indicator === "dashed", "h-2.5 w-2.5": indicator === "dot",
"my-0.5": nestLabel && indicator === "dashed", "w-1": indicator === "line",
})} "w-0 border-[1.5px] border-dashed bg-transparent":
style={ indicator === "dashed",
{ "my-0.5": nestLabel && indicator === "dashed",
"--color-bg": indicatorColor, },
"--color-border": indicatorColor, )}
} as React.CSSProperties style={
} {
/> "--color-bg": indicatorColor,
) "--color-border": indicatorColor,
)} } as React.CSSProperties
<div className={cn("flex flex-1 justify-between leading-none", nestLabel ? "items-end" : "items-center")}> }
<div className="grid gap-1.5"> />
{nestLabel ? tooltipLabel : null} )
<span className="text-muted-foreground">{itemConfig?.label || item.name}</span> )}
</div> <div
{item.value && <span className="font-mono font-medium tabular-nums text-foreground">{item.value.toLocaleString()}</span>} className={cn(
</div> "flex flex-1 justify-between leading-none",
</> nestLabel ? "items-end" : "items-center",
)} )}
</div> >
) <div className="grid gap-1.5">
})} {nestLabel ? tooltipLabel : null}
</div> <span className="text-muted-foreground">
</div> {itemConfig?.label || item.name}
) </span>
}, </div>
) {item.value && (
ChartTooltipContent.displayName = "ChartTooltip" <span className="font-mono font-medium tabular-nums text-foreground">
{item.value.toLocaleString()}
</span>
)}
</div>
</>
)}
</div>
);
})}
</div>
</div>
);
},
);
ChartTooltipContent.displayName = "ChartTooltip";
const ChartLegend = RechartsPrimitive.Legend const ChartLegend = RechartsPrimitive.Legend;
const ChartLegendContent = React.forwardRef< const ChartLegendContent = React.forwardRef<
HTMLDivElement, HTMLDivElement,
React.ComponentProps<"div"> & React.ComponentProps<"div"> &
Pick<RechartsPrimitive.LegendProps, "payload" | "verticalAlign"> & { Pick<RechartsPrimitive.LegendProps, "payload" | "verticalAlign"> & {
hideIcon?: boolean hideIcon?: boolean;
nameKey?: string nameKey?: string;
} }
>(({ className, hideIcon = false, payload, verticalAlign = "bottom", nameKey }, ref) => { >(
const { config } = useChart() (
{ className, hideIcon = false, payload, verticalAlign = "bottom", nameKey },
ref,
) => {
const { config } = useChart();
if (!payload?.length) { if (!payload?.length) {
return null return null;
} }
return ( return (
<div ref={ref} className={cn("flex flex-wrap items-center justify-center gap-4", verticalAlign === "top" ? "pb-3" : "pt-3", className)}> <div
{payload.map((item) => { ref={ref}
const key = `${nameKey || item.dataKey || "value"}` className={cn(
const itemConfig = getPayloadConfigFromPayload(config, item, key) "flex flex-wrap items-center justify-center gap-4",
verticalAlign === "top" ? "pb-3" : "pt-3",
className,
)}
>
{payload.map((item) => {
const key = `${nameKey || item.dataKey || "value"}`;
const itemConfig = getPayloadConfigFromPayload(config, item, key);
return ( return (
<div key={item.value} className={cn("flex items-center gap-1.5 [&>svg]:h-3 [&>svg]:w-3 [&>svg]:text-muted-foreground")}> <div
{itemConfig?.icon && !hideIcon ? ( key={item.value}
<itemConfig.icon /> className={cn(
) : ( "flex items-center gap-1.5 [&>svg]:h-3 [&>svg]:w-3 [&>svg]:text-muted-foreground",
<div )}
className="h-2 w-2 shrink-0 rounded-[2px]" >
style={{ {itemConfig?.icon && !hideIcon ? (
backgroundColor: item.color, <itemConfig.icon />
}} ) : (
/> <div
)} className="h-2 w-2 shrink-0 rounded-[2px]"
{itemConfig?.label} style={{
</div> backgroundColor: item.color,
) }}
})} />
</div> )}
) {itemConfig?.label}
}) </div>
ChartLegendContent.displayName = "ChartLegend" );
})}
</div>
);
},
);
ChartLegendContent.displayName = "ChartLegend";
// Helper to extract item config from a payload. // Helper to extract item config from a payload.
function getPayloadConfigFromPayload(config: ChartConfig, payload: unknown, key: string) { function getPayloadConfigFromPayload(
if (typeof payload !== "object" || payload === null) { config: ChartConfig,
return undefined payload: unknown,
} key: string,
) {
if (typeof payload !== "object" || payload === null) {
return undefined;
}
const payloadPayload = "payload" in payload && typeof payload.payload === "object" && payload.payload !== null ? payload.payload : undefined const payloadPayload =
"payload" in payload &&
typeof payload.payload === "object" &&
payload.payload !== null
? payload.payload
: undefined;
let configLabelKey: string = key let configLabelKey: string = key;
if (key in payload && typeof payload[key as keyof typeof payload] === "string") { if (
configLabelKey = payload[key as keyof typeof payload] as string key in payload &&
} else if (payloadPayload && key in payloadPayload && typeof payloadPayload[key as keyof typeof payloadPayload] === "string") { typeof payload[key as keyof typeof payload] === "string"
configLabelKey = payloadPayload[key as keyof typeof payloadPayload] as string ) {
} configLabelKey = payload[key as keyof typeof payload] as string;
} else if (
payloadPayload &&
key in payloadPayload &&
typeof payloadPayload[key as keyof typeof payloadPayload] === "string"
) {
configLabelKey = payloadPayload[
key as keyof typeof payloadPayload
] as string;
}
return configLabelKey in config ? config[configLabelKey] : config[key as keyof typeof config] return configLabelKey in config
? config[configLabelKey]
: config[key as keyof typeof config];
} }
export { ChartContainer, ChartTooltip, ChartTooltipContent, ChartLegend, ChartLegendContent, ChartStyle } export {
ChartContainer,
ChartTooltip,
ChartTooltipContent,
ChartLegend,
ChartLegendContent,
ChartStyle,
};
+25 -22
View File
@@ -1,24 +1,27 @@
import { cn } from "@/lib/utils" import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
import * as CheckboxPrimitive from "@radix-ui/react-checkbox" import { Check } from "lucide-react";
import { Check } from "lucide-react" import * as React from "react";
import * as React from "react" import { cn } from "@/lib/utils";
const Checkbox = React.forwardRef<React.ElementRef<typeof CheckboxPrimitive.Root>, React.ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>>( const Checkbox = React.forwardRef<
({ className, ...props }, ref) => ( React.ElementRef<typeof CheckboxPrimitive.Root>,
<CheckboxPrimitive.Root React.ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>
ref={ref} >(({ className, ...props }, ref) => (
className={cn( <CheckboxPrimitive.Root
"peer h-4 w-4 shrink-0 rounded-sm border border-primary ring-offset-background focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground", ref={ref}
className, className={cn(
)} "peer h-4 w-4 shrink-0 rounded-sm border border-primary ring-offset-background focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground",
{...props} className,
> )}
<CheckboxPrimitive.Indicator className={cn("flex items-center justify-center text-current")}> {...props}
<Check className="h-4 w-4" /> >
</CheckboxPrimitive.Indicator> <CheckboxPrimitive.Indicator
</CheckboxPrimitive.Root> className={cn("flex items-center justify-center text-current")}
), >
) <Check className="h-4 w-4" />
Checkbox.displayName = CheckboxPrimitive.Root.displayName </CheckboxPrimitive.Indicator>
</CheckboxPrimitive.Root>
));
Checkbox.displayName = CheckboxPrimitive.Root.displayName;
export { Checkbox } export { Checkbox };
+141 -89
View File
@@ -1,107 +1,159 @@
"use client" "use client";
import { Dialog, DialogContent } from "@/components/ui/dialog" import { type DialogProps, DialogTitle } from "@radix-ui/react-dialog";
import { cn } from "@/lib/utils" import { Command as CommandPrimitive } from "cmdk";
import { type DialogProps, DialogTitle } from "@radix-ui/react-dialog" import { Search } from "lucide-react";
import { Command as CommandPrimitive } from "cmdk" import * as React from "react";
import { Search } from "lucide-react" import { Dialog, DialogContent } from "@/components/ui/dialog";
import * as React from "react" import { cn } from "@/lib/utils";
const Command = React.forwardRef<React.ElementRef<typeof CommandPrimitive>, React.ComponentPropsWithoutRef<typeof CommandPrimitive>>( const Command = React.forwardRef<
({ className, ...props }, ref) => ( React.ElementRef<typeof CommandPrimitive>,
<CommandPrimitive React.ComponentPropsWithoutRef<typeof CommandPrimitive>
ref={ref} >(({ className, ...props }, ref) => (
className={cn("flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground", className)} <CommandPrimitive
{...props} ref={ref}
/> className={cn(
), "flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground",
) className,
Command.displayName = CommandPrimitive.displayName )}
{...props}
/>
));
Command.displayName = CommandPrimitive.displayName;
const CommandDialog = ({ children, ...props }: DialogProps) => { const CommandDialog = ({ children, ...props }: DialogProps) => {
return ( return (
<Dialog {...props}> <Dialog {...props}>
<DialogTitle /> <DialogTitle />
<DialogContent className="overflow-hidden p-0 shadow-lg"> <DialogContent className="overflow-hidden p-0 shadow-lg">
<Command className="**:[[cmdk-group-heading]]:px-2 **:[[cmdk-group-heading]]:font-medium **:[[cmdk-group-heading]]:text-muted-foreground [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:pt-0 **:[[cmdk-group]]:px-2 [&_[cmdk-input-wrapper]_svg]:h-4 [&_[cmdk-input-wrapper]_svg]:w-4 **:[[cmdk-input]]:h-12 **:[[cmdk-item]]:px-2 **:[[cmdk-item]]:py-3 [&_[cmdk-item]_svg]:h-4 [&_[cmdk-item]_svg]:w-4"> <Command className="**:[[cmdk-group-heading]]:px-2 **:[[cmdk-group-heading]]:font-medium **:[[cmdk-group-heading]]:text-muted-foreground [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:pt-0 **:[[cmdk-group]]:px-2 [&_[cmdk-input-wrapper]_svg]:h-4 [&_[cmdk-input-wrapper]_svg]:w-4 **:[[cmdk-input]]:h-12 **:[[cmdk-item]]:px-2 **:[[cmdk-item]]:py-3 [&_[cmdk-item]_svg]:h-4 [&_[cmdk-item]_svg]:w-4">
{children} {children}
</Command> </Command>
</DialogContent> </DialogContent>
</Dialog> </Dialog>
) );
} };
const CommandInput = React.forwardRef<React.ElementRef<typeof CommandPrimitive.Input>, React.ComponentPropsWithoutRef<typeof CommandPrimitive.Input>>( const CommandInput = React.forwardRef<
({ className, ...props }, ref) => ( React.ElementRef<typeof CommandPrimitive.Input>,
<div className="flex items-center bg-stone-100 dark:bg-stone-900 px-3" cmdk-input-wrapper=""> React.ComponentPropsWithoutRef<typeof CommandPrimitive.Input>
<Search className="mr-2 h-4 w-4 shrink-0 opacity-50" /> >(({ className, ...props }, ref) => (
<CommandPrimitive.Input <div
ref={ref} className="flex items-center bg-stone-100 dark:bg-stone-900 px-3"
className={cn( cmdk-input-wrapper=""
"flex h-11 w-full rounded-md bg-transparent py-3 text-sm outline-hidden placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50", >
className, <Search className="mr-2 h-4 w-4 shrink-0 opacity-50" />
)} <CommandPrimitive.Input
{...props} ref={ref}
/> className={cn(
</div> "flex h-11 w-full rounded-md bg-transparent py-3 text-sm outline-hidden placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",
), className,
) )}
{...props}
/>
</div>
));
CommandInput.displayName = CommandPrimitive.Input.displayName CommandInput.displayName = CommandPrimitive.Input.displayName;
const CommandList = React.forwardRef<React.ElementRef<typeof CommandPrimitive.List>, React.ComponentPropsWithoutRef<typeof CommandPrimitive.List>>( const CommandList = React.forwardRef<
({ className, ...props }, ref) => ( React.ElementRef<typeof CommandPrimitive.List>,
<CommandPrimitive.List ref={ref} className={cn("max-h-[300px] mb-1 overflow-y-auto overflow-x-hidden", className)} {...props} /> React.ComponentPropsWithoutRef<typeof CommandPrimitive.List>
), >(({ className, ...props }, ref) => (
) <CommandPrimitive.List
ref={ref}
className={cn(
"max-h-[300px] mb-1 overflow-y-auto overflow-x-hidden",
className,
)}
{...props}
/>
));
CommandList.displayName = CommandPrimitive.List.displayName CommandList.displayName = CommandPrimitive.List.displayName;
const CommandEmpty = React.forwardRef<React.ElementRef<typeof CommandPrimitive.Empty>, React.ComponentPropsWithoutRef<typeof CommandPrimitive.Empty>>( const CommandEmpty = React.forwardRef<
(props, ref) => <CommandPrimitive.Empty ref={ref} className="py-6 text-center text-sm" {...props} />, React.ElementRef<typeof CommandPrimitive.Empty>,
) React.ComponentPropsWithoutRef<typeof CommandPrimitive.Empty>
>((props, ref) => (
<CommandPrimitive.Empty
ref={ref}
className="py-6 text-center text-sm"
{...props}
/>
));
CommandEmpty.displayName = CommandPrimitive.Empty.displayName CommandEmpty.displayName = CommandPrimitive.Empty.displayName;
const CommandGroup = React.forwardRef<React.ElementRef<typeof CommandPrimitive.Group>, React.ComponentPropsWithoutRef<typeof CommandPrimitive.Group>>( const CommandGroup = React.forwardRef<
({ className, ...props }, ref) => ( React.ElementRef<typeof CommandPrimitive.Group>,
<CommandPrimitive.Group React.ComponentPropsWithoutRef<typeof CommandPrimitive.Group>
ref={ref} >(({ className, ...props }, ref) => (
className={cn( <CommandPrimitive.Group
"overflow-hidden p-1 text-foreground **:[[cmdk-group-heading]]:px-2 **:[[cmdk-group-heading]]:py-1.5 **:[[cmdk-group-heading]]:text-xs **:[[cmdk-group-heading]]:font-medium **:[[cmdk-group-heading]]:text-muted-foreground", ref={ref}
className, className={cn(
)} "overflow-hidden p-1 text-foreground **:[[cmdk-group-heading]]:px-2 **:[[cmdk-group-heading]]:py-1.5 **:[[cmdk-group-heading]]:text-xs **:[[cmdk-group-heading]]:font-medium **:[[cmdk-group-heading]]:text-muted-foreground",
{...props} className,
/> )}
), {...props}
) />
));
CommandGroup.displayName = CommandPrimitive.Group.displayName CommandGroup.displayName = CommandPrimitive.Group.displayName;
const CommandSeparator = React.forwardRef< const CommandSeparator = React.forwardRef<
React.ElementRef<typeof CommandPrimitive.Separator>, React.ElementRef<typeof CommandPrimitive.Separator>,
React.ComponentPropsWithoutRef<typeof CommandPrimitive.Separator> React.ComponentPropsWithoutRef<typeof CommandPrimitive.Separator>
>(({ className, ...props }, ref) => <CommandPrimitive.Separator ref={ref} className={cn("-mx-1 h-px bg-border", className)} {...props} />) >(({ className, ...props }, ref) => (
CommandSeparator.displayName = CommandPrimitive.Separator.displayName <CommandPrimitive.Separator
ref={ref}
className={cn("-mx-1 h-px bg-border", className)}
{...props}
/>
));
CommandSeparator.displayName = CommandPrimitive.Separator.displayName;
const CommandItem = React.forwardRef<React.ElementRef<typeof CommandPrimitive.Item>, React.ComponentPropsWithoutRef<typeof CommandPrimitive.Item>>( const CommandItem = React.forwardRef<
({ className, ...props }, ref) => ( React.ElementRef<typeof CommandPrimitive.Item>,
<CommandPrimitive.Item React.ComponentPropsWithoutRef<typeof CommandPrimitive.Item>
ref={ref} >(({ className, ...props }, ref) => (
className={cn( <CommandPrimitive.Item
"relative flex cursor-default gap-2 select-none items-center rounded-[8px] px-2 py-1.5 text-xs outline-hidden data-[disabled=true]:pointer-events-none data-[selected='true']:bg-stone-100 dark:data-[selected='true']:bg-stone-900 data-[selected=true]:text-accent-foreground data-[disabled=true]:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0", ref={ref}
className, className={cn(
)} "relative flex cursor-default gap-2 select-none items-center rounded-[8px] px-2 py-1.5 text-xs outline-hidden data-[disabled=true]:pointer-events-none data-[selected='true']:bg-stone-100 dark:data-[selected='true']:bg-stone-900 data-[selected=true]:text-accent-foreground data-[disabled=true]:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",
{...props} className,
/> )}
), {...props}
) />
));
CommandItem.displayName = CommandPrimitive.Item.displayName CommandItem.displayName = CommandPrimitive.Item.displayName;
const CommandShortcut = ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>) => { const CommandShortcut = ({
return <span className={cn("ml-auto text-xs tracking-widest text-muted-foreground", className)} {...props} /> className,
} ...props
CommandShortcut.displayName = "CommandShortcut" }: React.HTMLAttributes<HTMLSpanElement>) => {
return (
<span
className={cn(
"ml-auto text-xs tracking-widest text-muted-foreground",
className,
)}
{...props}
/>
);
};
CommandShortcut.displayName = "CommandShortcut";
export { Command, CommandDialog, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem, CommandShortcut, CommandSeparator } export {
Command,
CommandDialog,
CommandInput,
CommandList,
CommandEmpty,
CommandGroup,
CommandItem,
CommandShortcut,
CommandSeparator,
};
+103 -60
View File
@@ -1,76 +1,119 @@
import { cn } from "@/lib/utils" import * as DialogPrimitive from "@radix-ui/react-dialog";
import * as DialogPrimitive from "@radix-ui/react-dialog" import { X } from "lucide-react";
import { X } from "lucide-react" import * as React from "react";
import * as React from "react" import { cn } from "@/lib/utils";
const Dialog = DialogPrimitive.Root const Dialog = DialogPrimitive.Root;
const DialogTrigger = DialogPrimitive.Trigger const DialogTrigger = DialogPrimitive.Trigger;
const DialogPortal = DialogPrimitive.Portal const DialogPortal = DialogPrimitive.Portal;
const DialogClose = DialogPrimitive.Close const DialogClose = DialogPrimitive.Close;
const DialogOverlay = React.forwardRef< const DialogOverlay = React.forwardRef<
React.ElementRef<typeof DialogPrimitive.Overlay>, React.ElementRef<typeof DialogPrimitive.Overlay>,
React.ComponentPropsWithoutRef<typeof DialogPrimitive.Overlay> React.ComponentPropsWithoutRef<typeof DialogPrimitive.Overlay>
>(({ className, ...props }, ref) => ( >(({ className, ...props }, ref) => (
<DialogPrimitive.Overlay <DialogPrimitive.Overlay
ref={ref} ref={ref}
className={cn( className={cn(
"fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0", "fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
className, className,
)} )}
{...props} {...props}
/> />
)) ));
DialogOverlay.displayName = DialogPrimitive.Overlay.displayName DialogOverlay.displayName = DialogPrimitive.Overlay.displayName;
const DialogContent = React.forwardRef< const DialogContent = React.forwardRef<
React.ElementRef<typeof DialogPrimitive.Content>, React.ElementRef<typeof DialogPrimitive.Content>,
React.ComponentPropsWithoutRef<typeof DialogPrimitive.Content> React.ComponentPropsWithoutRef<typeof DialogPrimitive.Content>
>(({ className, children, ...props }, ref) => ( >(({ className, children, ...props }, ref) => (
<DialogPortal> <DialogPortal>
<DialogOverlay /> <DialogOverlay />
<DialogPrimitive.Content <DialogPrimitive.Content
ref={ref} ref={ref}
className={cn( className={cn(
"fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg", "fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",
className, className,
)} )}
{...props} {...props}
> >
{children} {children}
<DialogPrimitive.Close className="absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-hidden focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground"> <DialogPrimitive.Close className="absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-hidden focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground">
<X className="h-4 w-4" /> <X className="h-4 w-4" />
<span className="sr-only">Close</span> <span className="sr-only">Close</span>
</DialogPrimitive.Close> </DialogPrimitive.Close>
</DialogPrimitive.Content> </DialogPrimitive.Content>
</DialogPortal> </DialogPortal>
)) ));
DialogContent.displayName = DialogPrimitive.Content.displayName DialogContent.displayName = DialogPrimitive.Content.displayName;
const DialogHeader = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => ( const DialogHeader = ({
<div className={cn("flex flex-col space-y-1.5 text-center sm:text-left", className)} {...props} /> className,
) ...props
DialogHeader.displayName = "DialogHeader" }: React.HTMLAttributes<HTMLDivElement>) => (
<div
className={cn(
"flex flex-col space-y-1.5 text-center sm:text-left",
className,
)}
{...props}
/>
);
DialogHeader.displayName = "DialogHeader";
const DialogFooter = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => ( const DialogFooter = ({
<div className={cn("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2", className)} {...props} /> className,
) ...props
DialogFooter.displayName = "DialogFooter" }: React.HTMLAttributes<HTMLDivElement>) => (
<div
className={cn(
"flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",
className,
)}
{...props}
/>
);
DialogFooter.displayName = "DialogFooter";
const DialogTitle = React.forwardRef<React.ElementRef<typeof DialogPrimitive.Title>, React.ComponentPropsWithoutRef<typeof DialogPrimitive.Title>>( const DialogTitle = React.forwardRef<
({ className, ...props }, ref) => ( React.ElementRef<typeof DialogPrimitive.Title>,
<DialogPrimitive.Title ref={ref} className={cn("text-lg font-semibold leading-none tracking-tight", className)} {...props} /> React.ComponentPropsWithoutRef<typeof DialogPrimitive.Title>
), >(({ className, ...props }, ref) => (
) <DialogPrimitive.Title
DialogTitle.displayName = DialogPrimitive.Title.displayName ref={ref}
className={cn(
"text-lg font-semibold leading-none tracking-tight",
className,
)}
{...props}
/>
));
DialogTitle.displayName = DialogPrimitive.Title.displayName;
const DialogDescription = React.forwardRef< const DialogDescription = React.forwardRef<
React.ElementRef<typeof DialogPrimitive.Description>, React.ElementRef<typeof DialogPrimitive.Description>,
React.ComponentPropsWithoutRef<typeof DialogPrimitive.Description> React.ComponentPropsWithoutRef<typeof DialogPrimitive.Description>
>(({ className, ...props }, ref) => <DialogPrimitive.Description ref={ref} className={cn("text-sm text-muted-foreground", className)} {...props} />) >(({ className, ...props }, ref) => (
DialogDescription.displayName = DialogPrimitive.Description.displayName <DialogPrimitive.Description
ref={ref}
className={cn("text-sm text-muted-foreground", className)}
{...props}
/>
));
DialogDescription.displayName = DialogPrimitive.Description.displayName;
export { Dialog, DialogPortal, DialogOverlay, DialogClose, DialogTrigger, DialogContent, DialogHeader, DialogFooter, DialogTitle, DialogDescription } export {
Dialog,
DialogPortal,
DialogOverlay,
DialogClose,
DialogTrigger,
DialogContent,
DialogHeader,
DialogFooter,
DialogTitle,
DialogDescription,
};
+165 -140
View File
@@ -1,172 +1,197 @@
import { cn } from "@/lib/utils" import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu" import { Check, ChevronRight, Circle } from "lucide-react";
import { Check, ChevronRight, Circle } from "lucide-react" import * as React from "react";
import * as React from "react" import { cn } from "@/lib/utils";
const DropdownMenu = DropdownMenuPrimitive.Root const DropdownMenu = DropdownMenuPrimitive.Root;
const DropdownMenuTrigger = DropdownMenuPrimitive.Trigger const DropdownMenuTrigger = DropdownMenuPrimitive.Trigger;
const DropdownMenuGroup = DropdownMenuPrimitive.Group const DropdownMenuGroup = DropdownMenuPrimitive.Group;
const DropdownMenuPortal = DropdownMenuPrimitive.Portal const DropdownMenuPortal = DropdownMenuPrimitive.Portal;
const DropdownMenuSub = DropdownMenuPrimitive.Sub const DropdownMenuSub = DropdownMenuPrimitive.Sub;
const DropdownMenuRadioGroup = DropdownMenuPrimitive.RadioGroup const DropdownMenuRadioGroup = DropdownMenuPrimitive.RadioGroup;
const DropdownMenuSubTrigger = React.forwardRef< const DropdownMenuSubTrigger = React.forwardRef<
React.ElementRef<typeof DropdownMenuPrimitive.SubTrigger>, React.ElementRef<typeof DropdownMenuPrimitive.SubTrigger>,
React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.SubTrigger> & { React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.SubTrigger> & {
inset?: boolean inset?: boolean;
} }
>(({ className, inset, children, ...props }, ref) => ( >(({ className, inset, children, ...props }, ref) => (
<DropdownMenuPrimitive.SubTrigger <DropdownMenuPrimitive.SubTrigger
ref={ref} ref={ref}
className={cn( className={cn(
"flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-hidden focus:bg-accent data-[state=open]:bg-accent", "flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-hidden focus:bg-accent data-[state=open]:bg-accent",
inset && "pl-8", inset && "pl-8",
className, className,
)} )}
{...props} {...props}
> >
{children} {children}
<ChevronRight className="ml-auto h-4 w-4" /> <ChevronRight className="ml-auto h-4 w-4" />
</DropdownMenuPrimitive.SubTrigger> </DropdownMenuPrimitive.SubTrigger>
)) ));
DropdownMenuSubTrigger.displayName = DropdownMenuPrimitive.SubTrigger.displayName DropdownMenuSubTrigger.displayName =
DropdownMenuPrimitive.SubTrigger.displayName;
const DropdownMenuSubContent = React.forwardRef< const DropdownMenuSubContent = React.forwardRef<
React.ElementRef<typeof DropdownMenuPrimitive.SubContent>, React.ElementRef<typeof DropdownMenuPrimitive.SubContent>,
React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.SubContent> React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.SubContent>
>(({ className, ...props }, ref) => ( >(({ className, ...props }, ref) => (
<DropdownMenuPrimitive.SubContent <DropdownMenuPrimitive.SubContent
ref={ref} ref={ref}
className={cn( className={cn(
"z-50 min-w-32 overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2", "z-50 min-w-32 overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
className, className,
)} )}
{...props} {...props}
/> />
)) ));
DropdownMenuSubContent.displayName = DropdownMenuPrimitive.SubContent.displayName DropdownMenuSubContent.displayName =
DropdownMenuPrimitive.SubContent.displayName;
const DropdownMenuContent = React.forwardRef< const DropdownMenuContent = React.forwardRef<
React.ElementRef<typeof DropdownMenuPrimitive.Content>, React.ElementRef<typeof DropdownMenuPrimitive.Content>,
React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Content> React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Content>
>(({ className, sideOffset = 4, ...props }, ref) => ( >(({ className, sideOffset = 4, ...props }, ref) => (
<DropdownMenuPrimitive.Portal> <DropdownMenuPrimitive.Portal>
<DropdownMenuPrimitive.Content <DropdownMenuPrimitive.Content
ref={ref} ref={ref}
sideOffset={sideOffset} sideOffset={sideOffset}
className={cn( className={cn(
"z-50 min-w-32 overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-2xl data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2", "z-50 min-w-32 overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-2xl data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
className, className,
)} )}
{...props} {...props}
/> />
</DropdownMenuPrimitive.Portal> </DropdownMenuPrimitive.Portal>
)) ));
DropdownMenuContent.displayName = DropdownMenuPrimitive.Content.displayName DropdownMenuContent.displayName = DropdownMenuPrimitive.Content.displayName;
const DropdownMenuItem = React.forwardRef< const DropdownMenuItem = React.forwardRef<
React.ElementRef<typeof DropdownMenuPrimitive.Item>, React.ElementRef<typeof DropdownMenuPrimitive.Item>,
React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Item> & { React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Item> & {
inset?: boolean inset?: boolean;
} }
>(({ className, inset, ...props }, ref) => ( >(({ className, inset, ...props }, ref) => (
<DropdownMenuPrimitive.Item <DropdownMenuPrimitive.Item
ref={ref} ref={ref}
className={cn( className={cn(
"relative flex cursor-default justify-between select-none items-center gap-2 rounded-[10px] px-2 py-1.5 text-sm outline-hidden transition-colors focus:bg-accent focus:text-accent-foreground data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0", "relative flex cursor-default justify-between select-none items-center gap-2 rounded-[10px] px-2 py-1.5 text-sm outline-hidden transition-colors focus:bg-accent focus:text-accent-foreground data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",
inset && "pl-8", inset && "pl-8",
className, className,
)} )}
{...props} {...props}
/> />
)) ));
DropdownMenuItem.displayName = DropdownMenuPrimitive.Item.displayName DropdownMenuItem.displayName = DropdownMenuPrimitive.Item.displayName;
const DropdownMenuCheckboxItem = React.forwardRef< const DropdownMenuCheckboxItem = React.forwardRef<
React.ElementRef<typeof DropdownMenuPrimitive.CheckboxItem>, React.ElementRef<typeof DropdownMenuPrimitive.CheckboxItem>,
React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.CheckboxItem> React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.CheckboxItem>
>(({ className, children, checked, ...props }, ref) => ( >(({ className, children, checked, ...props }, ref) => (
<DropdownMenuPrimitive.CheckboxItem <DropdownMenuPrimitive.CheckboxItem
ref={ref} ref={ref}
className={cn( className={cn(
"relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-hidden transition-colors focus:bg-accent focus:text-accent-foreground data-disabled:pointer-events-none data-disabled:opacity-50", "relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-hidden transition-colors focus:bg-accent focus:text-accent-foreground data-disabled:pointer-events-none data-disabled:opacity-50",
className, className,
)} )}
checked={checked} checked={checked}
{...props} {...props}
> >
<span className="absolute left-2 flex h-3.5 w-3.5 items-center justify-center"> <span className="absolute left-2 flex h-3.5 w-3.5 items-center justify-center">
<DropdownMenuPrimitive.ItemIndicator> <DropdownMenuPrimitive.ItemIndicator>
<Check className="h-4 w-4" /> <Check className="h-4 w-4" />
</DropdownMenuPrimitive.ItemIndicator> </DropdownMenuPrimitive.ItemIndicator>
</span> </span>
{children} {children}
</DropdownMenuPrimitive.CheckboxItem> </DropdownMenuPrimitive.CheckboxItem>
)) ));
DropdownMenuCheckboxItem.displayName = DropdownMenuPrimitive.CheckboxItem.displayName DropdownMenuCheckboxItem.displayName =
DropdownMenuPrimitive.CheckboxItem.displayName;
const DropdownMenuRadioItem = React.forwardRef< const DropdownMenuRadioItem = React.forwardRef<
React.ElementRef<typeof DropdownMenuPrimitive.RadioItem>, React.ElementRef<typeof DropdownMenuPrimitive.RadioItem>,
React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.RadioItem> React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.RadioItem>
>(({ className, children, ...props }, ref) => ( >(({ className, children, ...props }, ref) => (
<DropdownMenuPrimitive.RadioItem <DropdownMenuPrimitive.RadioItem
ref={ref} ref={ref}
className={cn( className={cn(
"relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-hidden transition-colors focus:bg-accent focus:text-accent-foreground data-disabled:pointer-events-none data-disabled:opacity-50", "relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-hidden transition-colors focus:bg-accent focus:text-accent-foreground data-disabled:pointer-events-none data-disabled:opacity-50",
className, className,
)} )}
{...props} {...props}
> >
<span className="absolute left-2 flex h-3.5 w-3.5 items-center justify-center"> <span className="absolute left-2 flex h-3.5 w-3.5 items-center justify-center">
<DropdownMenuPrimitive.ItemIndicator> <DropdownMenuPrimitive.ItemIndicator>
<Circle className="h-2 w-2 fill-current" /> <Circle className="h-2 w-2 fill-current" />
</DropdownMenuPrimitive.ItemIndicator> </DropdownMenuPrimitive.ItemIndicator>
</span> </span>
{children} {children}
</DropdownMenuPrimitive.RadioItem> </DropdownMenuPrimitive.RadioItem>
)) ));
DropdownMenuRadioItem.displayName = DropdownMenuPrimitive.RadioItem.displayName DropdownMenuRadioItem.displayName = DropdownMenuPrimitive.RadioItem.displayName;
const DropdownMenuLabel = React.forwardRef< const DropdownMenuLabel = React.forwardRef<
React.ElementRef<typeof DropdownMenuPrimitive.Label>, React.ElementRef<typeof DropdownMenuPrimitive.Label>,
React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Label> & { React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Label> & {
inset?: boolean inset?: boolean;
} }
>(({ className, inset, ...props }, ref) => ( >(({ className, inset, ...props }, ref) => (
<DropdownMenuPrimitive.Label ref={ref} className={cn("px-2 py-1.5 text-sm font-semibold", inset && "pl-8", className)} {...props} /> <DropdownMenuPrimitive.Label
)) ref={ref}
DropdownMenuLabel.displayName = DropdownMenuPrimitive.Label.displayName className={cn(
"px-2 py-1.5 text-sm font-semibold",
inset && "pl-8",
className,
)}
{...props}
/>
));
DropdownMenuLabel.displayName = DropdownMenuPrimitive.Label.displayName;
const DropdownMenuSeparator = React.forwardRef< const DropdownMenuSeparator = React.forwardRef<
React.ElementRef<typeof DropdownMenuPrimitive.Separator>, React.ElementRef<typeof DropdownMenuPrimitive.Separator>,
React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Separator> React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Separator>
>(({ className, ...props }, ref) => <DropdownMenuPrimitive.Separator ref={ref} className={cn("-mx-1 my-1 h-px bg-muted", className)} {...props} />) >(({ className, ...props }, ref) => (
DropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName <DropdownMenuPrimitive.Separator
ref={ref}
className={cn("-mx-1 my-1 h-px bg-muted", className)}
{...props}
/>
));
DropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName;
const DropdownMenuShortcut = ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>) => { const DropdownMenuShortcut = ({
return <span className={cn("ml-auto text-xs tracking-widest opacity-60", className)} {...props} /> className,
} ...props
DropdownMenuShortcut.displayName = "DropdownMenuShortcut" }: React.HTMLAttributes<HTMLSpanElement>) => {
return (
<span
className={cn("ml-auto text-xs tracking-widest opacity-60", className)}
{...props}
/>
);
};
DropdownMenuShortcut.displayName = "DropdownMenuShortcut";
export { export {
DropdownMenu, DropdownMenu,
DropdownMenuTrigger, DropdownMenuTrigger,
DropdownMenuContent, DropdownMenuContent,
DropdownMenuItem, DropdownMenuItem,
DropdownMenuCheckboxItem, DropdownMenuCheckboxItem,
DropdownMenuRadioItem, DropdownMenuRadioItem,
DropdownMenuLabel, DropdownMenuLabel,
DropdownMenuSeparator, DropdownMenuSeparator,
DropdownMenuShortcut, DropdownMenuShortcut,
DropdownMenuGroup, DropdownMenuGroup,
DropdownMenuPortal, DropdownMenuPortal,
DropdownMenuSub, DropdownMenuSub,
DropdownMenuSubContent, DropdownMenuSubContent,
DropdownMenuSubTrigger, DropdownMenuSubTrigger,
DropdownMenuRadioGroup, DropdownMenuRadioGroup,
} };
+21 -18
View File
@@ -1,21 +1,24 @@
import { cn } from "@/lib/utils" import * as React from "react";
import * as React from "react" import { cn } from "@/lib/utils";
export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {} export interface InputProps
extends React.InputHTMLAttributes<HTMLInputElement> {}
const Input = React.forwardRef<HTMLInputElement, InputProps>(({ className, type, ...props }, ref) => { const Input = React.forwardRef<HTMLInputElement, InputProps>(
return ( ({ className, type, ...props }, ref) => {
<input return (
type={type} <input
className={cn( type={type}
"flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-hidden disabled:cursor-not-allowed disabled:opacity-50", className={cn(
className, "flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-hidden disabled:cursor-not-allowed disabled:opacity-50",
)} className,
ref={ref} )}
{...props} ref={ref}
/> {...props}
) />
}) );
Input.displayName = "Input" },
);
Input.displayName = "Input";
export { Input } export { Input };
+19 -10
View File
@@ -1,14 +1,23 @@
import { cn } from "@/lib/utils" import * as LabelPrimitive from "@radix-ui/react-label";
import * as LabelPrimitive from "@radix-ui/react-label" import { cva, type VariantProps } from "class-variance-authority";
import { type VariantProps, cva } from "class-variance-authority" import * as React from "react";
import * as React from "react" import { cn } from "@/lib/utils";
const labelVariants = cva("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70") const labelVariants = cva(
"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",
);
const Label = React.forwardRef< const Label = React.forwardRef<
React.ElementRef<typeof LabelPrimitive.Root>, React.ElementRef<typeof LabelPrimitive.Root>,
React.ComponentPropsWithoutRef<typeof LabelPrimitive.Root> & VariantProps<typeof labelVariants> React.ComponentPropsWithoutRef<typeof LabelPrimitive.Root> &
>(({ className, ...props }, ref) => <LabelPrimitive.Root ref={ref} className={cn(labelVariants(), className)} {...props} />) VariantProps<typeof labelVariants>
Label.displayName = LabelPrimitive.Root.displayName >(({ className, ...props }, ref) => (
<LabelPrimitive.Root
ref={ref}
className={cn(labelVariants(), className)}
{...props}
/>
));
Label.displayName = LabelPrimitive.Root.displayName;
export { Label } export { Label };
+22 -22
View File
@@ -1,28 +1,28 @@
import { cn } from "@/lib/utils" import * as PopoverPrimitive from "@radix-ui/react-popover";
import * as PopoverPrimitive from "@radix-ui/react-popover" import * as React from "react";
import * as React from "react" import { cn } from "@/lib/utils";
const Popover = PopoverPrimitive.Root const Popover = PopoverPrimitive.Root;
const PopoverTrigger = PopoverPrimitive.Trigger const PopoverTrigger = PopoverPrimitive.Trigger;
const PopoverContent = React.forwardRef< const PopoverContent = React.forwardRef<
React.ElementRef<typeof PopoverPrimitive.Content>, React.ElementRef<typeof PopoverPrimitive.Content>,
React.ComponentPropsWithoutRef<typeof PopoverPrimitive.Content> React.ComponentPropsWithoutRef<typeof PopoverPrimitive.Content>
>(({ className, align = "center", sideOffset = 4, ...props }, ref) => ( >(({ className, align = "center", sideOffset = 4, ...props }, ref) => (
<PopoverPrimitive.Portal> <PopoverPrimitive.Portal>
<PopoverPrimitive.Content <PopoverPrimitive.Content
ref={ref} ref={ref}
align={align} align={align}
sideOffset={sideOffset} sideOffset={sideOffset}
className={cn( className={cn(
"z-50 w-72 rounded-md border bg-popover p-4 text-popover-foreground shadow-2xl outline-hidden data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2", "z-50 w-72 rounded-md border bg-popover p-4 text-popover-foreground shadow-2xl outline-hidden data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
className, className,
)} )}
{...props} {...props}
/> />
</PopoverPrimitive.Portal> </PopoverPrimitive.Portal>
)) ));
PopoverContent.displayName = PopoverPrimitive.Content.displayName PopoverContent.displayName = PopoverPrimitive.Content.displayName;
export { Popover, PopoverTrigger, PopoverContent } export { Popover, PopoverTrigger, PopoverContent };
+26 -16
View File
@@ -1,20 +1,30 @@
import { cn } from "@/lib/utils" import * as ProgressPrimitive from "@radix-ui/react-progress";
import * as ProgressPrimitive from "@radix-ui/react-progress" import * as React from "react";
import * as React from "react" import { cn } from "@/lib/utils";
const Progress = React.forwardRef< const Progress = React.forwardRef<
React.ElementRef<typeof ProgressPrimitive.Root>, React.ElementRef<typeof ProgressPrimitive.Root>,
React.ComponentPropsWithoutRef<typeof ProgressPrimitive.Root> & { React.ComponentPropsWithoutRef<typeof ProgressPrimitive.Root> & {
indicatorClassName?: string indicatorClassName?: string;
} }
>(({ className, value, indicatorClassName, ...props }, ref) => ( >(({ className, value, indicatorClassName, ...props }, ref) => (
<ProgressPrimitive.Root ref={ref} className={cn("relative h-4 w-full overflow-hidden rounded-full bg-secondary", className)} {...props}> <ProgressPrimitive.Root
<ProgressPrimitive.Indicator ref={ref}
className={cn("h-full w-full flex-1 bg-primary transition-all", indicatorClassName)} className={cn(
style={{ transform: `translateX(-${100 - (value || 0)}%)` }} "relative h-4 w-full overflow-hidden rounded-full bg-secondary",
/> className,
</ProgressPrimitive.Root> )}
)) {...props}
Progress.displayName = ProgressPrimitive.Root.displayName >
<ProgressPrimitive.Indicator
className={cn(
"h-full w-full flex-1 bg-primary transition-all",
indicatorClassName,
)}
style={{ transform: `translateX(-${100 - (value || 0)}%)` }}
/>
</ProgressPrimitive.Root>
));
Progress.displayName = ProgressPrimitive.Root.displayName;
export { Progress } export { Progress };
+135 -104
View File
@@ -1,126 +1,157 @@
import { cn } from "@/lib/utils" import * as SelectPrimitive from "@radix-ui/react-select";
import * as SelectPrimitive from "@radix-ui/react-select" import { Check, ChevronDown, ChevronUp } from "lucide-react";
import { Check, ChevronDown, ChevronUp } from "lucide-react" import * as React from "react";
import * as React from "react" import { cn } from "@/lib/utils";
const Select = SelectPrimitive.Root const Select = SelectPrimitive.Root;
const SelectGroup = SelectPrimitive.Group const SelectGroup = SelectPrimitive.Group;
const SelectValue = SelectPrimitive.Value const SelectValue = SelectPrimitive.Value;
const SelectTrigger = React.forwardRef< const SelectTrigger = React.forwardRef<
React.ElementRef<typeof SelectPrimitive.Trigger>, React.ElementRef<typeof SelectPrimitive.Trigger>,
React.ComponentPropsWithoutRef<typeof SelectPrimitive.Trigger> React.ComponentPropsWithoutRef<typeof SelectPrimitive.Trigger>
>(({ className, children, ...props }, ref) => ( >(({ className, children, ...props }, ref) => (
<SelectPrimitive.Trigger <SelectPrimitive.Trigger
ref={ref} ref={ref}
className={cn( className={cn(
"flex h-10 w-full items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus:outline-hidden focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1", "flex h-10 w-full items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus:outline-hidden focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",
className, className,
)} )}
{...props} {...props}
> >
{children} {children}
<SelectPrimitive.Icon asChild> <SelectPrimitive.Icon asChild>
<ChevronDown className="h-4 w-4 opacity-50" /> <ChevronDown className="h-4 w-4 opacity-50" />
</SelectPrimitive.Icon> </SelectPrimitive.Icon>
</SelectPrimitive.Trigger> </SelectPrimitive.Trigger>
)) ));
SelectTrigger.displayName = SelectPrimitive.Trigger.displayName SelectTrigger.displayName = SelectPrimitive.Trigger.displayName;
const SelectScrollUpButton = React.forwardRef< const SelectScrollUpButton = React.forwardRef<
React.ElementRef<typeof SelectPrimitive.ScrollUpButton>, React.ElementRef<typeof SelectPrimitive.ScrollUpButton>,
React.ComponentPropsWithoutRef<typeof SelectPrimitive.ScrollUpButton> React.ComponentPropsWithoutRef<typeof SelectPrimitive.ScrollUpButton>
>(({ className, ...props }, ref) => ( >(({ className, ...props }, ref) => (
<SelectPrimitive.ScrollUpButton ref={ref} className={cn("flex cursor-default items-center justify-center py-1", className)} {...props}> <SelectPrimitive.ScrollUpButton
<ChevronUp className="h-4 w-4" /> ref={ref}
</SelectPrimitive.ScrollUpButton> className={cn(
)) "flex cursor-default items-center justify-center py-1",
SelectScrollUpButton.displayName = SelectPrimitive.ScrollUpButton.displayName className,
)}
{...props}
>
<ChevronUp className="h-4 w-4" />
</SelectPrimitive.ScrollUpButton>
));
SelectScrollUpButton.displayName = SelectPrimitive.ScrollUpButton.displayName;
const SelectScrollDownButton = React.forwardRef< const SelectScrollDownButton = React.forwardRef<
React.ElementRef<typeof SelectPrimitive.ScrollDownButton>, React.ElementRef<typeof SelectPrimitive.ScrollDownButton>,
React.ComponentPropsWithoutRef<typeof SelectPrimitive.ScrollDownButton> React.ComponentPropsWithoutRef<typeof SelectPrimitive.ScrollDownButton>
>(({ className, ...props }, ref) => ( >(({ className, ...props }, ref) => (
<SelectPrimitive.ScrollDownButton ref={ref} className={cn("flex cursor-default items-center justify-center py-1", className)} {...props}> <SelectPrimitive.ScrollDownButton
<ChevronDown className="h-4 w-4" /> ref={ref}
</SelectPrimitive.ScrollDownButton> className={cn(
)) "flex cursor-default items-center justify-center py-1",
SelectScrollDownButton.displayName = SelectPrimitive.ScrollDownButton.displayName className,
)}
{...props}
>
<ChevronDown className="h-4 w-4" />
</SelectPrimitive.ScrollDownButton>
));
SelectScrollDownButton.displayName =
SelectPrimitive.ScrollDownButton.displayName;
const SelectContent = React.forwardRef< const SelectContent = React.forwardRef<
React.ElementRef<typeof SelectPrimitive.Content>, React.ElementRef<typeof SelectPrimitive.Content>,
React.ComponentPropsWithoutRef<typeof SelectPrimitive.Content> React.ComponentPropsWithoutRef<typeof SelectPrimitive.Content>
>(({ className, children, position = "popper", ...props }, ref) => ( >(({ className, children, position = "popper", ...props }, ref) => (
<SelectPrimitive.Portal> <SelectPrimitive.Portal>
<SelectPrimitive.Content <SelectPrimitive.Content
ref={ref} ref={ref}
className={cn( className={cn(
"relative z-50 max-h-96 min-w-32 overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2", "relative z-50 max-h-96 min-w-32 overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
position === "popper" && position === "popper" &&
"data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1", "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
className, className,
)} )}
position={position} position={position}
{...props} {...props}
> >
<SelectScrollUpButton /> <SelectScrollUpButton />
<SelectPrimitive.Viewport <SelectPrimitive.Viewport
className={cn("p-1", position === "popper" && "h-(--radix-select-trigger-height) w-full min-w-(--radix-select-trigger-width)")} className={cn(
> "p-1",
{children} position === "popper" &&
</SelectPrimitive.Viewport> "h-(--radix-select-trigger-height) w-full min-w-(--radix-select-trigger-width)",
<SelectScrollDownButton /> )}
</SelectPrimitive.Content> >
</SelectPrimitive.Portal> {children}
)) </SelectPrimitive.Viewport>
SelectContent.displayName = SelectPrimitive.Content.displayName <SelectScrollDownButton />
</SelectPrimitive.Content>
</SelectPrimitive.Portal>
));
SelectContent.displayName = SelectPrimitive.Content.displayName;
const SelectLabel = React.forwardRef<React.ElementRef<typeof SelectPrimitive.Label>, React.ComponentPropsWithoutRef<typeof SelectPrimitive.Label>>( const SelectLabel = React.forwardRef<
({ className, ...props }, ref) => ( React.ElementRef<typeof SelectPrimitive.Label>,
<SelectPrimitive.Label ref={ref} className={cn("py-1.5 pl-8 pr-2 text-sm font-semibold", className)} {...props} /> React.ComponentPropsWithoutRef<typeof SelectPrimitive.Label>
), >(({ className, ...props }, ref) => (
) <SelectPrimitive.Label
SelectLabel.displayName = SelectPrimitive.Label.displayName ref={ref}
className={cn("py-1.5 pl-8 pr-2 text-sm font-semibold", className)}
{...props}
/>
));
SelectLabel.displayName = SelectPrimitive.Label.displayName;
const SelectItem = React.forwardRef<React.ElementRef<typeof SelectPrimitive.Item>, React.ComponentPropsWithoutRef<typeof SelectPrimitive.Item>>( const SelectItem = React.forwardRef<
({ className, children, ...props }, ref) => ( React.ElementRef<typeof SelectPrimitive.Item>,
<SelectPrimitive.Item React.ComponentPropsWithoutRef<typeof SelectPrimitive.Item>
ref={ref} >(({ className, children, ...props }, ref) => (
className={cn( <SelectPrimitive.Item
"relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-hidden focus:bg-accent focus:text-accent-foreground data-disabled:pointer-events-none data-disabled:opacity-50", ref={ref}
className, className={cn(
)} "relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-hidden focus:bg-accent focus:text-accent-foreground data-disabled:pointer-events-none data-disabled:opacity-50",
{...props} className,
> )}
<span className="absolute left-2 flex h-3.5 w-3.5 items-center justify-center"> {...props}
<SelectPrimitive.ItemIndicator> >
<Check className="h-4 w-4" /> <span className="absolute left-2 flex h-3.5 w-3.5 items-center justify-center">
</SelectPrimitive.ItemIndicator> <SelectPrimitive.ItemIndicator>
</span> <Check className="h-4 w-4" />
</SelectPrimitive.ItemIndicator>
</span>
<SelectPrimitive.ItemText>{children}</SelectPrimitive.ItemText> <SelectPrimitive.ItemText>{children}</SelectPrimitive.ItemText>
</SelectPrimitive.Item> </SelectPrimitive.Item>
), ));
) SelectItem.displayName = SelectPrimitive.Item.displayName;
SelectItem.displayName = SelectPrimitive.Item.displayName
const SelectSeparator = React.forwardRef< const SelectSeparator = React.forwardRef<
React.ElementRef<typeof SelectPrimitive.Separator>, React.ElementRef<typeof SelectPrimitive.Separator>,
React.ComponentPropsWithoutRef<typeof SelectPrimitive.Separator> React.ComponentPropsWithoutRef<typeof SelectPrimitive.Separator>
>(({ className, ...props }, ref) => <SelectPrimitive.Separator ref={ref} className={cn("-mx-1 my-1 h-px bg-muted", className)} {...props} />) >(({ className, ...props }, ref) => (
SelectSeparator.displayName = SelectPrimitive.Separator.displayName <SelectPrimitive.Separator
ref={ref}
className={cn("-mx-1 my-1 h-px bg-muted", className)}
{...props}
/>
));
SelectSeparator.displayName = SelectPrimitive.Separator.displayName;
export { export {
Select, Select,
SelectGroup, SelectGroup,
SelectValue, SelectValue,
SelectTrigger, SelectTrigger,
SelectContent, SelectContent,
SelectLabel, SelectLabel,
SelectItem, SelectItem,
SelectSeparator, SelectSeparator,
SelectScrollUpButton, SelectScrollUpButton,
SelectScrollDownButton, SelectScrollDownButton,
} };
+26 -16
View File
@@ -1,18 +1,28 @@
import { cn } from "@/lib/utils" import * as SeparatorPrimitive from "@radix-ui/react-separator";
import * as SeparatorPrimitive from "@radix-ui/react-separator" import * as React from "react";
import * as React from "react" import { cn } from "@/lib/utils";
const Separator = React.forwardRef<React.ElementRef<typeof SeparatorPrimitive.Root>, React.ComponentPropsWithoutRef<typeof SeparatorPrimitive.Root>>( const Separator = React.forwardRef<
({ className, orientation = "horizontal", decorative = true, ...props }, ref) => ( React.ElementRef<typeof SeparatorPrimitive.Root>,
<SeparatorPrimitive.Root React.ComponentPropsWithoutRef<typeof SeparatorPrimitive.Root>
ref={ref} >(
decorative={decorative} (
orientation={orientation} { className, orientation = "horizontal", decorative = true, ...props },
className={cn("shrink-0 bg-border", orientation === "horizontal" ? "h-px w-full" : "h-full w-px", className)} ref,
{...props} ) => (
/> <SeparatorPrimitive.Root
), ref={ref}
) decorative={decorative}
Separator.displayName = SeparatorPrimitive.Root.displayName orientation={orientation}
className={cn(
"shrink-0 bg-border",
orientation === "horizontal" ? "h-px w-full" : "h-full w-px",
className,
)}
{...props}
/>
),
);
Separator.displayName = SeparatorPrimitive.Root.displayName;
export { Separator } export { Separator };
+12 -4
View File
@@ -1,7 +1,15 @@
import { cn } from "@/lib/utils" import { cn } from "@/lib/utils";
function Skeleton({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) { function Skeleton({
return <div className={cn("animate-pulse rounded-md bg-muted", className)} {...props} /> className,
...props
}: React.HTMLAttributes<HTMLDivElement>) {
return (
<div
className={cn("animate-pulse rounded-md bg-muted", className)}
{...props}
/>
);
} }
export { Skeleton } export { Skeleton };
+24 -23
View File
@@ -1,25 +1,26 @@
import { cn } from "@/lib/utils" import * as SwitchPrimitives from "@radix-ui/react-switch";
import * as SwitchPrimitives from "@radix-ui/react-switch" import * as React from "react";
import * as React from "react" import { cn } from "@/lib/utils";
const Switch = React.forwardRef<React.ElementRef<typeof SwitchPrimitives.Root>, React.ComponentPropsWithoutRef<typeof SwitchPrimitives.Root>>( const Switch = React.forwardRef<
({ className, ...props }, ref) => ( React.ElementRef<typeof SwitchPrimitives.Root>,
<SwitchPrimitives.Root React.ComponentPropsWithoutRef<typeof SwitchPrimitives.Root>
className={cn( >(({ className, ...props }, ref) => (
"peer inline-flex h-3 w-6 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent transition-colors focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=unchecked]:bg-input", <SwitchPrimitives.Root
className, className={cn(
)} "peer inline-flex h-3 w-6 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent transition-colors focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=unchecked]:bg-input",
{...props} className,
ref={ref} )}
> {...props}
<SwitchPrimitives.Thumb ref={ref}
className={cn( >
"pointer-events-none block h-2 w-2 rounded-full bg-background shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-3 data-[state=unchecked]:translate-x-0", <SwitchPrimitives.Thumb
)} className={cn(
/> "pointer-events-none block h-2 w-2 rounded-full bg-background shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-3 data-[state=unchecked]:translate-x-0",
</SwitchPrimitives.Root> )}
), />
) </SwitchPrimitives.Root>
Switch.displayName = SwitchPrimitives.Root.displayName ));
Switch.displayName = SwitchPrimitives.Root.displayName;
export { Switch } export { Switch };
+107 -41
View File
@@ -1,50 +1,116 @@
import { cn } from "@/lib/utils" import * as React from "react";
import * as React from "react" import { cn } from "@/lib/utils";
const Table = React.forwardRef<HTMLTableElement, React.HTMLAttributes<HTMLTableElement>>(({ className, ...props }, ref) => ( const Table = React.forwardRef<
<div className="relative w-full overflow-auto"> HTMLTableElement,
<table ref={ref} className={cn("w-full caption-bottom text-sm", className)} {...props} /> React.HTMLAttributes<HTMLTableElement>
</div> >(({ className, ...props }, ref) => (
)) <div className="relative w-full overflow-auto">
Table.displayName = "Table" <table
ref={ref}
className={cn("w-full caption-bottom text-sm", className)}
{...props}
/>
</div>
));
Table.displayName = "Table";
const TableHeader = React.forwardRef<HTMLTableSectionElement, React.HTMLAttributes<HTMLTableSectionElement>>(({ className, ...props }, ref) => ( const TableHeader = React.forwardRef<
<thead ref={ref} className={cn("[&_tr]:border-b", className)} {...props} /> HTMLTableSectionElement,
)) React.HTMLAttributes<HTMLTableSectionElement>
TableHeader.displayName = "TableHeader" >(({ className, ...props }, ref) => (
<thead ref={ref} className={cn("[&_tr]:border-b", className)} {...props} />
));
TableHeader.displayName = "TableHeader";
const TableBody = React.forwardRef<HTMLTableSectionElement, React.HTMLAttributes<HTMLTableSectionElement>>(({ className, ...props }, ref) => ( const TableBody = React.forwardRef<
<tbody ref={ref} className={cn("[&_tr:last-child]:border-0", className)} {...props} /> HTMLTableSectionElement,
)) React.HTMLAttributes<HTMLTableSectionElement>
TableBody.displayName = "TableBody" >(({ className, ...props }, ref) => (
<tbody
ref={ref}
className={cn("[&_tr:last-child]:border-0", className)}
{...props}
/>
));
TableBody.displayName = "TableBody";
const TableFooter = React.forwardRef<HTMLTableSectionElement, React.HTMLAttributes<HTMLTableSectionElement>>(({ className, ...props }, ref) => ( const TableFooter = React.forwardRef<
<tfoot ref={ref} className={cn("border-t bg-muted/50 font-medium last:[&>tr]:border-b-0", className)} {...props} /> HTMLTableSectionElement,
)) React.HTMLAttributes<HTMLTableSectionElement>
TableFooter.displayName = "TableFooter" >(({ className, ...props }, ref) => (
<tfoot
ref={ref}
className={cn(
"border-t bg-muted/50 font-medium last:[&>tr]:border-b-0",
className,
)}
{...props}
/>
));
TableFooter.displayName = "TableFooter";
const TableRow = React.forwardRef<HTMLTableRowElement, React.HTMLAttributes<HTMLTableRowElement>>(({ className, ...props }, ref) => ( const TableRow = React.forwardRef<
<tr ref={ref} className={cn("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted", className)} {...props} /> HTMLTableRowElement,
)) React.HTMLAttributes<HTMLTableRowElement>
TableRow.displayName = "TableRow" >(({ className, ...props }, ref) => (
<tr
ref={ref}
className={cn(
"border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",
className,
)}
{...props}
/>
));
TableRow.displayName = "TableRow";
const TableHead = React.forwardRef<HTMLTableCellElement, React.ThHTMLAttributes<HTMLTableCellElement>>(({ className, ...props }, ref) => ( const TableHead = React.forwardRef<
<th HTMLTableCellElement,
ref={ref} React.ThHTMLAttributes<HTMLTableCellElement>
className={cn("h-12 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0", className)} >(({ className, ...props }, ref) => (
{...props} <th
/> ref={ref}
)) className={cn(
TableHead.displayName = "TableHead" "h-12 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0",
className,
)}
{...props}
/>
));
TableHead.displayName = "TableHead";
const TableCell = React.forwardRef<HTMLTableCellElement, React.TdHTMLAttributes<HTMLTableCellElement>>(({ className, ...props }, ref) => ( const TableCell = React.forwardRef<
<td ref={ref} className={cn("p-4 align-middle [&:has([role=checkbox])]:pr-0", className)} {...props} /> HTMLTableCellElement,
)) React.TdHTMLAttributes<HTMLTableCellElement>
TableCell.displayName = "TableCell" >(({ className, ...props }, ref) => (
<td
ref={ref}
className={cn("p-4 align-middle [&:has([role=checkbox])]:pr-0", className)}
{...props}
/>
));
TableCell.displayName = "TableCell";
const TableCaption = React.forwardRef<HTMLTableCaptionElement, React.HTMLAttributes<HTMLTableCaptionElement>>(({ className, ...props }, ref) => ( const TableCaption = React.forwardRef<
<caption ref={ref} className={cn("mt-4 text-sm text-muted-foreground", className)} {...props} /> HTMLTableCaptionElement,
)) React.HTMLAttributes<HTMLTableCaptionElement>
TableCaption.displayName = "TableCaption" >(({ className, ...props }, ref) => (
<caption
ref={ref}
className={cn("mt-4 text-sm text-muted-foreground", className)}
{...props}
/>
));
TableCaption.displayName = "TableCaption";
export { Table, TableHeader, TableBody, TableFooter, TableHead, TableRow, TableCell, TableCaption } export {
Table,
TableHeader,
TableBody,
TableFooter,
TableHead,
TableRow,
TableCell,
TableCaption,
};
+20 -20
View File
@@ -1,27 +1,27 @@
import { cn } from "@/lib/utils" import * as TooltipPrimitive from "@radix-ui/react-tooltip";
import * as TooltipPrimitive from "@radix-ui/react-tooltip" import * as React from "react";
import * as React from "react" import { cn } from "@/lib/utils";
const TooltipProvider = TooltipPrimitive.Provider const TooltipProvider = TooltipPrimitive.Provider;
const Tooltip = TooltipPrimitive.Root const Tooltip = TooltipPrimitive.Root;
const TooltipTrigger = TooltipPrimitive.Trigger const TooltipTrigger = TooltipPrimitive.Trigger;
const TooltipContent = React.forwardRef< const TooltipContent = React.forwardRef<
React.ElementRef<typeof TooltipPrimitive.Content>, React.ElementRef<typeof TooltipPrimitive.Content>,
React.ComponentPropsWithoutRef<typeof TooltipPrimitive.Content> React.ComponentPropsWithoutRef<typeof TooltipPrimitive.Content>
>(({ className, sideOffset = 4, ...props }, ref) => ( >(({ className, sideOffset = 4, ...props }, ref) => (
<TooltipPrimitive.Content <TooltipPrimitive.Content
ref={ref} ref={ref}
sideOffset={sideOffset} sideOffset={sideOffset}
className={cn( className={cn(
"z-50 overflow-hidden rounded-[8px] border font-medium bg-popover px-1.5 py-0.5 text-xs text-popover-foreground shadow-lg animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2", "z-50 overflow-hidden rounded-[8px] border font-medium bg-popover px-1.5 py-0.5 text-xs text-popover-foreground shadow-lg animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
className, className,
)} )}
{...props} {...props}
/> />
)) ));
TooltipContent.displayName = TooltipPrimitive.Content.displayName TooltipContent.displayName = TooltipPrimitive.Content.displayName;
export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider } export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider };
+8 -6
View File
@@ -1,10 +1,12 @@
import { createContext } from "react" import { createContext } from "react";
export interface CommandContextType { export interface CommandContextType {
isOpen: boolean isOpen: boolean;
openCommand: () => void openCommand: () => void;
closeCommand: () => void closeCommand: () => void;
toggleCommand: () => void toggleCommand: () => void;
} }
export const CommandContext = createContext<CommandContextType | undefined>(undefined) export const CommandContext = createContext<CommandContextType | undefined>(
undefined,
);
+18 -18
View File
@@ -1,24 +1,24 @@
import { ReactNode, useCallback, useState } from "react" import { type ReactNode, useCallback, useState } from "react";
import { CommandContext } from "./command-context" import { CommandContext } from "./command-context";
export function CommandProvider({ children }: { children: ReactNode }) { export function CommandProvider({ children }: { children: ReactNode }) {
const [isOpen, setIsOpen] = useState(false) const [isOpen, setIsOpen] = useState(false);
const openCommand = useCallback(() => setIsOpen(true), []) const openCommand = useCallback(() => setIsOpen(true), []);
const closeCommand = useCallback(() => setIsOpen(false), []) const closeCommand = useCallback(() => setIsOpen(false), []);
const toggleCommand = useCallback(() => setIsOpen((prev) => !prev), []) const toggleCommand = useCallback(() => setIsOpen((prev) => !prev), []);
return ( return (
<CommandContext.Provider <CommandContext.Provider
value={{ value={{
isOpen, isOpen,
openCommand, openCommand,
closeCommand, closeCommand,
toggleCommand, toggleCommand,
}} }}
> >
{children} {children}
</CommandContext.Provider> </CommandContext.Provider>
) );
} }
+35 -10
View File
@@ -1,18 +1,43 @@
import { createContext } from "react" import { createContext } from "react";
export type SortType = "default" | "name" | "uptime" | "system" | "cpu" | "mem" | "disk" | "up" | "down" | "up total" | "down total" export type SortType =
| "default"
| "name"
| "uptime"
| "system"
| "cpu"
| "mem"
| "disk"
| "up"
| "down"
| "up total"
| "down total";
export const SORT_TYPES: SortType[] = ["default", "name", "uptime", "system", "cpu", "mem", "disk", "up", "down", "up total", "down total"] export const SORT_TYPES: SortType[] = [
"default",
"name",
"uptime",
"system",
"cpu",
"mem",
"disk",
"up",
"down",
"up total",
"down total",
];
export type SortOrder = "asc" | "desc" export type SortOrder = "asc" | "desc";
export const SORT_ORDERS: SortOrder[] = ["desc", "asc"] export const SORT_ORDERS: SortOrder[] = ["desc", "asc"];
export interface SortContextType { export interface SortContextType {
sortType: SortType sortType: SortType;
sortOrder: SortOrder sortOrder: SortOrder;
setSortType: (sortType: SortType) => void setSortType: (sortType: SortType) => void;
setSortOrder: (sortOrder: SortOrder) => void setSortOrder: (sortOrder: SortOrder) => void;
} }
export const SortContext = createContext<SortContextType | undefined>(undefined) export const SortContext = createContext<SortContextType | undefined>(
undefined,
);
+11 -5
View File
@@ -1,10 +1,16 @@
import { ReactNode, useState } from "react" import { type ReactNode, useState } from "react";
import { SortContext, SortOrder, SortType } from "./sort-context" import { SortContext, type SortOrder, type SortType } from "./sort-context";
export function SortProvider({ children }: { children: ReactNode }) { export function SortProvider({ children }: { children: ReactNode }) {
const [sortType, setSortType] = useState<SortType>("default") const [sortType, setSortType] = useState<SortType>("default");
const [sortOrder, setSortOrder] = useState<SortOrder>("desc") const [sortOrder, setSortOrder] = useState<SortOrder>("desc");
return <SortContext.Provider value={{ sortType, setSortType, sortOrder, setSortOrder }}>{children}</SortContext.Provider> return (
<SortContext.Provider
value={{ sortType, setSortType, sortOrder, setSortOrder }}
>
{children}
</SortContext.Provider>
);
} }
+7 -5
View File
@@ -1,10 +1,12 @@
import { createContext } from "react" import { createContext } from "react";
export type Status = "all" | "online" | "offline" export type Status = "all" | "online" | "offline";
export interface StatusContextType { export interface StatusContextType {
status: Status status: Status;
setStatus: (status: Status) => void setStatus: (status: Status) => void;
} }
export const StatusContext = createContext<StatusContextType | undefined>(undefined) export const StatusContext = createContext<StatusContextType | undefined>(
undefined,
);
+8 -4
View File
@@ -1,9 +1,13 @@
import { ReactNode, useState } from "react" import { type ReactNode, useState } from "react";
import { Status, StatusContext } from "./status-context" import { type Status, StatusContext } from "./status-context";
export function StatusProvider({ children }: { children: ReactNode }) { export function StatusProvider({ children }: { children: ReactNode }) {
const [status, setStatus] = useState<Status>("all") const [status, setStatus] = useState<Status>("all");
return <StatusContext.Provider value={{ status, setStatus }}>{children}</StatusContext.Provider> return (
<StatusContext.Provider value={{ status, setStatus }}>
{children}
</StatusContext.Provider>
);
} }
+14 -12
View File
@@ -1,19 +1,21 @@
import { createContext } from "react" import { createContext } from "react";
export interface TooltipData { export interface TooltipData {
centroid: [number, number] centroid: [number, number];
country: string country: string;
count: number count: number;
servers: Array<{ servers: Array<{
id: number id: number;
name: string name: string;
status: boolean status: boolean;
}> }>;
} }
interface TooltipContextType { interface TooltipContextType {
tooltipData: TooltipData | null tooltipData: TooltipData | null;
setTooltipData: (data: TooltipData | null) => void setTooltipData: (data: TooltipData | null) => void;
} }
export const TooltipContext = createContext<TooltipContextType | undefined>(undefined) export const TooltipContext = createContext<TooltipContextType | undefined>(
undefined,
);
+8 -4
View File
@@ -1,9 +1,13 @@
import { ReactNode, useState } from "react" import { type ReactNode, useState } from "react";
import { TooltipContext, TooltipData } from "./tooltip-context" import { TooltipContext, type TooltipData } from "./tooltip-context";
export function TooltipProvider({ children }: { children: ReactNode }) { export function TooltipProvider({ children }: { children: ReactNode }) {
const [tooltipData, setTooltipData] = useState<TooltipData | null>(null) const [tooltipData, setTooltipData] = useState<TooltipData | null>(null);
return <TooltipContext.Provider value={{ tooltipData, setTooltipData }}>{children}</TooltipContext.Provider> return (
<TooltipContext.Provider value={{ tooltipData, setTooltipData }}>
{children}
</TooltipContext.Provider>
);
} }
+14 -14
View File
@@ -1,19 +1,19 @@
import { createContext } from "react" import { createContext } from "react";
export interface WebSocketContextType { export interface WebSocketContextType {
lastMessage: { data: string } | null lastMessage: { data: string } | null;
connected: boolean connected: boolean;
messageHistory: { data: string }[] messageHistory: { data: string }[];
reconnect: () => void reconnect: () => void;
needReconnect: boolean needReconnect: boolean;
setNeedReconnect: (needReconnect: boolean) => void setNeedReconnect: (needReconnect: boolean) => void;
} }
export const WebSocketContext = createContext<WebSocketContextType>({ export const WebSocketContext = createContext<WebSocketContextType>({
lastMessage: null, lastMessage: null,
connected: false, connected: false,
messageHistory: [], messageHistory: [],
reconnect: () => {}, reconnect: () => {},
needReconnect: false, needReconnect: false,
setNeedReconnect: () => {}, setNeedReconnect: () => {},
}) });
+123 -109
View File
@@ -1,132 +1,146 @@
import React, { useEffect, useRef, useState } from "react" import type React from "react";
import { useCallback, useEffect, useRef, useState } from "react";
import { WebSocketContext, WebSocketContextType } from "./websocket-context" import {
WebSocketContext,
type WebSocketContextType,
} from "./websocket-context";
interface WebSocketProviderProps { interface WebSocketProviderProps {
url: string url: string;
children: React.ReactNode children: React.ReactNode;
} }
export const WebSocketProvider: React.FC<WebSocketProviderProps> = ({ url, children }) => { export const WebSocketProvider: React.FC<WebSocketProviderProps> = ({
const [lastMessage, setLastMessage] = useState<{ data: string } | null>(null) url,
const [messageHistory, setMessageHistory] = useState<{ data: string }[]>([]) // 新增历史消息状态 children,
const [connected, setConnected] = useState(false) }) => {
const [needReconnect, setNeedReconnect] = useState(false) const [lastMessage, setLastMessage] = useState<{ data: string } | null>(null);
const ws = useRef<WebSocket | null>(null) const [messageHistory, setMessageHistory] = useState<{ data: string }[]>([]); // 新增历史消息状态
const reconnectTimeout = useRef<NodeJS.Timeout>(null) const [connected, setConnected] = useState(false);
const maxReconnectAttempts = 30 const [needReconnect, setNeedReconnect] = useState(false);
const reconnectAttempts = useRef(0) const ws = useRef<WebSocket | null>(null);
const isConnecting = useRef(false) const reconnectTimeout = useRef<NodeJS.Timeout>(null);
const maxReconnectAttempts = 30;
const reconnectAttempts = useRef(0);
const isConnecting = useRef(false);
const cleanup = () => { const cleanup = useCallback(() => {
if (ws.current) { if (ws.current) {
// 移除所有事件监听器 // 移除所有事件监听器
ws.current.onopen = null ws.current.onopen = null;
ws.current.onclose = null ws.current.onclose = null;
ws.current.onmessage = null ws.current.onmessage = null;
ws.current.onerror = null ws.current.onerror = null;
if (ws.current.readyState === WebSocket.OPEN || ws.current.readyState === WebSocket.CONNECTING) { if (
ws.current.close() ws.current.readyState === WebSocket.OPEN ||
} ws.current.readyState === WebSocket.CONNECTING
ws.current = null ) {
} ws.current.close();
if (reconnectTimeout.current) { }
clearTimeout(reconnectTimeout.current) ws.current = null;
reconnectTimeout.current = null }
} if (reconnectTimeout.current) {
setConnected(false) clearTimeout(reconnectTimeout.current);
} reconnectTimeout.current = null;
}
setConnected(false);
}, []);
const connect = () => { const connect = useCallback(() => {
if (isConnecting.current) { if (isConnecting.current) {
console.log("Connection already in progress") console.log("Connection already in progress");
return return;
} }
cleanup() cleanup();
isConnecting.current = true isConnecting.current = true;
try { try {
const wsUrl = new URL(url, window.location.origin) const wsUrl = new URL(url, window.location.origin);
wsUrl.protocol = wsUrl.protocol.replace("http", "ws") wsUrl.protocol = wsUrl.protocol.replace("http", "ws");
ws.current = new WebSocket(wsUrl.toString()) ws.current = new WebSocket(wsUrl.toString());
ws.current.onopen = () => { ws.current.onopen = () => {
console.log("WebSocket connected") console.log("WebSocket connected");
setConnected(true) setConnected(true);
reconnectAttempts.current = 0 reconnectAttempts.current = 0;
isConnecting.current = false isConnecting.current = false;
} };
ws.current.onclose = () => { ws.current.onclose = () => {
console.log("WebSocket disconnected") console.log("WebSocket disconnected");
setConnected(false) setConnected(false);
ws.current = null ws.current = null;
isConnecting.current = false isConnecting.current = false;
if (reconnectAttempts.current < maxReconnectAttempts) { if (reconnectAttempts.current < maxReconnectAttempts) {
reconnectTimeout.current = setTimeout(() => { reconnectTimeout.current = setTimeout(() => {
reconnectAttempts.current++ reconnectAttempts.current++;
connect() connect();
}, 3000) }, 3000);
} }
} };
ws.current.onmessage = (event) => { ws.current.onmessage = (event) => {
const newMessage = { data: event.data } const newMessage = { data: event.data };
setLastMessage(newMessage) setLastMessage(newMessage);
// 更新历史消息,保持最新的30条记录 // 更新历史消息,保持最新的30条记录
setMessageHistory((prev) => { setMessageHistory((prev) => {
const updated = [newMessage, ...prev] const updated = [newMessage, ...prev];
return updated.slice(0, 30) return updated.slice(0, 30);
}) });
} };
ws.current.onerror = (error) => { ws.current.onerror = (error) => {
console.error("WebSocket error:", error) console.error("WebSocket error:", error);
isConnecting.current = false isConnecting.current = false;
} };
} catch (error) { } catch (error) {
console.error("WebSocket connection error:", error) console.error("WebSocket connection error:", error);
isConnecting.current = false isConnecting.current = false;
} }
} }, [cleanup, url]);
const reconnect = () => { const reconnect = () => {
reconnectAttempts.current = 0 reconnectAttempts.current = 0;
// 等待一个小延时确保清理完成 // 等待一个小延时确保清理完成
cleanup() cleanup();
setTimeout(() => { setTimeout(() => {
connect() connect();
}, 1000) }, 1000);
} };
useEffect(() => { useEffect(() => {
connect() connect();
// 添加页面卸载事件监听 // 添加页面卸载事件监听
const handleBeforeUnload = () => { const handleBeforeUnload = () => {
cleanup() cleanup();
} };
window.addEventListener("beforeunload", handleBeforeUnload) window.addEventListener("beforeunload", handleBeforeUnload);
return () => { return () => {
cleanup() cleanup();
window.removeEventListener("beforeunload", handleBeforeUnload) window.removeEventListener("beforeunload", handleBeforeUnload);
} };
}, [url]) }, [cleanup, connect]);
const contextValue: WebSocketContextType = { const contextValue: WebSocketContextType = {
lastMessage, lastMessage,
connected, connected,
messageHistory, messageHistory,
reconnect, reconnect,
needReconnect, needReconnect,
setNeedReconnect, setNeedReconnect,
} };
return <WebSocketContext.Provider value={contextValue}>{children}</WebSocketContext.Provider> return (
} <WebSocketContext.Provider value={contextValue}>
{children}
</WebSocketContext.Provider>
);
};
+54 -46
View File
@@ -1,60 +1,68 @@
import { useEffect, useState } from "react" import { useEffect, useState } from "react";
declare global { declare global {
interface Window { interface Window {
CustomBackgroundImage: string CustomBackgroundImage: string;
CustomMobileBackgroundImage: string CustomMobileBackgroundImage: string;
ForceShowServices: boolean ForceShowServices: boolean;
ForceCardInline: boolean ForceCardInline: boolean;
ForceShowMap: boolean ForceShowMap: boolean;
ForcePeakCutEnabled: boolean ForcePeakCutEnabled: boolean;
} }
} }
const BACKGROUND_CHANGE_EVENT = "backgroundChange" const BACKGROUND_CHANGE_EVENT = "backgroundChange";
export function useBackground() { export function useBackground() {
const [backgroundImage, setBackgroundImage] = useState<string | undefined>(undefined) const [backgroundImage, setBackgroundImage] = useState<string | undefined>(
undefined,
);
useEffect(() => { useEffect(() => {
// 监听背景变化 // 监听背景变化
const handleBackgroundChange = () => { const handleBackgroundChange = () => {
setBackgroundImage(window.CustomBackgroundImage || undefined) setBackgroundImage(window.CustomBackgroundImage || undefined);
} };
// 初始化检查 // 初始化检查
const checkInitialBackground = () => { const checkInitialBackground = () => {
if (window.CustomBackgroundImage) { if (window.CustomBackgroundImage) {
setBackgroundImage(window.CustomBackgroundImage) setBackgroundImage(window.CustomBackgroundImage);
} else { } else {
const savedImage = sessionStorage.getItem("savedBackgroundImage") const savedImage = sessionStorage.getItem("savedBackgroundImage");
if (savedImage) { if (savedImage) {
window.CustomBackgroundImage = savedImage window.CustomBackgroundImage = savedImage;
setBackgroundImage(savedImage) setBackgroundImage(savedImage);
} }
} }
} };
// 设置一个轮询来检查初始背景 // 设置一个轮询来检查初始背景
const intervalId = setInterval(() => { const intervalId = setInterval(() => {
if (window.CustomBackgroundImage || sessionStorage.getItem("savedBackgroundImage")) { if (
checkInitialBackground() window.CustomBackgroundImage ||
clearInterval(intervalId) sessionStorage.getItem("savedBackgroundImage")
} ) {
}, 100) checkInitialBackground();
clearInterval(intervalId);
}
}, 100);
window.addEventListener(BACKGROUND_CHANGE_EVENT, handleBackgroundChange) window.addEventListener(BACKGROUND_CHANGE_EVENT, handleBackgroundChange);
return () => { return () => {
window.removeEventListener(BACKGROUND_CHANGE_EVENT, handleBackgroundChange) window.removeEventListener(
clearInterval(intervalId) BACKGROUND_CHANGE_EVENT,
} handleBackgroundChange,
}, []) );
clearInterval(intervalId);
};
}, []);
const updateBackground = (newBackground: string | undefined) => { const updateBackground = (newBackground: string | undefined) => {
window.CustomBackgroundImage = newBackground || "" window.CustomBackgroundImage = newBackground || "";
window.dispatchEvent(new Event(BACKGROUND_CHANGE_EVENT)) window.dispatchEvent(new Event(BACKGROUND_CHANGE_EVENT));
} };
return { backgroundImage, updateBackground } return { backgroundImage, updateBackground };
} }
+19 -19
View File
@@ -1,26 +1,26 @@
import { NezhaWebsocketResponse } from "@/types/nezha-api" import { useEffect, useState } from "react";
import { useEffect, useState } from "react" import type { NezhaWebsocketResponse } from "@/types/nezha-api";
export function useChartHistory<T>( export function useChartHistory<T>(
messageHistory: { data: string }[], messageHistory: { data: string }[],
serverId: number, serverId: number,
formatFn: (wsData: NezhaWebsocketResponse, serverId: number) => T | null, formatFn: (wsData: NezhaWebsocketResponse, serverId: number) => T | null,
) { ) {
const [data, setData] = useState<T[]>([]) const [data, setData] = useState<T[]>([]);
useEffect(() => { useEffect(() => {
if (messageHistory.length > 0 && data.length === 0) { if (messageHistory.length > 0 && data.length === 0) {
const historyData = messageHistory const historyData = messageHistory
.map((msg) => { .map((msg) => {
const wsData = JSON.parse(msg.data) as NezhaWebsocketResponse const wsData = JSON.parse(msg.data) as NezhaWebsocketResponse;
return formatFn(wsData, serverId) return formatFn(wsData, serverId);
}) })
.filter((item): item is T => item !== null) .filter((item): item is T => item !== null)
.reverse() .reverse();
setData(historyData) setData(historyData);
} }
}, [messageHistory]) }, [messageHistory, data.length, formatFn, serverId]);
return data return data;
} }
+7 -7
View File
@@ -1,10 +1,10 @@
import { CommandContext } from "@/context/command-context" import { useContext } from "react";
import { useContext } from "react" import { CommandContext } from "@/context/command-context";
export function useCommand() { export function useCommand() {
const context = useContext(CommandContext) const context = useContext(CommandContext);
if (context === undefined) { if (context === undefined) {
throw new Error("useCommand must be used within a CommandProvider") throw new Error("useCommand must be used within a CommandProvider");
} }
return context return context;
} }
+7 -7
View File
@@ -1,10 +1,10 @@
import { SortContext } from "@/context/sort-context" import { useContext } from "react";
import { useContext } from "react" import { SortContext } from "@/context/sort-context";
export function useSort() { export function useSort() {
const context = useContext(SortContext) const context = useContext(SortContext);
if (context === undefined) { if (context === undefined) {
throw new Error("useStatus must be used within a SortProvider") throw new Error("useStatus must be used within a SortProvider");
} }
return context return context;
} }
+7 -7
View File
@@ -1,11 +1,11 @@
import { useContext } from "react" import { useContext } from "react";
import { StatusContext } from "../context/status-context" import { StatusContext } from "../context/status-context";
export function useStatus() { export function useStatus() {
const context = useContext(StatusContext) const context = useContext(StatusContext);
if (context === undefined) { if (context === undefined) {
throw new Error("useStatus must be used within a StatusProvider") throw new Error("useStatus must be used within a StatusProvider");
} }
return context return context;
} }
+8 -8
View File
@@ -1,13 +1,13 @@
import { useContext } from "react" import { useContext } from "react";
import { ThemeProviderContext } from "../components/ThemeProvider" import { ThemeProviderContext } from "../components/ThemeProvider";
export const useTheme = () => { export const useTheme = () => {
const context = useContext(ThemeProviderContext) const context = useContext(ThemeProviderContext);
if (context === undefined) { if (context === undefined) {
throw new Error("useTheme must be used within a ThemeProvider") throw new Error("useTheme must be used within a ThemeProvider");
} }
return context return context;
} };
+9 -9
View File
@@ -1,12 +1,12 @@
import { TooltipContext } from "@/context/tooltip-context" import { useContext } from "react";
import { useContext } from "react" import { TooltipContext } from "@/context/tooltip-context";
export const useTooltip = () => { export const useTooltip = () => {
const context = useContext(TooltipContext) const context = useContext(TooltipContext);
if (context === undefined) { if (context === undefined) {
throw new Error("useTooltip must be used within a TooltipProvider") throw new Error("useTooltip must be used within a TooltipProvider");
} }
return context return context;
} };
export default useTooltip export default useTooltip;
+10 -8
View File
@@ -1,11 +1,13 @@
import { useContext } from "react" import { useContext } from "react";
import { WebSocketContext } from "../context/websocket-context" import { WebSocketContext } from "../context/websocket-context";
export const useWebSocketContext = () => { export const useWebSocketContext = () => {
const context = useContext(WebSocketContext) const context = useContext(WebSocketContext);
if (context === undefined) { if (context === undefined) {
throw new Error("useWebSocketContext must be used within a WebSocketProvider") throw new Error(
} "useWebSocketContext must be used within a WebSocketProvider",
return context );
} }
return context;
};
+43 -43
View File
@@ -1,54 +1,54 @@
import i18n from "i18next" import i18n from "i18next";
import { initReactI18next } from "react-i18next" import { initReactI18next } from "react-i18next";
import deTranslation from "./locales/de/translation.json" import deTranslation from "./locales/de/translation.json";
import enTranslation from "./locales/en/translation.json" import enTranslation from "./locales/en/translation.json";
import esTranslation from "./locales/es/translation.json" import esTranslation from "./locales/es/translation.json";
import ruTranslation from "./locales/ru/translation.json" import ruTranslation from "./locales/ru/translation.json";
import taTranslation from "./locales/ta/translation.json" import taTranslation from "./locales/ta/translation.json";
import zhCNTranslation from "./locales/zh-CN/translation.json" import zhCNTranslation from "./locales/zh-CN/translation.json";
import zhTWTranslation from "./locales/zh-TW/translation.json" import zhTWTranslation from "./locales/zh-TW/translation.json";
const resources = { const resources = {
"en-US": { "en-US": {
translation: enTranslation, translation: enTranslation,
}, },
"zh-CN": { "zh-CN": {
translation: zhCNTranslation, translation: zhCNTranslation,
}, },
"zh-TW": { "zh-TW": {
translation: zhTWTranslation, translation: zhTWTranslation,
}, },
"de-DE": { "de-DE": {
translation: deTranslation, translation: deTranslation,
}, },
"es-ES": { "es-ES": {
translation: esTranslation, translation: esTranslation,
}, },
"ru-RU": { "ru-RU": {
translation: ruTranslation, translation: ruTranslation,
}, },
"ta-IN": { "ta-IN": {
translation: taTranslation, translation: taTranslation,
}, },
} };
const getStoredLanguage = () => { const getStoredLanguage = () => {
return localStorage.getItem("language") || "en-US" return localStorage.getItem("language") || "en-US";
} };
i18n.use(initReactI18next).init({ i18n.use(initReactI18next).init({
resources, resources,
lng: getStoredLanguage(), // 使用localStorage中存储的语言或默认值 lng: getStoredLanguage(), // 使用localStorage中存储的语言或默认值
fallbackLng: "en-US", // 当前语言的翻译没有找到时,使用的备选语言 fallbackLng: "en-US", // 当前语言的翻译没有找到时,使用的备选语言
interpolation: { interpolation: {
escapeValue: false, // react已经安全地转义 escapeValue: false, // react已经安全地转义
}, },
}) });
// 添加语言改变时的处理函数 // 添加语言改变时的处理函数
i18n.on("languageChanged", (lng) => { i18n.on("languageChanged", (lng) => {
localStorage.setItem("language", lng) localStorage.setItem("language", lng);
}) });
export default i18n export default i18n;
+250 -250
View File
@@ -5,65 +5,65 @@
@custom-variant dark (&:is(.dark *)); @custom-variant dark (&:is(.dark *));
@theme { @theme {
--font-sans: var(--font-sans); --font-sans: var(--font-sans);
--radius-lg: var(--radius); --radius-lg: var(--radius);
--radius-md: calc(var(--radius) - 2px); --radius-md: calc(var(--radius) - 2px);
--radius-sm: calc(var(--radius) - 4px); --radius-sm: calc(var(--radius) - 4px);
--color-background: hsl(var(--background)); --color-background: hsl(var(--background));
--color-foreground: hsl(var(--foreground)); --color-foreground: hsl(var(--foreground));
--color-card: hsl(var(--card)); --color-card: hsl(var(--card));
--color-card-foreground: hsl(var(--card-foreground)); --color-card-foreground: hsl(var(--card-foreground));
--color-popover: hsl(var(--popover)); --color-popover: hsl(var(--popover));
--color-popover-foreground: hsl(var(--popover-foreground)); --color-popover-foreground: hsl(var(--popover-foreground));
--color-primary: hsl(var(--primary)); --color-primary: hsl(var(--primary));
--color-primary-foreground: hsl(var(--primary-foreground)); --color-primary-foreground: hsl(var(--primary-foreground));
--color-secondary: hsl(var(--secondary)); --color-secondary: hsl(var(--secondary));
--color-secondary-foreground: hsl(var(--secondary-foreground)); --color-secondary-foreground: hsl(var(--secondary-foreground));
--color-muted: hsl(var(--muted)); --color-muted: hsl(var(--muted));
--color-muted-foreground: hsl(var(--muted-foreground)); --color-muted-foreground: hsl(var(--muted-foreground));
--color-accent: hsl(var(--accent)); --color-accent: hsl(var(--accent));
--color-accent-foreground: hsl(var(--accent-foreground)); --color-accent-foreground: hsl(var(--accent-foreground));
--color-destructive: hsl(var(--destructive)); --color-destructive: hsl(var(--destructive));
--color-destructive-foreground: hsl(var(--destructive-foreground)); --color-destructive-foreground: hsl(var(--destructive-foreground));
--color-border: hsl(var(--border)); --color-border: hsl(var(--border));
--color-input: hsl(var(--input)); --color-input: hsl(var(--input));
--color-ring: hsl(var(--ring)); --color-ring: hsl(var(--ring));
--color-chart-1: hsl(var(--chart-1)); --color-chart-1: hsl(var(--chart-1));
--color-chart-2: hsl(var(--chart-2)); --color-chart-2: hsl(var(--chart-2));
--color-chart-3: hsl(var(--chart-3)); --color-chart-3: hsl(var(--chart-3));
--color-chart-4: hsl(var(--chart-4)); --color-chart-4: hsl(var(--chart-4));
--color-chart-5: hsl(var(--chart-5)); --color-chart-5: hsl(var(--chart-5));
--animate-accordion-down: accordion-down 0.2s ease-out; --animate-accordion-down: accordion-down 0.2s ease-out;
--animate-accordion-up: accordion-up 0.2s ease-out; --animate-accordion-up: accordion-up 0.2s ease-out;
@keyframes accordion-down { @keyframes accordion-down {
from { from {
height: 0; height: 0;
} }
to { to {
height: var(--radix-accordion-content-height); height: var(--radix-accordion-content-height);
} }
} }
@keyframes accordion-up { @keyframes accordion-up {
from { from {
height: var(--radix-accordion-content-height); height: var(--radix-accordion-content-height);
} }
to { to {
height: 0; height: 0;
} }
} }
} }
/* /*
@@ -75,309 +75,309 @@
color utility to any element that depends on these defaults. color utility to any element that depends on these defaults.
*/ */
@layer base { @layer base {
*, *,
::after, ::after,
::before, ::before,
::backdrop, ::backdrop,
::file-selector-button { ::file-selector-button {
border-color: var(--color-gray-200, currentcolor); border-color: var(--color-gray-200, currentcolor);
} }
} }
@utility step { @utility step {
counter-increment: step; counter-increment: step;
&:before { &:before {
@apply border-background bg-muted absolute inline-flex h-9 w-9 items-center justify-center rounded-full border-4 text-center -indent-px font-mono text-base font-medium; @apply border-background bg-muted absolute inline-flex h-9 w-9 items-center justify-center rounded-full border-4 text-center -indent-px font-mono text-base font-medium;
@apply mt-[-4px] ml-[-50px]; @apply mt-[-4px] ml-[-50px];
content: counter(step); content: counter(step);
} }
} }
@layer utilities { @layer utilities {
:root { :root {
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5; line-height: 1.5;
font-weight: 400; font-weight: 400;
color-scheme: light dark; color-scheme: light dark;
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background-color: #242424; background-color: #242424;
font-synthesis: none; font-synthesis: none;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
} }
@layer base { @layer base {
button:not(:disabled), button:not(:disabled),
[role="button"]:not(:disabled) { [role="button"]:not(:disabled) {
cursor: pointer; cursor: pointer;
} }
} }
@layer base { @layer base {
:root { :root {
--background: 0 0% 98%; --background: 0 0% 98%;
--foreground: 20 14.3% 4.1%; --foreground: 20 14.3% 4.1%;
--card: 0 0% 100%; --card: 0 0% 100%;
--card-foreground: 20 14.3% 4.1%; --card-foreground: 20 14.3% 4.1%;
--popover: 0 0% 100%; --popover: 0 0% 100%;
--popover-foreground: 20 14.3% 4.1%; --popover-foreground: 20 14.3% 4.1%;
--primary: 24 9.8% 10%; --primary: 24 9.8% 10%;
--primary-foreground: 60 9.1% 97.8%; --primary-foreground: 60 9.1% 97.8%;
--secondary: 60 4.8% 95.9%; --secondary: 60 4.8% 95.9%;
--secondary-foreground: 24 9.8% 10%; --secondary-foreground: 24 9.8% 10%;
--muted: 60 4.8% 95.9%; --muted: 60 4.8% 95.9%;
--muted-foreground: 25 5.3% 44.7%; --muted-foreground: 25 5.3% 44.7%;
--accent: 60 4.8% 95.9%; --accent: 60 4.8% 95.9%;
--accent-foreground: 24 9.8% 10%; --accent-foreground: 24 9.8% 10%;
--destructive: 0 84.2% 60.2%; --destructive: 0 84.2% 60.2%;
--destructive-foreground: 60 9.1% 97.8%; --destructive-foreground: 60 9.1% 97.8%;
--border: 20 5.9% 90%; --border: 20 5.9% 90%;
--input: 20 5.9% 90%; --input: 20 5.9% 90%;
--ring: 20 14.3% 4.1%; --ring: 20 14.3% 4.1%;
--radius: 1rem; --radius: 1rem;
--chart-1: 220 70% 50%; --chart-1: 220 70% 50%;
--chart-2: 340 75% 55%; --chart-2: 340 75% 55%;
--chart-3: 30 80% 55%; --chart-3: 30 80% 55%;
--chart-4: 280 65% 60%; --chart-4: 280 65% 60%;
--chart-5: 160 60% 45%; --chart-5: 160 60% 45%;
--chart-6: 180 50% 50%; --chart-6: 180 50% 50%;
--chart-7: 216 50% 50%; --chart-7: 216 50% 50%;
--chart-8: 252 50% 50%; --chart-8: 252 50% 50%;
--chart-9: 288 50% 50%; --chart-9: 288 50% 50%;
--chart-10: 324 50% 50%; --chart-10: 324 50% 50%;
--timing: cubic-bezier(0.4, 0, 0.2, 1); --timing: cubic-bezier(0.4, 0, 0.2, 1);
} }
.dark { .dark {
--background: 30 15% 8%; --background: 30 15% 8%;
--foreground: 60 9.1% 97.8%; --foreground: 60 9.1% 97.8%;
--card: 20 14.3% 4.1%; --card: 20 14.3% 4.1%;
--card-foreground: 60 9.1% 97.8%; --card-foreground: 60 9.1% 97.8%;
--popover: 20 14.3% 4.1%; --popover: 20 14.3% 4.1%;
--popover-foreground: 60 9.1% 97.8%; --popover-foreground: 60 9.1% 97.8%;
--primary: 60 9.1% 97.8%; --primary: 60 9.1% 97.8%;
--primary-foreground: 24 9.8% 10%; --primary-foreground: 24 9.8% 10%;
--secondary: 12 6.5% 15.1%; --secondary: 12 6.5% 15.1%;
--secondary-foreground: 60 9.1% 97.8%; --secondary-foreground: 60 9.1% 97.8%;
--muted: 12 6.5% 15.1%; --muted: 12 6.5% 15.1%;
--muted-foreground: 24 5.4% 63.9%; --muted-foreground: 24 5.4% 63.9%;
--accent: 12 6.5% 15.1%; --accent: 12 6.5% 15.1%;
--accent-foreground: 60 9.1% 97.8%; --accent-foreground: 60 9.1% 97.8%;
--destructive: 0 62.8% 30.6%; --destructive: 0 62.8% 30.6%;
--destructive-foreground: 60 9.1% 97.8%; --destructive-foreground: 60 9.1% 97.8%;
--border: 12 6.5% 15.1%; --border: 12 6.5% 15.1%;
--input: 12 6.5% 15.1%; --input: 12 6.5% 15.1%;
--ring: 24 5.7% 82.9%; --ring: 24 5.7% 82.9%;
--chart-1: 220 70% 50%; --chart-1: 220 70% 50%;
--chart-2: 340 75% 55%; --chart-2: 340 75% 55%;
--chart-3: 30 80% 55%; --chart-3: 30 80% 55%;
--chart-4: 280 65% 60%; --chart-4: 280 65% 60%;
--chart-5: 160 60% 45%; --chart-5: 160 60% 45%;
--chart-6: 180 50% 50%; --chart-6: 180 50% 50%;
--chart-7: 216 50% 50%; --chart-7: 216 50% 50%;
--chart-8: 252 50% 50%; --chart-8: 252 50% 50%;
--chart-9: 288 50% 50%; --chart-9: 288 50% 50%;
--chart-10: 324 50% 50%; --chart-10: 324 50% 50%;
} }
} }
@layer base { @layer base {
* { * {
@apply border-border; @apply border-border;
} }
html { html {
@apply scroll-smooth; @apply scroll-smooth;
} }
body { body {
@apply bg-background text-foreground; @apply bg-background text-foreground;
/* font-feature-settings: "rlig" 1, "calt" 1; */ /* font-feature-settings: "rlig" 1, "calt" 1; */
font-synthesis-weight: none; font-synthesis-weight: none;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
} }
} }
@layer base { @layer base {
/* Avoid color fade when toggling themes. */ /* Avoid color fade when toggling themes. */
html.disable-transitions *, html.disable-transitions *,
html.disable-transitions *::before, html.disable-transitions *::before,
html.disable-transitions *::after { html.disable-transitions *::after {
transition: none !important; transition: none;
} }
} }
@media (max-width: 640px) { @media (max-width: 640px) {
.container { .container {
@apply px-4; @apply px-4;
} }
} }
::selection { ::selection {
@apply bg-stone-300 dark:bg-stone-800; @apply bg-stone-300 dark:bg-stone-800;
} }
.hamster-loading-wrapper { .hamster-loading-wrapper {
--size: 12px; --size: 12px;
height: var(--size); height: var(--size);
width: var(--size); width: var(--size);
inset: 0; inset: 0;
z-index: 10; z-index: 10;
} }
.hamster-loading-wrapper[data-visible="false"] { .hamster-loading-wrapper[data-visible="false"] {
transform-origin: center; transform-origin: center;
animation: hamster-fade-out 0.2s ease forwards; animation: hamster-fade-out 0.2s ease forwards;
} }
.hamster-spinner { .hamster-spinner {
position: relative; position: relative;
top: 50%; top: 50%;
left: 50%; left: 50%;
height: var(--size); height: var(--size);
width: var(--size); width: var(--size);
} }
.hamster-loading-bar { .hamster-loading-bar {
--gray11: hsl(0, 0%, 43.5%); --gray11: hsl(0, 0%, 43.5%);
animation: hamster-spin 0.8s linear infinite; animation: hamster-spin 0.8s linear infinite;
background: var(--gray11); background: var(--gray11);
border-radius: 6px; border-radius: 6px;
height: 13%; height: 13%;
left: -10%; left: -10%;
position: absolute; position: absolute;
top: -3.9%; top: -3.9%;
width: 30%; width: 30%;
} }
.hamster-loading-bar:nth-child(1) { .hamster-loading-bar:nth-child(1) {
animation-delay: -0.8s; animation-delay: -0.8s;
transform: rotate(0deg) translate(120%); transform: rotate(0deg) translate(120%);
} }
.hamster-loading-bar:nth-child(2) { .hamster-loading-bar:nth-child(2) {
animation-delay: -0.7s; animation-delay: -0.7s;
transform: rotate(45deg) translate(120%); transform: rotate(45deg) translate(120%);
} }
.hamster-loading-bar:nth-child(3) { .hamster-loading-bar:nth-child(3) {
animation-delay: -0.6s; animation-delay: -0.6s;
transform: rotate(90deg) translate(120%); transform: rotate(90deg) translate(120%);
} }
.hamster-loading-bar:nth-child(4) { .hamster-loading-bar:nth-child(4) {
animation-delay: -0.5s; animation-delay: -0.5s;
transform: rotate(135deg) translate(120%); transform: rotate(135deg) translate(120%);
} }
.hamster-loading-bar:nth-child(5) { .hamster-loading-bar:nth-child(5) {
animation-delay: -0.4s; animation-delay: -0.4s;
transform: rotate(180deg) translate(120%); transform: rotate(180deg) translate(120%);
} }
.hamster-loading-bar:nth-child(6) { .hamster-loading-bar:nth-child(6) {
animation-delay: -0.3s; animation-delay: -0.3s;
transform: rotate(225deg) translate(120%); transform: rotate(225deg) translate(120%);
} }
.hamster-loading-bar:nth-child(7) { .hamster-loading-bar:nth-child(7) {
animation-delay: -0.2s; animation-delay: -0.2s;
transform: rotate(270deg) translate(120%); transform: rotate(270deg) translate(120%);
} }
.hamster-loading-bar:nth-child(8) { .hamster-loading-bar:nth-child(8) {
animation-delay: -0.1s; animation-delay: -0.1s;
transform: rotate(315deg) translate(120%); transform: rotate(315deg) translate(120%);
} }
@keyframes hamster-fade-in { @keyframes hamster-fade-in {
0% { 0% {
opacity: 0; opacity: 0;
transform: scale(0.8); transform: scale(0.8);
} }
100% { 100% {
opacity: 1; opacity: 1;
transform: scale(1); transform: scale(1);
} }
} }
@keyframes hamster-fade-out { @keyframes hamster-fade-out {
0% { 0% {
opacity: 1; opacity: 1;
transform: scale(1); transform: scale(1);
} }
100% { 100% {
opacity: 0; opacity: 0;
transform: scale(0.8); transform: scale(0.8);
} }
} }
@keyframes hamster-spin { @keyframes hamster-spin {
0% { 0% {
opacity: 1; opacity: 1;
} }
100% { 100% {
opacity: 0.15; opacity: 0.15;
} }
} }
.scrollbar-hidden { .scrollbar-hidden {
scrollbar-width: none; /* Firefox */ scrollbar-width: none; /* Firefox */
} }
.scrollbar-hidden::-webkit-scrollbar { .scrollbar-hidden::-webkit-scrollbar {
display: none; /* Chrome, Safari 和 Opera */ display: none; /* Chrome, Safari 和 Opera */
} }
/* Thanks to next.js. */ /* Thanks to next.js. */
[data-issues-count-animation] { [data-issues-count-animation] {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
[data-issues-count-animation] > div { [data-issues-count-animation] > div {
text-align: center; text-align: center;
} }
[data-issues-count-exit].animate { [data-issues-count-exit].animate {
animation: fadeOut 300ms var(--timing) forwards; animation: fadeOut 300ms var(--timing) forwards;
} }
[data-issues-count-enter].animate { [data-issues-count-enter].animate {
animation: fadeIn 300ms var(--timing) forwards; animation: fadeIn 300ms var(--timing) forwards;
} }
[data-issues-count-plural] { [data-issues-count-plural] {
display: inline-block; display: inline-block;
animation: fadeIn 300ms var(--timing) forwards; animation: fadeIn 300ms var(--timing) forwards;
} }
@keyframes fadeIn { @keyframes fadeIn {
0% { 0% {
opacity: 0; opacity: 0;
filter: blur(2px); filter: blur(2px);
transform: translateY(8px); transform: translateY(8px);
} }
100% { 100% {
opacity: 1; opacity: 1;
filter: blur(0px); filter: blur(0px);
transform: translateY(0); transform: translateY(0);
} }
} }
@keyframes fadeOut { @keyframes fadeOut {
0% { 0% {
opacity: 1; opacity: 1;
filter: blur(0px); filter: blur(0px);
transform: translateY(0); transform: translateY(0);
} }
100% { 100% {
opacity: 0; opacity: 0;
transform: translateY(-12px); transform: translateY(-12px);
filter: blur(2px); filter: blur(2px);
} }
} }
+16 -6
View File
@@ -1,11 +1,21 @@
export function formatBytes(bytes: number, decimals: number = 2) { export function formatBytes(bytes: number, decimals: number = 2) {
if (!+bytes) return "0 Bytes" if (!+bytes) return "0 Bytes";
const k = 1024 const k = 1024;
const dm = decimals < 0 ? 0 : decimals const dm = decimals < 0 ? 0 : decimals;
const sizes = ["Bytes", "KiB", "MiB", "GiB", "TiB", "PiB", "EiB", "ZiB", "YiB"] const sizes = [
"Bytes",
"KiB",
"MiB",
"GiB",
"TiB",
"PiB",
"EiB",
"ZiB",
"YiB",
];
const i = Math.floor(Math.log(bytes) / Math.log(k)) const i = Math.floor(Math.log(bytes) / Math.log(k));
return `${parseFloat((bytes / Math.pow(k, i)).toFixed(dm))} ${sizes[i]}` return `${parseFloat((bytes / k ** i).toFixed(dm))} ${sizes[i]}`;
} }
File diff suppressed because one or more lines are too long
+207 -204
View File
@@ -1,209 +1,212 @@
export const countryCoordinates: Record<string, { lat: number; lng: number; name: string }> = { export const countryCoordinates: Record<
// 亚洲 string,
AF: { lat: 33.0, lng: 65.0, name: "Afghanistan" }, // 阿富汗 { lat: number; lng: number; name: string }
AM: { lat: 40.0, lng: 45.0, name: "Armenia" }, // 亚美尼亚 > = {
AZ: { lat: 40.5, lng: 47.5, name: "Azerbaijan" }, // 阿塞拜疆 // 亚洲
BD: { lat: 24.0, lng: 90.0, name: "Bangladesh" }, // 孟加拉国 AF: { lat: 33.0, lng: 65.0, name: "Afghanistan" }, // 阿富汗
BH: { lat: 26.0, lng: 50.55, name: "Bahrain" }, // 巴林 AM: { lat: 40.0, lng: 45.0, name: "Armenia" }, // 亚美尼亚
BT: { lat: 27.5, lng: 90.5, name: "Bhutan" }, // 不丹 AZ: { lat: 40.5, lng: 47.5, name: "Azerbaijan" }, // 阿塞拜疆
BN: { lat: 4.5, lng: 114.6667, name: "Brunei" }, // 文莱 BD: { lat: 24.0, lng: 90.0, name: "Bangladesh" }, // 孟加拉国
KH: { lat: 13.0, lng: 105.0, name: "Cambodia" }, // 柬埔寨 BH: { lat: 26.0, lng: 50.55, name: "Bahrain" }, // 巴林
CN: { lat: 35.0, lng: 105.0, name: "China" }, // 中国 BT: { lat: 27.5, lng: 90.5, name: "Bhutan" }, // 不丹
HK: { lat: 22.0, lng: 114.0, name: "Hong Kong" }, // 香港 BN: { lat: 4.5, lng: 114.6667, name: "Brunei" }, // 文莱
MO: { lat: 22.1667, lng: 113.55, name: "Macau" }, // 澳门 KH: { lat: 13.0, lng: 105.0, name: "Cambodia" }, // 柬埔寨
CY: { lat: 35.0, lng: 33.0, name: "Cyprus" }, // 塞浦路斯 CN: { lat: 35.0, lng: 105.0, name: "China" }, // 中国
GE: { lat: 42.0, lng: 43.5, name: "Georgia" }, // 格鲁吉亚 HK: { lat: 22.0, lng: 114.0, name: "Hong Kong" }, // 香港
IN: { lat: 20.0, lng: 77.0, name: "India" }, // 印度 MO: { lat: 22.1667, lng: 113.55, name: "Macau" }, // 澳门
ID: { lat: -5.0, lng: 120.0, name: "Indonesia" }, // 印度尼西亚 CY: { lat: 35.0, lng: 33.0, name: "Cyprus" }, // 塞浦路斯
IR: { lat: 32.0, lng: 53.0, name: "Iran" }, // 伊朗 GE: { lat: 42.0, lng: 43.5, name: "Georgia" }, // 格鲁吉亚
IQ: { lat: 33.0, lng: 44.0, name: "Iraq" }, // 伊拉克 IN: { lat: 20.0, lng: 77.0, name: "India" }, // 印度
IL: { lat: 31.5, lng: 34.75, name: "Israel" }, // 以色列 ID: { lat: -5.0, lng: 120.0, name: "Indonesia" }, // 印度尼西亚
JP: { lat: 36.0, lng: 138.0, name: "Japan" }, // 日本 IR: { lat: 32.0, lng: 53.0, name: "Iran" }, // 伊朗
JO: { lat: 31.0, lng: 36.0, name: "Jordan" }, // 约旦 IQ: { lat: 33.0, lng: 44.0, name: "Iraq" }, // 伊拉克
KZ: { lat: 48.0, lng: 68.0, name: "Kazakhstan" }, // 哈萨克斯坦 IL: { lat: 31.5, lng: 34.75, name: "Israel" }, // 以色列
KW: { lat: 29.3375, lng: 47.6581, name: "Kuwait" }, // 科威特 JP: { lat: 36.0, lng: 138.0, name: "Japan" }, // 日本
KG: { lat: 41.0, lng: 75.0, name: "Kyrgyzstan" }, // 吉尔吉斯斯坦 JO: { lat: 31.0, lng: 36.0, name: "Jordan" }, // 约旦
LA: { lat: 18.0, lng: 105.0, name: "Laos" }, // 老挝 KZ: { lat: 48.0, lng: 68.0, name: "Kazakhstan" }, // 哈萨克斯坦
LB: { lat: 33.8333, lng: 35.8333, name: "Lebanon" }, // 黎巴嫩 KW: { lat: 29.3375, lng: 47.6581, name: "Kuwait" }, // 科威特
MY: { lat: 2.5, lng: 112.5, name: "Malaysia" }, // 马来西亚 KG: { lat: 41.0, lng: 75.0, name: "Kyrgyzstan" }, // 吉尔吉斯斯坦
MV: { lat: 3.25, lng: 73.0, name: "Maldives" }, // 马尔代夫 LA: { lat: 18.0, lng: 105.0, name: "Laos" }, // 老挝
MN: { lat: 46.0, lng: 105.0, name: "Mongolia" }, // 蒙古 LB: { lat: 33.8333, lng: 35.8333, name: "Lebanon" }, // 黎巴嫩
MM: { lat: 22.0, lng: 98.0, name: "Myanmar" }, // 缅甸 MY: { lat: 2.5, lng: 112.5, name: "Malaysia" }, // 马来西亚
NP: { lat: 28.0, lng: 84.0, name: "Nepal" }, // 尼泊尔 MV: { lat: 3.25, lng: 73.0, name: "Maldives" }, // 马尔代夫
OM: { lat: 21.0, lng: 57.0, name: "Oman" }, // 阿曼 MN: { lat: 46.0, lng: 105.0, name: "Mongolia" }, // 蒙古
PK: { lat: 30.0, lng: 70.0, name: "Pakistan" }, // 巴基斯坦 MM: { lat: 22.0, lng: 98.0, name: "Myanmar" }, // 缅甸
PH: { lat: 13.0, lng: 122.0, name: "Philippines" }, // 菲律宾 NP: { lat: 28.0, lng: 84.0, name: "Nepal" }, // 尼泊尔
QA: { lat: 25.5, lng: 51.25, name: "Qatar" }, // 卡塔尔 OM: { lat: 21.0, lng: 57.0, name: "Oman" }, // 阿曼
SA: { lat: 25.0, lng: 45.0, name: "Saudi Arabia" }, // 沙特阿拉伯 PK: { lat: 30.0, lng: 70.0, name: "Pakistan" }, // 巴基斯坦
SG: { lat: 1.3667, lng: 103.8, name: "Singapore" }, // 新加坡 PH: { lat: 13.0, lng: 122.0, name: "Philippines" }, // 菲律宾
KR: { lat: 37.0, lng: 127.5, name: "South Korea" }, // 韩国 QA: { lat: 25.5, lng: 51.25, name: "Qatar" }, // 卡塔尔
LK: { lat: 7.0, lng: 81.0, name: "Sri Lanka" }, // 斯里兰卡 SA: { lat: 25.0, lng: 45.0, name: "Saudi Arabia" }, // 沙特阿拉伯
SY: { lat: 35.0, lng: 38.0, name: "Syria" }, // 叙利亚 SG: { lat: 1.3667, lng: 103.8, name: "Singapore" }, // 新加坡
TW: { lat: 23.5, lng: 121.0, name: "Taiwan" }, // 台湾 KR: { lat: 37.0, lng: 127.5, name: "South Korea" }, // 韩国
TJ: { lat: 39.0, lng: 71.0, name: "Tajikistan" }, // 塔吉克斯坦 LK: { lat: 7.0, lng: 81.0, name: "Sri Lanka" }, // 斯里兰卡
TH: { lat: 15.0, lng: 100.0, name: "Thailand" }, // 泰国 SY: { lat: 35.0, lng: 38.0, name: "Syria" }, // 叙利亚
TR: { lat: 39.0, lng: 35.0, name: "Turkey" }, // 土耳其 TW: { lat: 23.5, lng: 121.0, name: "Taiwan" }, // 台湾
TM: { lat: 40.0, lng: 60.0, name: "Turkmenistan" }, // 土库曼斯坦 TJ: { lat: 39.0, lng: 71.0, name: "Tajikistan" }, // 塔吉克斯坦
AE: { lat: 24.0, lng: 54.0, name: "United Arab Emirates" }, // 阿联酋 TH: { lat: 15.0, lng: 100.0, name: "Thailand" }, // 泰国
UZ: { lat: 41.0, lng: 64.0, name: "Uzbekistan" }, // 乌兹别克斯坦 TR: { lat: 39.0, lng: 35.0, name: "Turkey" }, // 土耳其
VN: { lat: 16.0, lng: 106.0, name: "Vietnam" }, // 越南 TM: { lat: 40.0, lng: 60.0, name: "Turkmenistan" }, // 土库曼斯坦
YE: { lat: 15.0, lng: 48.0, name: "Yemen" }, // 也门 AE: { lat: 24.0, lng: 54.0, name: "United Arab Emirates" }, // 阿联酋
PS: { lat: 32.0, lng: 35.25, name: "Palestine" }, // 巴勒斯坦 UZ: { lat: 41.0, lng: 64.0, name: "Uzbekistan" }, // 乌兹别克斯坦
VN: { lat: 16.0, lng: 106.0, name: "Vietnam" }, // 越南
YE: { lat: 15.0, lng: 48.0, name: "Yemen" }, // 也门
PS: { lat: 32.0, lng: 35.25, name: "Palestine" }, // 巴勒斯坦
// 欧洲 // 欧洲
AL: { lat: 41.0, lng: 20.0, name: "Albania" }, // 阿尔巴尼亚 AL: { lat: 41.0, lng: 20.0, name: "Albania" }, // 阿尔巴尼亚
AD: { lat: 42.5, lng: 1.6, name: "Andorra" }, // 安道尔 AD: { lat: 42.5, lng: 1.6, name: "Andorra" }, // 安道尔
AT: { lat: 47.3333, lng: 13.3333, name: "Austria" }, // 奥地利 AT: { lat: 47.3333, lng: 13.3333, name: "Austria" }, // 奥地利
BY: { lat: 53.0, lng: 28.0, name: "Belarus" }, // 白俄罗斯 BY: { lat: 53.0, lng: 28.0, name: "Belarus" }, // 白俄罗斯
BE: { lat: 50.8333, lng: 4.0, name: "Belgium" }, // 比利时 BE: { lat: 50.8333, lng: 4.0, name: "Belgium" }, // 比利时
BA: { lat: 44.0, lng: 18.0, name: "Bosnia and Herzegovina" }, // 波黑 BA: { lat: 44.0, lng: 18.0, name: "Bosnia and Herzegovina" }, // 波黑
BG: { lat: 43.0, lng: 25.0, name: "Bulgaria" }, // 保加利亚 BG: { lat: 43.0, lng: 25.0, name: "Bulgaria" }, // 保加利亚
HR: { lat: 45.1667, lng: 15.5, name: "Croatia" }, // 克罗地亚 HR: { lat: 45.1667, lng: 15.5, name: "Croatia" }, // 克罗地亚
CZ: { lat: 49.75, lng: 15.5, name: "Czech Republic" }, // 捷克 CZ: { lat: 49.75, lng: 15.5, name: "Czech Republic" }, // 捷克
DK: { lat: 56.0, lng: 10.0, name: "Denmark" }, // 丹麦 DK: { lat: 56.0, lng: 10.0, name: "Denmark" }, // 丹麦
EE: { lat: 59.0, lng: 26.0, name: "Estonia" }, // 爱沙尼亚 EE: { lat: 59.0, lng: 26.0, name: "Estonia" }, // 爱沙尼亚
FI: { lat: 64.0, lng: 26.0, name: "Finland" }, // 芬兰 FI: { lat: 64.0, lng: 26.0, name: "Finland" }, // 芬兰
FR: { lat: 46.0, lng: 2.0, name: "France" }, // 法国 FR: { lat: 46.0, lng: 2.0, name: "France" }, // 法国
DE: { lat: 51.0, lng: 9.0, name: "Germany" }, // 德国 DE: { lat: 51.0, lng: 9.0, name: "Germany" }, // 德国
GR: { lat: 39.0, lng: 22.0, name: "Greece" }, // 希腊 GR: { lat: 39.0, lng: 22.0, name: "Greece" }, // 希腊
HU: { lat: 47.0, lng: 20.0, name: "Hungary" }, // 匈牙利 HU: { lat: 47.0, lng: 20.0, name: "Hungary" }, // 匈牙利
IS: { lat: 65.0, lng: -18.0, name: "Iceland" }, // 冰岛 IS: { lat: 65.0, lng: -18.0, name: "Iceland" }, // 冰岛
IE: { lat: 53.0, lng: -8.0, name: "Ireland" }, // 爱尔兰 IE: { lat: 53.0, lng: -8.0, name: "Ireland" }, // 爱尔兰
IT: { lat: 42.8333, lng: 12.8333, name: "Italy" }, // 意大利 IT: { lat: 42.8333, lng: 12.8333, name: "Italy" }, // 意大利
LV: { lat: 57.0, lng: 25.0, name: "Latvia" }, // 拉脱维亚 LV: { lat: 57.0, lng: 25.0, name: "Latvia" }, // 拉脱维亚
LI: { lat: 47.1667, lng: 9.5333, name: "Liechtenstein" }, // 列支敦士登 LI: { lat: 47.1667, lng: 9.5333, name: "Liechtenstein" }, // 列支敦士登
LT: { lat: 56.0, lng: 24.0, name: "Lithuania" }, // 立陶宛 LT: { lat: 56.0, lng: 24.0, name: "Lithuania" }, // 立陶宛
LU: { lat: 49.75, lng: 6.1667, name: "Luxembourg" }, // 卢森堡 LU: { lat: 49.75, lng: 6.1667, name: "Luxembourg" }, // 卢森堡
MT: { lat: 35.8333, lng: 14.5833, name: "Malta" }, // 马耳他 MT: { lat: 35.8333, lng: 14.5833, name: "Malta" }, // 马耳他
MD: { lat: 47.0, lng: 29.0, name: "Moldova" }, // 摩尔多瓦 MD: { lat: 47.0, lng: 29.0, name: "Moldova" }, // 摩尔多瓦
MC: { lat: 43.7333, lng: 7.4, name: "Monaco" }, // 摩纳哥 MC: { lat: 43.7333, lng: 7.4, name: "Monaco" }, // 摩纳哥
ME: { lat: 42.0, lng: 19.0, name: "Montenegro" }, // 黑山 ME: { lat: 42.0, lng: 19.0, name: "Montenegro" }, // 黑山
NL: { lat: 52.5, lng: 5.75, name: "Netherlands" }, // 荷兰 NL: { lat: 52.5, lng: 5.75, name: "Netherlands" }, // 荷兰
NO: { lat: 62.0, lng: 10.0, name: "Norway" }, // 挪威 NO: { lat: 62.0, lng: 10.0, name: "Norway" }, // 挪威
PL: { lat: 52.0, lng: 20.0, name: "Poland" }, // 波兰 PL: { lat: 52.0, lng: 20.0, name: "Poland" }, // 波兰
PT: { lat: 39.5, lng: -8.0, name: "Portugal" }, // 葡萄牙 PT: { lat: 39.5, lng: -8.0, name: "Portugal" }, // 葡萄牙
RO: { lat: 46.0, lng: 25.0, name: "Romania" }, // 罗马尼亚 RO: { lat: 46.0, lng: 25.0, name: "Romania" }, // 罗马尼亚
RU: { lat: 60.0, lng: 100.0, name: "Russia" }, // 俄罗斯 RU: { lat: 60.0, lng: 100.0, name: "Russia" }, // 俄罗斯
SM: { lat: 43.7667, lng: 12.4167, name: "San Marino" }, // 圣马力诺 SM: { lat: 43.7667, lng: 12.4167, name: "San Marino" }, // 圣马力诺
RS: { lat: 44.0, lng: 21.0, name: "Serbia" }, // 塞尔维亚 RS: { lat: 44.0, lng: 21.0, name: "Serbia" }, // 塞尔维亚
SK: { lat: 48.6667, lng: 19.5, name: "Slovakia" }, // 斯洛伐克 SK: { lat: 48.6667, lng: 19.5, name: "Slovakia" }, // 斯洛伐克
SI: { lat: 46.0, lng: 15.0, name: "Slovenia" }, // 斯洛文尼亚 SI: { lat: 46.0, lng: 15.0, name: "Slovenia" }, // 斯洛文尼亚
ES: { lat: 40.0, lng: -4.0, name: "Spain" }, // 西班牙 ES: { lat: 40.0, lng: -4.0, name: "Spain" }, // 西班牙
SE: { lat: 62.0, lng: 15.0, name: "Sweden" }, // 瑞典 SE: { lat: 62.0, lng: 15.0, name: "Sweden" }, // 瑞典
CH: { lat: 47.0, lng: 8.0, name: "Switzerland" }, // 瑞士 CH: { lat: 47.0, lng: 8.0, name: "Switzerland" }, // 瑞士
UA: { lat: 49.0, lng: 32.0, name: "Ukraine" }, // 乌克兰 UA: { lat: 49.0, lng: 32.0, name: "Ukraine" }, // 乌克兰
GB: { lat: 54.0, lng: -2.0, name: "United Kingdom" }, // 英国 GB: { lat: 54.0, lng: -2.0, name: "United Kingdom" }, // 英国
VA: { lat: 41.9, lng: 12.45, name: "Vatican City" }, // 梵蒂冈 VA: { lat: 41.9, lng: 12.45, name: "Vatican City" }, // 梵蒂冈
// 北美洲 // 北美洲
AG: { lat: 17.05, lng: -61.8, name: "Antigua and Barbuda" }, // 安提瓜和巴布达 AG: { lat: 17.05, lng: -61.8, name: "Antigua and Barbuda" }, // 安提瓜和巴布达
BS: { lat: 24.25, lng: -76.0, name: "Bahamas" }, // 巴哈马 BS: { lat: 24.25, lng: -76.0, name: "Bahamas" }, // 巴哈马
BB: { lat: 13.1667, lng: -59.5333, name: "Barbados" }, // 巴巴多斯 BB: { lat: 13.1667, lng: -59.5333, name: "Barbados" }, // 巴巴多斯
BZ: { lat: 17.25, lng: -88.75, name: "Belize" }, // 伯利兹 BZ: { lat: 17.25, lng: -88.75, name: "Belize" }, // 伯利兹
CA: { lat: 60.0, lng: -95.0, name: "Canada" }, // 加拿大 CA: { lat: 60.0, lng: -95.0, name: "Canada" }, // 加拿大
CR: { lat: 10.0, lng: -84.0, name: "Costa Rica" }, // 哥斯达黎加 CR: { lat: 10.0, lng: -84.0, name: "Costa Rica" }, // 哥斯达黎加
CU: { lat: 21.5, lng: -80.0, name: "Cuba" }, // 古巴 CU: { lat: 21.5, lng: -80.0, name: "Cuba" }, // 古巴
DM: { lat: 15.4167, lng: -61.3333, name: "Dominica" }, // 多米尼克 DM: { lat: 15.4167, lng: -61.3333, name: "Dominica" }, // 多米尼克
DO: { lat: 19.0, lng: -70.6667, name: "Dominican Republic" }, // 多米尼加共和国 DO: { lat: 19.0, lng: -70.6667, name: "Dominican Republic" }, // 多米尼加共和国
SV: { lat: 13.8333, lng: -88.9167, name: "El Salvador" }, // 萨尔瓦多 SV: { lat: 13.8333, lng: -88.9167, name: "El Salvador" }, // 萨尔瓦多
GD: { lat: 12.1167, lng: -61.6667, name: "Grenada" }, // 格林纳达 GD: { lat: 12.1167, lng: -61.6667, name: "Grenada" }, // 格林纳达
GT: { lat: 15.5, lng: -90.25, name: "Guatemala" }, // 危地马拉 GT: { lat: 15.5, lng: -90.25, name: "Guatemala" }, // 危地马拉
HT: { lat: 19.0, lng: -72.4167, name: "Haiti" }, // 海地 HT: { lat: 19.0, lng: -72.4167, name: "Haiti" }, // 海地
HN: { lat: 15.0, lng: -86.5, name: "Honduras" }, // 洪都拉斯 HN: { lat: 15.0, lng: -86.5, name: "Honduras" }, // 洪都拉斯
JM: { lat: 18.25, lng: -77.5, name: "Jamaica" }, // 牙买加 JM: { lat: 18.25, lng: -77.5, name: "Jamaica" }, // 牙买加
MX: { lat: 23.0, lng: -102.0, name: "Mexico" }, // 墨西哥 MX: { lat: 23.0, lng: -102.0, name: "Mexico" }, // 墨西哥
NI: { lat: 13.0, lng: -85.0, name: "Nicaragua" }, // 尼加拉瓜 NI: { lat: 13.0, lng: -85.0, name: "Nicaragua" }, // 尼加拉瓜
PA: { lat: 9.0, lng: -80.0, name: "Panama" }, // 巴拿马 PA: { lat: 9.0, lng: -80.0, name: "Panama" }, // 巴拿马
KN: { lat: 17.3333, lng: -62.75, name: "Saint Kitts and Nevis" }, // 圣基茨和尼维斯 KN: { lat: 17.3333, lng: -62.75, name: "Saint Kitts and Nevis" }, // 圣基茨和尼维斯
LC: { lat: 13.8833, lng: -61.1333, name: "Saint Lucia" }, // 圣卢西亚 LC: { lat: 13.8833, lng: -61.1333, name: "Saint Lucia" }, // 圣卢西亚
VC: { lat: 13.25, lng: -61.2, name: "Saint Vincent and the Grenadines" }, // 圣文森特和格林纳丁斯 VC: { lat: 13.25, lng: -61.2, name: "Saint Vincent and the Grenadines" }, // 圣文森特和格林纳丁斯
TT: { lat: 11.0, lng: -61.0, name: "Trinidad and Tobago" }, // 特立尼达和多巴哥 TT: { lat: 11.0, lng: -61.0, name: "Trinidad and Tobago" }, // 特立尼达和多巴哥
US: { lat: 38.0, lng: -97.0, name: "United States" }, // 美国 US: { lat: 38.0, lng: -97.0, name: "United States" }, // 美国
// 南美洲 // 南美洲
AR: { lat: -34.0, lng: -64.0, name: "Argentina" }, // 阿根廷 AR: { lat: -34.0, lng: -64.0, name: "Argentina" }, // 阿根廷
BO: { lat: -17.0, lng: -65.0, name: "Bolivia" }, // 玻利维亚 BO: { lat: -17.0, lng: -65.0, name: "Bolivia" }, // 玻利维亚
BR: { lat: -10.0, lng: -55.0, name: "Brazil" }, // 巴西 BR: { lat: -10.0, lng: -55.0, name: "Brazil" }, // 巴西
CL: { lat: -30.0, lng: -71.0, name: "Chile" }, // 智利 CL: { lat: -30.0, lng: -71.0, name: "Chile" }, // 智利
CO: { lat: 4.0, lng: -72.0, name: "Colombia" }, // 哥伦比亚 CO: { lat: 4.0, lng: -72.0, name: "Colombia" }, // 哥伦比亚
EC: { lat: -2.0, lng: -77.5, name: "Ecuador" }, // 厄瓜多尔 EC: { lat: -2.0, lng: -77.5, name: "Ecuador" }, // 厄瓜多尔
GY: { lat: 5.0, lng: -59.0, name: "Guyana" }, // 圭亚那 GY: { lat: 5.0, lng: -59.0, name: "Guyana" }, // 圭亚那
PY: { lat: -23.0, lng: -58.0, name: "Paraguay" }, // 巴拉圭 PY: { lat: -23.0, lng: -58.0, name: "Paraguay" }, // 巴拉圭
PE: { lat: -10.0, lng: -76.0, name: "Peru" }, // 秘鲁 PE: { lat: -10.0, lng: -76.0, name: "Peru" }, // 秘鲁
SR: { lat: 4.0, lng: -56.0, name: "Suriname" }, // 苏里南 SR: { lat: 4.0, lng: -56.0, name: "Suriname" }, // 苏里南
UY: { lat: -33.0, lng: -56.0, name: "Uruguay" }, // 乌拉圭 UY: { lat: -33.0, lng: -56.0, name: "Uruguay" }, // 乌拉圭
VE: { lat: 8.0, lng: -66.0, name: "Venezuela" }, // 委内瑞拉 VE: { lat: 8.0, lng: -66.0, name: "Venezuela" }, // 委内瑞拉
// 大洋洲 // 大洋洲
AU: { lat: -27.0, lng: 133.0, name: "Australia" }, // 澳大利亚 AU: { lat: -27.0, lng: 133.0, name: "Australia" }, // 澳大利亚
FJ: { lat: -18.0, lng: 175.0, name: "Fiji" }, // 斐济 FJ: { lat: -18.0, lng: 175.0, name: "Fiji" }, // 斐济
KI: { lat: 1.4167, lng: 173.0, name: "Kiribati" }, // 基里巴斯 KI: { lat: 1.4167, lng: 173.0, name: "Kiribati" }, // 基里巴斯
MH: { lat: 9.0, lng: 168.0, name: "Marshall Islands" }, // 马绍尔群岛 MH: { lat: 9.0, lng: 168.0, name: "Marshall Islands" }, // 马绍尔群岛
FM: { lat: 6.9167, lng: 158.25, name: "Micronesia" }, // 密克罗尼西亚 FM: { lat: 6.9167, lng: 158.25, name: "Micronesia" }, // 密克罗尼西亚
NR: { lat: -0.5333, lng: 166.9167, name: "Nauru" }, // 瑙鲁 NR: { lat: -0.5333, lng: 166.9167, name: "Nauru" }, // 瑙鲁
NZ: { lat: -41.0, lng: 174.0, name: "New Zealand" }, // 新西兰 NZ: { lat: -41.0, lng: 174.0, name: "New Zealand" }, // 新西兰
PW: { lat: 7.5, lng: 134.5, name: "Palau" }, // 帕劳 PW: { lat: 7.5, lng: 134.5, name: "Palau" }, // 帕劳
PG: { lat: -6.0, lng: 147.0, name: "Papua New Guinea" }, // 巴布亚新几内亚 PG: { lat: -6.0, lng: 147.0, name: "Papua New Guinea" }, // 巴布亚新几内亚
WS: { lat: -13.5833, lng: -172.3333, name: "Samoa" }, // 萨摩亚 WS: { lat: -13.5833, lng: -172.3333, name: "Samoa" }, // 萨摩亚
SB: { lat: -8.0, lng: 159.0, name: "Solomon Islands" }, // 所罗门群岛 SB: { lat: -8.0, lng: 159.0, name: "Solomon Islands" }, // 所罗门群岛
TO: { lat: -20.0, lng: -175.0, name: "Tonga" }, // 汤加 TO: { lat: -20.0, lng: -175.0, name: "Tonga" }, // 汤加
TV: { lat: -8.0, lng: 178.0, name: "Tuvalu" }, // 图瓦卢 TV: { lat: -8.0, lng: 178.0, name: "Tuvalu" }, // 图瓦卢
VU: { lat: -16.0, lng: 167.0, name: "Vanuatu" }, // 瓦努阿图 VU: { lat: -16.0, lng: 167.0, name: "Vanuatu" }, // 瓦努阿图
// 非洲 // 非洲
DZ: { lat: 28.0, lng: 3.0, name: "Algeria" }, // 阿尔及利亚 DZ: { lat: 28.0, lng: 3.0, name: "Algeria" }, // 阿尔及利亚
AO: { lat: -12.5, lng: 18.5, name: "Angola" }, // 安哥拉 AO: { lat: -12.5, lng: 18.5, name: "Angola" }, // 安哥拉
BJ: { lat: 9.5, lng: 2.25, name: "Benin" }, // 贝宁 BJ: { lat: 9.5, lng: 2.25, name: "Benin" }, // 贝宁
BW: { lat: -22.0, lng: 24.0, name: "Botswana" }, // 博茨瓦纳 BW: { lat: -22.0, lng: 24.0, name: "Botswana" }, // 博茨瓦纳
BF: { lat: 13.0, lng: -2.0, name: "Burkina Faso" }, // 布基纳法索 BF: { lat: 13.0, lng: -2.0, name: "Burkina Faso" }, // 布基纳法索
BI: { lat: -3.5, lng: 30.0, name: "Burundi" }, // 布隆迪 BI: { lat: -3.5, lng: 30.0, name: "Burundi" }, // 布隆迪
CM: { lat: 6.0, lng: 12.0, name: "Cameroon" }, // 喀麦隆 CM: { lat: 6.0, lng: 12.0, name: "Cameroon" }, // 喀麦隆
CV: { lat: 16.0, lng: -24.0, name: "Cape Verde" }, // 佛得角 CV: { lat: 16.0, lng: -24.0, name: "Cape Verde" }, // 佛得角
CF: { lat: 7.0, lng: 21.0, name: "Central African Republic" }, // 中非共和国 CF: { lat: 7.0, lng: 21.0, name: "Central African Republic" }, // 中非共和国
TD: { lat: 15.0, lng: 19.0, name: "Chad" }, // 乍得 TD: { lat: 15.0, lng: 19.0, name: "Chad" }, // 乍得
KM: { lat: -12.1667, lng: 44.25, name: "Comoros" }, // 科摩罗 KM: { lat: -12.1667, lng: 44.25, name: "Comoros" }, // 科摩罗
CG: { lat: -1.0, lng: 15.0, name: "Congo" }, // 刚果 CG: { lat: -1.0, lng: 15.0, name: "Congo" }, // 刚果
CD: { lat: 0.0, lng: 25.0, name: "Democratic Republic of the Congo" }, // 刚果民主共和国 CD: { lat: 0.0, lng: 25.0, name: "Democratic Republic of the Congo" }, // 刚果民主共和国
CI: { lat: 8.0, lng: -5.0, name: "Côte d'Ivoire" }, // 科特迪瓦 CI: { lat: 8.0, lng: -5.0, name: "Côte d'Ivoire" }, // 科特迪瓦
DJ: { lat: 11.5, lng: 43.0, name: "Djibouti" }, // 吉布提 DJ: { lat: 11.5, lng: 43.0, name: "Djibouti" }, // 吉布提
EG: { lat: 27.0, lng: 30.0, name: "Egypt" }, // 埃及 EG: { lat: 27.0, lng: 30.0, name: "Egypt" }, // 埃及
GQ: { lat: 2.0, lng: 10.0, name: "Equatorial Guinea" }, // 赤道几内亚 GQ: { lat: 2.0, lng: 10.0, name: "Equatorial Guinea" }, // 赤道几内亚
ER: { lat: 15.0, lng: 39.0, name: "Eritrea" }, // 厄立特里亚 ER: { lat: 15.0, lng: 39.0, name: "Eritrea" }, // 厄立特里亚
ET: { lat: 8.0, lng: 38.0, name: "Ethiopia" }, // 埃塞俄比亚 ET: { lat: 8.0, lng: 38.0, name: "Ethiopia" }, // 埃塞俄比亚
GA: { lat: -1.0, lng: 11.75, name: "Gabon" }, // 加蓬 GA: { lat: -1.0, lng: 11.75, name: "Gabon" }, // 加蓬
GM: { lat: 13.4667, lng: -16.5667, name: "Gambia" }, // 冈比亚 GM: { lat: 13.4667, lng: -16.5667, name: "Gambia" }, // 冈比亚
GH: { lat: 8.0, lng: -2.0, name: "Ghana" }, // 加纳 GH: { lat: 8.0, lng: -2.0, name: "Ghana" }, // 加纳
GN: { lat: 11.0, lng: -10.0, name: "Guinea" }, // 几内亚 GN: { lat: 11.0, lng: -10.0, name: "Guinea" }, // 几内亚
GW: { lat: 12.0, lng: -15.0, name: "Guinea-Bissau" }, // 几内亚比绍 GW: { lat: 12.0, lng: -15.0, name: "Guinea-Bissau" }, // 几内亚比绍
KE: { lat: 1.0, lng: 38.0, name: "Kenya" }, // 肯尼亚 KE: { lat: 1.0, lng: 38.0, name: "Kenya" }, // 肯尼亚
LS: { lat: -29.5, lng: 28.5, name: "Lesotho" }, // 莱索托 LS: { lat: -29.5, lng: 28.5, name: "Lesotho" }, // 莱索托
LR: { lat: 6.5, lng: -9.5, name: "Liberia" }, // 利比里亚 LR: { lat: 6.5, lng: -9.5, name: "Liberia" }, // 利比里亚
LY: { lat: 25.0, lng: 17.0, name: "Libya" }, // 利比亚 LY: { lat: 25.0, lng: 17.0, name: "Libya" }, // 利比亚
MG: { lat: -20.0, lng: 47.0, name: "Madagascar" }, // 马达加斯加 MG: { lat: -20.0, lng: 47.0, name: "Madagascar" }, // 马达加斯加
MW: { lat: -13.5, lng: 34.0, name: "Malawi" }, // 马拉维 MW: { lat: -13.5, lng: 34.0, name: "Malawi" }, // 马拉维
ML: { lat: 17.0, lng: -4.0, name: "Mali" }, // 马里 ML: { lat: 17.0, lng: -4.0, name: "Mali" }, // 马里
MR: { lat: 20.0, lng: -12.0, name: "Mauritania" }, // 毛里塔尼亚 MR: { lat: 20.0, lng: -12.0, name: "Mauritania" }, // 毛里塔尼亚
MU: { lat: -20.2833, lng: 57.55, name: "Mauritius" }, // 毛里求斯 MU: { lat: -20.2833, lng: 57.55, name: "Mauritius" }, // 毛里求斯
YT: { lat: -12.8333, lng: 45.1667, name: "Mayotte" }, // 马约特 YT: { lat: -12.8333, lng: 45.1667, name: "Mayotte" }, // 马约特
MA: { lat: 32.0, lng: -5.0, name: "Morocco" }, // 摩洛哥 MA: { lat: 32.0, lng: -5.0, name: "Morocco" }, // 摩洛哥
MZ: { lat: -18.25, lng: 35.0, name: "Mozambique" }, // 莫桑比克 MZ: { lat: -18.25, lng: 35.0, name: "Mozambique" }, // 莫桑比克
NA: { lat: -22.0, lng: 17.0, name: "Namibia" }, // 纳米比亚 NA: { lat: -22.0, lng: 17.0, name: "Namibia" }, // 纳米比亚
NE: { lat: 16.0, lng: 8.0, name: "Niger" }, // 尼日尔 NE: { lat: 16.0, lng: 8.0, name: "Niger" }, // 尼日尔
NG: { lat: 10.0, lng: 8.0, name: "Nigeria" }, // 尼日利亚 NG: { lat: 10.0, lng: 8.0, name: "Nigeria" }, // 尼日利亚
RW: { lat: -2.0, lng: 30.0, name: "Rwanda" }, // 卢旺达 RW: { lat: -2.0, lng: 30.0, name: "Rwanda" }, // 卢旺达
ST: { lat: 1.0, lng: 7.0, name: "São Tomé and Principe" }, // 圣多美和普林西比 ST: { lat: 1.0, lng: 7.0, name: "São Tomé and Principe" }, // 圣多美和普林西比
SN: { lat: 14.0, lng: -14.0, name: "Senegal" }, // 塞内加尔 SN: { lat: 14.0, lng: -14.0, name: "Senegal" }, // 塞内加尔
SC: { lat: -4.5833, lng: 55.6667, name: "Seychelles" }, // 塞舌尔 SC: { lat: -4.5833, lng: 55.6667, name: "Seychelles" }, // 塞舌尔
SL: { lat: 8.5, lng: -11.5, name: "Sierra Leone" }, // 塞拉利昂 SL: { lat: 8.5, lng: -11.5, name: "Sierra Leone" }, // 塞拉利昂
SO: { lat: 10.0, lng: 49.0, name: "Somalia" }, // 索马里 SO: { lat: 10.0, lng: 49.0, name: "Somalia" }, // 索马里
ZA: { lat: -29.0, lng: 24.0, name: "South Africa" }, // 南非 ZA: { lat: -29.0, lng: 24.0, name: "South Africa" }, // 南非
SD: { lat: 15.0, lng: 30.0, name: "Sudan" }, // 苏丹 SD: { lat: 15.0, lng: 30.0, name: "Sudan" }, // 苏丹
SZ: { lat: -26.5, lng: 31.5, name: "Swaziland" }, // 斯威士兰 SZ: { lat: -26.5, lng: 31.5, name: "Swaziland" }, // 斯威士兰
TZ: { lat: -6.0, lng: 35.0, name: "Tanzania" }, // 坦桑尼亚 TZ: { lat: -6.0, lng: 35.0, name: "Tanzania" }, // 坦桑尼亚
TG: { lat: 8.0, lng: 1.1667, name: "Togo" }, // 多哥 TG: { lat: 8.0, lng: 1.1667, name: "Togo" }, // 多哥
TN: { lat: 34.0, lng: 9.0, name: "Tunisia" }, // 突尼斯 TN: { lat: 34.0, lng: 9.0, name: "Tunisia" }, // 突尼斯
UG: { lat: 1.0, lng: 32.0, name: "Uganda" }, // 乌干达 UG: { lat: 1.0, lng: 32.0, name: "Uganda" }, // 乌干达
EH: { lat: 24.5, lng: -13.0, name: "Western Sahara" }, // 西撒哈拉 EH: { lat: 24.5, lng: -13.0, name: "Western Sahara" }, // 西撒哈拉
ZM: { lat: -15.0, lng: 30.0, name: "Zambia" }, // 赞比亚 ZM: { lat: -15.0, lng: 30.0, name: "Zambia" }, // 赞比亚
ZW: { lat: -20.0, lng: 30.0, name: "Zimbabwe" }, // 津巴布韦 ZW: { lat: -20.0, lng: 30.0, name: "Zimbabwe" }, // 津巴布韦
} };
+97 -89
View File
@@ -1,99 +1,107 @@
export const InjectContext = (content: string) => { export const InjectContext = (content: string) => {
const tempDiv = document.createElement("div") const tempDiv = document.createElement("div");
tempDiv.innerHTML = content tempDiv.innerHTML = content;
const INJECTION_MARK = "data-injected" // 自定义属性标识 const INJECTION_MARK = "data-injected"; // 自定义属性标识
// 清理已有的注入资源 // 清理已有的注入资源
const cleanInjectedResources = () => { const cleanInjectedResources = () => {
document.querySelectorAll(`[${INJECTION_MARK}]`).forEach((node) => node.remove()) document.querySelectorAll(`[${INJECTION_MARK}]`).forEach((node) => {
} node.remove();
});
};
const loadExternalScript = (scriptElement: HTMLScriptElement): Promise<void> => { const loadExternalScript = (
return new Promise((resolve, reject) => { scriptElement: HTMLScriptElement,
const script = document.createElement("script") ): Promise<void> => {
script.src = scriptElement.src return new Promise((resolve, reject) => {
script.async = false // 保持顺序执行 const script = document.createElement("script");
script.setAttribute(INJECTION_MARK, "true") // 添加标识 script.src = scriptElement.src;
script.onload = () => resolve() script.async = false; // 保持顺序执行
script.onerror = () => reject(new Error(`Failed to load script: ${scriptElement.src}`)) script.setAttribute(INJECTION_MARK, "true"); // 添加标识
document.head.appendChild(script) script.onload = () => resolve();
}) script.onerror = () =>
} reject(new Error(`Failed to load script: ${scriptElement.src}`));
document.head.appendChild(script);
});
};
const executeInlineScript = (scriptContent: string): Promise<void> => { const executeInlineScript = (scriptContent: string): Promise<void> => {
return new Promise((resolve) => { return new Promise((resolve) => {
const script = document.createElement("script") const script = document.createElement("script");
script.textContent = scriptContent script.textContent = scriptContent;
script.setAttribute(INJECTION_MARK, "true") // 添加标识 script.setAttribute(INJECTION_MARK, "true"); // 添加标识
document.body.appendChild(script) document.body.appendChild(script);
resolve() resolve();
}) });
} };
const loadStyle = (styleElement: HTMLStyleElement): Promise<void> => { const loadStyle = (styleElement: HTMLStyleElement): Promise<void> => {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
if ((styleElement as any).href) { if ((styleElement as any).href) {
// 处理 <link> // 处理 <link>
const link = document.createElement("link") const link = document.createElement("link");
link.rel = "stylesheet" link.rel = "stylesheet";
link.href = (styleElement as any).href link.href = (styleElement as any).href;
link.setAttribute(INJECTION_MARK, "true") // 添加标识 link.setAttribute(INJECTION_MARK, "true"); // 添加标识
link.onload = () => resolve() link.onload = () => resolve();
link.onerror = () => reject(new Error(`Failed to load stylesheet: ${link.href}`)) link.onerror = () =>
document.head.appendChild(link) reject(new Error(`Failed to load stylesheet: ${link.href}`));
} else { document.head.appendChild(link);
const style = document.createElement("style") } else {
style.textContent = styleElement.textContent const style = document.createElement("style");
style.setAttribute(INJECTION_MARK, "true") // 添加标识 style.textContent = styleElement.textContent;
document.head.appendChild(style) style.setAttribute(INJECTION_MARK, "true"); // 添加标识
resolve() document.head.appendChild(style);
} resolve();
}) }
} });
};
const handlers: { [key: string]: (element: HTMLElement) => Promise<void> } = { const handlers: { [key: string]: (element: HTMLElement) => Promise<void> } = {
SCRIPT: (element) => { SCRIPT: (element) => {
const scriptElement = element as HTMLScriptElement const scriptElement = element as HTMLScriptElement;
if (scriptElement.src) { if (scriptElement.src) {
// 加载外部脚本 // 加载外部脚本
return loadExternalScript(scriptElement) return loadExternalScript(scriptElement);
} else { } else {
// 执行内联脚本 // 执行内联脚本
return executeInlineScript(scriptElement.textContent || "") return executeInlineScript(scriptElement.textContent || "");
} }
}, },
STYLE: (element) => loadStyle(element as HTMLStyleElement), STYLE: (element) => loadStyle(element as HTMLStyleElement),
META: (element) => { META: (element) => {
const meta = element.cloneNode(true) as HTMLElement const meta = element.cloneNode(true) as HTMLElement;
meta.setAttribute(INJECTION_MARK, "true") // 添加标识 meta.setAttribute(INJECTION_MARK, "true"); // 添加标识
document.head.appendChild(meta) // 将 meta 标签插入到 <head> document.head.appendChild(meta); // 将 meta 标签插入到 <head>
return Promise.resolve() return Promise.resolve();
}, },
DEFAULT: (element) => { DEFAULT: (element) => {
element.setAttribute(INJECTION_MARK, "true") // 添加标识 element.setAttribute(INJECTION_MARK, "true"); // 添加标识
document.body.appendChild(element) document.body.appendChild(element);
return Promise.resolve() return Promise.resolve();
}, },
} };
// 开始注入前清理已有资源 // 开始注入前清理已有资源
cleanInjectedResources() cleanInjectedResources();
const executeSequentially = async () => { const executeSequentially = async () => {
for (const node of Array.from(tempDiv.childNodes)) { for (const node of Array.from(tempDiv.childNodes)) {
if (node.nodeType === Node.ELEMENT_NODE) { if (node.nodeType === Node.ELEMENT_NODE) {
const element = node as HTMLElement const element = node as HTMLElement;
const handler = handlers[element.tagName] || handlers.DEFAULT const handler = handlers[element.tagName] || handlers.DEFAULT;
await handler(element) // 按顺序等待当前脚本或资源完成处理 await handler(element); // 按顺序等待当前脚本或资源完成处理
} else if (node.nodeType === Node.TEXT_NODE) { } else if (node.nodeType === Node.TEXT_NODE) {
document.body.appendChild(document.createTextNode(node.textContent || "")) document.body.appendChild(
} document.createTextNode(node.textContent || ""),
} );
console.log("All resources have been injected and executed in sequence.") }
} }
console.log("All resources have been injected and executed in sequence.");
};
return executeSequentially().catch((error) => { return executeSequentially().catch((error) => {
console.error("Error during resource injection:", error) console.error("Error during resource injection:", error);
}) });
} };
+139 -133
View File
@@ -1,142 +1,148 @@
import type { SVGProps } from "react" import type { SVGProps } from "react";
export function GetFontLogoClass(platform: string): string { export function GetFontLogoClass(platform: string): string {
if ( if (
[ [
"almalinux", "almalinux",
"alpine", "alpine",
"aosc", "aosc",
"apple", "apple",
"archlinux", "archlinux",
"archlabs", "archlabs",
"artix", "artix",
"budgie", "budgie",
"centos", "centos",
"coreos", "coreos",
"debian", "debian",
"deepin", "deepin",
"devuan", "devuan",
"docker", "docker",
"elementary", "elementary",
"fedora", "fedora",
"ferris", "ferris",
"flathub", "flathub",
"freebsd", "freebsd",
"gentoo", "gentoo",
"gnu-guix", "gnu-guix",
"illumos", "illumos",
"kali-linux", "kali-linux",
"linuxmint", "linuxmint",
"mageia", "mageia",
"mandriva", "mandriva",
"manjaro", "manjaro",
"nixos", "nixos",
"openbsd", "openbsd",
"opensuse", "opensuse",
"pop-os", "pop-os",
"raspberry-pi", "raspberry-pi",
"redhat", "redhat",
"rocky-linux", "rocky-linux",
"sabayon", "sabayon",
"slackware", "slackware",
"snappy", "snappy",
"solus", "solus",
"tux", "tux",
"ubuntu", "ubuntu",
"void", "void",
"zorin", "zorin",
].indexOf(platform) > -1 ].indexOf(platform) > -1
) { ) {
return platform return platform;
} }
if (platform == "darwin") { if (platform === "darwin") {
return "apple" return "apple";
} }
if (["openwrt", "linux", "immortalwrt"].indexOf(platform) > -1) { if (["openwrt", "linux", "immortalwrt"].indexOf(platform) > -1) {
return "tux" return "tux";
} }
if (platform == "amazon") { if (platform === "amazon") {
return "redhat" return "redhat";
} }
if (platform == "arch") { if (platform === "arch") {
return "archlinux" return "archlinux";
} }
if (platform.toLowerCase().includes("opensuse")) { if (platform.toLowerCase().includes("opensuse")) {
return "opensuse" return "opensuse";
} }
return "tux" return "tux";
} }
export function GetOsName(platform: string): string { export function GetOsName(platform: string): string {
if ( if (
[ [
"almalinux", "almalinux",
"alpine", "alpine",
"aosc", "aosc",
"apple", "apple",
"archlinux", "archlinux",
"archlabs", "archlabs",
"artix", "artix",
"budgie", "budgie",
"centos", "centos",
"coreos", "coreos",
"debian", "debian",
"deepin", "deepin",
"devuan", "devuan",
"docker", "docker",
"fedora", "fedora",
"ferris", "ferris",
"flathub", "flathub",
"freebsd", "freebsd",
"gentoo", "gentoo",
"gnu-guix", "gnu-guix",
"illumos", "illumos",
"linuxmint", "linuxmint",
"mageia", "mageia",
"mandriva", "mandriva",
"manjaro", "manjaro",
"nixos", "nixos",
"openbsd", "openbsd",
"opensuse", "opensuse",
"pop-os", "pop-os",
"redhat", "redhat",
"sabayon", "sabayon",
"slackware", "slackware",
"snappy", "snappy",
"solus", "solus",
"tux", "tux",
"ubuntu", "ubuntu",
"void", "void",
"zorin", "zorin",
].indexOf(platform) > -1 ].indexOf(platform) > -1
) { ) {
return platform.charAt(0).toUpperCase() + platform.slice(1) return platform.charAt(0).toUpperCase() + platform.slice(1);
} }
if (platform == "darwin") { if (platform === "darwin") {
return "macOS" return "macOS";
} }
if (["openwrt", "linux", "immortalwrt"].indexOf(platform) > -1) { if (["openwrt", "linux", "immortalwrt"].indexOf(platform) > -1) {
return "Linux" return "Linux";
} }
if (platform == "amazon") { if (platform === "amazon") {
return "Redhat" return "Redhat";
} }
if (platform == "arch") { if (platform === "arch") {
return "Archlinux" return "Archlinux";
} }
if (platform.toLowerCase().includes("opensuse")) { if (platform.toLowerCase().includes("opensuse")) {
return "Opensuse" return "Opensuse";
} }
return "Linux" return "Linux";
} }
export function MageMicrosoftWindows(props: SVGProps<SVGSVGElement>) { export function MageMicrosoftWindows(props: SVGProps<SVGSVGElement>) {
return ( return (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24" {...props}> <svg
<path xmlns="http://www.w3.org/2000/svg"
fill="currentColor" width="1em"
d="M2.75 7.189V2.865c0-.102 0-.115.115-.115h8.622c.128 0 .14 0 .14.128V11.5c0 .128 0 .128-.14.128H2.865c-.102 0-.115 0-.115-.116zM7.189 21.25H2.865c-.102 0-.115 0-.115-.116V12.59c0-.128 0-.128.128-.128h8.635c.102 0 .115 0 .115.115v8.57c0 .09 0 .103-.116.103zM21.25 7.189v4.31c0 .116 0 .116-.116.116h-8.557c-.102 0-.128 0-.128-.115V2.865c0-.09 0-.102.115-.102h8.48c.206 0 .206 0 .206.205zm-8.763 9.661v-4.273c0-.09 0-.115.103-.09h8.621c.026 0 0 .09 0 .142v8.518a.06.06 0 0 1-.017.06a.06.06 0 0 1-.06.017H12.54s-.09 0-.077-.09V16.85z" height="1em"
></path> viewBox="0 0 24 24"
</svg> {...props}
) >
<path
fill="currentColor"
d="M2.75 7.189V2.865c0-.102 0-.115.115-.115h8.622c.128 0 .14 0 .14.128V11.5c0 .128 0 .128-.14.128H2.865c-.102 0-.115 0-.115-.116zM7.189 21.25H2.865c-.102 0-.115 0-.115-.116V12.59c0-.128 0-.128.128-.128h8.635c.102 0 .115 0 .115.115v8.57c0 .09 0 .103-.116.103zM21.25 7.189v4.31c0 .116 0 .116-.116.116h-8.557c-.102 0-.128 0-.128-.115V2.865c0-.09 0-.102.115-.102h8.48c.206 0 .206 0 .206.205zm-8.763 9.661v-4.273c0-.09 0-.115.103-.09h8.621c.026 0 0 .09 0 .142v8.518a.06.06 0 0 1-.017.06a.06.06 0 0 1-.06.017H12.54s-.09 0-.077-.09V16.85z"
></path>
</svg>
);
} }
+55 -43
View File
@@ -1,55 +1,67 @@
import { LoginUserResponse, MonitorResponse, ServerGroupResponse, ServiceResponse, SettingResponse } from "@/types/nezha-api" import type {
LoginUserResponse,
MonitorResponse,
ServerGroupResponse,
ServiceResponse,
SettingResponse,
} from "@/types/nezha-api";
let lastestRefreshTokenAt = 0 let lastestRefreshTokenAt = 0;
export const fetchServerGroup = async (): Promise<ServerGroupResponse> => { export const fetchServerGroup = async (): Promise<ServerGroupResponse> => {
const response = await fetch("/api/v1/server-group") const response = await fetch("/api/v1/server-group");
const data = await response.json() const data = await response.json();
if (data.error) { if (data.error) {
throw new Error(data.error) throw new Error(data.error);
} }
return data return data;
} };
export const fetchLoginUser = async (): Promise<LoginUserResponse> => { export const fetchLoginUser = async (): Promise<LoginUserResponse> => {
const response = await fetch("/api/v1/profile") const response = await fetch("/api/v1/profile");
const data = await response.json() const data = await response.json();
if (data.error) { if (data.error) {
throw new Error(data.error) throw new Error(data.error);
} }
// auto refresh token // auto refresh token
if (document.cookie && (!lastestRefreshTokenAt || Date.now() - lastestRefreshTokenAt > 1000 * 60 * 60)) { if (
lastestRefreshTokenAt = Date.now() document.cookie &&
fetch("/api/v1/refresh-token") (!lastestRefreshTokenAt ||
} Date.now() - lastestRefreshTokenAt > 1000 * 60 * 60)
) {
lastestRefreshTokenAt = Date.now();
fetch("/api/v1/refresh-token");
}
return data return data;
} };
export const fetchMonitor = async (server_id: number): Promise<MonitorResponse> => { export const fetchMonitor = async (
const response = await fetch(`/api/v1/service/${server_id}`) server_id: number,
const data = await response.json() ): Promise<MonitorResponse> => {
if (data.error) { const response = await fetch(`/api/v1/service/${server_id}`);
throw new Error(data.error) const data = await response.json();
} if (data.error) {
return data throw new Error(data.error);
} }
return data;
};
export const fetchService = async (): Promise<ServiceResponse> => { export const fetchService = async (): Promise<ServiceResponse> => {
const response = await fetch("/api/v1/service") const response = await fetch("/api/v1/service");
const data = await response.json() const data = await response.json();
if (data.error) { if (data.error) {
throw new Error(data.error) throw new Error(data.error);
} }
return data return data;
} };
export const fetchSetting = async (): Promise<SettingResponse> => { export const fetchSetting = async (): Promise<SettingResponse> => {
const response = await fetch("/api/v1/setting") const response = await fetch("/api/v1/setting");
const data = await response.json() const data = await response.json();
if (data.error) { if (data.error) {
throw new Error(data.error) throw new Error(data.error);
} }
return data return data;
} };
+281 -259
View File
@@ -1,322 +1,344 @@
import { NezhaServer } from "@/types/nezha-api" import { type ClassValue, clsx } from "clsx";
import { type ClassValue, clsx } from "clsx" import dayjs from "dayjs";
import dayjs from "dayjs" import { twMerge } from "tailwind-merge";
import { twMerge } from "tailwind-merge" import type { NezhaServer } from "@/types/nezha-api";
export function cn(...inputs: ClassValue[]) { export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs)) return twMerge(clsx(inputs));
} }
export function formatNezhaInfo(now: number, serverInfo: NezhaServer) { export function formatNezhaInfo(now: number, serverInfo: NezhaServer) {
const lastActiveTime = serverInfo.last_active.startsWith("000") ? 0 : parseISOTimestamp(serverInfo.last_active) const lastActiveTime = serverInfo.last_active.startsWith("000")
return { ? 0
...serverInfo, : parseISOTimestamp(serverInfo.last_active);
cpu: serverInfo.state.cpu || 0, return {
gpu: serverInfo.state.gpu || [], ...serverInfo,
process: serverInfo.state.process_count || 0, cpu: serverInfo.state.cpu || 0,
up: serverInfo.state.net_out_speed / 1024 / 1024 || 0, gpu: serverInfo.state.gpu || [],
down: serverInfo.state.net_in_speed / 1024 / 1024 || 0, process: serverInfo.state.process_count || 0,
last_active_time_string: lastActiveTime ? dayjs(lastActiveTime).format("YYYY-MM-DD HH:mm:ss") : "", up: serverInfo.state.net_out_speed / 1024 / 1024 || 0,
online: now - lastActiveTime <= 30000, down: serverInfo.state.net_in_speed / 1024 / 1024 || 0,
uptime: serverInfo.state.uptime || 0, last_active_time_string: lastActiveTime
version: serverInfo.host.version || null, ? dayjs(lastActiveTime).format("YYYY-MM-DD HH:mm:ss")
tcp: serverInfo.state.tcp_conn_count || 0, : "",
udp: serverInfo.state.udp_conn_count || 0, online: now - lastActiveTime <= 30000,
mem: (serverInfo.state.mem_used / serverInfo.host.mem_total) * 100 || 0, uptime: serverInfo.state.uptime || 0,
swap: (serverInfo.state.swap_used / serverInfo.host.swap_total) * 100 || 0, version: serverInfo.host.version || null,
disk: (serverInfo.state.disk_used / serverInfo.host.disk_total) * 100 || 0, tcp: serverInfo.state.tcp_conn_count || 0,
stg: (serverInfo.state.disk_used / serverInfo.host.disk_total) * 100 || 0, udp: serverInfo.state.udp_conn_count || 0,
country_code: serverInfo.country_code, mem: (serverInfo.state.mem_used / serverInfo.host.mem_total) * 100 || 0,
platform: serverInfo.host.platform || "", swap: (serverInfo.state.swap_used / serverInfo.host.swap_total) * 100 || 0,
net_out_transfer: serverInfo.state.net_out_transfer || 0, disk: (serverInfo.state.disk_used / serverInfo.host.disk_total) * 100 || 0,
net_in_transfer: serverInfo.state.net_in_transfer || 0, stg: (serverInfo.state.disk_used / serverInfo.host.disk_total) * 100 || 0,
arch: serverInfo.host.arch || "", country_code: serverInfo.country_code,
mem_total: serverInfo.host.mem_total || 0, platform: serverInfo.host.platform || "",
swap_total: serverInfo.host.swap_total || 0, net_out_transfer: serverInfo.state.net_out_transfer || 0,
disk_total: serverInfo.host.disk_total || 0, net_in_transfer: serverInfo.state.net_in_transfer || 0,
boot_time: serverInfo.host.boot_time || 0, arch: serverInfo.host.arch || "",
boot_time_string: serverInfo.host.boot_time ? dayjs(serverInfo.host.boot_time * 1000).format("YYYY-MM-DD HH:mm:ss") : "", mem_total: serverInfo.host.mem_total || 0,
platform_version: serverInfo.host.platform_version || "", swap_total: serverInfo.host.swap_total || 0,
cpu_info: serverInfo.host.cpu || [], disk_total: serverInfo.host.disk_total || 0,
gpu_info: serverInfo.host.gpu || [], boot_time: serverInfo.host.boot_time || 0,
load_1: serverInfo.state.load_1?.toFixed(2) || 0.0, boot_time_string: serverInfo.host.boot_time
load_5: serverInfo.state.load_5?.toFixed(2) || 0.0, ? dayjs(serverInfo.host.boot_time * 1000).format("YYYY-MM-DD HH:mm:ss")
load_15: serverInfo.state.load_15?.toFixed(2) || 0.0, : "",
public_note: handlePublicNote(serverInfo.id, serverInfo.public_note || ""), platform_version: serverInfo.host.platform_version || "",
} cpu_info: serverInfo.host.cpu || [],
gpu_info: serverInfo.host.gpu || [],
load_1: serverInfo.state.load_1?.toFixed(2) || 0.0,
load_5: serverInfo.state.load_5?.toFixed(2) || 0.0,
load_15: serverInfo.state.load_15?.toFixed(2) || 0.0,
public_note: handlePublicNote(serverInfo.id, serverInfo.public_note || ""),
};
} }
export function getDaysBetweenDatesWithAutoRenewal({ autoRenewal, cycle, startDate, endDate }: BillingData): { export function getDaysBetweenDatesWithAutoRenewal({
days: number autoRenewal,
cycleLabel: string cycle,
remainingPercentage: number startDate,
endDate,
}: BillingData): {
days: number;
cycleLabel: string;
remainingPercentage: number;
} { } {
let months = 1 let months = 1;
// 套餐资费 // 套餐资费
let cycleLabel = cycle let cycleLabel = cycle;
switch (cycle.toLowerCase()) { switch (cycle.toLowerCase()) {
case "月": case "月":
case "m": case "m":
case "mo": case "mo":
case "month": case "month":
case "monthly": case "monthly":
cycleLabel = "月" cycleLabel = "月";
months = 1 months = 1;
break break;
case "年": case "年":
case "y": case "y":
case "yr": case "yr":
case "year": case "year":
case "annual": case "annual":
cycleLabel = "年" cycleLabel = "年";
months = 12 months = 12;
break break;
case "季": case "季":
case "q": case "q":
case "qr": case "qr":
case "quarterly": case "quarterly":
cycleLabel = "季" cycleLabel = "季";
months = 3 months = 3;
break break;
case "半": case "半":
case "半年": case "半年":
case "h": case "h":
case "half": case "half":
case "semi-annually": case "semi-annually":
cycleLabel = "半年" cycleLabel = "半年";
months = 6 months = 6;
break break;
default: default:
cycleLabel = cycle cycleLabel = cycle;
break break;
} }
const nowTime = new Date().getTime() const nowTime = Date.now();
const endTime = dayjs(endDate).valueOf() const endTime = dayjs(endDate).valueOf();
if (autoRenewal !== "1") { if (autoRenewal !== "1") {
return { return {
days: getDaysBetweenDates(endDate, new Date(nowTime).toISOString()), days: getDaysBetweenDates(endDate, new Date(nowTime).toISOString()),
cycleLabel: cycleLabel, cycleLabel: cycleLabel,
remainingPercentage: remainingPercentage:
getDaysBetweenDates(endDate, new Date(nowTime).toISOString()) / dayjs(endDate).diff(startDate, "day") > 1 getDaysBetweenDates(endDate, new Date(nowTime).toISOString()) /
? 1 dayjs(endDate).diff(startDate, "day") >
: getDaysBetweenDates(endDate, new Date(nowTime).toISOString()) / dayjs(endDate).diff(startDate, "day"), 1
} ? 1
} : getDaysBetweenDates(endDate, new Date(nowTime).toISOString()) /
dayjs(endDate).diff(startDate, "day"),
};
}
if (nowTime < endTime) { if (nowTime < endTime) {
return { return {
days: getDaysBetweenDates(endDate, new Date(nowTime).toISOString()), days: getDaysBetweenDates(endDate, new Date(nowTime).toISOString()),
cycleLabel: cycleLabel, cycleLabel: cycleLabel,
remainingPercentage: remainingPercentage:
getDaysBetweenDates(endDate, new Date(nowTime).toISOString()) / (30 * months) > 1 getDaysBetweenDates(endDate, new Date(nowTime).toISOString()) /
? 1 (30 * months) >
: getDaysBetweenDates(endDate, new Date(nowTime).toISOString()) / (30 * months), 1
} ? 1
} : getDaysBetweenDates(endDate, new Date(nowTime).toISOString()) /
(30 * months),
};
}
const nextTime = getNextCycleTime(endTime, months, nowTime) const nextTime = getNextCycleTime(endTime, months, nowTime);
const diff = dayjs(nextTime).diff(dayjs(), "day") + 1 const diff = dayjs(nextTime).diff(dayjs(), "day") + 1;
const remainingPercentage = diff / (30 * months) > 1 ? 1 : diff / (30 * months) const remainingPercentage =
diff / (30 * months) > 1 ? 1 : diff / (30 * months);
return { return {
days: diff, days: diff,
cycleLabel: cycleLabel, cycleLabel: cycleLabel,
remainingPercentage: remainingPercentage, remainingPercentage: remainingPercentage,
} };
} }
// Thanks to hi2shark for the code // Thanks to hi2shark for the code
// https://github.com/hi2shark/nazhua/blob/main/src/utils/date.js#L86 // https://github.com/hi2shark/nazhua/blob/main/src/utils/date.js#L86
export function getNextCycleTime(startDate: number, months: number, specifiedDate: number): number { export function getNextCycleTime(
const start = dayjs(startDate) startDate: number,
const checkDate = dayjs(specifiedDate) months: number,
specifiedDate: number,
): number {
const start = dayjs(startDate);
const checkDate = dayjs(specifiedDate);
if (!start.isValid() || months <= 0) { if (!start.isValid() || months <= 0) {
throw new Error("参数无效:请检查起始日期、周期月份数和指定日期。") throw new Error("参数无效:请检查起始日期、周期月份数和指定日期。");
} }
let nextDate = start let nextDate = start;
// 循环增加周期直到大于当前日期 // 循环增加周期直到大于当前日期
let whileStatus = true let whileStatus = true;
while (whileStatus) { while (whileStatus) {
nextDate = nextDate.add(months, "month") nextDate = nextDate.add(months, "month");
whileStatus = nextDate.valueOf() <= checkDate.valueOf() whileStatus = nextDate.valueOf() <= checkDate.valueOf();
} }
return nextDate.valueOf() // 返回时间毫秒数 return nextDate.valueOf(); // 返回时间毫秒数
} }
export function getDaysBetweenDates(date1: string, date2: string): number { export function getDaysBetweenDates(date1: string, date2: string): number {
const oneDay = 24 * 60 * 60 * 1000 // 一天的毫秒数 const oneDay = 24 * 60 * 60 * 1000; // 一天的毫秒数
const firstDate = new Date(date1) const firstDate = new Date(date1);
const secondDate = new Date(date2) const secondDate = new Date(date2);
// 计算两个日期之间的天数差异 // 计算两个日期之间的天数差异
return Math.round((firstDate.getTime() - secondDate.getTime()) / oneDay) return Math.round((firstDate.getTime() - secondDate.getTime()) / oneDay);
} }
export const fetcher = (url: string) => export const fetcher = (url: string) =>
fetch(url) fetch(url)
.then((res) => { .then((res) => {
if (!res.ok) { if (!res.ok) {
throw new Error(res.statusText) throw new Error(res.statusText);
} }
return res.json() return res.json();
}) })
.then((data) => data.data) .then((data) => data.data)
.catch((err) => { .catch((err) => {
console.error(err) console.error(err);
throw err throw err;
}) });
export const nezhaFetcher = async (url: string) => { export const nezhaFetcher = async (url: string) => {
const res = await fetch(url) const res = await fetch(url);
if (!res.ok) { if (!res.ok) {
const error = new Error("An error occurred while fetching the data.") const error = new Error("An error occurred while fetching the data.");
// @ts-expect-error - res.json() returns a Promise<any> // @ts-expect-error - res.json() returns a Promise<any>
error.info = await res.json() error.info = await res.json();
// @ts-expect-error - res.status is a number // @ts-expect-error - res.status is a number
error.status = res.status error.status = res.status;
throw error throw error;
} }
return res.json() return res.json();
} };
export function parseISOTimestamp(isoString: string): number { export function parseISOTimestamp(isoString: string): number {
return new Date(isoString).getTime() return new Date(isoString).getTime();
} }
export function formatRelativeTime(timestamp: number): string { export function formatRelativeTime(timestamp: number): string {
const now = Date.now() const now = Date.now();
const diff = now - timestamp const diff = now - timestamp;
const hours = Math.floor(diff / (1000 * 60 * 60)) const hours = Math.floor(diff / (1000 * 60 * 60));
const minutes = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60)) const minutes = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60));
const seconds = Math.floor((diff % (1000 * 60)) / 1000) const seconds = Math.floor((diff % (1000 * 60)) / 1000);
if (hours > 24) { if (hours > 24) {
const days = Math.floor(hours / 24) const days = Math.floor(hours / 24);
return `${days}d` return `${days}d`;
} else if (hours > 0) { } else if (hours > 0) {
return `${hours}h` return `${hours}h`;
} else if (minutes > 0) { } else if (minutes > 0) {
return `${minutes}m` return `${minutes}m`;
} else if (seconds >= 0) { } else if (seconds >= 0) {
return `${seconds}s` return `${seconds}s`;
} }
return "0s" return "0s";
} }
export function formatTime(timestamp: number): string { export function formatTime(timestamp: number): string {
const date = new Date(timestamp) const date = new Date(timestamp);
const year = date.getFullYear() const year = date.getFullYear();
const month = date.getMonth() + 1 const month = date.getMonth() + 1;
const day = date.getDate() const day = date.getDate();
const hours = date.getHours().toString().padStart(2, "0") const hours = date.getHours().toString().padStart(2, "0");
const minutes = date.getMinutes().toString().padStart(2, "0") const minutes = date.getMinutes().toString().padStart(2, "0");
const seconds = date.getSeconds().toString().padStart(2, "0") const seconds = date.getSeconds().toString().padStart(2, "0");
return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}` return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`;
} }
interface BillingData { interface BillingData {
startDate: string startDate: string;
endDate: string endDate: string;
autoRenewal: string autoRenewal: string;
cycle: string cycle: string;
amount: string amount: string;
} }
interface PlanData { interface PlanData {
bandwidth: string bandwidth: string;
trafficVol: string trafficVol: string;
trafficType: string trafficType: string;
IPv4: string IPv4: string;
IPv6: string IPv6: string;
networkRoute: string networkRoute: string;
extra: string extra: string;
} }
export interface PublicNoteData { export interface PublicNoteData {
billingDataMod?: BillingData billingDataMod?: BillingData;
planDataMod?: PlanData planDataMod?: PlanData;
} }
export function parsePublicNote(publicNote: string): PublicNoteData | null { export function parsePublicNote(publicNote: string): PublicNoteData | null {
try { try {
if (!publicNote) { if (!publicNote) {
return null return null;
} }
const data = JSON.parse(publicNote) const data = JSON.parse(publicNote);
if (!data.billingDataMod && !data.planDataMod) { if (!data.billingDataMod && !data.planDataMod) {
return null return null;
} }
if (data.billingDataMod && !data.planDataMod) { if (data.billingDataMod && !data.planDataMod) {
return { return {
billingDataMod: { billingDataMod: {
startDate: data.billingDataMod.startDate || "", startDate: data.billingDataMod.startDate || "",
endDate: data.billingDataMod.endDate, endDate: data.billingDataMod.endDate,
autoRenewal: data.billingDataMod.autoRenewal || "", autoRenewal: data.billingDataMod.autoRenewal || "",
cycle: data.billingDataMod.cycle || "", cycle: data.billingDataMod.cycle || "",
amount: data.billingDataMod.amount || "", amount: data.billingDataMod.amount || "",
}, },
} };
} }
if (!data.billingDataMod && data.planDataMod) { if (!data.billingDataMod && data.planDataMod) {
return { return {
planDataMod: { planDataMod: {
bandwidth: data.planDataMod.bandwidth || "", bandwidth: data.planDataMod.bandwidth || "",
trafficVol: data.planDataMod.trafficVol || "", trafficVol: data.planDataMod.trafficVol || "",
trafficType: data.planDataMod.trafficType || "", trafficType: data.planDataMod.trafficType || "",
IPv4: data.planDataMod.IPv4 || "", IPv4: data.planDataMod.IPv4 || "",
IPv6: data.planDataMod.IPv6 || "", IPv6: data.planDataMod.IPv6 || "",
networkRoute: data.planDataMod.networkRoute || "", networkRoute: data.planDataMod.networkRoute || "",
extra: data.planDataMod.extra || "", extra: data.planDataMod.extra || "",
}, },
} };
} }
return { return {
billingDataMod: { billingDataMod: {
startDate: data.billingDataMod.startDate || "", startDate: data.billingDataMod.startDate || "",
endDate: data.billingDataMod.endDate, endDate: data.billingDataMod.endDate,
autoRenewal: data.billingDataMod.autoRenewal || "", autoRenewal: data.billingDataMod.autoRenewal || "",
cycle: data.billingDataMod.cycle || "", cycle: data.billingDataMod.cycle || "",
amount: data.billingDataMod.amount || "", amount: data.billingDataMod.amount || "",
}, },
planDataMod: { planDataMod: {
bandwidth: data.planDataMod.bandwidth || "", bandwidth: data.planDataMod.bandwidth || "",
trafficVol: data.planDataMod.trafficVol || "", trafficVol: data.planDataMod.trafficVol || "",
trafficType: data.planDataMod.trafficType || "", trafficType: data.planDataMod.trafficType || "",
IPv4: data.planDataMod.IPv4 || "", IPv4: data.planDataMod.IPv4 || "",
IPv6: data.planDataMod.IPv6 || "", IPv6: data.planDataMod.IPv6 || "",
networkRoute: data.planDataMod.networkRoute || "", networkRoute: data.planDataMod.networkRoute || "",
extra: data.planDataMod.extra || "", extra: data.planDataMod.extra || "",
}, },
} };
} catch (error) { } catch (error) {
console.error("Error parsing public note:", error) console.error("Error parsing public note:", error);
return null return null;
} }
} }
// Function to handle public_note with sessionStorage // Function to handle public_note with sessionStorage
export function handlePublicNote(serverId: number, publicNote: string): string { export function handlePublicNote(serverId: number, publicNote: string): string {
const storageKey = `server_${serverId}_public_note` const storageKey = `server_${serverId}_public_note`;
const storedNote = sessionStorage.getItem(storageKey) const storedNote = sessionStorage.getItem(storageKey);
if (!publicNote && storedNote) { if (!publicNote && storedNote) {
return storedNote return storedNote;
} }
if (publicNote) { if (publicNote) {
sessionStorage.setItem(storageKey, publicNote) sessionStorage.setItem(storageKey, publicNote);
return publicNote return publicNote;
} }
return "" return "";
} }
+120 -120
View File
@@ -1,122 +1,122 @@
{ {
"refreshing": "Aktualisieren", "refreshing": "Aktualisieren",
"serviceTracker": { "serviceTracker": {
"uptime": "Uptime", "uptime": "Uptime",
"today": "Heute", "today": "Heute",
"noService": "Keine Servicedaten", "noService": "Keine Servicedaten",
"daysAgo": "vor Tagen", "daysAgo": "vor Tagen",
"loading": "Laden..." "loading": "Laden..."
}, },
"serverCard": { "serverCard": {
"uptime": "Uptime", "uptime": "Uptime",
"mem": "MEM", "mem": "MEM",
"upload": "Upload", "upload": "Upload",
"download": "Download", "download": "Download",
"system": "System", "system": "System",
"stg": "STG", "stg": "STG",
"totalDownload": "Download", "totalDownload": "Download",
"days": "Tage", "days": "Tage",
"hours": "Stunden", "hours": "Stunden",
"totalUpload": "Upload" "totalUpload": "Upload"
}, },
"serverDetail": { "serverDetail": {
"unknown": "Unbekannt", "unknown": "Unbekannt",
"arch": "Arch", "arch": "Arch",
"status": "Status", "status": "Status",
"online": "Online", "online": "Online",
"days": "Tage", "days": "Tage",
"upload": "Upload", "upload": "Upload",
"download": "Download", "download": "Download",
"offline": "Offline", "offline": "Offline",
"uptime": "Uptime", "uptime": "Uptime",
"version": "Version", "version": "Version",
"mem": "Speicher", "mem": "Speicher",
"disk": "Festplatte", "disk": "Festplatte",
"region": "Region", "region": "Region",
"system": "System", "system": "System",
"lastActive": "Letzte Aktivität", "lastActive": "Letzte Aktivität",
"temperature": "Temperatur" "temperature": "Temperatur"
}, },
"theme": { "theme": {
"system": "Folgen Sie dem System", "system": "Folgen Sie dem System",
"light": "Hell", "light": "Hell",
"dark": "Dunkel" "dark": "Dunkel"
}, },
"monitor": { "monitor": {
"monitorCount": "Services", "monitorCount": "Services",
"noData": "Kein Server Monitoring Daten, bitte fügen sie zuerst einen Monitor hinzu", "noData": "Kein Server Monitoring Daten, bitte fügen sie zuerst einen Monitor hinzu",
"avgDelay": "Latenz", "avgDelay": "Latenz",
"packetLoss": "Paketverlust", "packetLoss": "Paketverlust",
"clearSelections": "Löschen" "clearSelections": "Löschen"
}, },
"billingInfo": { "billingInfo": {
"error": "Fehler", "error": "Fehler",
"remaining": "Verbleibend", "remaining": "Verbleibend",
"indefinite": "Unbestimmt", "indefinite": "Unbestimmt",
"expired": "Verfallen", "expired": "Verfallen",
"days": "tage", "days": "tage",
"price": "Preis", "price": "Preis",
"free": "Kostenlos", "free": "Kostenlos",
"usage-baseed": "Verwendungsbasiert" "usage-baseed": "Verwendungsbasiert"
}, },
"overview": "Überblick", "overview": "Überblick",
"map": { "map": {
"Regions": "Regionen", "Regions": "Regionen",
"Servers": "server", "Servers": "server",
"Distributions": "Server sind verteilt in" "Distributions": "Server sind verteilt in"
}, },
"pwa": { "pwa": {
"reload": "Update", "reload": "Update",
"newContent": "Neue Inhalte verfügbar", "newContent": "Neue Inhalte verfügbar",
"offlineReady": "Anwendung bereit, offline zu verwenden" "offlineReady": "Anwendung bereit, offline zu verwenden"
}, },
"error": { "error": {
"pageNotFound": "Seite nicht gefunden", "pageNotFound": "Seite nicht gefunden",
"backToHome": "Zurück zur Startseite" "backToHome": "Zurück zur Startseite"
}, },
"whereTheTimeIs": "Wo die Zeit ist", "whereTheTimeIs": "Wo die Zeit ist",
"info": { "info": {
"websocketConnecting": "WebSocket verbindet", "websocketConnecting": "WebSocket verbindet",
"websocketConnected": "WebSocket verbunden", "websocketConnected": "WebSocket verbunden",
"websocketDisconnected": "WebSocket getrennt", "websocketDisconnected": "WebSocket getrennt",
"processing": "Verarbeiten..." "processing": "Verarbeiten..."
}, },
"tabSwitch": { "tabSwitch": {
"Network": "Netzwerk", "Network": "Netzwerk",
"Detail": "Detail" "Detail": "Detail"
}, },
"nezha": "Nezha Monitoring", "nezha": "Nezha Monitoring",
"dashboard": "Dashboard", "dashboard": "Dashboard",
"serverDetailChart": { "serverDetailChart": {
"upload": "Upload", "upload": "Upload",
"download": "Download", "download": "Download",
"process": "Prozess", "process": "Prozess",
"disk": "Festplatte", "disk": "Festplatte",
"mem": "Speicher", "mem": "Speicher",
"swap": "Swap" "swap": "Swap"
}, },
"language": { "language": {
"zh-TW": "Traditionelles Chinesisch", "zh-TW": "Traditionelles Chinesisch",
"en-US": "Englisch", "en-US": "Englisch",
"zh-CN": "vereinfachtes Chinesisch" "zh-CN": "vereinfachtes Chinesisch"
}, },
"online": "Online", "online": "Online",
"offline": "Offline", "offline": "Offline",
"serverOverview": { "serverOverview": {
"totalServers": "Server insgesamt", "totalServers": "Server insgesamt",
"onlineServers": "Online Server", "onlineServers": "Online Server",
"offlineServers": "Offline Server", "offlineServers": "Offline Server",
"totalBandwidth": "Gesamte Bandbreite", "totalBandwidth": "Gesamte Bandbreite",
"speed": "Geschwindigkeit", "speed": "Geschwindigkeit",
"network": "Netzwerk" "network": "Netzwerk"
}, },
"cycleTransfer": { "cycleTransfer": {
"used": "benutzt", "used": "benutzt",
"total": "gesamt", "total": "gesamt",
"nextUpdate": "nächstes update" "nextUpdate": "nächstes update"
}, },
"footer": { "footer": {
"themeBy": "Design von " "themeBy": "Design von "
}, },
"login": "Login" "login": "Login"
} }
+135 -135
View File
@@ -1,137 +1,137 @@
{ {
"nezha": "Nezha Monitoring", "nezha": "Nezha Monitoring",
"overview": "Overview", "overview": "Overview",
"dashboard": "Dashboard", "dashboard": "Dashboard",
"login": "Login", "login": "Login",
"online": "Online", "online": "Online",
"offline": "Offline", "offline": "Offline",
"whereTheTimeIs": "Where the time is", "whereTheTimeIs": "Where the time is",
"refreshing": "Refreshing", "refreshing": "Refreshing",
"info": { "info": {
"websocketConnecting": "WebSocket connecting", "websocketConnecting": "WebSocket connecting",
"websocketConnected": "WebSocket connected", "websocketConnected": "WebSocket connected",
"websocketDisconnected": "WebSocket disconnected", "websocketDisconnected": "WebSocket disconnected",
"processing": "Processing..." "processing": "Processing..."
}, },
"serverOverview": { "serverOverview": {
"totalServers": "Total Servers", "totalServers": "Total Servers",
"onlineServers": "Online Servers", "onlineServers": "Online Servers",
"offlineServers": "Offline Servers", "offlineServers": "Offline Servers",
"totalBandwidth": "Total Bandwidth", "totalBandwidth": "Total Bandwidth",
"speed": "Speed", "speed": "Speed",
"network": "Network" "network": "Network"
}, },
"map": { "map": {
"Distributions": "Servers are distributed in", "Distributions": "Servers are distributed in",
"Regions": "Regions", "Regions": "Regions",
"Servers": "servers" "Servers": "servers"
}, },
"serverCard": { "serverCard": {
"mem": "MEM", "mem": "MEM",
"stg": "STG", "stg": "STG",
"days": "Days", "days": "Days",
"hours": "Hours", "hours": "Hours",
"upload": "Upload", "upload": "Upload",
"download": "Download", "download": "Download",
"system": "System", "system": "System",
"uptime": "Uptime", "uptime": "Uptime",
"totalUpload": "Upload", "totalUpload": "Upload",
"totalDownload": "Download" "totalDownload": "Download"
}, },
"cycleTransfer": { "cycleTransfer": {
"used": "used", "used": "used",
"total": "total", "total": "total",
"nextUpdate": "next update" "nextUpdate": "next update"
}, },
"serviceTracker": { "serviceTracker": {
"noService": "No service data", "noService": "No service data",
"uptime": "Uptime", "uptime": "Uptime",
"delay": "Delay", "delay": "Delay",
"daysAgo": "days ago", "daysAgo": "days ago",
"today": "Today", "today": "Today",
"loading": "Loading..." "loading": "Loading..."
}, },
"serverDetail": { "serverDetail": {
"status": "Status", "status": "Status",
"online": "Online", "online": "Online",
"days": "Days", "days": "Days",
"hours": "Hours", "hours": "Hours",
"offline": "Offline", "offline": "Offline",
"unknown": "Unknown", "unknown": "Unknown",
"uptime": "Uptime", "uptime": "Uptime",
"version": "Version", "version": "Version",
"arch": "Arch", "arch": "Arch",
"mem": "Mem", "mem": "Mem",
"disk": "Disk", "disk": "Disk",
"region": "Region", "region": "Region",
"system": "System", "system": "System",
"upload": "Upload", "upload": "Upload",
"download": "Download", "download": "Download",
"lastActive": "Last active time", "lastActive": "Last active time",
"temperature": "Temperature", "temperature": "Temperature",
"bootTime": "Boot time" "bootTime": "Boot time"
}, },
"serverDetailChart": { "serverDetailChart": {
"process": "Process", "process": "Process",
"disk": "Disk", "disk": "Disk",
"mem": "Mem", "mem": "Mem",
"swap": "Swap", "swap": "Swap",
"upload": "Upload", "upload": "Upload",
"download": "Download" "download": "Download"
}, },
"footer": { "footer": {
"themeBy": "Theme by " "themeBy": "Theme by "
}, },
"language": { "language": {
"zh-CN": "简体中文", "zh-CN": "简体中文",
"zh-TW": "繁體中文", "zh-TW": "繁體中文",
"en-US": "English", "en-US": "English",
"de-DE": "Deutsch", "de-DE": "Deutsch",
"es-ES": "Español", "es-ES": "Español",
"ru-RU": "Русский", "ru-RU": "Русский",
"ta-IN": "தமிழ்" "ta-IN": "தமிழ்"
}, },
"theme": { "theme": {
"light": "Light", "light": "Light",
"dark": "Dark", "dark": "Dark",
"system": "System" "system": "System"
}, },
"error": { "error": {
"pageNotFound": "Page not found", "pageNotFound": "Page not found",
"backToHome": "Back to home" "backToHome": "Back to home"
}, },
"tabSwitch": { "tabSwitch": {
"Detail": "Detail", "Detail": "Detail",
"Network": "Network" "Network": "Network"
}, },
"monitor": { "monitor": {
"noData": "No server monitor data, please add a service monitor first", "noData": "No server monitor data, please add a service monitor first",
"avgDelay": "Latency", "avgDelay": "Latency",
"monitorCount": "Services", "monitorCount": "Services",
"packetLoss": "Packet Loss", "packetLoss": "Packet Loss",
"clearSelections": "Clear" "clearSelections": "Clear"
}, },
"pwa": { "pwa": {
"offlineReady": "App ready to work offline", "offlineReady": "App ready to work offline",
"newContent": "New content available", "newContent": "New content available",
"reload": "Update" "reload": "Update"
}, },
"billingInfo": { "billingInfo": {
"remaining": "Remaining", "remaining": "Remaining",
"error": "error", "error": "error",
"indefinite": "Indefinite", "indefinite": "Indefinite",
"expired": "Expired", "expired": "Expired",
"days": "days", "days": "days",
"price": "Price", "price": "Price",
"free": "Free", "free": "Free",
"usage-baseed": "Usage-based" "usage-baseed": "Usage-based"
}, },
"TypeCommand": "Type a command or search...", "TypeCommand": "Type a command or search...",
"NoResults": "No results found.", "NoResults": "No results found.",
"Servers": "Servers", "Servers": "Servers",
"Shortcuts": "Shortcuts", "Shortcuts": "Shortcuts",
"ToggleLightMode": "Toggle Light Mode", "ToggleLightMode": "Toggle Light Mode",
"ToggleDarkMode": "Toggle Dark Mode", "ToggleDarkMode": "Toggle Dark Mode",
"ToggleSystemMode": "Toggle System Mode", "ToggleSystemMode": "Toggle System Mode",
"Home": "Home" "Home": "Home"
} }
+135 -135
View File
@@ -1,137 +1,137 @@
{ {
"serviceTracker": { "serviceTracker": {
"delay": "Latencia", "delay": "Latencia",
"noService": "No hay datos de servicio", "noService": "No hay datos de servicio",
"uptime": "Tiempo de actividad", "uptime": "Tiempo de actividad",
"daysAgo": "días atrás", "daysAgo": "días atrás",
"today": "Hoy", "today": "Hoy",
"loading": "Cargando..." "loading": "Cargando..."
}, },
"serverDetail": { "serverDetail": {
"disk": "Disco", "disk": "Disco",
"region": "Región", "region": "Región",
"system": "Sistema Operativo", "system": "Sistema Operativo",
"lastActive": "Última vez activo", "lastActive": "Última vez activo",
"temperature": "Temperatura", "temperature": "Temperatura",
"bootTime": "Inicio del sistema", "bootTime": "Inicio del sistema",
"arch": "Arch", "arch": "Arch",
"status": "Estado", "status": "Estado",
"online": "En línea", "online": "En línea",
"version": "Versión", "version": "Versión",
"offline": "Fuera de línea", "offline": "Fuera de línea",
"unknown": "Desconocido", "unknown": "Desconocido",
"days": "Días", "days": "Días",
"hours": "Horas", "hours": "Horas",
"download": "Bajada", "download": "Bajada",
"uptime": "Tiempo de actividad", "uptime": "Tiempo de actividad",
"mem": "Memoria", "mem": "Memoria",
"upload": "Subida" "upload": "Subida"
}, },
"serverDetailChart": { "serverDetailChart": {
"process": "Procesos", "process": "Procesos",
"disk": "Disco", "disk": "Disco",
"mem": "Memoria", "mem": "Memoria",
"swap": "Swap", "swap": "Swap",
"upload": "Subida", "upload": "Subida",
"download": "Bajada" "download": "Bajada"
}, },
"language": { "language": {
"en-US": "Inglés", "en-US": "Inglés",
"zh-TW": "Chino Tradicional", "zh-TW": "Chino Tradicional",
"zh-CN": "Chino simplificado", "zh-CN": "Chino simplificado",
"de-DE": "Deutsch", "de-DE": "Deutsch",
"es-ES": "Español", "es-ES": "Español",
"ru-RU": "Русский", "ru-RU": "Русский",
"ta-IN": "தமிழ்" "ta-IN": "தமிழ்"
}, },
"TypeCommand": "Escriba un comando o busca...", "TypeCommand": "Escriba un comando o busca...",
"Shortcuts": "Atajos", "Shortcuts": "Atajos",
"Home": "Inicio", "Home": "Inicio",
"login": "Iniciar sesión", "login": "Iniciar sesión",
"online": "En línea", "online": "En línea",
"offline": "Fuerda de línea", "offline": "Fuerda de línea",
"whereTheTimeIs": "Hora actual", "whereTheTimeIs": "Hora actual",
"serverOverview": { "serverOverview": {
"totalBandwidth": "Ancho de banda total", "totalBandwidth": "Ancho de banda total",
"speed": "Velocidad", "speed": "Velocidad",
"network": "Red", "network": "Red",
"onlineServers": "Servidores en línea", "onlineServers": "Servidores en línea",
"totalServers": "Total de Servidores", "totalServers": "Total de Servidores",
"offlineServers": "Servidores fuera de línea" "offlineServers": "Servidores fuera de línea"
}, },
"map": { "map": {
"Regions": "Regiones", "Regions": "Regiones",
"Servers": "Servidores", "Servers": "Servidores",
"Distributions": "Servidores distribuidos en" "Distributions": "Servidores distribuidos en"
}, },
"overview": "Descripción general", "overview": "Descripción general",
"dashboard": "Panel", "dashboard": "Panel",
"nezha": "Monitor Nezha", "nezha": "Monitor Nezha",
"serverCard": { "serverCard": {
"mem": "Ram", "mem": "Ram",
"days": "Días", "days": "Días",
"hours": "Horas", "hours": "Horas",
"upload": "Subida", "upload": "Subida",
"download": "Bajada", "download": "Bajada",
"system": "Sistema operativo", "system": "Sistema operativo",
"uptime": "Tiempo de actividad", "uptime": "Tiempo de actividad",
"totalUpload": "Subida", "totalUpload": "Subida",
"totalDownload": "Bajada", "totalDownload": "Bajada",
"stg": "Alm." "stg": "Alm."
}, },
"cycleTransfer": { "cycleTransfer": {
"used": "Usado", "used": "Usado",
"total": "total", "total": "total",
"nextUpdate": "próxima actualización" "nextUpdate": "próxima actualización"
}, },
"tabSwitch": { "tabSwitch": {
"Detail": "Detalle", "Detail": "Detalle",
"Network": "Red" "Network": "Red"
}, },
"monitor": { "monitor": {
"avgDelay": "Latencia", "avgDelay": "Latencia",
"noData": "No hay datos de servidores, primero agregue un monitor de servicio", "noData": "No hay datos de servidores, primero agregue un monitor de servicio",
"monitorCount": "Servicios", "monitorCount": "Servicios",
"packetLoss": "Pérdida de paquetes", "packetLoss": "Pérdida de paquetes",
"clearSelections": "Limpiar" "clearSelections": "Limpiar"
}, },
"error": { "error": {
"pageNotFound": "Página no encontrada", "pageNotFound": "Página no encontrada",
"backToHome": "Volver al Inicio" "backToHome": "Volver al Inicio"
}, },
"theme": { "theme": {
"system": "Sistema", "system": "Sistema",
"dark": "Oscuro", "dark": "Oscuro",
"light": "Claro" "light": "Claro"
}, },
"billingInfo": { "billingInfo": {
"remaining": "Restante", "remaining": "Restante",
"error": "error", "error": "error",
"days": "días", "days": "días",
"price": "Precio", "price": "Precio",
"free": "Gratis", "free": "Gratis",
"indefinite": "Indedinido", "indefinite": "Indedinido",
"expired": "Expirado", "expired": "Expirado",
"usage-baseed": "Basado en el uso" "usage-baseed": "Basado en el uso"
}, },
"pwa": { "pwa": {
"offlineReady": "Aplicacion lista para trabajar fuera de línea", "offlineReady": "Aplicacion lista para trabajar fuera de línea",
"newContent": "Nuevo contenido disponible", "newContent": "Nuevo contenido disponible",
"reload": "Actualizar" "reload": "Actualizar"
}, },
"info": { "info": {
"websocketConnecting": "Conexión WebSocket", "websocketConnecting": "Conexión WebSocket",
"websocketDisconnected": "WebSocket desconectado", "websocketDisconnected": "WebSocket desconectado",
"websocketConnected": "WebSocket conectado", "websocketConnected": "WebSocket conectado",
"processing": "Procesando..." "processing": "Procesando..."
}, },
"NoResults": "No se encontraron resultados.", "NoResults": "No se encontraron resultados.",
"refreshing": "Actualizando", "refreshing": "Actualizando",
"Servers": "Servidores", "Servers": "Servidores",
"ToggleLightMode": "Activar el modo claro", "ToggleLightMode": "Activar el modo claro",
"ToggleDarkMode": "Activar el modo oscuro", "ToggleDarkMode": "Activar el modo oscuro",
"ToggleSystemMode": "Activar modo del sistema", "ToggleSystemMode": "Activar modo del sistema",
"footer": { "footer": {
"themeBy": "Tema por. " "themeBy": "Tema por. "
} }
} }
+25 -25
View File
@@ -1,27 +1,27 @@
{ {
"nezha": "Monitor Nezha", "nezha": "Monitor Nezha",
"overview": "Ringkasan", "overview": "Ringkasan",
"dashboard": "Dasbor", "dashboard": "Dasbor",
"login": "Masuk", "login": "Masuk",
"online": "Online", "online": "Online",
"offline": "Offline", "offline": "Offline",
"whereTheTimeIs": "Dimana waktunya", "whereTheTimeIs": "Dimana waktunya",
"refreshing": "Menyegarkan", "refreshing": "Menyegarkan",
"info": { "info": {
"websocketConnecting": "WebSocket menghubungkan", "websocketConnecting": "WebSocket menghubungkan",
"processing": "Memproses...", "processing": "Memproses...",
"websocketDisconnected": "WebSocket terputus", "websocketDisconnected": "WebSocket terputus",
"websocketConnected": "WebSocket terhubung" "websocketConnected": "WebSocket terhubung"
}, },
"serverOverview": { "serverOverview": {
"totalServers": "Jumlah Server", "totalServers": "Jumlah Server",
"onlineServers": "Online Server", "onlineServers": "Online Server",
"offlineServers": "Offline Server", "offlineServers": "Offline Server",
"speed": "Kecepatan", "speed": "Kecepatan",
"totalBandwidth": "Jumlah Bandwidth" "totalBandwidth": "Jumlah Bandwidth"
}, },
"theme": { "theme": {
"light": "Terang", "light": "Terang",
"dark": "Gelap" "dark": "Gelap"
} }
} }
+135 -135
View File
@@ -1,137 +1,137 @@
{ {
"map": { "map": {
"Servers": "сервера", "Servers": "сервера",
"Distributions": "Серверы распределены в", "Distributions": "Серверы распределены в",
"Regions": "Регионы" "Regions": "Регионы"
}, },
"serverDetailChart": { "serverDetailChart": {
"disk": "Диск", "disk": "Диск",
"download": "Скачивание", "download": "Скачивание",
"swap": "Swap", "swap": "Swap",
"upload": "Загрузка", "upload": "Загрузка",
"mem": "Mem", "mem": "Mem",
"process": "Процесс" "process": "Процесс"
}, },
"serverCard": { "serverCard": {
"system": "Система", "system": "Система",
"hours": "Часов", "hours": "Часов",
"uptime": "Аптайм", "uptime": "Аптайм",
"download": "Скачать", "download": "Скачать",
"mem": "MEM", "mem": "MEM",
"stg": "STG", "stg": "STG",
"upload": "Загрузка", "upload": "Загрузка",
"totalUpload": "Загружено", "totalUpload": "Загружено",
"totalDownload": "Скачано", "totalDownload": "Скачано",
"days": "Дней" "days": "Дней"
}, },
"tabSwitch": { "tabSwitch": {
"Detail": "Детали", "Detail": "Детали",
"Network": "Сеть" "Network": "Сеть"
}, },
"whereTheTimeIs": "Где время", "whereTheTimeIs": "Где время",
"theme": { "theme": {
"dark": "Темная тема", "dark": "Темная тема",
"light": "Светлая тема", "light": "Светлая тема",
"system": "Как в Системе" "system": "Как в Системе"
}, },
"login": "Логин", "login": "Логин",
"language": { "language": {
"zh-TW": "Традиционный китайский", "zh-TW": "Традиционный китайский",
"zh-CN": "Упрощенный китайский", "zh-CN": "Упрощенный китайский",
"en-US": "Английский", "en-US": "Английский",
"de-DE": "Немецкий", "de-DE": "Немецкий",
"ta-IN": "Тамильский", "ta-IN": "Тамильский",
"ru-RU": "Русский", "ru-RU": "Русский",
"es-ES": "Испанский" "es-ES": "Испанский"
}, },
"overview": "Обзор", "overview": "Обзор",
"info": { "info": {
"websocketConnecting": "WebSocket подключение", "websocketConnecting": "WebSocket подключение",
"websocketConnected": "WebSocket подключен", "websocketConnected": "WebSocket подключен",
"websocketDisconnected": "WebSocket отключен", "websocketDisconnected": "WebSocket отключен",
"processing": "Обработка..." "processing": "Обработка..."
}, },
"cycleTransfer": { "cycleTransfer": {
"nextUpdate": "следующее обновление", "nextUpdate": "следующее обновление",
"used": "использовано", "used": "использовано",
"total": "всего" "total": "всего"
}, },
"dashboard": "Панель", "dashboard": "Панель",
"online": "Онлайн", "online": "Онлайн",
"refreshing": "Обновление", "refreshing": "Обновление",
"serverOverview": { "serverOverview": {
"totalServers": "Всего Серверов", "totalServers": "Всего Серверов",
"totalBandwidth": "Общая пропускная способность", "totalBandwidth": "Общая пропускная способность",
"network": "Сеть", "network": "Сеть",
"speed": "Скорость", "speed": "Скорость",
"onlineServers": "Серверы в сети", "onlineServers": "Серверы в сети",
"offlineServers": "Серверы не в сети" "offlineServers": "Серверы не в сети"
}, },
"serviceTracker": { "serviceTracker": {
"noService": "Нет данных о сервисе", "noService": "Нет данных о сервисе",
"delay": "Задержка", "delay": "Задержка",
"daysAgo": "Дней назад", "daysAgo": "Дней назад",
"today": "Сегодня", "today": "Сегодня",
"uptime": "Аптайм", "uptime": "Аптайм",
"loading": "Загрузка..." "loading": "Загрузка..."
}, },
"serverDetail": { "serverDetail": {
"status": "Статус", "status": "Статус",
"days": "Дней", "days": "Дней",
"hours": "Часов", "hours": "Часов",
"offline": "Оффлайн", "offline": "Оффлайн",
"uptime": "Аптайм", "uptime": "Аптайм",
"arch": "Arch", "arch": "Arch",
"mem": "Mem", "mem": "Mem",
"disk": "Диск", "disk": "Диск",
"system": "Система", "system": "Система",
"lastActive": "Время последней активности", "lastActive": "Время последней активности",
"download": "Скачивание", "download": "Скачивание",
"unknown": "Неизвестно", "unknown": "Неизвестно",
"version": "Версия", "version": "Версия",
"online": "В сети", "online": "В сети",
"region": "Регион", "region": "Регион",
"bootTime": "Время загрузки", "bootTime": "Время загрузки",
"upload": "Загрузка", "upload": "Загрузка",
"temperature": "Температура" "temperature": "Температура"
}, },
"monitor": { "monitor": {
"noData": "Нет данных мониторинга сервера, пожалуйста, сначала добавьте монитор службы", "noData": "Нет данных мониторинга сервера, пожалуйста, сначала добавьте монитор службы",
"avgDelay": "Задержка", "avgDelay": "Задержка",
"monitorCount": "Сервисы", "monitorCount": "Сервисы",
"packetLoss": "Потеря пакетов", "packetLoss": "Потеря пакетов",
"clearSelections": "Очистить" "clearSelections": "Очистить"
}, },
"pwa": { "pwa": {
"newContent": "Доступен новый контент", "newContent": "Доступен новый контент",
"reload": "Обновить", "reload": "Обновить",
"offlineReady": "Приложение готово работать в офлайн-режиме" "offlineReady": "Приложение готово работать в офлайн-режиме"
}, },
"billingInfo": { "billingInfo": {
"remaining": "Осталось", "remaining": "Осталось",
"error": "ошибка", "error": "ошибка",
"indefinite": "Неопределено", "indefinite": "Неопределено",
"expired": "Истекло", "expired": "Истекло",
"price": "Цена", "price": "Цена",
"free": "Бесплатно", "free": "Бесплатно",
"days": "дней", "days": "дней",
"usage-baseed": "Оплата по использованию" "usage-baseed": "Оплата по использованию"
}, },
"TypeCommand": "Введите команду или выполните поиск...", "TypeCommand": "Введите команду или выполните поиск...",
"Servers": "Серверы", "Servers": "Серверы",
"ToggleLightMode": "Переключить на светлую тему", "ToggleLightMode": "Переключить на светлую тему",
"Home": "Главная", "Home": "Главная",
"offline": "Оффлайн", "offline": "Оффлайн",
"error": { "error": {
"pageNotFound": "Страница не найдена", "pageNotFound": "Страница не найдена",
"backToHome": "Вернуться на главную" "backToHome": "Вернуться на главную"
}, },
"ToggleDarkMode": "Переключить на темную тему", "ToggleDarkMode": "Переключить на темную тему",
"Shortcuts": "Горячие клавиши", "Shortcuts": "Горячие клавиши",
"ToggleSystemMode": "Использовать системную тему", "ToggleSystemMode": "Использовать системную тему",
"footer": { "footer": {
"themeBy": "Тема от " "themeBy": "Тема от "
}, },
"NoResults": "Ничего не найдено.", "NoResults": "Ничего не найдено.",
"nezha": "Nezha Monitoring" "nezha": "Nezha Monitoring"
} }

Some files were not shown because too many files have changed in this diff Show More