From be96f68f6f18a9b5248784f81329358c69efe38d Mon Sep 17 00:00:00 2001 From: "hehihoho3@gmail.com" Date: Mon, 3 Aug 2026 12:02:15 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=88=8F=ED=8F=BC=20=ED=81=90=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=E2=80=94=20URL=20=EB=93=B1?= =?UTF-8?q?=EB=A1=9D=C2=B7=EA=B2=B0=EA=B3=BC=20=EB=B6=99=EC=97=AC=EB=84=A3?= =?UTF-8?q?=EA=B8=B0=C2=B7=ED=81=B4=EB=A6=BD=20=EC=B9=B4=EB=93=9C=C2=B7JSO?= =?UTF-8?q?N=20=EB=B3=B5=EC=82=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 사이드바 소재 섹션에 '숏폼 큐' 메뉴 추가. Co-Authored-By: Claude Fable 5 --- .../com/hlab/yanalyst/web/WebController.java | 6 + .../resources/templates/layout/sidebar.html | 3 + src/main/resources/templates/shortform.html | 166 ++++++++++++++++++ 3 files changed, 175 insertions(+) create mode 100644 src/main/resources/templates/shortform.html diff --git a/src/main/java/com/hlab/yanalyst/web/WebController.java b/src/main/java/com/hlab/yanalyst/web/WebController.java index f8ce7cf..71ff038 100644 --- a/src/main/java/com/hlab/yanalyst/web/WebController.java +++ b/src/main/java/com/hlab/yanalyst/web/WebController.java @@ -64,6 +64,12 @@ public class WebController { return "feed"; } + @GetMapping("/shortform") + public String shortform(Model model) { + model.addAttribute("currentPage", "shortform"); + return "shortform"; + } + @GetMapping("/recommend") public String recommend(Model model) { model.addAttribute("currentPage", "recommend"); diff --git a/src/main/resources/templates/layout/sidebar.html b/src/main/resources/templates/layout/sidebar.html index 5e6f972..e3cf5d4 100644 --- a/src/main/resources/templates/layout/sidebar.html +++ b/src/main/resources/templates/layout/sidebar.html @@ -24,6 +24,9 @@ 소재 피드 + + 숏폼 큐 + diff --git a/src/main/resources/templates/shortform.html b/src/main/resources/templates/shortform.html new file mode 100644 index 0000000..06777b4 --- /dev/null +++ b/src/main/resources/templates/shortform.html @@ -0,0 +1,166 @@ + + + + + h-lab - 숏폼 큐 + + + + +
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + + + + +