From 2d75c58be8c1a750f783d5bc111d1585917ce724 Mon Sep 17 00:00:00 2001 From: newmann Date: Sun, 19 Nov 2023 15:07:06 +0800 Subject: [PATCH] added support for hot-key function --- .../screen/includes/WebrootVue.qvt.ftl | 2 +- .../screen/includes/WebrootVue.vuet.ftl | 4 +- .../webroot/screen/includes/navbar.html.ftl | 2 +- .../webroot/screen/webroot/js/MoquiLib.js | 121 ++++++++ .../webroot/screen/webroot/js/WebrootVue.js | 63 +++- .../screen/webroot/js/WebrootVue.qvt.js | 96 +++++- .../screen-macro/DefaultScreenMacros.html.ftl | 273 ++++++++++++++---- .../screen-macro/DefaultScreenMacros.qvt.ftl | 253 ++++++++++++---- .../screen-macro/DefaultScreenMacros.vuet.ftl | 223 +++++++++++--- 9 files changed, 849 insertions(+), 188 deletions(-) diff --git a/base-component/webroot/screen/includes/WebrootVue.qvt.ftl b/base-component/webroot/screen/includes/WebrootVue.qvt.ftl index 647eb0513..39a55d118 100644 --- a/base-component/webroot/screen/includes/WebrootVue.qvt.ftl +++ b/base-component/webroot/screen/includes/WebrootVue.qvt.ftl @@ -34,7 +34,7 @@ along with this software (see the LICENSE.md file). If not, see <#-- to build a layout use the handy Quasar tool: https://quasar.dev/layout-builder --> - + <#assign headerLogoList = sri.getThemeValues("STRT_HEADER_LOGO")> <#if headerLogoList?has_content> diff --git a/base-component/webroot/screen/includes/WebrootVue.vuet.ftl b/base-component/webroot/screen/includes/WebrootVue.vuet.ftl index 6c9448b33..e61dcdbff 100644 --- a/base-component/webroot/screen/includes/WebrootVue.vuet.ftl +++ b/base-component/webroot/screen/includes/WebrootVue.vuet.ftl @@ -26,14 +26,14 @@ along with this software (see the LICENSE.md file). If not, see