From 8f3ef44d26f18c62091d7e0ce972543ce0683775 Mon Sep 17 00:00:00 2001 From: trungduong Date: Mon, 9 Jun 2025 09:51:31 +0700 Subject: [PATCH] 09/06 --- VinFontApp/Json/navlist.json | 29 +++++++++++++------------- VinFontApp/Views/Partial/MenuAP.cshtml | 5 +++-- VinFontApp/VinFontApp.csproj | 8 +++++++ 3 files changed, 26 insertions(+), 16 deletions(-) diff --git a/VinFontApp/Json/navlist.json b/VinFontApp/Json/navlist.json index 221b180..54b6712 100644 --- a/VinFontApp/Json/navlist.json +++ b/VinFontApp/Json/navlist.json @@ -4,6 +4,7 @@ "name": "Trang Chủ", "icon": "home", "group": 0, + "flexpage": true, "url": "/", "sub-item": "" }, @@ -17,37 +18,37 @@ { "id": "2001", "name": "All Type Fonts", - "flexPage": "true", + "flexpage": true, "url": "/TypeFonts" }, { "id": "2002", "name": "Font Serif", - "flexPage": "true", + "flexpage": true, "url": "/TypeFonts/Serif" }, { "id": "2003", "name": "Font San-Serif", - "flexPage": "true", + "flexpage": true, "url": "/TypeFonts/San-Serif" }, { "id": "2004", "name": "Font Việt Hóa", - "flexPage": "true", + "flexpage": true, "url": "/TypeFonts/Viet-Hoa" }, { "id": "2005", "name": "Font Vintage", - "flexPage": "true", + "flexpage": true, "url": "/TypeFonts/Vintage" }, { "id": "2006", "name": "Font Wibu", - "flexPage": "true", + "flexpage": true, "url": "/TypeFonts/Wibu" } ] @@ -62,13 +63,13 @@ { "id": "3001", "name": "Icons", - "flexPage": "true", + "flexpage": true, "url": "/GlyphFonts/Icons" }, { "id": "3002", "name": "Glyps", - "flexPage": "true", + "flexpage": true, "url": "/GlyphFonts/Glyps" } ] @@ -83,13 +84,13 @@ { "id": "4001", "name": "Vectors", - "flexPage": "true", + "flexpage": true, "url": "/Images/Vectors" }, { "id": "4002", "name": "Ảnh Chụp", - "flexPage": "true", + "flexpage": true, "url": "/Images/Photos" } ] @@ -104,13 +105,13 @@ { "id": "5001", "name": "Vectors", - "flexPage": "true", + "flexpage": true, "url": "/Images/Vectors" }, { "id": "5002", "name": "Ảnh Chụp", - "flexPage": "true", + "flexpage": true, "url": "/Images/Photos" } ] @@ -125,13 +126,13 @@ { "id": "6001", "name": "Vectors", - "flexPage": "true", + "flexpage": true, "url": "/Images/Vectors" }, { "id": "6002", "name": "Ảnh Chụp", - "flexPage": "true", + "flexpage": true, "url": "/Images/Photos" } ] diff --git a/VinFontApp/Views/Partial/MenuAP.cshtml b/VinFontApp/Views/Partial/MenuAP.cshtml index 91eedda..eb872f9 100644 --- a/VinFontApp/Views/Partial/MenuAP.cshtml +++ b/VinFontApp/Views/Partial/MenuAP.cshtml @@ -1,6 +1,7 @@ @using AppLibs.Libs @{ List t = WSNavigation.GetListMenu(); + } @foreach (var i in t) @@ -8,7 +9,7 @@ if (i.SubItem == null) { } else @@ -18,7 +19,7 @@
@foreach (var j in i.SubItem) { - + }
diff --git a/VinFontApp/VinFontApp.csproj b/VinFontApp/VinFontApp.csproj index 6d4eac2..dc14d2d 100644 --- a/VinFontApp/VinFontApp.csproj +++ b/VinFontApp/VinFontApp.csproj @@ -66,6 +66,12 @@ + + + Always + + + Always @@ -75,4 +81,6 @@ + +