Compare commits

..

No commits in common. "bf959fbb9a8edceafaa49c7d7dbaabc688a79d36" and "c520d415e8a326d212d95e01d331717ebfda2034" have entirely different histories.

3 changed files with 13 additions and 7 deletions

View File

@ -136,7 +136,13 @@ function Overview() {
digits={{ 1: { max: 5 } }}
format={{ minimumIntegerDigits: 2 }}
/>
<p className="mt-[0.5px]">:{time.ss.toString().padStart(2, "0")}</p>
<NumberFlow
prefix=":"
trend={1}
value={time.ss}
digits={{ 1: { max: 5 } }}
format={{ minimumIntegerDigits: 2 }}
/>
</div>
</NumberFlowGroup>
</div>

BIN
bun.lockb

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "nezha-dash",
"version": "2.6.2",
"version": "2.6.1",
"private": true,
"scripts": {
"dev": "next dev -p 3040",
@ -29,8 +29,8 @@
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/d3-geo": "^3.1.0",
"@types/luxon": "^3.4.2",
"babel-plugin-react-compiler": "^19.0.0-beta-e552027-20250112",
"caniuse-lite": "^1.0.30001697",
"babel-plugin-react-compiler": "^19.0.0-beta-27714ef-20250124",
"caniuse-lite": "^1.0.30001696",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
@ -61,12 +61,12 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@next/bundle-analyzer": "^15.1.6",
"@tailwindcss/postcss": "^4.0.3",
"@types/node": "^22.13.1",
"@tailwindcss/postcss": "^4.0.2",
"@types/node": "^22.13.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.3",
"tailwindcss": "^4.0.2",
"typescript": "^5.7.3",
"vercel": "^39.4.2"
},