Skip to content

Commit 2ec4a60

Browse files
committed
feat: 执行codec editor 按钮功能完善
1 parent 6630ba3 commit 2ec4a60

File tree

18 files changed

+754
-120
lines changed

18 files changed

+754
-120
lines changed

.env.development

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
VITE_BASE_URL = "http://192.168.3.3:8082/"
1+
# VITE_BASE_URL = "http://192.168.3.3:8082/"
2+
3+
VITE_BASE_URL = "http://192.168.3.100:8082/"
24

35
# VITE_BASE_URL = "http://192.168.3.179:8082/"
46

.env.production

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# VITE_BASE_URL = "http://192.168.3.3:8082/"
1+
VITE_BASE_URL = "http://192.168.3.3:8082/"
22

3-
VITE_BASE_URL = "http://192.168.3.179:8082/"
3+
# VITE_BASE_URL = "http://192.168.3.179:8082/"
44

55
# VITE_BASE_URL = "http://legion-4g.yaklang.com:8080/pre/"

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"react-ace": "^13.0.0",
4848
"react-codemirror2": "^8.0.0",
4949
"react-dom": "^18.3.1",
50+
"react-hex-editor": "^0.3.0",
5051
"react-json-view": "^1.21.3",
5152
"react-markdown": "^9.0.1",
5253
"react-markdown-editor-lite": "^1.0.2",
@@ -64,6 +65,7 @@
6465
"@commitlint/config-conventional": "^19.6.0",
6566
"@types/event-source-polyfill": "^1.0.5",
6667
"@types/lodash": "^4.17.10",
68+
"@types/node": "^22.13.10",
6769
"@types/react": "^18.3.11",
6870
"@types/react-dom": "^18.3.0",
6971
"@typescript-eslint/eslint-plugin": "^7.18.0",

0 commit comments

Comments
 (0)