diff --git a/src-tauri/src/env/mod.rs b/src-tauri/src/env/mod.rs deleted file mode 100644 index 1534c58..0000000 --- a/src-tauri/src/env/mod.rs +++ /dev/null @@ -1,11 +0,0 @@ -//! 环境配置模块 -// const TEACHERCONTROL_DEV_URL: &str = "https://jk.qyzhjy.com/TeacherControl_bak.shtml"; -const TEACHERCONTROL_DEV_URL: &str = "https://socket.qyzhjy.com/JKList/TeacherControl_bak.shtml"; -const TEACHERCONTROL_PROD_URL: &str = "https://jk.qyzhjy.com/TeacherControl_bak.shtml"; - -/// 实时字幕地址 -pub const TEACHERCONTROL_JK_URL: &str = if cfg!(feature = "development") || cfg!(feature = "prod_150_8080") { - TEACHERCONTROL_DEV_URL -} else { - TEACHERCONTROL_PROD_URL -}; diff --git a/src/other_pages/floating-list-window/aa-components/floating-ball.vue b/src/other_pages/floating-list-window/aa-components/floating-ball.vue index 6f5b207..be2f86e 100644 --- a/src/other_pages/floating-list-window/aa-components/floating-ball.vue +++ b/src/other_pages/floating-list-window/aa-components/floating-ball.vue @@ -51,29 +51,16 @@ diff --git a/src/other_pages/floating-list-window/aa-components/floating-list.vue b/src/other_pages/floating-list-window/aa-components/floating-list.vue index 46f2f03..93460c3 100644 --- a/src/other_pages/floating-list-window/aa-components/floating-list.vue +++ b/src/other_pages/floating-list-window/aa-components/floating-list.vue @@ -11,19 +11,19 @@
@@ -32,31 +32,23 @@ diff --git a/src/other_pages/floating-list-window/floating-list-window.vue b/src/other_pages/floating-list-window/floating-list-window.vue index d771732..5db6c70 100644 --- a/src/other_pages/floating-list-window/floating-list-window.vue +++ b/src/other_pages/floating-list-window/floating-list-window.vue @@ -6,11 +6,115 @@