From f5a2d14b9ca7e9e7aa0290f914ab3236113114cd Mon Sep 17 00:00:00 2001 From: Qingxiao Ren <1829209+rqx110@users.noreply.github.com> Date: Fri, 8 May 2026 12:20:14 +0800 Subject: [PATCH] doc: Enhance tutorial with UI-specific download links Added conditional download links for different UI frameworks. --- docs/en/tutorials/modular-crm/part-08.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/en/tutorials/modular-crm/part-08.md b/docs/en/tutorials/modular-crm/part-08.md index f2739a53bb..2d911f93ec 100644 --- a/docs/en/tutorials/modular-crm/part-08.md +++ b/docs/en/tutorials/modular-crm/part-08.md @@ -176,8 +176,20 @@ Now, you know the fundamental principles and mechanics of building sophisticated ## Download the Source Code +{{if UI == "MVC"}} + +You can download the completed sample solution [here](https://github.com/abpframework/abp-samples/tree/master/ModularCRM). + +{{else if UI == "BlazorWebApp"}} + You can download the completed sample solution [here](https://github.com/abpframework/abp-samples/tree/master/ModularCRM-BlazorWebApp). +{{else if UI == "NG"}} + +You can download the completed sample solution [here](https://github.com/abpframework/abp-samples/tree/master/NG.ModularCRM). + +{{end}} + ## See Also See the following sections for additional resources.