mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-29 04:55:04 +08:00
增加pgx驱动,完善前端的代码,暂定supabase后端数据库
This commit is contained in:
@@ -28,7 +28,7 @@ document.getElementById('getAssignment').addEventListener('click', function () {
|
||||
cell.textContent = item.Name || item.ID;
|
||||
|
||||
// 优先判断 Access 条件
|
||||
if (item.Access < 5) {
|
||||
if (item.Access <=3) {
|
||||
cell.classList.add('cell_Moderator');
|
||||
} else if (item.Note === 1) {
|
||||
cell.classList.add('cell_SwitchOrRepay');
|
||||
|
||||
Reference in New Issue
Block a user