+
1. 系统原生对话框
@@ -34,7 +34,7 @@
-
+
@@ -44,24 +44,20 @@
-
-
diff --git a/frontend/src/views/os/screen/Index.vue b/frontend/src/views/os/screen/Index.vue
deleted file mode 100644
index 5f2fe4c..0000000
--- a/frontend/src/views/os/screen/Index.vue
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
- 1. 屏幕信息
-
-
-
-
- 获取当前鼠标位置
- 获取主屏幕
- 获取所有屏幕
-
-
-
-
- 结果:
-
-
-
-
-
- {{ info.desc }}
-
-
-
-
-
-
-
diff --git a/frontend/src/views/os/subwindow/Ipc.vue b/frontend/src/views/os/subwindow/Ipc.vue
index f47d0e2..db40c3c 100644
--- a/frontend/src/views/os/subwindow/Ipc.vue
+++ b/frontend/src/views/os/subwindow/Ipc.vue
@@ -1,5 +1,5 @@
-
+
1. 发送异步消息
@@ -126,7 +126,7 @@ function sendTosubWindow () {
}
\ No newline at end of file
diff --git a/frontend/src/views/os/theme/Index.vue b/frontend/src/views/os/theme/Index.vue
deleted file mode 100644
index d6e1ad2..0000000
--- a/frontend/src/views/os/theme/Index.vue
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
-
-
- 1. 系统主题模式
-
-
-
-
- 获取模式
-
-
- 结果:{{ currentThemeMode }}
-
-
-
- 2. 设置主题模式(请自行实现前端UI效果)
-
-
-
-
- {{ themeList[0] }}
-
-
- {{ themeList[1] }}
-
-
- {{ themeList[2] }}
-
-
-
-
-
-
-
diff --git a/frontend/src/views/os/window/Index.vue b/frontend/src/views/os/window/Index.vue
index 5016f53..9f8192e 100644
--- a/frontend/src/views/os/window/Index.vue
+++ b/frontend/src/views/os/window/Index.vue
@@ -1,5 +1,5 @@
-
+
1. 新窗口中加载web内容
@@ -32,47 +32,37 @@
-