diff --git a/README.md b/README.md index 3d9b80c..8ceadc0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ## 文档 -有关安装、管理、维护,可参阅:[https://universaloj.github.io/](https://universaloj.github.io/) 和 [https://vfleaking.github.io/uoj/](https://vfleaking.github.io/uoj/)。 +有关安装、管理、维护,可参阅:[https://s2oj.github.io/](https://s2oj.github.io/) 、 [https://universaloj.github.io/](https://universaloj.github.io/) 和 [https://vfleaking.github.io/uoj/](https://vfleaking.github.io/uoj/)。 ## 部署 diff --git a/web/app/controllers/super_manage.php b/web/app/controllers/super_manage.php index 1e03420..1bf0b47 100644 --- a/web/app/controllers/super_manage.php +++ b/web/app/controllers/super_manage.php @@ -1450,6 +1450,7 @@ EOD);
  • 对于每一个权限分类,若用户不具有新建项目权限,则只能对现有内容进行管理。
  • 如需为单个用户设置增加/移除特定权限,请前往对应用户的个人资料编辑页面,点击「特权」选项卡修改。
  • 出于安全考虑,部分权限不能被设置为默认权限。
  • +
  • 关于各项权限的详细解释,请查看 权限管理 文档。
  • diff --git a/web/app/controllers/user_info_edit.php b/web/app/controllers/user_info_edit.php index 185b4da..6aa001b 100644 --- a/web/app/controllers/user_info_edit.php +++ b/web/app/controllers/user_info_edit.php @@ -815,6 +815,8 @@ $pageTitle = $user['username'] == Auth::id()
    +

    关于各项权限的详细解释,请查看 权限管理 文档。

    +
    printHTML() ?>