From e05791e52f718ad2f61b815ce21ddc6a49d6be28 Mon Sep 17 00:00:00 2001 From: spdis Date: Thu, 12 Mar 2026 21:31:59 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=9B=B4=E6=96=B0=20README.md"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 4d83864e9fe8e10bd233fa2a0ecf08d70fe5ec95. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c3acb6..5f31582 100644 --- a/README.md +++ b/README.md @@ -105,11 +105,11 @@ | 角色 | key | manage_key | 可见数据范围 | |------|-----|------------|-------------| -| **学生A** | 班级、年级、学院、学校 | - | 仅自己的记录 | +| **学生A** | 班级、年级、学院 | - | 仅自己的记录 | | **班导师B** | 学院 | 班级 | 所带班级的全部记录 | | **辅导员** | 学院 | 年级 | 整个年级的全部记录 | | **院领导** | 学院 | 学院 | 整个学院的全部记录 | -| **校管理员** | 学校 | 学院 | 全校数据 | +| **校管理员** | 学校 | 学校 | 全校数据(真正的admin) | ---