Skip to content

Commit 9ea9bc9

Browse files
committed
Merge branch 'dev'
2 parents 122ef47 + bbed75f commit 9ea9bc9

74 files changed

Lines changed: 637 additions & 503 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

index.html

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Nexus Admin</title>
8-
</head>
9-
<body>
10-
<noscript>
11-
<strong>
12-
We're sorry but doesn't work properly without JavaScript enabled. Please
13-
enable it to continue.
14-
</strong>
15-
</noscript>
16-
<div id="root"></div>
17-
<script type="module" src="/src/main.tsx"></script>
18-
</body>
19-
</html>
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>Nexus</title>
9+
</head>
10+
11+
<body>
12+
<noscript>
13+
<strong>
14+
We're sorry but doesn't work properly without JavaScript enabled. Please
15+
enable it to continue.
16+
</strong>
17+
</noscript>
18+
<div id="root"></div>
19+
<script type="module" src="/src/main.tsx"></script>
20+
</body>
21+
22+
</html>

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@flowgram.ai/panel-manager-plugin": "^1.0.3",
3030
"@flowgram.ai/shortcuts-plugin": "^1.0.3",
3131
"@monaco-editor/react": "^4.7.0",
32-
"@tanstack/react-query": "^5.90.11",
33-
"@tanstack/react-router": "^1.139.12",
32+
"@tanstack/react-query": "^5.90.12",
33+
"@tanstack/react-router": "^1.139.14",
3434
"@zxcvbn-ts/core": "^3.0.4",
3535
"ahooks": "^3.9.6",
3636
"antd": "^6.0.1",
@@ -41,15 +41,15 @@
4141
"echarts": "^6.0.0",
4242
"i18next": "^25.7.1",
4343
"jsencrypt": "^3.5.4",
44-
"keepalive-for-react": "^5.0.2",
44+
"keepalive-for-react": "^5.0.7",
4545
"lodash-es": "^4.17.21",
46-
"react": "^19.2.0",
47-
"react-dom": "^19.2.0",
46+
"react": "^19.2.1",
47+
"react-dom": "^19.2.1",
4848
"react-draggable": "^4.5.0",
4949
"react-error-boundary": "^6.0.0",
5050
"react-hotkeys-hook": "^5.2.1",
51-
"react-i18next": "^16.3.5",
52-
"react-is": "^19.2.0",
51+
"react-i18next": "^16.4.0",
52+
"react-is": "^19.2.1",
5353
"screenfull": "^6.0.2",
5454
"tailwind-merge": "^3.4.0",
5555
"zustand": "^5.0.9"
@@ -60,7 +60,7 @@
6060
"@biomejs/biome": "^2.3.8",
6161
"@iconify/react": "^6.0.2",
6262
"@tailwindcss/vite": "^4.1.17",
63-
"@tanstack/react-router-devtools": "^1.139.12",
63+
"@tanstack/react-router-devtools": "^1.139.15",
6464
"@types/crypto-js": "^4.2.2",
6565
"@types/lodash-es": "^4.17.12",
6666
"@types/node": "^22.19.1",
@@ -75,9 +75,9 @@
7575
"tailwindcss": "^4.1.17",
7676
"terser": "^5.44.1",
7777
"typescript": "~5.9.3",
78-
"vite": "npm:rolldown-vite@latest",
78+
"vite": "^8.0.0-beta.0",
7979
"vite-plugin-compression": "^0.5.1",
80-
"vite-plugin-mock-dev-server": "^2.0.5"
80+
"vite-plugin-mock-dev-server": "^2.0.6"
8181
},
8282
"engines": {
8383
"node": ">=22.12.0",

public/favicon.ico

0 Bytes
Binary file not shown.
228 KB
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@mipmap/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
6+
</adaptive-icon>
8.1 KB
19 KB
7.02 KB
3.58 KB
4.37 KB

0 commit comments

Comments
 (0)