Skip to content

Commit 2a2e4ed

Browse files
committed
修復 USER_PRIVILEGES.md 表格格式錯誤
將「帳號角色」表格中「一般用戶」行的內容合併為單行,解決 markdown 表格換行格式問題。
1 parent 64dc5e2 commit 2a2e4ed

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

USER_PRIVILEGES.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
## 二、帳號角色(`users.is_admin`
1919
|| 名稱 / 定位 | 主要行為 |
2020
|----|-------------|-----------|
21-
| `0` | 一般用戶 | 只要 `is_active = 1` 即可直接對 `/basicinformation/*``/codes/*` 等模組進行新增 / 修改,
22-
Controller 會直接呼叫對應的 Repository → Model,寫入資料表並留下操作紀錄。 |
21+
| `0` | 一般用戶 | 只要 `is_active = 1` 即可直接對 `/basicinformation/*``/codes/*` 等模組進行新增 / 修改,Controller 會直接呼叫對應的 Repository → Model,寫入資料表並留下操作紀錄。 |
2322
| `1` | 專家用戶(管理員) | 擁有一般用戶權限;另外可:<br>• 進入 `/manage` 調整帳號啟用 / 角色。<br>• 在 `/operations``/modified` 審核提案(核准 / 退修)、執行操作復原。<br>• 存取 `/merge-preview` 等管理工具。 |
2423
| `2` | 眾包用戶 | 前台頁面可編輯,但 Controller 會偵測 `is_admin == 2`,把提交內容轉成 `operations``crowdsourcing_status = 2`),等待專家審核後套用,並不直接寫主資料表。 |
2524

0 commit comments

Comments
 (0)