diff --git a/app/pages/index.vue b/app/pages/index.vue index 2c2c3496..4c0fd940 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -1,5 +1,10 @@ +
+ + +
+
+ {{ + now < 5 ? '晚上好!' + : now < 12 ? '早上好!' + : now < 13 ? '中午好!' + : now < 18 ? '下午好!' : '晚上好!' + }} +
+
+ Welcome to Enspire! +
+
- + + + + + 管理社团 + + + +
+ + +
+
+
+ {{ (clubs?.president?.length || 0) + (clubs?.vice?.length || 0) }} +
+

担任社长或副社长的社团数量

+
+
+
+ + + + + + CAS 时间 + + + +
+ + +
+
+
+ {{ totalCASHours }} +
+

总计 CAS 时间(小时)

+
+
+
+
+ + +
+

+ + 快捷操作 +

+
+ + + + + + 浏览社团 + + + 查看所有社团信息 + + + + + + + + + + + + 填写表单 + + + 查看待填写的表单 + + + + + + + + + + + + 教室状态 + + + 查看教室预约状态 + + + + + +
+
+ + +
+

+ + 公告 +

+ +
+ + \ No newline at end of file