diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/public.zip b/public.zip
deleted file mode 100644
index a61dcf8..0000000
Binary files a/public.zip and /dev/null differ
diff --git a/public/aaa.html b/public/aaa.html
deleted file mode 100644
index 8d27c30..0000000
--- a/public/aaa.html
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
-
- 模态框示例
-
-
-
-
-
-
-
-
-
-
×
-
创建房间
-
这里是房间创建的内容...
-
-
-
-
-
-
-
-
-
diff --git a/public/home .html b/public/home .html
new file mode 100644
index 0000000..a0ed2bc
--- /dev/null
+++ b/public/home .html
@@ -0,0 +1,266 @@
+
+
+
+
+
+ 课堂点名系统
+
+
+
+
+
+
+
+
课堂点名系统
+
+
+
+
+
+
+
+
+
×
+
当前房间号没有被创建是否创建房间
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/home.html b/public/home.html
deleted file mode 100644
index cd36878..0000000
--- a/public/home.html
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
-
-
- 课堂点名系统
-
-
-
-
-
-
课堂点名系统
-
-
-
-
-
-
-
-
- ×
-
当前房间号没有被创建是否创建房间
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/public/index.html b/public/index .html
similarity index 63%
rename from public/index.html
rename to public/index .html
index 02f3ce9..8a10ab2 100644
--- a/public/index.html
+++ b/public/index .html
@@ -7,6 +7,16 @@
+
-
-
{{ top3[0] }}
学号
积分
-
{{ top3[1] }}
学号
积分
-
{{ top3[2] }}
学号
积分
-
-
文本内容
+
被抽中的同学
-
+
+
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -270,8 +291,10 @@
},
methods: {
uploadFile() {
- // 调用外部的 uploadFile 函数
- uploadFile();
+
+
+ uploadFile();
+
},
getRandomStudent() {
// 调用外部的 getRandomStudent 函数
@@ -284,14 +307,7 @@
this.uploadFile();
}
},
- addpoints()
- {
-
- },
- divpoints()
- {
-
- },
+
rtoggleButtons()
{
smallButtons = document.querySelector('.small-buttons');
@@ -301,9 +317,117 @@
{
smallButtons = document.querySelector('.lsmall-buttons');
smallButtons.classList.toggle('show');
+ },
+
+ changepoints(chan)
+ {
+ console.log(chan);
+ changepoints(chan);
}
}
- })
+ });
+
+