Browse Source
Merge pull request #13641 from abpframework/liangshiwei/docs
Update setting-management document
pull/13648/head
maliming
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
15 additions and
4 deletions
docs/en/Modules/Setting-Management.md
BIN
docs/en/images/setting-management-email-ui.png
docs/zh-Hans/Modules/Setting-Management.md
BIN
docs/zh-Hans/images/setting-management-email-ui.png
@ -118,7 +118,13 @@ The order of the providers are important. Providers are executed in the reverse
## Setting Management UI
Setting Mangement module provided the email setting UI by default, and it is extensible; You can add your tabs to this page for your application settings.
Setting Mangement module provided the email setting UI by default.

> You can click the Send test email button to send a test email to check your email settings.
Setting it is extensible; You can add your tabs to this page for your application settings.
### MVC UI
@ -302,5 +308,4 @@ export class AppComponent {
Navigate to `/setting-management` route to see the changes:


Width:
|
Height:
|
Size: 48 KiB
@ -87,7 +87,13 @@ namespace Demo
## Setting Management UI.
设置管理模块默认提供了邮件设置页面并且它是可扩展的; 你可以为你的应用程序设置添加设置标签到设置页面.
设置管理模块默认提供了邮件设置页面.

> 你可以点击发送测试邮件按钮发送一封测试邮件来检查你的邮件设置.
设置UI是可扩展的; 你可以为你的应用程序设置添加设置标签到设置页面.
### MVC UI
Width:
|
Height:
|
Size: 48 KiB