From caaccbd7605d4cbf682bbfb7a99615b4fbf7e989 Mon Sep 17 00:00:00 2001 From: ws50529 Date: Wed, 13 May 2026 15:56:04 +0800 Subject: [PATCH] feat: add fixed-point coefficient adjustment controls with shift-key mouse wheel support --- src/App.vue | 230 ++++++++++++++++++++++++++++--------------- src/app-options.js | 184 ++++++++++++++++++++++++++++++++++ static/build/app.css | 2 +- static/build/app.js | 4 +- 4 files changed, 335 insertions(+), 85 deletions(-) diff --git a/src/App.vue b/src/App.vue index 2814a38..43323f5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -269,8 +269,6 @@
-
@@ -289,9 +287,9 @@ class="w-full bg-slate-50 dark:bg-gray-900 border border-slate-200 dark:border-gray-700 rounded-lg p-3 text-sm focus:border-blue-500 outline-none font-mono resize-none leading-relaxed text-blue-700 dark:text-blue-300">
-
- b 係數倍率微調
@@ -301,8 +299,6 @@ :class="sense_b === s ? 'bg-blue-600 text-white' : 'bg-slate-200 dark:bg-gray-800 text-slate-500 dark:text-gray-400'" class="btn-small px-3 py-1.5 rounded text-xs font-medium border border-slate-300 dark:border-gray-700">{{ s }} -