Remove unused imports and variables (S1128, S1481, S1854)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 00:18:03 +08:00
parent 6d13bc9eb8
commit 12068281e9
11 changed files with 3 additions and 17 deletions

View File

@@ -100,8 +100,6 @@ import { useAllMapDataStore } from "@/stores/allMapData";
import { useConformanceStore } from "@/stores/conformance";
import { usePageAdminStore } from "@/stores/pageAdmin";
import { useMapCompareStore } from "@/stores/mapCompareStore";
import IconSearch from "@/components/icons/IconSearch.vue";
import IconSetting from "@/components/icons/IconSetting.vue";
import {
saveFilter,
savedSuccessfully,

View File

@@ -195,7 +195,6 @@ function onFocus(event) {
* @param {Event} event - The change event from a duration input.
*/
function onChange(event) {
const baseInputValue = event.target.value;
let decoratedInputValue;
if (isNaN(event.target.value)) {
event.target.value = "00";