From 56e404555bb7f7c6022217812dc903f5ec52bfbc Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 17 Apr 2026 08:12:10 +0800 Subject: [PATCH] refactor(web): split modals into core and feeder unit-modal Co-Authored-By: Claude Opus 4.6 --- web/core/html/modals.html | 135 ++++++++++++++++++++++++++++++++ web/feeder/html/unit-modal.html | 51 ++++++++++++ 2 files changed, 186 insertions(+) create mode 100644 web/core/html/modals.html create mode 100644 web/feeder/html/unit-modal.html diff --git a/web/core/html/modals.html b/web/core/html/modals.html new file mode 100644 index 0000000..ee282ba --- /dev/null +++ b/web/core/html/modals.html @@ -0,0 +1,135 @@ + + + + + + + + + diff --git a/web/feeder/html/unit-modal.html b/web/feeder/html/unit-modal.html new file mode 100644 index 0000000..674b8df --- /dev/null +++ b/web/feeder/html/unit-modal.html @@ -0,0 +1,51 @@ +