2025-03-22 12:48:22 +08:00

14 lines
449 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# permission 管理
**共享设置**
1. **公开访问**:设置为公开后,所有用户均可直接访问。
2. **受保护访问**:设置为受保护后,仅限登录用户访问。可设置访问密码和指定用户名。
3. **私有访问**:设置为私有后,仅自己可以访问。
**注意事项**
- 切换共享状态后,需重新设置密码和用户名。
- 若不进行任何设置,默认状态为私有访问。