diff --git a/README.md b/README.md
index 64ef6a2..2bfe156 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,3 @@
-# 允斯调试器的内嵌网页版上位机
\ No newline at end of file
+# 允斯无线透传器的内嵌网页版上位机
+
+
diff --git a/set_env.sh b/set_env.sh
index 7c2198e..bf8f818 100755
--- a/set_env.sh
+++ b/set_env.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-export VITE_APP_GIT_TAG=$(git describe --tags)
+export VITE_APP_GIT_TAG=$(git describe --tags | cut -d'-' -f1,2)
export VITE_APP_LAST_COMMIT=$(git log -1 --format=%cd)
\ No newline at end of file
diff --git a/src/App.vue b/src/App.vue
index 6a01979..746b801 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -40,7 +40,7 @@ onMounted(() => {
logHelloMessage();
let host = "";
if (isDevMode()) {
- host = import.meta.env.VITE_DEVICE_HOST_NAME;
+ host = import.meta.env.VITE_DEVICE_HOST_NAME || "dap.local";
} else {
host = window.location.host
}
@@ -55,8 +55,10 @@ onUnmounted(() => {
-
-
+
+
+
+
diff --git a/src/views/About.vue b/src/views/About.vue
index 5bbf039..1b1d149 100644
--- a/src/views/About.vue
+++ b/src/views/About.vue
@@ -1,6 +1,6 @@
@@ -17,23 +17,23 @@ const compileTime = import.meta.env.VITE_APP_LAST_COMMIT;
- MIT
+ MIT
Apache 2.0
- MIT
+ MIT
MIT
MIT
- MIT
+ MIT
- MIT
+ MIT
MIT
- MIT
+ MIT
MPL-2.0 license
@@ -42,12 +42,12 @@ const compileTime = import.meta.env.VITE_APP_LAST_COMMIT;
- 允斯工作室
+ 允斯工作室
-
- wireless-esp8266-dap
+ wireless-esp8266-dap
@@ -55,11 +55,11 @@ const compileTime = import.meta.env.VITE_APP_LAST_COMMIT;
- 允斯工作室(https://yunsi.studio/)
- https://github.com/kerms
+ 允斯工作室(https://yunsi.studio/)
+ https://github.com/kerms
kerms@niazo.org
- 3461571571353885
+ 3461571571353885
642246000
欢迎大家来打扰啊~
diff --git a/src/views/navigation/NavBar.vue b/src/views/navigation/NavBar.vue
index ec0b6ed..a83c863 100644
--- a/src/views/navigation/NavBar.vue
+++ b/src/views/navigation/NavBar.vue
@@ -136,11 +136,7 @@ const menuItems: Item[] = ([
}, {
name: translate("page.feedback"),
href: "/feedback",
- },/* {
- name: translate("page.uart"),
- href: "/uart",
- class: "todo-menu-item",
- },*/
+ },
]);