From 65ce90b964e109e642fad180dafab279ba5baa34 Mon Sep 17 00:00:00 2001 From: "zhoulibin@xiaoxin" <125377187@qq.com> Date: Mon, 8 Jul 2024 11:52:50 +0800 Subject: [PATCH] lint --- src/component/Config.ts | 274 ++++++++++++++++++------------------ src/component/PopupRoot.tsx | 3 +- 2 files changed, 138 insertions(+), 139 deletions(-) diff --git a/src/component/Config.ts b/src/component/Config.ts index fba0f5ca..d127e12f 100644 --- a/src/component/Config.ts +++ b/src/component/Config.ts @@ -7,143 +7,143 @@ export type SortType = (typeof SortTypeArray)[number]; export const ConfigTypeArray = ["草绿", "菊黄", "虾红", "跟随"] as const; export type ConfigType = (typeof ConfigTypeArray)[number]; export function loadDefaultConfig(configType: ConfigType) { - let config: Config; - if (configType == "草绿") { - return (config = { - pSingleWindow: true, - bAutoFocus: true, - configName: configType, - bgColor: "#5ad354", - divMaxWidth: 550, - autoCloseSeconds: 15, - pFixedContentLocation: false, - pFixedContentLocationLeft: 100, - pFixedContentLocationTop: 100, - pPadding: 5, - pBoundaryInset: 40, - pArrowSize: 4, - pPositions: "left,right,top,bottom", - isShowSelectedPopupColorsTag: false, - isShowSelectedPopupMatchTag: true, - showTagsLength: 25, - fontSize: 18, - lineHeight: "0.8", - buttonMarginTopBottom: 4, - buttonMarginLeftRight: 2, - buttonPaddingTopBottom: 3, - buttonPaddingLeftRight: 3, - buttonBorderRadius: 5, - sortType: "最近使用", - }); - } - if (configType == "菊黄") { - return (config = { - pSingleWindow: true, - bAutoFocus: true, - configName: configType, - bgColor: "#cfb50a", - divMaxWidth: 600, - autoCloseSeconds: 16, - pFixedContentLocation: false, - pFixedContentLocationLeft: 150, - pFixedContentLocationTop: 150, - pPadding: 5, - pBoundaryInset: 40, - pArrowSize: 4, - pPositions: "left,right,top,bottom", - isShowSelectedPopupColorsTag: false, - isShowSelectedPopupMatchTag: true, - showTagsLength: 25, - fontSize: 18, - lineHeight: "0.8", - buttonMarginTopBottom: 4, - buttonMarginLeftRight: 2, - buttonPaddingTopBottom: 3, - buttonPaddingLeftRight: 3, - buttonBorderRadius: 5, - sortType: "最近使用", - }); - } - if (configType == "虾红") { - return (config = { - pSingleWindow: true, - bAutoFocus: true, - configName: configType, - bgColor: "#c66087", - divMaxWidth: 450, - autoCloseSeconds: 17, - pFixedContentLocation: false, - pFixedContentLocationLeft: 150, - pFixedContentLocationTop: 150, - pPadding: 5, - pBoundaryInset: 40, - pArrowSize: 4, - pPositions: "left,right,bottom,top", - isShowSelectedPopupColorsTag: false, - isShowSelectedPopupMatchTag: true, - showTagsLength: 20, - fontSize: 18, - lineHeight: "0.8", - buttonMarginTopBottom: 4, - buttonMarginLeftRight: 2, - buttonPaddingTopBottom: 3, - buttonPaddingLeftRight: 3, - buttonBorderRadius: 10, - sortType: "最近使用", - }); - } - if (configType == "跟随") { - return (config = { - pSingleWindow: false, - bAutoFocus: true, - configName: configType, - bgColor: "#fff", - divMaxWidth: 290, - autoCloseSeconds: 17, - pFixedContentLocation: false, - pFixedContentLocationLeft: 150, - pFixedContentLocationTop: 150, - pPadding: 5, - pBoundaryInset: 40, - pArrowSize: 4, - pPositions: "left,right,bottom,top", - isShowSelectedPopupColorsTag: false, - isShowSelectedPopupMatchTag: true, - showTagsLength: 20, - fontSize: 15, - lineHeight: "0.8", - buttonMarginTopBottom: 0, - buttonMarginLeftRight: 0, - buttonPaddingTopBottom: 5, - buttonPaddingLeftRight: 0, - buttonBorderRadius: 10, - sortType: "最近使用", - }); - } + let config: Config; + if (configType == "草绿") { + return (config = { + pSingleWindow: true, + bAutoFocus: true, + configName: configType, + bgColor: "#5ad354", + divMaxWidth: 550, + autoCloseSeconds: 15, + pFixedContentLocation: false, + pFixedContentLocationLeft: 100, + pFixedContentLocationTop: 100, + pPadding: 5, + pBoundaryInset: 40, + pArrowSize: 4, + pPositions: "left,right,top,bottom", + isShowSelectedPopupColorsTag: false, + isShowSelectedPopupMatchTag: true, + showTagsLength: 25, + fontSize: 18, + lineHeight: "0.8", + buttonMarginTopBottom: 4, + buttonMarginLeftRight: 2, + buttonPaddingTopBottom: 3, + buttonPaddingLeftRight: 3, + buttonBorderRadius: 5, + sortType: "最近使用", + }); + } + if (configType == "菊黄") { + return (config = { + pSingleWindow: true, + bAutoFocus: true, + configName: configType, + bgColor: "#cfb50a", + divMaxWidth: 600, + autoCloseSeconds: 16, + pFixedContentLocation: false, + pFixedContentLocationLeft: 150, + pFixedContentLocationTop: 150, + pPadding: 5, + pBoundaryInset: 40, + pArrowSize: 4, + pPositions: "left,right,top,bottom", + isShowSelectedPopupColorsTag: false, + isShowSelectedPopupMatchTag: true, + showTagsLength: 25, + fontSize: 18, + lineHeight: "0.8", + buttonMarginTopBottom: 4, + buttonMarginLeftRight: 2, + buttonPaddingTopBottom: 3, + buttonPaddingLeftRight: 3, + buttonBorderRadius: 5, + sortType: "最近使用", + }); + } + if (configType == "虾红") { + return (config = { + pSingleWindow: true, + bAutoFocus: true, + configName: configType, + bgColor: "#c66087", + divMaxWidth: 450, + autoCloseSeconds: 17, + pFixedContentLocation: false, + pFixedContentLocationLeft: 150, + pFixedContentLocationTop: 150, + pPadding: 5, + pBoundaryInset: 40, + pArrowSize: 4, + pPositions: "left,right,bottom,top", + isShowSelectedPopupColorsTag: false, + isShowSelectedPopupMatchTag: true, + showTagsLength: 20, + fontSize: 18, + lineHeight: "0.8", + buttonMarginTopBottom: 4, + buttonMarginLeftRight: 2, + buttonPaddingTopBottom: 3, + buttonPaddingLeftRight: 3, + buttonBorderRadius: 10, + sortType: "最近使用", + }); + } + if (configType == "跟随") { + return (config = { + pSingleWindow: false, + bAutoFocus: true, + configName: configType, + bgColor: "#fff", + divMaxWidth: 290, + autoCloseSeconds: 17, + pFixedContentLocation: false, + pFixedContentLocationLeft: 150, + pFixedContentLocationTop: 150, + pPadding: 5, + pBoundaryInset: 40, + pArrowSize: 4, + pPositions: "left,right,bottom,top", + isShowSelectedPopupColorsTag: false, + isShowSelectedPopupMatchTag: true, + showTagsLength: 20, + fontSize: 15, + lineHeight: "0.8", + buttonMarginTopBottom: 0, + buttonMarginLeftRight: 0, + buttonPaddingTopBottom: 5, + buttonPaddingLeftRight: 0, + buttonBorderRadius: 10, + sortType: "最近使用", + }); + } } export interface Config { - configName: string; - bgColor: string; - bAutoFocus: boolean; - divMaxWidth: number; - autoCloseSeconds: number; - pSingleWindow: boolean; - pFixedContentLocation: boolean; - pFixedContentLocationLeft: number; - pFixedContentLocationTop: number; - pPadding: number; - pBoundaryInset: number; - pArrowSize: number; - pPositions: string; - isShowSelectedPopupColorsTag: boolean; - isShowSelectedPopupMatchTag: boolean; - showTagsLength: number; - fontSize: number; - lineHeight: string; - buttonMarginTopBottom: number; - buttonMarginLeftRight: number; - buttonPaddingTopBottom: number; - buttonPaddingLeftRight: number; - buttonBorderRadius: number; - sortType: SortType; + configName: string; + bgColor: string; + bAutoFocus: boolean; + divMaxWidth: number; + autoCloseSeconds: number; + pSingleWindow: boolean; + pFixedContentLocation: boolean; + pFixedContentLocationLeft: number; + pFixedContentLocationTop: number; + pPadding: number; + pBoundaryInset: number; + pArrowSize: number; + pPositions: string; + isShowSelectedPopupColorsTag: boolean; + isShowSelectedPopupMatchTag: boolean; + showTagsLength: number; + fontSize: number; + lineHeight: string; + buttonMarginTopBottom: number; + buttonMarginLeftRight: number; + buttonPaddingTopBottom: number; + buttonPaddingLeftRight: number; + buttonBorderRadius: number; + sortType: SortType; } diff --git a/src/component/PopupRoot.tsx b/src/component/PopupRoot.tsx index fa0c8f59..84592e00 100644 --- a/src/component/PopupRoot.tsx +++ b/src/component/PopupRoot.tsx @@ -34,7 +34,6 @@ import { config } from "process"; import TagPopup from "./TagPopup"; import { Config, ConfigTab, ConfigTabArray, ConfigTypeArray, SortType, SortTypeArray, loadDefaultConfig } from "./Config"; - export function PopupRoot({ reader, params, @@ -1131,7 +1130,7 @@ export function PopupRoot({ root.remove(); return; } - ztoolkit.log("按键记录", e) + ztoolkit.log("按键记录", e); }} /> {/*