@pubinfo-nightly/core 2025.11.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/AppSetting-D5eSdPuB.js +123 -0
- package/dist/HCheckList.vue_vue_type_script_setup_true_lang-DgeRhutB.js +39 -0
- package/dist/HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js +20 -0
- package/dist/HInput.vue_vue_type_script_setup_true_lang-DBqCXRnn.js +33 -0
- package/dist/HToggle-BajvSdEE.js +34 -0
- package/dist/HeaderThinMenu-ouAiyBjb.js +4 -0
- package/dist/PreferencesContent-mr3zgq9x.js +923 -0
- package/dist/SettingBreadcrumb-Chx1c5oE.js +50 -0
- package/dist/SettingCopyright-BgIL_X3d.js +62 -0
- package/dist/SettingEnableTransition-16PeKbCJ.js +77 -0
- package/dist/SettingHome-DuLT9846.js +46 -0
- package/dist/SettingMenu-DDOmRqGo.js +120 -0
- package/dist/SettingMode-B6OwuuHR.js +68 -0
- package/dist/SettingNavSearch-BzmXK8I0.js +46 -0
- package/dist/SettingOther-DcDn9I3J.js +81 -0
- package/dist/SettingPage-DmfsDzGF.js +29 -0
- package/dist/SettingTabbar-BxxzDY5f.js +154 -0
- package/dist/SettingThemes-DoTkccTu.js +143 -0
- package/dist/SettingToolbar-ogjoj5NI.js +78 -0
- package/dist/SettingTopbar-BRZEIJZt.js +52 -0
- package/dist/SettingWidthMode-DQmewGT6.js +67 -0
- package/dist/abap-Y8Dl9g_6.js +6 -0
- package/dist/actionscript-3-DZzbMeqX.js +6 -0
- package/dist/ada-vP6ak0IW.js +6 -0
- package/dist/andromeeda-BIpZ7gaU.js +4 -0
- package/dist/angular-html-BmadGEgW.js +32 -0
- package/dist/angular-ts-D-QQnnGT.js +21 -0
- package/dist/apache-BUjz-sD2.js +6 -0
- package/dist/apex-D_wPycVx.js +6 -0
- package/dist/apl-sitt7C8I.js +16 -0
- package/dist/applescript-BPx7YFFu.js +6 -0
- package/dist/ara-Z2fSOxSw.js +6 -0
- package/dist/asciidoc-B-pCoB3G.js +6 -0
- package/dist/asm-BTWLY5ym.js +6 -0
- package/dist/astro-DHnp0xIo.js +18 -0
- package/dist/aurora-x-BwoVEUWZ.js +4 -0
- package/dist/awk-Fb0P9dkn.js +6 -0
- package/dist/ayu-dark-CxPZkpb2.js +4 -0
- package/dist/ballerina-oZK-YekG.js +6 -0
- package/dist/bat-0FvbqU9S.js +6 -0
- package/dist/beancount-DEfTbbFX.js +6 -0
- package/dist/berry-PwsHPR_K.js +6 -0
- package/dist/bibtex-EULQRLY5.js +6 -0
- package/dist/bicep-DFU2oTl7.js +6 -0
- package/dist/blade-OPzGcV14.js +20 -0
- package/dist/bsl-NkNNwerW.js +8 -0
- package/dist/built-in/authentication/alova/helper.d.ts +34 -0
- package/dist/built-in/authentication/alova/token.d.ts +16 -0
- package/dist/built-in/authentication/enum.d.ts +67 -0
- package/dist/built-in/authentication/helper.d.ts +10 -0
- package/dist/built-in/authentication/index.d.ts +10 -0
- package/dist/built-in/authentication/interface.d.ts +7 -0
- package/dist/built-in/authentication/pages/change-organization/index.vue.d.ts +2 -0
- package/dist/built-in/authentication/pages/change-password/components/ChangePasswordForm/index.vue.d.ts +18 -0
- package/dist/built-in/authentication/pages/change-password/index.vue.d.ts +31 -0
- package/dist/built-in/authentication/router.d.ts +2 -0
- package/dist/built-in/authorization/directives.d.ts +2 -0
- package/dist/built-in/authorization/helper.d.ts +6 -0
- package/dist/built-in/authorization/index.d.ts +7 -0
- package/dist/built-in/authorization/pages/not-permission/index.vue.d.ts +2 -0
- package/dist/built-in/authorization/router.d.ts +3 -0
- package/dist/built-in/devtools/index.d.ts +13 -0
- package/dist/built-in/index.d.ts +9 -0
- package/dist/built-in/layout-component/Layout.vue.d.ts +28 -0
- package/dist/built-in/layout-component/components/BackTop/index.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Content/IframeView.vue.d.ts +4 -0
- package/dist/built-in/layout-component/components/Content/LinkView.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Content/index.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Copyright/index.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Header/HeaderFullMenu/More.vue.d.ts +26 -0
- package/dist/built-in/layout-component/components/Header/HeaderFullMenu/NotCursor.vue.d.ts +27 -0
- package/dist/built-in/layout-component/components/Header/HeaderFullMenu/index.vue.d.ts +4 -0
- package/dist/built-in/layout-component/components/Header/HeaderMenu.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Header/HeaderThinMenu.vue.d.ts +4 -0
- package/dist/built-in/layout-component/components/Header/index.vue.d.ts +24 -0
- package/dist/built-in/layout-component/components/Logo/index.vue.d.ts +26 -0
- package/dist/built-in/layout-component/components/Menu/index.vue.d.ts +10 -0
- package/dist/built-in/layout-component/components/Menu/item.vue.d.ts +11 -0
- package/dist/built-in/layout-component/components/Menu/sub.vue.d.ts +219 -0
- package/dist/built-in/layout-component/components/Menu/types.d.ts +42 -0
- package/dist/built-in/layout-component/components/NotAllowed/index.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/AppSetting.vue.d.ts +12 -0
- package/dist/built-in/layout-component/components/SettingBar/components/DayNightToggle.vue.d.ts +9 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingBreadcrumb.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingCopyright.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingEnableTransition.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingHome.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingMenu.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingMode.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingNavSearch.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingOther.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingPage.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingTabbar.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingThemes.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingToolbar.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingTopbar.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingWidthMode.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/index.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Sidebar/MainSidebar.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Sidebar/SubSidebar.vue.d.ts +7 -0
- package/dist/built-in/layout-component/components/Sidebar/index.vue.d.ts +9 -0
- package/dist/built-in/layout-component/components/Tools/Breadcrumb/index.vue.d.ts +17 -0
- package/dist/built-in/layout-component/components/Tools/Breadcrumb/item.vue.d.ts +25 -0
- package/dist/built-in/layout-component/components/Tools/DarkModeToggle.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Tools/Fullscreen.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Tools/HotkeysIntro.vue.d.ts +4 -0
- package/dist/built-in/layout-component/components/Tools/PageReload.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Tools/Preferences/PreferencesContent.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Tools/Preferences/index.vue.d.ts +4 -0
- package/dist/built-in/layout-component/components/Tools/SearchBar.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Tools/SearchPanel.vue.d.ts +204 -0
- package/dist/built-in/layout-component/components/Tools/index.vue.d.ts +73 -0
- package/dist/built-in/layout-component/components/Tools/interface.d.ts +26 -0
- package/dist/built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue.d.ts +11 -0
- package/dist/built-in/layout-component/components/Topbar/Tabbar/index.vue.d.ts +14 -0
- package/dist/built-in/layout-component/components/Topbar/Toolbar/Favorites.vue.d.ts +4 -0
- package/dist/built-in/layout-component/components/Topbar/Toolbar/Star.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Topbar/Toolbar/index.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Topbar/index.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/ui/HBadge.vue.d.ts +20 -0
- package/dist/built-in/layout-component/components/ui/HButton.vue.d.ts +26 -0
- package/dist/built-in/layout-component/components/ui/HCheckList.vue.d.ts +20 -0
- package/dist/built-in/layout-component/components/ui/HDialog.vue.d.ts +39 -0
- package/dist/built-in/layout-component/components/ui/HDivider.vue.d.ts +20 -0
- package/dist/built-in/layout-component/components/ui/HDropdown.vue.d.ts +18 -0
- package/dist/built-in/layout-component/components/ui/HDropdownMenu.vue.d.ts +21 -0
- package/dist/built-in/layout-component/components/ui/HDropdownTree.vue.d.ts +32 -0
- package/dist/built-in/layout-component/components/ui/HInput.vue.d.ts +17 -0
- package/dist/built-in/layout-component/components/ui/HKbd.vue.d.ts +17 -0
- package/dist/built-in/layout-component/components/ui/HSelect.vue.d.ts +17 -0
- package/dist/built-in/layout-component/components/ui/HSlideover.vue.d.ts +41 -0
- package/dist/built-in/layout-component/components/ui/HTabList.vue.d.ts +22 -0
- package/dist/built-in/layout-component/components/ui/HToggle.vue.d.ts +14 -0
- package/dist/built-in/layout-component/components/ui/HTooltip.vue.d.ts +23 -0
- package/dist/built-in/layout-component/composables/useContext.d.ts +17 -0
- package/dist/built-in/layout-component/composables/useGetComputedStyle.d.ts +15 -0
- package/dist/built-in/layout-component/composables/useGlobalSearch.d.ts +26 -0
- package/dist/built-in/layout-component/composables/useHotkey.d.ts +1 -0
- package/dist/built-in/layout-component/composables/useLayoutVisible.d.ts +8 -0
- package/dist/built-in/layout-component/composables/useMainPage.d.ts +14 -0
- package/dist/built-in/layout-component/composables/useMenu.d.ts +8 -0
- package/dist/built-in/layout-component/composables/useTabbar.d.ts +14 -0
- package/dist/built-in/layout-component/composables/useTitle.d.ts +4 -0
- package/dist/built-in/layout-component/composables/useViewTransition.d.ts +3 -0
- package/dist/built-in/layout-component/composables/useWatermark.d.ts +6 -0
- package/dist/built-in/layout-component/index.d.ts +27 -0
- package/dist/built-in/layout-component/interface.d.ts +22 -0
- package/dist/built-in/layout-component/pages/reload/index.vue.d.ts +2 -0
- package/dist/built-in/layout-component/provider.d.ts +1 -0
- package/dist/built-in/layout-component/utils/index.d.ts +2 -0
- package/dist/built-in/layout-component/utils/injectionKeys.d.ts +2 -0
- package/dist/built-in/layout-component/utils/watermark.d.ts +51 -0
- package/dist/built-in/n-progress/index.d.ts +6 -0
- package/dist/built-in/pinia-plugin/enum.d.ts +1 -0
- package/dist/built-in/pinia-plugin/helper.d.ts +2 -0
- package/dist/built-in/pinia-plugin/index.d.ts +5 -0
- package/dist/built-in/pinia-plugin/plugins/cleanup.d.ts +5 -0
- package/dist/built-in/pinia-plugin/plugins/favoritesStorage.d.ts +5 -0
- package/dist/built-in/pinia-plugin/plugins/iframeCache.d.ts +5 -0
- package/dist/built-in/pinia-plugin/plugins/persist.d.ts +3 -0
- package/dist/built-in/pinia-plugin/plugins/persistedstate/index.d.ts +3 -0
- package/dist/built-in/pinia-plugin/plugins/persistedstate/persistedstate.d.ts +15 -0
- package/dist/built-in/pinia-plugin/plugins/persistedstate/types.d.ts +150 -0
- package/dist/built-in/pinia-plugin/plugins/persistedstate/utils.d.ts +17 -0
- package/dist/built-in/pinia-plugin/plugins/tabbarStorage.d.ts +5 -0
- package/dist/built-in/pre-access/index.d.ts +7 -0
- package/dist/built-in/settings/index.d.ts +5 -0
- package/dist/built-in/settings/router.d.ts +3 -0
- package/dist/built-in/system-info/components/SystemInfo.vue.d.ts +2 -0
- package/dist/built-in/system-info/index.d.ts +5 -0
- package/dist/c-eeMepfLm.js +6 -0
- package/dist/cadence-DMRWHJp4.js +6 -0
- package/dist/cairo-DM6WF2e3.js +8 -0
- package/dist/catppuccin-frappe-5udUqgsX.js +4 -0
- package/dist/catppuccin-latte-ufkS-HWv.js +4 -0
- package/dist/catppuccin-macchiato-DzL2LPek.js +4 -0
- package/dist/catppuccin-mocha-DDDDwkUT.js +4 -0
- package/dist/clarity-BseSxcHx.js +6 -0
- package/dist/clojure-CXJfHrL3.js +6 -0
- package/dist/cmake-BJz8BOTU.js +6 -0
- package/dist/cobol-R4Vn9a46.js +10 -0
- package/dist/codeowners-Bt9yU6NX.js +6 -0
- package/dist/codeql-DHkodjjI.js +6 -0
- package/dist/coffee-Dl27lzbd.js +8 -0
- package/dist/common-lisp-EVqT9Zhp.js +6 -0
- package/dist/coq-B0L9upzn.js +6 -0
- package/dist/core/create.d.ts +2 -0
- package/dist/core/ctx.d.ts +3 -0
- package/dist/core/index.d.ts +4 -0
- package/dist/core/interface.d.ts +115 -0
- package/dist/core/modules.d.ts +20 -0
- package/dist/core/request.d.ts +4 -0
- package/dist/core/resolver/icon.d.ts +7 -0
- package/dist/core/resolver/index.d.ts +4 -0
- package/dist/core/resolver/layout.d.ts +2 -0
- package/dist/core/resolver/page.d.ts +17 -0
- package/dist/core/resolver/resolver.d.ts +10 -0
- package/dist/core/utils/global.d.ts +33 -0
- package/dist/core/utils/index.d.ts +2 -0
- package/dist/core/utils/utils.d.ts +3 -0
- package/dist/cpp-Cj177cuW.js +18 -0
- package/dist/crystal-ymVvJzbZ.js +18 -0
- package/dist/csharp-DmxfTLWR.js +6 -0
- package/dist/css-CECN5uSL.js +6 -0
- package/dist/csv-CmYOceLb.js +6 -0
- package/dist/cue-ZzumE7IT.js +6 -0
- package/dist/cypher-jpdmjtA6.js +6 -0
- package/dist/d-CBagWSwH.js +6 -0
- package/dist/dark-plus-pUHDTVV0.js +4 -0
- package/dist/dart-6ObCrKr9.js +6 -0
- package/dist/dax-CcDT-8dH.js +6 -0
- package/dist/desktop-B93p9R9O.js +6 -0
- package/dist/diff-BxzP2J8R.js +6 -0
- package/dist/docker-CsHqm9tx.js +6 -0
- package/dist/dotenv-BMjVjUL1.js +6 -0
- package/dist/dracula-BtZx2Kac.js +4 -0
- package/dist/dracula-soft-BKa-aqBv.js +4 -0
- package/dist/dream-maker-PAx17jaB.js +6 -0
- package/dist/edge-_LvgTcmu.js +12 -0
- package/dist/elixir-BTCUAmQk.js +8 -0
- package/dist/elm-BtNbw_Cd.js +8 -0
- package/dist/emacs-lisp-Cfxdx5D-.js +6 -0
- package/dist/erb-D0PIpZCP.js +10 -0
- package/dist/erlang-DNcDT8Hi.js +8 -0
- package/dist/everforest-dark-DMCBqXCK.js +4 -0
- package/dist/everforest-light-BbXl82Em.js +4 -0
- package/dist/features/api/modules/auth/index.d.ts +1 -0
- package/dist/features/api/modules/auth/renzhengfuwu.d.ts +99 -0
- package/dist/features/api/modules/configData/heibaimingdanfuwu.d.ts +36 -0
- package/dist/features/api/modules/configData/index.d.ts +3 -0
- package/dist/features/api/modules/configData/xitongpeizhifuwu.d.ts +99 -0
- package/dist/features/api/modules/configData/zidifuwu.d.ts +71 -0
- package/dist/features/api/modules/rbac/gangweijiekou.d.ts +43 -0
- package/dist/features/api/modules/rbac/index.d.ts +12 -0
- package/dist/features/api/modules/rbac/jiaosejiekou.d.ts +50 -0
- package/dist/features/api/modules/rbac/pubJiaosezukongzhiqi.d.ts +50 -0
- package/dist/features/api/modules/rbac/shujuquanxianzhubiaokongzhiqi.d.ts +64 -0
- package/dist/features/api/modules/rbac/yonghujiekou.d.ts +113 -0
- package/dist/features/api/modules/rbac/yonghushoucangbiaojiekou.d.ts +36 -0
- package/dist/features/api/modules/rbac/yonghuzuijinchangyongbiaojiekou.d.ts +29 -0
- package/dist/features/api/modules/rbac/ziyuandaorudaochuxiangguanjiekou.d.ts +43 -0
- package/dist/features/api/modules/rbac/ziyuanjiekou.d.ts +99 -0
- package/dist/features/api/modules/rbac/zuhuguanlijiekou.d.ts +36 -0
- package/dist/features/api/modules/rbac/zuzhijiaosebiaokongzhiqi.d.ts +29 -0
- package/dist/features/api/modules/rbac/zuzhijiekou.d.ts +64 -0
- package/dist/features/api/request.d.ts +2 -0
- package/dist/features/api/system/user.d.ts +24 -0
- package/dist/features/assets/styles/index.d.ts +5 -0
- package/dist/features/components/PageHeader/index.vue.d.ts +23 -0
- package/dist/features/components/PageMain/index.vue.d.ts +27 -0
- package/dist/features/components/PartyLogin/MethodSelect.vue.d.ts +10 -0
- package/dist/features/components/PartyLogin/Modal.vue.d.ts +31 -0
- package/dist/features/components/PartyLogin/ParamsItem.vue.d.ts +94 -0
- package/dist/features/components/PartyLogin/ParamsPanel.vue.d.ts +13 -0
- package/dist/features/components/PartyLogin/RequestFieldSelector.vue.d.ts +18 -0
- package/dist/features/components/PartyLogin/SystemFieldSelector.vue.d.ts +15 -0
- package/dist/features/components/PartyLogin/steps/One.vue.d.ts +28 -0
- package/dist/features/components/PartyLogin/steps/Two.vue.d.ts +14 -0
- package/dist/features/components/PartyLogin/type.d.ts +37 -0
- package/dist/features/components/PartyLogin/usePartyRequest.d.ts +21 -0
- package/dist/features/components/PassStrengthValidator/index.vue.d.ts +26 -0
- package/dist/features/components/PassStrengthValidator/rule.vue.d.ts +8 -0
- package/dist/features/components/PubinfoApp/index.vue.d.ts +2 -0
- package/dist/features/components/PubinfoIcon/PrismBox.vue.d.ts +21 -0
- package/dist/features/components/PubinfoIcon/SquareBox.vue.d.ts +17 -0
- package/dist/features/components/PubinfoIcon/index.vue.d.ts +2 -0
- package/dist/features/components/PubinfoIcon/props.d.ts +65 -0
- package/dist/features/components/PubinfoProvider/index.d.ts +9 -0
- package/dist/features/components/index.d.ts +10 -0
- package/dist/features/composables/auth.d.ts +8 -0
- package/dist/features/composables/index.d.ts +5 -0
- package/dist/features/composables/log.d.ts +6 -0
- package/dist/features/composables/partyLogin.d.ts +19 -0
- package/dist/features/composables/theme.d.ts +3 -0
- package/dist/features/composables/watchDiff.d.ts +2 -0
- package/dist/features/context/index.d.ts +12 -0
- package/dist/features/enum.d.ts +20 -0
- package/dist/features/index.d.ts +7 -0
- package/dist/features/pages/not-found/index.vue.d.ts +2 -0
- package/dist/features/pages/profile/index.vue.d.ts +2 -0
- package/dist/features/router/asyncRoutes.d.ts +14 -0
- package/dist/features/router/index.d.ts +2 -0
- package/dist/features/router/systemRoutes.d.ts +9 -0
- package/dist/features/settings/index.d.ts +3 -0
- package/dist/features/stores/enum.d.ts +20 -0
- package/dist/features/stores/index.d.ts +1 -0
- package/dist/features/stores/modules/favorites.d.ts +33 -0
- package/dist/features/stores/modules/iframe.d.ts +45 -0
- package/dist/features/stores/modules/index.d.ts +16 -0
- package/dist/features/stores/modules/keepAlive.d.ts +24 -0
- package/dist/features/stores/modules/menu.d.ts +35 -0
- package/dist/features/stores/modules/route.d.ts +52 -0
- package/dist/features/stores/modules/settings.d.ts +86 -0
- package/dist/features/stores/modules/tabbar.d.ts +60 -0
- package/dist/features/stores/modules/user.d.ts +48 -0
- package/dist/features/stores/utils/index.d.ts +1 -0
- package/dist/features/stores/utils/routerHelper.d.ts +18 -0
- package/dist/fennel-N4WcXuKx.js +6 -0
- package/dist/fish-B6QqlqeT.js +6 -0
- package/dist/fluent-BMXUxfv1.js +6 -0
- package/dist/fortran-fixed-form-DUsA-VGo.js +8 -0
- package/dist/fortran-free-form-DPIT_jbP.js +6 -0
- package/dist/fsharp-Pr2u3cIG.js +8 -0
- package/dist/gdresource-BwtMIoBm.js +10 -0
- package/dist/gdscript-BifyeYhI.js +6 -0
- package/dist/gdshader-Bk8fF6yr.js +6 -0
- package/dist/genie-DzUvd7U9.js +6 -0
- package/dist/gherkin-DHRaV0YP.js +6 -0
- package/dist/git-commit-Bd32YZ0K.js +8 -0
- package/dist/git-rebase-ZWUFO_T4.js +8 -0
- package/dist/github-dark-DenFmJkN.js +4 -0
- package/dist/github-dark-default-BJPUVz4H.js +4 -0
- package/dist/github-dark-dimmed-DUshB20C.js +4 -0
- package/dist/github-dark-high-contrast-D3aGCnF8.js +4 -0
- package/dist/github-light-JYsPkUQd.js +4 -0
- package/dist/github-light-default-D99KPAby.js +4 -0
- package/dist/github-light-high-contrast-BbmZE-Mp.js +4 -0
- package/dist/gleam-Bv284lvN.js +6 -0
- package/dist/glimmer-js-CkxRszZZ.js +14 -0
- package/dist/glimmer-ts-Bi6BYQCn.js +14 -0
- package/dist/glsl-CkUcVZNK.js +8 -0
- package/dist/gnuplot-yPG9-sE_.js +6 -0
- package/dist/go-ChxJuLYK.js +6 -0
- package/dist/graphql-BLaPX4fU.js +14 -0
- package/dist/groovy-CJQTphOW.js +6 -0
- package/dist/gruvbox-dark-hard-C2ND4cMr.js +4 -0
- package/dist/gruvbox-dark-medium-C8k4c8au.js +4 -0
- package/dist/gruvbox-dark-soft-xx9Q6FaG.js +4 -0
- package/dist/gruvbox-light-hard-BpUXv5in.js +4 -0
- package/dist/gruvbox-light-medium-D3XFCoU1.js +4 -0
- package/dist/gruvbox-light-soft-u7hpfz6Z.js +4 -0
- package/dist/hack-Bx1jMtBC.js +10 -0
- package/dist/haml-6FagfhCM.js +10 -0
- package/dist/handlebars-Bd5Y4M6I.js +14 -0
- package/dist/haskell-WeIwNIP6.js +6 -0
- package/dist/haxe-TztHsm5T.js +6 -0
- package/dist/hcl-D438OF-I.js +6 -0
- package/dist/hjson-DYBUbqOl.js +6 -0
- package/dist/hlsl-Bk8TCZNL.js +6 -0
- package/dist/houston-BDYrDoDW.js +4 -0
- package/dist/html-7XVNRwN7.js +10 -0
- package/dist/html-derivative-BNxZ5Yf6.js +8 -0
- package/dist/http-WC357zBG.js +14 -0
- package/dist/hxml-GbqSQCLa.js +8 -0
- package/dist/hy-Brt5EZ7-.js +6 -0
- package/dist/imba-CimUv-Uh.js +6 -0
- package/dist/index-73TLLAnx.js +25373 -0
- package/dist/index-B3GOGQYd.js +79648 -0
- package/dist/index-BD2fkZis.js +14 -0
- package/dist/index-BRjgatUZ.js +139 -0
- package/dist/index-BrK3HYDT.js +4 -0
- package/dist/index-CkUIa4JM.js +229 -0
- package/dist/index-D2zvNBbe.js +44 -0
- package/dist/index-DwF3aqst.js +49 -0
- package/dist/index-NOUM2y9h.js +2827 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.js +70 -0
- package/dist/ini-BZIuRIvJ.js +6 -0
- package/dist/java-DY6VlHhP.js +6 -0
- package/dist/javascript-Dp1Jmi5H.js +6 -0
- package/dist/jinja-WEhOU5ES.js +11 -0
- package/dist/jison-c2JI40PB.js +8 -0
- package/dist/json-DxJze_jm.js +6 -0
- package/dist/json5-BT4Fjg39.js +6 -0
- package/dist/jsonc-CHjZD8gR.js +6 -0
- package/dist/jsonl-BGuvDmy9.js +6 -0
- package/dist/jsonnet-Bx2cfsXg.js +6 -0
- package/dist/jssm-BcADi6EI.js +6 -0
- package/dist/jsx-BtKADgXT.js +6 -0
- package/dist/julia-DcoDQokW.js +16 -0
- package/dist/kanagawa-dragon-CiKur4Hl.js +4 -0
- package/dist/kanagawa-lotus-BKu-smKu.js +4 -0
- package/dist/kanagawa-wave-CQwozSzG.js +4 -0
- package/dist/kotlin-ByBMgTeR.js +6 -0
- package/dist/kusto-VWFLl2T0.js +6 -0
- package/dist/laserwave-6a00oqik.js +4 -0
- package/dist/latex-MZCpjnva.js +8 -0
- package/dist/lean-DXqEE_d1.js +6 -0
- package/dist/less-B1GLI2Di.js +6 -0
- package/dist/light-plus-CZuVqSLX.js +4 -0
- package/dist/liquid-3HHuHOZ2.js +14 -0
- package/dist/llvm-6RQLId6G.js +6 -0
- package/dist/log-Al8wyEFV.js +6 -0
- package/dist/logo-DBa4JDzV.js +6 -0
- package/dist/lua-kX5WP_P5.js +8 -0
- package/dist/luau-DtBSxLyz.js +6 -0
- package/dist/make-CsMclxtr.js +6 -0
- package/dist/markdown-CrScaQ96.js +6 -0
- package/dist/marko-DDi9qpQP.js +14 -0
- package/dist/material-theme-D6KBX41T.js +4 -0
- package/dist/material-theme-darker-CkRroheE.js +4 -0
- package/dist/material-theme-lighter-BUBw43Yz.js +4 -0
- package/dist/material-theme-ocean-ClGX14Ja.js +4 -0
- package/dist/material-theme-palenight-C1RVm8K1.js +4 -0
- package/dist/matlab-BOAaUVP0.js +6 -0
- package/dist/mdc-FI2x3BiY.js +12 -0
- package/dist/mdx-BOhZZUJ8.js +6 -0
- package/dist/mermaid-B0ixDHKN.js +6 -0
- package/dist/min-dark-C7ak0t6c.js +4 -0
- package/dist/min-light-CKFxVcPp.js +4 -0
- package/dist/mipsasm-CTx18fBl.js +6 -0
- package/dist/mojo-BD611d7o.js +6 -0
- package/dist/monokai-C1KBYcO0.js +4 -0
- package/dist/move-DSb5dTSj.js +6 -0
- package/dist/narrat-DmhDCBs-.js +6 -0
- package/dist/nextflow-BAAEJxI_.js +6 -0
- package/dist/nginx-5vhPAEw3.js +8 -0
- package/dist/night-owl-Bm2rzalh.js +4 -0
- package/dist/nim-BhS8gg0S.js +20 -0
- package/dist/nix-ceY58Dty.js +6 -0
- package/dist/nord-CC5OiUXg.js +4 -0
- package/dist/nushell-CQi4NV-2.js +6 -0
- package/dist/objective-c-Itk8tzmv.js +6 -0
- package/dist/objective-cpp-DGt5UKRO.js +6 -0
- package/dist/ocaml-eSVK32Eg.js +6 -0
- package/dist/one-dark-pro-DTA3VF0_.js +4 -0
- package/dist/one-light-D9sNaUtq.js +4 -0
- package/dist/pascal-xy8pJNns.js +6 -0
- package/dist/perl-BoEn6HmT.js +16 -0
- package/dist/php-BRU9zhoN.js +18 -0
- package/dist/pick-dLE6MD9A.js +12 -0
- package/dist/plastic-CSTz3KZp.js +4 -0
- package/dist/plsql-pVbGZfOv.js +6 -0
- package/dist/po-BNfHvqmm.js +6 -0
- package/dist/poimandres-C-VADXHD.js +4 -0
- package/dist/polar-CAZahv3u.js +6 -0
- package/dist/postcss-05aHdL-n.js +6 -0
- package/dist/powerquery-DI9HkTvs.js +6 -0
- package/dist/powershell-Clc4ydu-.js +6 -0
- package/dist/prisma-FZjmVtSl.js +6 -0
- package/dist/prolog-C5-yg4TO.js +6 -0
- package/dist/proto-MmCPeFAD.js +6 -0
- package/dist/pug-CJWI-qSo.js +12 -0
- package/dist/puppet-CUJHmnxV.js +6 -0
- package/dist/purescript-rUfGld-4.js +6 -0
- package/dist/python-BFNSHbwJ.js +6 -0
- package/dist/qml-D3ATcgGh.js +8 -0
- package/dist/qmldir-BInDYbpo.js +6 -0
- package/dist/qss-AeJTysr_.js +6 -0
- package/dist/question-line-DCMVyZ3e.js +18 -0
- package/dist/r-Bm0uF0U2.js +6 -0
- package/dist/racket-B83wSAja.js +6 -0
- package/dist/raku-nEQ4ZJJ7.js +6 -0
- package/dist/razor-BPFYEoc9.js +10 -0
- package/dist/red-7y8PH7HH.js +4 -0
- package/dist/reg-m_s_Kiip.js +6 -0
- package/dist/regexp-BazyLpPg.js +6 -0
- package/dist/rel-BcRfyd6Q.js +6 -0
- package/dist/right-aIVrXLnr.js +36 -0
- package/dist/riscv-Ce8MAQLP.js +6 -0
- package/dist/rose-pine-Cr4kwgAY.js +4 -0
- package/dist/rose-pine-dawn-ClRRUdXX.js +4 -0
- package/dist/rose-pine-moon-ucNn3Gm8.js +4 -0
- package/dist/rst-B6mPMsKo.js +22 -0
- package/dist/ruby-DInklMmU.js +30 -0
- package/dist/rust-CLzF9zIN.js +6 -0
- package/dist/sas-fpEvgATw.js +8 -0
- package/dist/sass-DxHp5rTx.js +6 -0
- package/dist/scala-D4grkFkl.js +6 -0
- package/dist/scheme-BCRWuEm4.js +6 -0
- package/dist/scss-B1FaCqwR.js +8 -0
- package/dist/sdbl-B7T8abf4.js +6 -0
- package/dist/shaderlab-Cr62-Wb4.js +8 -0
- package/dist/shellscript-InADTalH.js +6 -0
- package/dist/shellsession-DiDJNQdy.js +8 -0
- package/dist/slack-dark-i7wN4OET.js +4 -0
- package/dist/slack-ochin-ndHf0LoP.js +4 -0
- package/dist/smalltalk-BlI1_OkM.js +6 -0
- package/dist/snazzy-light-BlSJXAu4.js +4 -0
- package/dist/solarized-dark-UTmkh7lw.js +4 -0
- package/dist/solarized-light-BheCkDPT.js +4 -0
- package/dist/solidity-CneOhxmR.js +6 -0
- package/dist/soy-LybuU3Y_.js +8 -0
- package/dist/sparql-B0KWFEri.js +8 -0
- package/dist/splunk-CRXR8A9s.js +6 -0
- package/dist/sql-Cn_v3PB0.js +6 -0
- package/dist/ssh-config-DP-hNVbF.js +6 -0
- package/dist/stata-B8c5fTjX.js +8 -0
- package/dist/style.css +9 -0
- package/dist/stylus-CyKEU1Ej.js +6 -0
- package/dist/svelte-BjDUPxZ1.js +14 -0
- package/dist/swift-9UzSvamq.js +6 -0
- package/dist/synthwave-84-NU3C_KFZ.js +4 -0
- package/dist/system-verilog-BCm7smPJ.js +6 -0
- package/dist/systemd-C-4qm6XH.js +6 -0
- package/dist/talonscript-CFF3LF_O.js +6 -0
- package/dist/tasl-Cg_WBUAe.js +6 -0
- package/dist/tcl-DN7buRTF.js +6 -0
- package/dist/templ-Brj2RH7A.js +12 -0
- package/dist/terraform-DGvcn9zM.js +6 -0
- package/dist/tex-CmrLTxbG.js +8 -0
- package/dist/tokyo-night-DP4TmcQl.js +4 -0
- package/dist/toml-DY62mUL_.js +6 -0
- package/dist/ts-tags-CZMzuZh-.js +41 -0
- package/dist/tsv-BtvSkaG0.js +6 -0
- package/dist/tsx-B8rCNbgL.js +6 -0
- package/dist/turtle-_H59FV7D.js +6 -0
- package/dist/twig-GjIxYqCX.js +18 -0
- package/dist/typescript-mg6ATTE8.js +6 -0
- package/dist/typespec-Djmco60m.js +6 -0
- package/dist/typst-D_1QKWns.js +6 -0
- package/dist/utils/cleanup.d.ts +8 -0
- package/dist/utils/index.d.ts +6 -0
- package/dist/utils/path.d.ts +1 -0
- package/dist/utils/proxy.d.ts +1 -0
- package/dist/utils/publicKey.d.ts +4 -0
- package/dist/utils/storage.d.ts +20 -0
- package/dist/v-BW14IZv7.js +6 -0
- package/dist/vala-uxaPR7d1.js +6 -0
- package/dist/vb-D8_c5-KN.js +6 -0
- package/dist/verilog-B-bybjPF.js +6 -0
- package/dist/vesper-BckBta1U.js +4 -0
- package/dist/vhdl-CUlNa8ac.js +6 -0
- package/dist/viml-DsfA-sWm.js +6 -0
- package/dist/vitesse-black-BoGvW84i.js +4 -0
- package/dist/vitesse-dark-Cym-eLtO.js +4 -0
- package/dist/vitesse-light-CcmG315c.js +4 -0
- package/dist/vue-D-ba2-Rx.js +31 -0
- package/dist/vue-html-Dn2ZoOSz.js +10 -0
- package/dist/vue-vine-Jmfkm6lF.js +20 -0
- package/dist/vyper-CPQuu50u.js +6 -0
- package/dist/wasm-BBXxrAl7.js +6 -0
- package/dist/wasm-DQxwEHae.js +7 -0
- package/dist/wenyan-pbVjoM9_.js +6 -0
- package/dist/wgsl-DY4iK1q1.js +6 -0
- package/dist/wikitext-Z-MoUasO.js +6 -0
- package/dist/wit-CQMQOlTg.js +6 -0
- package/dist/wolfram-Dz4KXISs.js +6 -0
- package/dist/xml-C2J0sS9M.js +8 -0
- package/dist/xsl-BmSZphgC.js +8 -0
- package/dist/yaml-DaO7k5B1.js +6 -0
- package/dist/zenscript-CxBjpf9c.js +6 -0
- package/dist/zig-Vm0PO9wB.js +6 -0
- package/package.json +104 -0
- package/runtime/components/PubinfoDev/index.d.ts +18 -0
- package/runtime/components/PubinfoDev/index.js +15 -0
- package/runtime/components/index.d.ts +1 -0
- package/runtime/components/index.js +1 -0
- package/runtime/index.d.ts +1 -0
- package/runtime/index.js +1 -0
- package/src/built-in/authentication/alova/helper.ts +158 -0
- package/src/built-in/authentication/alova/token.ts +122 -0
- package/src/built-in/authentication/enum.ts +78 -0
- package/src/built-in/authentication/helper.ts +59 -0
- package/src/built-in/authentication/index.ts +28 -0
- package/src/built-in/authentication/interface.ts +7 -0
- package/src/built-in/authentication/pages/change-organization/assets/change-org.svg +1 -0
- package/src/built-in/authentication/pages/change-organization/assets/login-small.png +0 -0
- package/src/built-in/authentication/pages/change-organization/assets/login-small_dark.webp +0 -0
- package/src/built-in/authentication/pages/change-organization/index.vue +160 -0
- package/src/built-in/authentication/pages/change-password/assets/login-small.png +0 -0
- package/src/built-in/authentication/pages/change-password/assets/login-small_dark.webp +0 -0
- package/src/built-in/authentication/pages/change-password/assets/mima.svg +1 -0
- package/src/built-in/authentication/pages/change-password/components/ChangePasswordForm/index.vue +144 -0
- package/src/built-in/authentication/pages/change-password/index.vue +85 -0
- package/src/built-in/authentication/router.ts +57 -0
- package/src/built-in/authorization/directives.ts +22 -0
- package/src/built-in/authorization/helper.ts +11 -0
- package/src/built-in/authorization/index.ts +25 -0
- package/src/built-in/authorization/pages/not-permission/403.svg +1 -0
- package/src/built-in/authorization/pages/not-permission/403_dark.svg +1 -0
- package/src/built-in/authorization/pages/not-permission/index.vue +69 -0
- package/src/built-in/authorization/router.ts +122 -0
- package/src/built-in/devtools/index.ts +292 -0
- package/src/built-in/index.ts +9 -0
- package/src/built-in/layout-component/Layout.vue +358 -0
- package/src/built-in/layout-component/assets/icons/favorites.svg +1 -0
- package/src/built-in/layout-component/assets/icons/toolbar-collapse.svg +1 -0
- package/src/built-in/layout-component/assets/images/403.svg +1 -0
- package/src/built-in/layout-component/assets/images/403_dark.svg +1 -0
- package/src/built-in/layout-component/assets/images/not-cursor.png +0 -0
- package/src/built-in/layout-component/components/BackTop/index.vue +47 -0
- package/src/built-in/layout-component/components/Content/IframeView.vue +150 -0
- package/src/built-in/layout-component/components/Content/LinkView.vue +118 -0
- package/src/built-in/layout-component/components/Content/index.vue +147 -0
- package/src/built-in/layout-component/components/Copyright/index.vue +48 -0
- package/src/built-in/layout-component/components/Header/HeaderFullMenu/More.vue +95 -0
- package/src/built-in/layout-component/components/Header/HeaderFullMenu/NotCursor.vue +70 -0
- package/src/built-in/layout-component/components/Header/HeaderFullMenu/index.vue +173 -0
- package/src/built-in/layout-component/components/Header/HeaderMenu.vue +19 -0
- package/src/built-in/layout-component/components/Header/HeaderThinMenu.vue +41 -0
- package/src/built-in/layout-component/components/Header/index.vue +175 -0
- package/src/built-in/layout-component/components/Logo/index.vue +55 -0
- package/src/built-in/layout-component/components/Menu/index.vue +206 -0
- package/src/built-in/layout-component/components/Menu/item.vue +198 -0
- package/src/built-in/layout-component/components/Menu/sub.vue +220 -0
- package/src/built-in/layout-component/components/Menu/types.ts +49 -0
- package/src/built-in/layout-component/components/NotAllowed/index.vue +44 -0
- package/src/built-in/layout-component/components/SettingBar/AppSetting.vue +146 -0
- package/src/built-in/layout-component/components/SettingBar/components/DayNightToggle.vue +144 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingBreadcrumb.vue +42 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingCopyright.vue +44 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingEnableTransition.vue +190 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingHome.vue +30 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingMenu.vue +108 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingMode.vue +154 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingNavSearch.vue +30 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingOther.vue +53 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingPage.vue +20 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingTabbar.vue +70 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingThemes.vue +167 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingToolbar.vue +48 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingTopbar.vue +37 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingWidthMode.vue +141 -0
- package/src/built-in/layout-component/components/SettingBar/index.vue +81 -0
- package/src/built-in/layout-component/components/Sidebar/MainSidebar.vue +194 -0
- package/src/built-in/layout-component/components/Sidebar/SubSidebar.vue +152 -0
- package/src/built-in/layout-component/components/Sidebar/index.vue +29 -0
- package/src/built-in/layout-component/components/Tools/Breadcrumb/index.vue +15 -0
- package/src/built-in/layout-component/components/Tools/Breadcrumb/item.vue +44 -0
- package/src/built-in/layout-component/components/Tools/DarkModeToggle.vue +126 -0
- package/src/built-in/layout-component/components/Tools/Fullscreen.vue +24 -0
- package/src/built-in/layout-component/components/Tools/HotkeysIntro.vue +103 -0
- package/src/built-in/layout-component/components/Tools/PageReload.vue +22 -0
- package/src/built-in/layout-component/components/Tools/Preferences/PreferencesContent.vue +658 -0
- package/src/built-in/layout-component/components/Tools/Preferences/index.vue +20 -0
- package/src/built-in/layout-component/components/Tools/SearchBar.vue +42 -0
- package/src/built-in/layout-component/components/Tools/SearchPanel.vue +454 -0
- package/src/built-in/layout-component/components/Tools/index.vue +149 -0
- package/src/built-in/layout-component/components/Tools/interface.ts +27 -0
- package/src/built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue +329 -0
- package/src/built-in/layout-component/components/Topbar/Tabbar/index.vue +744 -0
- package/src/built-in/layout-component/components/Topbar/Toolbar/Favorites.vue +135 -0
- package/src/built-in/layout-component/components/Topbar/Toolbar/Star.vue +30 -0
- package/src/built-in/layout-component/components/Topbar/Toolbar/index.vue +312 -0
- package/src/built-in/layout-component/components/Topbar/index.vue +16 -0
- package/src/built-in/layout-component/components/ui/HBadge.vue +41 -0
- package/src/built-in/layout-component/components/ui/HButton.vue +28 -0
- package/src/built-in/layout-component/components/ui/HCheckList.vue +49 -0
- package/src/built-in/layout-component/components/ui/HDialog.vue +111 -0
- package/src/built-in/layout-component/components/ui/HDivider.vue +24 -0
- package/src/built-in/layout-component/components/ui/HDropdown.vue +13 -0
- package/src/built-in/layout-component/components/ui/HDropdownMenu.vue +43 -0
- package/src/built-in/layout-component/components/ui/HDropdownTree.vue +79 -0
- package/src/built-in/layout-component/components/ui/HInput.vue +40 -0
- package/src/built-in/layout-component/components/ui/HKbd.vue +33 -0
- package/src/built-in/layout-component/components/ui/HSelect.vue +66 -0
- package/src/built-in/layout-component/components/ui/HSlideover.vue +122 -0
- package/src/built-in/layout-component/components/ui/HTabList.vue +56 -0
- package/src/built-in/layout-component/components/ui/HToggle.vue +133 -0
- package/src/built-in/layout-component/components/ui/HTooltip.vue +21 -0
- package/src/built-in/layout-component/composables/useContext.ts +36 -0
- package/src/built-in/layout-component/composables/useGetComputedStyle.ts +72 -0
- package/src/built-in/layout-component/composables/useGlobalSearch.ts +87 -0
- package/src/built-in/layout-component/composables/useHotkey.ts +45 -0
- package/src/built-in/layout-component/composables/useLayoutVisible.ts +87 -0
- package/src/built-in/layout-component/composables/useMainPage.ts +67 -0
- package/src/built-in/layout-component/composables/useMenu.ts +27 -0
- package/src/built-in/layout-component/composables/useTabbar.ts +163 -0
- package/src/built-in/layout-component/composables/useTitle.ts +34 -0
- package/src/built-in/layout-component/composables/useViewTransition.ts +16 -0
- package/src/built-in/layout-component/composables/useWatermark.ts +80 -0
- package/src/built-in/layout-component/index.ts +105 -0
- package/src/built-in/layout-component/interface.ts +25 -0
- package/src/built-in/layout-component/pages/reload/index.vue +11 -0
- package/src/built-in/layout-component/provider.ts +65 -0
- package/src/built-in/layout-component/utils/index.ts +2 -0
- package/src/built-in/layout-component/utils/injectionKeys.ts +5 -0
- package/src/built-in/layout-component/utils/watermark.ts +256 -0
- package/src/built-in/n-progress/index.ts +31 -0
- package/src/built-in/n-progress/nprogress.css +68 -0
- package/src/built-in/pinia-plugin/enum.ts +1 -0
- package/src/built-in/pinia-plugin/helper.ts +37 -0
- package/src/built-in/pinia-plugin/index.ts +27 -0
- package/src/built-in/pinia-plugin/plugins/cleanup.ts +20 -0
- package/src/built-in/pinia-plugin/plugins/favoritesStorage.ts +61 -0
- package/src/built-in/pinia-plugin/plugins/iframeCache.ts +32 -0
- package/src/built-in/pinia-plugin/plugins/persist.ts +32 -0
- package/src/built-in/pinia-plugin/plugins/persistedstate/README.md +551 -0
- package/src/built-in/pinia-plugin/plugins/persistedstate/index.ts +3 -0
- package/src/built-in/pinia-plugin/plugins/persistedstate/persistedstate.ts +575 -0
- package/src/built-in/pinia-plugin/plugins/persistedstate/types.ts +162 -0
- package/src/built-in/pinia-plugin/plugins/persistedstate/utils.ts +46 -0
- package/src/built-in/pinia-plugin/plugins/tabbarStorage.ts +97 -0
- package/src/built-in/pre-access/index.ts +20 -0
- package/src/built-in/settings/index.ts +15 -0
- package/src/built-in/settings/router.ts +138 -0
- package/src/built-in/system-info/components/SystemInfo.vue +83 -0
- package/src/built-in/system-info/index.ts +16 -0
- package/src/core/create.ts +71 -0
- package/src/core/ctx.ts +46 -0
- package/src/core/index.ts +4 -0
- package/src/core/interface.ts +142 -0
- package/src/core/modules.ts +63 -0
- package/src/core/request.ts +71 -0
- package/src/core/resolver/icon.ts +115 -0
- package/src/core/resolver/index.ts +4 -0
- package/src/core/resolver/layout.ts +33 -0
- package/src/core/resolver/page.ts +88 -0
- package/src/core/resolver/resolver.ts +25 -0
- package/src/core/utils/global.ts +161 -0
- package/src/core/utils/index.ts +2 -0
- package/src/core/utils/utils.ts +12 -0
- package/src/features/api/modules/auth/index.ts +1 -0
- package/src/features/api/modules/auth/renzhengfuwu.ts +294 -0
- package/src/features/api/modules/auth/typings.d.ts +177 -0
- package/src/features/api/modules/configData/heibaimingdanfuwu.ts +106 -0
- package/src/features/api/modules/configData/index.ts +3 -0
- package/src/features/api/modules/configData/typings.d.ts +357 -0
- package/src/features/api/modules/configData/xitongpeizhifuwu.ts +346 -0
- package/src/features/api/modules/configData/zidifuwu.ts +227 -0
- package/src/features/api/modules/rbac/gangweijiekou.ts +132 -0
- package/src/features/api/modules/rbac/index.ts +12 -0
- package/src/features/api/modules/rbac/jiaosejiekou.ts +139 -0
- package/src/features/api/modules/rbac/pubJiaosezukongzhiqi.ts +152 -0
- package/src/features/api/modules/rbac/shujuquanxianzhubiaokongzhiqi.ts +200 -0
- package/src/features/api/modules/rbac/typings.d.ts +2145 -0
- package/src/features/api/modules/rbac/yonghujiekou.ts +352 -0
- package/src/features/api/modules/rbac/yonghushoucangbiaojiekou.ts +110 -0
- package/src/features/api/modules/rbac/yonghuzuijinchangyongbiaojiekou.ts +82 -0
- package/src/features/api/modules/rbac/ziyuandaorudaochuxiangguanjiekou.ts +158 -0
- package/src/features/api/modules/rbac/ziyuanjiekou.ts +283 -0
- package/src/features/api/modules/rbac/zuhuguanlijiekou.ts +100 -0
- package/src/features/api/modules/rbac/zuzhijiaosebiaokongzhiqi.ts +85 -0
- package/src/features/api/modules/rbac/zuzhijiekou.ts +189 -0
- package/src/features/api/request.ts +5 -0
- package/src/features/api/system/typings.d.ts +77 -0
- package/src/features/api/system/user.ts +47 -0
- package/src/features/assets/fonts/digital-7/digital-7-webfont.eot +0 -0
- package/src/features/assets/fonts/digital-7/digital-7-webfont.svg +133 -0
- package/src/features/assets/fonts/digital-7/digital-7-webfont.woff +0 -0
- package/src/features/assets/fonts/digital-7/digital-7-webfont.woff2 +0 -0
- package/src/features/assets/fonts/digital-7/stylesheet.css +12 -0
- package/src/features/assets/fonts/digital-7_mono/digital-7_mono-webfont.eot +0 -0
- package/src/features/assets/fonts/digital-7_mono/digital-7_mono-webfont.svg +132 -0
- package/src/features/assets/fonts/digital-7_mono/digital-7_mono-webfont.woff +0 -0
- package/src/features/assets/fonts/digital-7_mono/digital-7_mono-webfont.woff2 +0 -0
- package/src/features/assets/fonts/digital-7_mono/stylesheet.css +12 -0
- package/src/features/assets/fonts/title.otf +0 -0
- package/src/features/assets/images/change-org-bc.webp +0 -0
- package/src/features/assets/images/header-bg.png +0 -0
- package/src/features/assets/images/logo.png +0 -0
- package/src/features/assets/images/org.svg +19 -0
- package/src/features/assets/images/slider-bg.png +0 -0
- package/src/features/assets/styles/globals.css +180 -0
- package/src/features/assets/styles/index.ts +5 -0
- package/src/features/assets/styles/rbac.css +51 -0
- package/src/features/assets/styles/resources/utils.css +53 -0
- package/src/features/assets/styles/resources/variables.css +5 -0
- package/src/features/components/PageHeader/index.vue +32 -0
- package/src/features/components/PageMain/index.vue +51 -0
- package/src/features/components/PartyLogin/MethodSelect.vue +32 -0
- package/src/features/components/PartyLogin/Modal.vue +370 -0
- package/src/features/components/PartyLogin/ParamsItem.vue +196 -0
- package/src/features/components/PartyLogin/ParamsPanel.vue +61 -0
- package/src/features/components/PartyLogin/README.md +621 -0
- package/src/features/components/PartyLogin/RequestFieldSelector.vue +205 -0
- package/src/features/components/PartyLogin/SystemFieldSelector.vue +213 -0
- package/src/features/components/PartyLogin/steps/One.vue +212 -0
- package/src/features/components/PartyLogin/steps/Two.vue +86 -0
- package/src/features/components/PartyLogin/type.ts +43 -0
- package/src/features/components/PartyLogin/usePartyRequest.ts +244 -0
- package/src/features/components/PassStrengthValidator/index.vue +198 -0
- package/src/features/components/PassStrengthValidator/rule.vue +39 -0
- package/src/features/components/PubinfoApp/index.vue +9 -0
- package/src/features/components/PubinfoIcon/PrismBox.vue +203 -0
- package/src/features/components/PubinfoIcon/SquareBox.vue +59 -0
- package/src/features/components/PubinfoIcon/index.vue +338 -0
- package/src/features/components/PubinfoIcon/props.ts +61 -0
- package/src/features/components/PubinfoProvider/index.ts +35 -0
- package/src/features/components/index.ts +11 -0
- package/src/features/composables/auth.ts +53 -0
- package/src/features/composables/index.ts +5 -0
- package/src/features/composables/log.ts +42 -0
- package/src/features/composables/partyLogin.ts +565 -0
- package/src/features/composables/theme.ts +16 -0
- package/src/features/composables/watchDiff.ts +53 -0
- package/src/features/context/index.ts +25 -0
- package/src/features/enum.ts +21 -0
- package/src/features/index.ts +8 -0
- package/src/features/pages/not-found/assets/404.svg +1 -0
- package/src/features/pages/not-found/assets/404_dark.svg +1 -0
- package/src/features/pages/not-found/index.vue +72 -0
- package/src/features/pages/profile/index.vue +125 -0
- package/src/features/router/asyncRoutes.ts +35 -0
- package/src/features/router/index.ts +2 -0
- package/src/features/router/systemRoutes.ts +44 -0
- package/src/features/settings/index.ts +105 -0
- package/src/features/stores/enum.ts +28 -0
- package/src/features/stores/index.ts +1 -0
- package/src/features/stores/modules/favorites.ts +152 -0
- package/src/features/stores/modules/iframe.ts +130 -0
- package/src/features/stores/modules/index.ts +16 -0
- package/src/features/stores/modules/keepAlive.ts +66 -0
- package/src/features/stores/modules/menu.ts +261 -0
- package/src/features/stores/modules/route.ts +582 -0
- package/src/features/stores/modules/settings.ts +384 -0
- package/src/features/stores/modules/tabbar.ts +339 -0
- package/src/features/stores/modules/user.ts +301 -0
- package/src/features/stores/utils/index.ts +1 -0
- package/src/features/stores/utils/routerHelper.ts +240 -0
- package/src/index.ts +127 -0
- package/src/utils/cleanup.ts +19 -0
- package/src/utils/index.ts +6 -0
- package/src/utils/path.ts +5 -0
- package/src/utils/proxy.ts +35 -0
- package/src/utils/publicKey.ts +23 -0
- package/src/utils/storage.ts +55 -0
- package/types/auto-imports.d.ts +78 -0
- package/types/components.d.ts +48 -0
- package/types/favorites.d.ts +8 -0
- package/types/global.d.ts +12 -0
- package/types/iframe.d.ts +8 -0
- package/types/index.d.ts +10 -0
- package/types/menu.d.ts +45 -0
- package/types/module.d.ts +10 -0
- package/types/pinia.d.ts +94 -0
- package/types/settings.d.ts +556 -0
- package/types/tabbar.d.ts +24 -0
- package/types/user.d.ts +46 -0
- package/types/vite-env.d.ts +39 -0
- package/types/vue-router.d.ts +80 -0
|
@@ -0,0 +1,923 @@
|
|
|
1
|
+
import { _ as re } from "./HCheckList.vue_vue_type_script_setup_true_lang-DgeRhutB.js";
|
|
2
|
+
import { y as ue, A as me, e as E, E as ce, aG as be, P as k, g as pe, cF as ye, cG as ge, cH as ve, cI as fe, cv as he, aY as we, cJ as Me, cw as Pe, m as Oe, ap as Ce, i as $e, p as ke, X as xe, j as ne, bb as Se, cK as Ve, cL as Te, cs as _e, cg as Ie, cM as Be, N as Ue, b as Ae } from "./index-B3GOGQYd.js";
|
|
3
|
+
import { _ as He } from "./HToggle-BajvSdEE.js";
|
|
4
|
+
import { defineComponent as te, shallowRef as U, computed as K, createVNode as a, Transition as Ee, withDirectives as ze, vShow as Le, ref as Re, createElementBlock as d, openBlock as r, createCommentVNode as u, createElementVNode as s, unref as e, isRef as je, Fragment as De, renderList as Fe, normalizeClass as v, normalizeStyle as Ne, withCtx as b, createTextVNode as V } from "vue";
|
|
5
|
+
import { getThemes as Ge } from "@pubinfo-nightly/config/themes";
|
|
6
|
+
import { E as X, a as J } from "./right-aIVrXLnr.js";
|
|
7
|
+
import { R as A } from "./question-line-DCMVyZ3e.js";
|
|
8
|
+
import { p as $ } from "./pick-dLE6MD9A.js";
|
|
9
|
+
const H = (i, o, n, p, f) => ({
|
|
10
|
+
backgroundColor: i,
|
|
11
|
+
border: `${p.lineWidth}px ${p.lineType} ${o}`,
|
|
12
|
+
[`${f}-icon`]: {
|
|
13
|
+
color: n
|
|
14
|
+
}
|
|
15
|
+
}), qe = (i) => {
|
|
16
|
+
const {
|
|
17
|
+
componentCls: o,
|
|
18
|
+
motionDurationSlow: n,
|
|
19
|
+
marginXS: p,
|
|
20
|
+
marginSM: f,
|
|
21
|
+
fontSize: M,
|
|
22
|
+
fontSizeLG: y,
|
|
23
|
+
lineHeight: t,
|
|
24
|
+
borderRadiusLG: C,
|
|
25
|
+
motionEaseInOutCirc: c,
|
|
26
|
+
alertIconSizeLG: m,
|
|
27
|
+
colorText: w,
|
|
28
|
+
paddingContentVerticalSM: P,
|
|
29
|
+
alertPaddingHorizontal: l,
|
|
30
|
+
paddingMD: x,
|
|
31
|
+
paddingContentHorizontalLG: T
|
|
32
|
+
} = i;
|
|
33
|
+
return {
|
|
34
|
+
[o]: E(E({}, ce(i)), {
|
|
35
|
+
position: "relative",
|
|
36
|
+
display: "flex",
|
|
37
|
+
alignItems: "center",
|
|
38
|
+
padding: `${P}px ${l}px`,
|
|
39
|
+
wordWrap: "break-word",
|
|
40
|
+
borderRadius: C,
|
|
41
|
+
[`&${o}-rtl`]: {
|
|
42
|
+
direction: "rtl"
|
|
43
|
+
},
|
|
44
|
+
[`${o}-content`]: {
|
|
45
|
+
flex: 1,
|
|
46
|
+
minWidth: 0
|
|
47
|
+
},
|
|
48
|
+
[`${o}-icon`]: {
|
|
49
|
+
marginInlineEnd: p,
|
|
50
|
+
lineHeight: 0
|
|
51
|
+
},
|
|
52
|
+
"&-description": {
|
|
53
|
+
display: "none",
|
|
54
|
+
fontSize: M,
|
|
55
|
+
lineHeight: t
|
|
56
|
+
},
|
|
57
|
+
"&-message": {
|
|
58
|
+
color: w
|
|
59
|
+
},
|
|
60
|
+
[`&${o}-motion-leave`]: {
|
|
61
|
+
overflow: "hidden",
|
|
62
|
+
opacity: 1,
|
|
63
|
+
transition: `max-height ${n} ${c}, opacity ${n} ${c},
|
|
64
|
+
padding-top ${n} ${c}, padding-bottom ${n} ${c},
|
|
65
|
+
margin-bottom ${n} ${c}`
|
|
66
|
+
},
|
|
67
|
+
[`&${o}-motion-leave-active`]: {
|
|
68
|
+
maxHeight: 0,
|
|
69
|
+
marginBottom: "0 !important",
|
|
70
|
+
paddingTop: 0,
|
|
71
|
+
paddingBottom: 0,
|
|
72
|
+
opacity: 0
|
|
73
|
+
}
|
|
74
|
+
}),
|
|
75
|
+
[`${o}-with-description`]: {
|
|
76
|
+
alignItems: "flex-start",
|
|
77
|
+
paddingInline: T,
|
|
78
|
+
paddingBlock: x,
|
|
79
|
+
[`${o}-icon`]: {
|
|
80
|
+
marginInlineEnd: f,
|
|
81
|
+
fontSize: m,
|
|
82
|
+
lineHeight: 0
|
|
83
|
+
},
|
|
84
|
+
[`${o}-message`]: {
|
|
85
|
+
display: "block",
|
|
86
|
+
marginBottom: p,
|
|
87
|
+
color: w,
|
|
88
|
+
fontSize: y
|
|
89
|
+
},
|
|
90
|
+
[`${o}-description`]: {
|
|
91
|
+
display: "block"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
[`${o}-banner`]: {
|
|
95
|
+
marginBottom: 0,
|
|
96
|
+
border: "0 !important",
|
|
97
|
+
borderRadius: 0
|
|
98
|
+
}
|
|
99
|
+
};
|
|
100
|
+
}, We = (i) => {
|
|
101
|
+
const {
|
|
102
|
+
componentCls: o,
|
|
103
|
+
colorSuccess: n,
|
|
104
|
+
colorSuccessBorder: p,
|
|
105
|
+
colorSuccessBg: f,
|
|
106
|
+
colorWarning: M,
|
|
107
|
+
colorWarningBorder: y,
|
|
108
|
+
colorWarningBg: t,
|
|
109
|
+
colorError: C,
|
|
110
|
+
colorErrorBorder: c,
|
|
111
|
+
colorErrorBg: m,
|
|
112
|
+
colorInfo: w,
|
|
113
|
+
colorInfoBorder: P,
|
|
114
|
+
colorInfoBg: l
|
|
115
|
+
} = i;
|
|
116
|
+
return {
|
|
117
|
+
[o]: {
|
|
118
|
+
"&-success": H(f, p, n, i, o),
|
|
119
|
+
"&-info": H(l, P, w, i, o),
|
|
120
|
+
"&-warning": H(t, y, M, i, o),
|
|
121
|
+
"&-error": E(E({}, H(m, c, C, i, o)), {
|
|
122
|
+
[`${o}-description > pre`]: {
|
|
123
|
+
margin: 0,
|
|
124
|
+
padding: 0
|
|
125
|
+
}
|
|
126
|
+
})
|
|
127
|
+
}
|
|
128
|
+
};
|
|
129
|
+
}, Xe = (i) => {
|
|
130
|
+
const {
|
|
131
|
+
componentCls: o,
|
|
132
|
+
iconCls: n,
|
|
133
|
+
motionDurationMid: p,
|
|
134
|
+
marginXS: f,
|
|
135
|
+
fontSizeIcon: M,
|
|
136
|
+
colorIcon: y,
|
|
137
|
+
colorIconHover: t
|
|
138
|
+
} = i;
|
|
139
|
+
return {
|
|
140
|
+
[o]: {
|
|
141
|
+
"&-action": {
|
|
142
|
+
marginInlineStart: f
|
|
143
|
+
},
|
|
144
|
+
[`${o}-close-icon`]: {
|
|
145
|
+
marginInlineStart: f,
|
|
146
|
+
padding: 0,
|
|
147
|
+
overflow: "hidden",
|
|
148
|
+
fontSize: M,
|
|
149
|
+
lineHeight: `${M}px`,
|
|
150
|
+
backgroundColor: "transparent",
|
|
151
|
+
border: "none",
|
|
152
|
+
outline: "none",
|
|
153
|
+
cursor: "pointer",
|
|
154
|
+
[`${n}-close`]: {
|
|
155
|
+
color: y,
|
|
156
|
+
transition: `color ${p}`,
|
|
157
|
+
"&:hover": {
|
|
158
|
+
color: t
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"&-close-text": {
|
|
163
|
+
color: y,
|
|
164
|
+
transition: `color ${p}`,
|
|
165
|
+
"&:hover": {
|
|
166
|
+
color: t
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
};
|
|
171
|
+
}, Je = (i) => [qe(i), We(i), Xe(i)], Ke = ue("Alert", (i) => {
|
|
172
|
+
const {
|
|
173
|
+
fontSizeHeading3: o
|
|
174
|
+
} = i, n = me(i, {
|
|
175
|
+
alertIconSizeLG: o,
|
|
176
|
+
alertPaddingHorizontal: 12
|
|
177
|
+
// Fixed value here.
|
|
178
|
+
});
|
|
179
|
+
return [Je(n)];
|
|
180
|
+
}), Qe = {
|
|
181
|
+
success: Pe,
|
|
182
|
+
info: Me,
|
|
183
|
+
error: we,
|
|
184
|
+
warning: he
|
|
185
|
+
}, Ye = {
|
|
186
|
+
success: fe,
|
|
187
|
+
info: ve,
|
|
188
|
+
error: ge,
|
|
189
|
+
warning: ye
|
|
190
|
+
}, Ze = Se("success", "info", "warning", "error"), en = () => ({
|
|
191
|
+
/**
|
|
192
|
+
* Type of Alert styles, options: `success`, `info`, `warning`, `error`
|
|
193
|
+
*/
|
|
194
|
+
type: k.oneOf(Ze),
|
|
195
|
+
/** Whether Alert can be closed */
|
|
196
|
+
closable: {
|
|
197
|
+
type: Boolean,
|
|
198
|
+
default: void 0
|
|
199
|
+
},
|
|
200
|
+
/** Close text to show */
|
|
201
|
+
closeText: k.any,
|
|
202
|
+
/** Content of Alert */
|
|
203
|
+
message: k.any,
|
|
204
|
+
/** Additional content of Alert */
|
|
205
|
+
description: k.any,
|
|
206
|
+
/** Trigger when animation ending of Alert */
|
|
207
|
+
afterClose: Function,
|
|
208
|
+
/** Whether to show icon */
|
|
209
|
+
showIcon: {
|
|
210
|
+
type: Boolean,
|
|
211
|
+
default: void 0
|
|
212
|
+
},
|
|
213
|
+
prefixCls: String,
|
|
214
|
+
banner: {
|
|
215
|
+
type: Boolean,
|
|
216
|
+
default: void 0
|
|
217
|
+
},
|
|
218
|
+
icon: k.any,
|
|
219
|
+
closeIcon: k.any,
|
|
220
|
+
onClose: Function
|
|
221
|
+
}), nn = te({
|
|
222
|
+
compatConfig: {
|
|
223
|
+
MODE: 3
|
|
224
|
+
},
|
|
225
|
+
name: "AAlert",
|
|
226
|
+
inheritAttrs: !1,
|
|
227
|
+
props: en(),
|
|
228
|
+
setup(i, o) {
|
|
229
|
+
let {
|
|
230
|
+
slots: n,
|
|
231
|
+
emit: p,
|
|
232
|
+
attrs: f,
|
|
233
|
+
expose: M
|
|
234
|
+
} = o;
|
|
235
|
+
const {
|
|
236
|
+
prefixCls: y,
|
|
237
|
+
direction: t
|
|
238
|
+
} = pe("alert", i), [C, c] = Ke(y), m = U(!1), w = U(!1), P = U(), l = (h) => {
|
|
239
|
+
h.preventDefault();
|
|
240
|
+
const O = P.value;
|
|
241
|
+
O.style.height = `${O.offsetHeight}px`, O.style.height = `${O.offsetHeight}px`, m.value = !0, p("close", h);
|
|
242
|
+
}, x = () => {
|
|
243
|
+
var h;
|
|
244
|
+
m.value = !1, w.value = !0, (h = i.afterClose) === null || h === void 0 || h.call(i);
|
|
245
|
+
}, T = K(() => {
|
|
246
|
+
const {
|
|
247
|
+
type: h
|
|
248
|
+
} = i;
|
|
249
|
+
return h !== void 0 ? h : i.banner ? "warning" : "info";
|
|
250
|
+
});
|
|
251
|
+
M({
|
|
252
|
+
animationEnd: x
|
|
253
|
+
});
|
|
254
|
+
const oe = U({});
|
|
255
|
+
return () => {
|
|
256
|
+
var h, O, z, L, R, j, D, F, N, G;
|
|
257
|
+
const {
|
|
258
|
+
banner: Q,
|
|
259
|
+
closeIcon: Y = (h = n.closeIcon) === null || h === void 0 ? void 0 : h.call(n)
|
|
260
|
+
} = i;
|
|
261
|
+
let {
|
|
262
|
+
closable: q,
|
|
263
|
+
showIcon: S
|
|
264
|
+
} = i;
|
|
265
|
+
const W = (O = i.closeText) !== null && O !== void 0 ? O : (z = n.closeText) === null || z === void 0 ? void 0 : z.call(n), _ = (L = i.description) !== null && L !== void 0 ? L : (R = n.description) === null || R === void 0 ? void 0 : R.call(n), Z = (j = i.message) !== null && j !== void 0 ? j : (D = n.message) === null || D === void 0 ? void 0 : D.call(n), I = (F = i.icon) !== null && F !== void 0 ? F : (N = n.icon) === null || N === void 0 ? void 0 : N.call(n), ee = (G = n.action) === null || G === void 0 ? void 0 : G.call(n);
|
|
266
|
+
S = Q && S === void 0 ? !0 : S;
|
|
267
|
+
const le = (_ ? Ye : Qe)[T.value] || null;
|
|
268
|
+
W && (q = !0);
|
|
269
|
+
const g = y.value, ae = Oe(g, {
|
|
270
|
+
[`${g}-${T.value}`]: !0,
|
|
271
|
+
[`${g}-closing`]: m.value,
|
|
272
|
+
[`${g}-with-description`]: !!_,
|
|
273
|
+
[`${g}-no-icon`]: !S,
|
|
274
|
+
[`${g}-banner`]: !!Q,
|
|
275
|
+
[`${g}-closable`]: q,
|
|
276
|
+
[`${g}-rtl`]: t.value === "rtl",
|
|
277
|
+
[c.value]: !0
|
|
278
|
+
}), se = q ? a("button", {
|
|
279
|
+
type: "button",
|
|
280
|
+
onClick: l,
|
|
281
|
+
class: `${g}-close-icon`,
|
|
282
|
+
tabindex: 0
|
|
283
|
+
}, [W ? a("span", {
|
|
284
|
+
class: `${g}-close-text`
|
|
285
|
+
}, [W]) : Y === void 0 ? a(Ce, null, null) : Y]) : null, ie = I && ($e(I) ? ke(I, {
|
|
286
|
+
class: `${g}-icon`
|
|
287
|
+
}) : a("span", {
|
|
288
|
+
class: `${g}-icon`
|
|
289
|
+
}, [I])) || a(le, {
|
|
290
|
+
class: `${g}-icon`
|
|
291
|
+
}, null), de = xe(`${g}-motion`, {
|
|
292
|
+
appear: !1,
|
|
293
|
+
css: !0,
|
|
294
|
+
onAfterLeave: x,
|
|
295
|
+
onBeforeLeave: (B) => {
|
|
296
|
+
B.style.maxHeight = `${B.offsetHeight}px`;
|
|
297
|
+
},
|
|
298
|
+
onLeave: (B) => {
|
|
299
|
+
B.style.maxHeight = "0px";
|
|
300
|
+
}
|
|
301
|
+
});
|
|
302
|
+
return C(w.value ? null : a(Ee, de, {
|
|
303
|
+
default: () => [ze(a("div", ne(ne({
|
|
304
|
+
role: "alert"
|
|
305
|
+
}, f), {}, {
|
|
306
|
+
style: [f.style, oe.value],
|
|
307
|
+
class: [f.class, ae],
|
|
308
|
+
"data-show": !m.value,
|
|
309
|
+
ref: P
|
|
310
|
+
}), [S ? ie : null, a("div", {
|
|
311
|
+
class: `${g}-content`
|
|
312
|
+
}, [Z ? a("div", {
|
|
313
|
+
class: `${g}-message`
|
|
314
|
+
}, [Z]) : null, _ ? a("div", {
|
|
315
|
+
class: `${g}-description`
|
|
316
|
+
}, [_]) : null]), ee ? a("div", {
|
|
317
|
+
class: `${g}-action`
|
|
318
|
+
}, [ee]) : null, se]), [[Le, !m.value]])]
|
|
319
|
+
}));
|
|
320
|
+
};
|
|
321
|
+
}
|
|
322
|
+
}), tn = be(nn), on = {
|
|
323
|
+
key: 0,
|
|
324
|
+
class: "divider"
|
|
325
|
+
}, ln = {
|
|
326
|
+
key: 1,
|
|
327
|
+
class: "flex items-center justify-center pb-4"
|
|
328
|
+
}, an = {
|
|
329
|
+
key: 2,
|
|
330
|
+
class: "themes"
|
|
331
|
+
}, sn = ["onClick"], dn = {
|
|
332
|
+
key: 3,
|
|
333
|
+
class: "divider"
|
|
334
|
+
}, rn = {
|
|
335
|
+
key: 4,
|
|
336
|
+
class: "menu-mode"
|
|
337
|
+
}, un = {
|
|
338
|
+
key: 5,
|
|
339
|
+
class: "divider"
|
|
340
|
+
}, mn = {
|
|
341
|
+
key: 6,
|
|
342
|
+
class: "app-width-mode"
|
|
343
|
+
}, cn = {
|
|
344
|
+
key: 7,
|
|
345
|
+
class: "divider"
|
|
346
|
+
}, bn = {
|
|
347
|
+
key: 8,
|
|
348
|
+
class: "flex items-center justify-center pb-4"
|
|
349
|
+
}, pn = {
|
|
350
|
+
key: 9,
|
|
351
|
+
class: "transition-mode"
|
|
352
|
+
}, yn = {
|
|
353
|
+
key: 10,
|
|
354
|
+
class: "divider"
|
|
355
|
+
}, gn = {
|
|
356
|
+
key: 11,
|
|
357
|
+
class: "setting-item"
|
|
358
|
+
}, vn = { class: "label" }, fn = {
|
|
359
|
+
key: 12,
|
|
360
|
+
class: "setting-item"
|
|
361
|
+
}, hn = {
|
|
362
|
+
key: 13,
|
|
363
|
+
class: "setting-item"
|
|
364
|
+
}, wn = {
|
|
365
|
+
key: 14,
|
|
366
|
+
class: "setting-item"
|
|
367
|
+
}, Mn = {
|
|
368
|
+
key: 15,
|
|
369
|
+
class: "setting-item"
|
|
370
|
+
}, Pn = {
|
|
371
|
+
key: 16,
|
|
372
|
+
class: "divider"
|
|
373
|
+
}, On = {
|
|
374
|
+
key: 17,
|
|
375
|
+
class: "setting-item"
|
|
376
|
+
}, Cn = { class: "label" }, $n = {
|
|
377
|
+
key: 18,
|
|
378
|
+
class: "divider"
|
|
379
|
+
}, kn = {
|
|
380
|
+
key: 19,
|
|
381
|
+
class: "setting-item"
|
|
382
|
+
}, xn = {
|
|
383
|
+
key: 20,
|
|
384
|
+
class: "setting-item"
|
|
385
|
+
}, Sn = {
|
|
386
|
+
key: 21,
|
|
387
|
+
class: "setting-item"
|
|
388
|
+
}, Vn = {
|
|
389
|
+
key: 22,
|
|
390
|
+
class: "setting-item"
|
|
391
|
+
}, Tn = { class: "label" }, _n = {
|
|
392
|
+
key: 23,
|
|
393
|
+
class: "divider"
|
|
394
|
+
}, In = {
|
|
395
|
+
key: 24,
|
|
396
|
+
class: "setting-item"
|
|
397
|
+
}, Bn = {
|
|
398
|
+
key: 25,
|
|
399
|
+
class: "setting-item"
|
|
400
|
+
}, Un = {
|
|
401
|
+
key: 26,
|
|
402
|
+
class: "setting-item"
|
|
403
|
+
}, An = {
|
|
404
|
+
key: 27,
|
|
405
|
+
class: "divider"
|
|
406
|
+
}, Hn = {
|
|
407
|
+
key: 28,
|
|
408
|
+
class: "setting-item"
|
|
409
|
+
}, En = { class: "label" }, zn = {
|
|
410
|
+
"w-full": "",
|
|
411
|
+
"h-100px": "",
|
|
412
|
+
flex: "~ center"
|
|
413
|
+
}, Ln = /* @__PURE__ */ te({
|
|
414
|
+
name: "PreferenceContent",
|
|
415
|
+
__name: "PreferencesContent",
|
|
416
|
+
setup(i) {
|
|
417
|
+
const { settingsStore: o } = Ve(), n = Re({
|
|
418
|
+
app: $(
|
|
419
|
+
o.settings.app,
|
|
420
|
+
[
|
|
421
|
+
"colorScheme",
|
|
422
|
+
"lightTheme",
|
|
423
|
+
"darkTheme",
|
|
424
|
+
"enableProgress",
|
|
425
|
+
"enableUserPreferences"
|
|
426
|
+
]
|
|
427
|
+
),
|
|
428
|
+
menu: $(
|
|
429
|
+
o.settings.menu,
|
|
430
|
+
[
|
|
431
|
+
"menuMode",
|
|
432
|
+
"isRounded",
|
|
433
|
+
"menuActiveStyle",
|
|
434
|
+
"subMenuUniqueOpened",
|
|
435
|
+
"subMenuCollapse",
|
|
436
|
+
"enableSubMenuCollapseButton"
|
|
437
|
+
]
|
|
438
|
+
),
|
|
439
|
+
layout: $(
|
|
440
|
+
o.settings.layout,
|
|
441
|
+
[
|
|
442
|
+
"widthMode"
|
|
443
|
+
]
|
|
444
|
+
),
|
|
445
|
+
mainPage: $(
|
|
446
|
+
o.settings.mainPage,
|
|
447
|
+
[
|
|
448
|
+
"enableTransition",
|
|
449
|
+
"transitionMode"
|
|
450
|
+
]
|
|
451
|
+
),
|
|
452
|
+
topbar: $(
|
|
453
|
+
o.settings.topbar,
|
|
454
|
+
[
|
|
455
|
+
"mode",
|
|
456
|
+
"switchTabbarAndToolbar"
|
|
457
|
+
]
|
|
458
|
+
),
|
|
459
|
+
tabbar: $(
|
|
460
|
+
o.settings.tabbar,
|
|
461
|
+
[
|
|
462
|
+
"enable",
|
|
463
|
+
"style",
|
|
464
|
+
"enableIcon",
|
|
465
|
+
"mergeTabsBy",
|
|
466
|
+
"enableMemory"
|
|
467
|
+
]
|
|
468
|
+
),
|
|
469
|
+
breadcrumb: $(
|
|
470
|
+
o.settings.breadcrumb,
|
|
471
|
+
[
|
|
472
|
+
"enable",
|
|
473
|
+
"style",
|
|
474
|
+
"enableMainMenu"
|
|
475
|
+
]
|
|
476
|
+
)
|
|
477
|
+
}), p = K({
|
|
478
|
+
get() {
|
|
479
|
+
return n.value.app?.colorScheme === "dark";
|
|
480
|
+
},
|
|
481
|
+
set(y) {
|
|
482
|
+
n.value.app?.colorScheme && (n.value.app.colorScheme = y ? "dark" : "light");
|
|
483
|
+
}
|
|
484
|
+
}), f = K(() => {
|
|
485
|
+
const y = Ge();
|
|
486
|
+
return Object.keys(y).map((t) => ({
|
|
487
|
+
label: t,
|
|
488
|
+
value: y[t]
|
|
489
|
+
})).filter((t) => t.value["color-scheme"] === n.value.app?.colorScheme);
|
|
490
|
+
});
|
|
491
|
+
Te(() => n.value, async (y) => {
|
|
492
|
+
o.updateSettings(_e(y), !1), await o.setPreferencesSetting(y), Ie.success("个人偏好设置成功");
|
|
493
|
+
}, {
|
|
494
|
+
deep: !0
|
|
495
|
+
});
|
|
496
|
+
async function M() {
|
|
497
|
+
await o.resetSettings();
|
|
498
|
+
}
|
|
499
|
+
return (y, t) => {
|
|
500
|
+
const C = tn, c = He, m = Be, w = re, P = Ue;
|
|
501
|
+
return r(), d("div", null, [
|
|
502
|
+
a(C, {
|
|
503
|
+
message: "提示",
|
|
504
|
+
description: "个人偏好设置将覆盖系统默认设置。若需恢复至系统默认配置,请滚动至底部并点击“还原系统设置”按钮。",
|
|
505
|
+
type: "info"
|
|
506
|
+
}),
|
|
507
|
+
e(n).app?.hasOwnProperty("colorScheme") || e(n).app?.hasOwnProperty("lightTheme") && e(n).app?.hasOwnProperty("darkTheme") ? (r(), d("div", on, " 颜色主题风格 ")) : u("", !0),
|
|
508
|
+
e(n).app?.hasOwnProperty("colorScheme") ? (r(), d("div", ln, [
|
|
509
|
+
a(c, {
|
|
510
|
+
modelValue: e(p),
|
|
511
|
+
"onUpdate:modelValue": t[0] || (t[0] = (l) => je(p) ? p.value = l : null),
|
|
512
|
+
"on-icon": "i-ri-sun-line",
|
|
513
|
+
"off-icon": "i-ri-moon-line"
|
|
514
|
+
}, null, 8, ["modelValue"])
|
|
515
|
+
])) : u("", !0),
|
|
516
|
+
e(n).app?.hasOwnProperty("lightTheme") && e(n).app?.hasOwnProperty("darkTheme") ? (r(), d("div", an, [
|
|
517
|
+
(r(!0), d(De, null, Fe(e(f), (l) => (r(), d("div", {
|
|
518
|
+
key: l.label,
|
|
519
|
+
class: v(["theme", { active: e(p) ? e(n).app.darkTheme === l.label : e(n).app.lightTheme === l.label }]),
|
|
520
|
+
onClick: (x) => e(p) ? e(n).app?.hasOwnProperty("darkTheme") && (e(n).app.darkTheme = l.label) : e(n).app?.hasOwnProperty("lightTheme") && (e(n).app.lightTheme = l.label)
|
|
521
|
+
}, [
|
|
522
|
+
s("div", {
|
|
523
|
+
class: "content",
|
|
524
|
+
style: Ne(`background-color: rgb(${l.value["--ui-primary"]});`)
|
|
525
|
+
}, null, 4)
|
|
526
|
+
], 10, sn))), 128))
|
|
527
|
+
])) : u("", !0),
|
|
528
|
+
e(o).mode === "pc" && e(n).menu?.hasOwnProperty("menuMode") ? (r(), d("div", dn, " 导航栏模式 ")) : u("", !0),
|
|
529
|
+
e(o).mode === "pc" && e(n).menu?.hasOwnProperty("menuMode") ? (r(), d("div", rn, [
|
|
530
|
+
a(m, {
|
|
531
|
+
text: "侧边栏模式 (含主导航)",
|
|
532
|
+
placement: "bottom",
|
|
533
|
+
delay: 500
|
|
534
|
+
}, {
|
|
535
|
+
default: b(() => [
|
|
536
|
+
s("div", {
|
|
537
|
+
class: v(["mode mode-side", { active: e(n).menu.menuMode === "side" }]),
|
|
538
|
+
onClick: t[1] || (t[1] = (l) => e(n).menu?.hasOwnProperty("menuMode") && (e(n).menu.menuMode = "side"))
|
|
539
|
+
}, t[30] || (t[30] = [
|
|
540
|
+
s("div", { class: "mode-container" }, null, -1)
|
|
541
|
+
]), 2)
|
|
542
|
+
]),
|
|
543
|
+
_: 1
|
|
544
|
+
}),
|
|
545
|
+
a(m, {
|
|
546
|
+
text: "顶部模式",
|
|
547
|
+
placement: "bottom",
|
|
548
|
+
delay: 500
|
|
549
|
+
}, {
|
|
550
|
+
default: b(() => [
|
|
551
|
+
s("div", {
|
|
552
|
+
class: v(["mode mode-head", { active: e(n).menu.menuMode === "head" }]),
|
|
553
|
+
onClick: t[2] || (t[2] = (l) => e(n).menu?.hasOwnProperty("menuMode") && (e(n).menu.menuMode = "head"))
|
|
554
|
+
}, t[31] || (t[31] = [
|
|
555
|
+
s("div", { class: "mode-container" }, null, -1)
|
|
556
|
+
]), 2)
|
|
557
|
+
]),
|
|
558
|
+
_: 1
|
|
559
|
+
}),
|
|
560
|
+
a(m, {
|
|
561
|
+
text: "侧边栏模式 (不含主导航)",
|
|
562
|
+
placement: "bottom",
|
|
563
|
+
delay: 500
|
|
564
|
+
}, {
|
|
565
|
+
default: b(() => [
|
|
566
|
+
s("div", {
|
|
567
|
+
class: v(["mode mode-single", { active: e(n).menu.menuMode === "single" }]),
|
|
568
|
+
onClick: t[3] || (t[3] = (l) => e(n).menu?.hasOwnProperty("menuMode") && (e(n).menu.menuMode = "single"))
|
|
569
|
+
}, t[32] || (t[32] = [
|
|
570
|
+
s("div", { class: "mode-container" }, null, -1)
|
|
571
|
+
]), 2)
|
|
572
|
+
]),
|
|
573
|
+
_: 1
|
|
574
|
+
}),
|
|
575
|
+
a(m, {
|
|
576
|
+
text: "侧边栏精简模式",
|
|
577
|
+
placement: "bottom",
|
|
578
|
+
delay: 500
|
|
579
|
+
}, {
|
|
580
|
+
default: b(() => [
|
|
581
|
+
s("div", {
|
|
582
|
+
class: v(["mode mode-only-side", { active: e(n).menu.menuMode === "only-side" }]),
|
|
583
|
+
onClick: t[4] || (t[4] = (l) => e(n).menu?.hasOwnProperty("menuMode") && (e(n).menu.menuMode = "only-side"))
|
|
584
|
+
}, t[33] || (t[33] = [
|
|
585
|
+
s("div", { class: "mode-container" }, null, -1)
|
|
586
|
+
]), 2)
|
|
587
|
+
]),
|
|
588
|
+
_: 1
|
|
589
|
+
}),
|
|
590
|
+
a(m, {
|
|
591
|
+
text: "顶部精简模式",
|
|
592
|
+
placement: "bottom",
|
|
593
|
+
delay: 500
|
|
594
|
+
}, {
|
|
595
|
+
default: b(() => [
|
|
596
|
+
s("div", {
|
|
597
|
+
class: v(["mode mode-only-head", { active: e(n).menu.menuMode === "only-head" }]),
|
|
598
|
+
onClick: t[5] || (t[5] = (l) => e(n).menu?.hasOwnProperty("menuMode") && (e(n).menu.menuMode = "only-head"))
|
|
599
|
+
}, t[34] || (t[34] = [
|
|
600
|
+
s("div", { class: "mode-container" }, null, -1)
|
|
601
|
+
]), 2)
|
|
602
|
+
]),
|
|
603
|
+
_: 1
|
|
604
|
+
})
|
|
605
|
+
])) : u("", !0),
|
|
606
|
+
e(o).mode === "pc" && e(n).layout?.hasOwnProperty("widthMode") ? (r(), d("div", un, " 页宽模式 ")) : u("", !0),
|
|
607
|
+
e(o).mode === "pc" && e(n).layout?.hasOwnProperty("widthMode") ? (r(), d("div", mn, [
|
|
608
|
+
a(m, {
|
|
609
|
+
text: "自适应",
|
|
610
|
+
placement: "bottom",
|
|
611
|
+
delay: 500
|
|
612
|
+
}, {
|
|
613
|
+
default: b(() => [
|
|
614
|
+
s("div", {
|
|
615
|
+
class: v(["mode mode-adaption", { active: e(n).layout.widthMode === "adaption" }]),
|
|
616
|
+
onClick: t[6] || (t[6] = (l) => e(n).layout?.hasOwnProperty("widthMode") && (e(n).layout.widthMode = "adaption"))
|
|
617
|
+
}, [
|
|
618
|
+
a(e(X), { class: "left" }),
|
|
619
|
+
a(e(J), { class: "right" })
|
|
620
|
+
], 2)
|
|
621
|
+
]),
|
|
622
|
+
_: 1
|
|
623
|
+
}),
|
|
624
|
+
a(m, {
|
|
625
|
+
text: "自适应 (有最小宽度)",
|
|
626
|
+
placement: "bottom",
|
|
627
|
+
delay: 500
|
|
628
|
+
}, {
|
|
629
|
+
default: b(() => [
|
|
630
|
+
s("div", {
|
|
631
|
+
class: v(["mode mode-adaption-min-width", { active: e(n).layout.widthMode === "adaption-min-width" }]),
|
|
632
|
+
onClick: t[7] || (t[7] = (l) => e(n).layout?.hasOwnProperty("widthMode") && (e(n).layout.widthMode = "adaption-min-width"))
|
|
633
|
+
}, [
|
|
634
|
+
a(e(X), { class: "left" }),
|
|
635
|
+
a(e(J), { class: "right" })
|
|
636
|
+
], 2)
|
|
637
|
+
]),
|
|
638
|
+
_: 1
|
|
639
|
+
}),
|
|
640
|
+
a(m, {
|
|
641
|
+
text: "定宽居中",
|
|
642
|
+
placement: "bottom",
|
|
643
|
+
delay: 500
|
|
644
|
+
}, {
|
|
645
|
+
default: b(() => [
|
|
646
|
+
s("div", {
|
|
647
|
+
class: v(["mode mode-center", { active: e(n).layout.widthMode === "center" }]),
|
|
648
|
+
onClick: t[8] || (t[8] = (l) => e(n).layout?.widthMode && (e(n).layout.widthMode = "center"))
|
|
649
|
+
}, null, 2)
|
|
650
|
+
]),
|
|
651
|
+
_: 1
|
|
652
|
+
}),
|
|
653
|
+
a(m, {
|
|
654
|
+
text: "定宽居中 (有最大宽度)",
|
|
655
|
+
placement: "bottom",
|
|
656
|
+
delay: 500
|
|
657
|
+
}, {
|
|
658
|
+
default: b(() => [
|
|
659
|
+
s("div", {
|
|
660
|
+
class: v(["mode mode-center-max-width", { active: e(n).layout.widthMode === "center-max-width" }]),
|
|
661
|
+
onClick: t[9] || (t[9] = (l) => e(n).layout?.widthMode && (e(n).layout.widthMode = "center-max-width"))
|
|
662
|
+
}, [
|
|
663
|
+
a(e(X), { class: "left" }),
|
|
664
|
+
a(e(J), { class: "right" })
|
|
665
|
+
], 2)
|
|
666
|
+
]),
|
|
667
|
+
_: 1
|
|
668
|
+
})
|
|
669
|
+
])) : u("", !0),
|
|
670
|
+
e(o).settings.mainPage.enableTransition && e(n).mainPage?.hasOwnProperty("enableTransition") ? (r(), d("div", cn, " 页面切换动画 ")) : u("", !0),
|
|
671
|
+
e(o).settings.mainPage.enableTransition && e(n).mainPage?.hasOwnProperty("enableTransition") ? (r(), d("div", bn, [
|
|
672
|
+
a(c, {
|
|
673
|
+
modelValue: e(n).mainPage.enableTransition,
|
|
674
|
+
"onUpdate:modelValue": t[10] || (t[10] = (l) => e(n).mainPage.enableTransition = l)
|
|
675
|
+
}, null, 8, ["modelValue"])
|
|
676
|
+
])) : u("", !0),
|
|
677
|
+
e(o).settings.mainPage.enableTransition && e(n).mainPage?.hasOwnProperty("transitionMode") ? (r(), d("div", pn, [
|
|
678
|
+
a(m, {
|
|
679
|
+
text: "淡入淡出",
|
|
680
|
+
placement: "bottom",
|
|
681
|
+
delay: 500
|
|
682
|
+
}, {
|
|
683
|
+
default: b(() => [
|
|
684
|
+
s("div", {
|
|
685
|
+
class: v(["mode mode-fade", { active: e(n).mainPage.transitionMode === "fade" }]),
|
|
686
|
+
onClick: t[11] || (t[11] = (l) => e(n).mainPage?.hasOwnProperty("transitionMode") && (e(n).mainPage.transitionMode = "fade"))
|
|
687
|
+
}, null, 2)
|
|
688
|
+
]),
|
|
689
|
+
_: 1
|
|
690
|
+
}),
|
|
691
|
+
a(m, {
|
|
692
|
+
text: "向左滑动",
|
|
693
|
+
placement: "bottom",
|
|
694
|
+
delay: 500
|
|
695
|
+
}, {
|
|
696
|
+
default: b(() => [
|
|
697
|
+
s("div", {
|
|
698
|
+
class: v(["mode mode-slide-left", { active: e(n).mainPage.transitionMode === "slide-left" }]),
|
|
699
|
+
onClick: t[12] || (t[12] = (l) => e(n).mainPage?.hasOwnProperty("transitionMode") && (e(n).mainPage.transitionMode = "slide-left"))
|
|
700
|
+
}, null, 2)
|
|
701
|
+
]),
|
|
702
|
+
_: 1
|
|
703
|
+
}),
|
|
704
|
+
a(m, {
|
|
705
|
+
text: "向右滑动",
|
|
706
|
+
placement: "bottom",
|
|
707
|
+
delay: 500
|
|
708
|
+
}, {
|
|
709
|
+
default: b(() => [
|
|
710
|
+
s("div", {
|
|
711
|
+
class: v(["mode mode-slide-right", { active: e(n).mainPage.transitionMode === "slide-right" }]),
|
|
712
|
+
onClick: t[13] || (t[13] = (l) => e(n).mainPage?.hasOwnProperty("transitionMode") && (e(n).mainPage.transitionMode = "slide-right"))
|
|
713
|
+
}, null, 2)
|
|
714
|
+
]),
|
|
715
|
+
_: 1
|
|
716
|
+
}),
|
|
717
|
+
a(m, {
|
|
718
|
+
text: "向上滑动",
|
|
719
|
+
placement: "bottom",
|
|
720
|
+
delay: 500
|
|
721
|
+
}, {
|
|
722
|
+
default: b(() => [
|
|
723
|
+
s("div", {
|
|
724
|
+
class: v(["mode mode-slide-top", { active: e(n).mainPage.transitionMode === "slide-top" }]),
|
|
725
|
+
onClick: t[14] || (t[14] = (l) => e(n).mainPage?.hasOwnProperty("transitionMode") && (e(n).mainPage.transitionMode = "slide-top"))
|
|
726
|
+
}, null, 2)
|
|
727
|
+
]),
|
|
728
|
+
_: 1
|
|
729
|
+
}),
|
|
730
|
+
a(m, {
|
|
731
|
+
text: "向下滑动",
|
|
732
|
+
placement: "bottom",
|
|
733
|
+
delay: 500
|
|
734
|
+
}, {
|
|
735
|
+
default: b(() => [
|
|
736
|
+
s("div", {
|
|
737
|
+
class: v(["mode mode-slide-bottom", { active: e(n).mainPage.transitionMode === "slide-bottom" }]),
|
|
738
|
+
onClick: t[15] || (t[15] = (l) => e(n).mainPage?.hasOwnProperty("transitionMode") && (e(n).mainPage.transitionMode = "slide-bottom"))
|
|
739
|
+
}, null, 2)
|
|
740
|
+
]),
|
|
741
|
+
_: 1
|
|
742
|
+
})
|
|
743
|
+
])) : u("", !0),
|
|
744
|
+
e(n).menu?.hasOwnProperty("switchMainMenuAndPageJump") || e(n).menu?.hasOwnProperty("subMenuOnlyOneHide") || e(n).menu?.hasOwnProperty("subMenuUniqueOpened") || e(n).menu?.hasOwnProperty("subMenuCollapse") || e(n).menu?.hasOwnProperty("enableSubMenuCollapseButton") ? (r(), d("div", yn, " 导航栏 ")) : u("", !0),
|
|
745
|
+
e(n).menu?.hasOwnProperty("subMenuUniqueOpened") ? (r(), d("div", gn, [
|
|
746
|
+
s("div", vn, [
|
|
747
|
+
t[35] || (t[35] = V(" 次导航保持展开一个 ")),
|
|
748
|
+
a(m, { text: "开启该功能后,次导航只保持单个菜单的展开" }, {
|
|
749
|
+
default: b(() => [
|
|
750
|
+
a(e(A))
|
|
751
|
+
]),
|
|
752
|
+
_: 1
|
|
753
|
+
})
|
|
754
|
+
]),
|
|
755
|
+
a(c, {
|
|
756
|
+
modelValue: e(n).menu.subMenuUniqueOpened,
|
|
757
|
+
"onUpdate:modelValue": t[16] || (t[16] = (l) => e(n).menu.subMenuUniqueOpened = l),
|
|
758
|
+
disabled: ["only-side", "only-head"].includes(e(n).menu?.menuMode ?? e(o).settings.menu.menuMode)
|
|
759
|
+
}, null, 8, ["modelValue", "disabled"])
|
|
760
|
+
])) : u("", !0),
|
|
761
|
+
e(n).menu?.hasOwnProperty("subMenuCollapse") ? (r(), d("div", fn, [
|
|
762
|
+
t[36] || (t[36] = s("div", { class: "label" }, " 次导航是否折叠 ", -1)),
|
|
763
|
+
a(c, {
|
|
764
|
+
modelValue: e(n).menu.subMenuCollapse,
|
|
765
|
+
"onUpdate:modelValue": t[17] || (t[17] = (l) => e(n).menu.subMenuCollapse = l),
|
|
766
|
+
disabled: ["only-side", "only-head"].includes(e(n).menu?.menuMode ?? e(o).settings.menu.menuMode)
|
|
767
|
+
}, null, 8, ["modelValue", "disabled"])
|
|
768
|
+
])) : u("", !0),
|
|
769
|
+
e(o).mode === "pc" && e(o).settings.menu.enableSubMenuCollapseButton && e(n).menu?.hasOwnProperty("enableSubMenuCollapseButton") ? (r(), d("div", hn, [
|
|
770
|
+
t[37] || (t[37] = s("div", { class: "label" }, " 显示次导航折叠按钮 ", -1)),
|
|
771
|
+
a(c, {
|
|
772
|
+
modelValue: e(n).menu.enableSubMenuCollapseButton,
|
|
773
|
+
"onUpdate:modelValue": t[18] || (t[18] = (l) => e(n).menu.enableSubMenuCollapseButton = l),
|
|
774
|
+
disabled: ["only-side", "only-head"].includes(e(n).menu?.menuMode ?? e(o).settings.menu.menuMode)
|
|
775
|
+
}, null, 8, ["modelValue", "disabled"])
|
|
776
|
+
])) : u("", !0),
|
|
777
|
+
e(n).menu?.hasOwnProperty("isRounded") ? (r(), d("div", wn, [
|
|
778
|
+
t[38] || (t[38] = s("div", { class: "label" }, " 是否圆角 ", -1)),
|
|
779
|
+
a(c, {
|
|
780
|
+
modelValue: e(n).menu.isRounded,
|
|
781
|
+
"onUpdate:modelValue": t[19] || (t[19] = (l) => e(n).menu.isRounded = l)
|
|
782
|
+
}, null, 8, ["modelValue"])
|
|
783
|
+
])) : u("", !0),
|
|
784
|
+
(e(n).menu?.menuMode ?? e(o).settings.menu.menuMode) !== "single" && e(n).menu?.hasOwnProperty("menuActiveStyle") ? (r(), d("div", Mn, [
|
|
785
|
+
t[39] || (t[39] = s("div", { class: "label" }, " 激活风格 ", -1)),
|
|
786
|
+
a(w, {
|
|
787
|
+
modelValue: e(n).menu.menuActiveStyle,
|
|
788
|
+
"onUpdate:modelValue": t[20] || (t[20] = (l) => e(n).menu.menuActiveStyle = l),
|
|
789
|
+
options: [
|
|
790
|
+
{ icon: "i-jam-stop-sign", value: "" },
|
|
791
|
+
{ icon: ["head", "only-head"].includes(e(n).menu?.menuMode ?? e(o).settings.menu.menuMode) ? "i-ep-caret-top" : "i-ep-caret-left", value: "arrow" },
|
|
792
|
+
{ icon: ["side", "only-side"].includes(e(n).menu?.menuMode ?? e(o).settings.menu.menuMode) ? "i-tabler-minus-vertical" : "i-tabler-minus", value: "line" },
|
|
793
|
+
{ icon: "i-icon-park-outline-dot", value: "dot" }
|
|
794
|
+
]
|
|
795
|
+
}, null, 8, ["modelValue", "options"])
|
|
796
|
+
])) : u("", !0),
|
|
797
|
+
e(n).topbar?.hasOwnProperty("mode") || e(n).topbar?.hasOwnProperty("switchTabbarAndToolbar") ? (r(), d("div", Pn, " 顶栏 ")) : u("", !0),
|
|
798
|
+
e(n).topbar?.hasOwnProperty("switchTabbarAndToolbar") ? (r(), d("div", On, [
|
|
799
|
+
s("div", Cn, [
|
|
800
|
+
t[40] || (t[40] = V(" 展示切换 ")),
|
|
801
|
+
a(m, { text: "切换标签栏和工具栏的展示顺序" }, {
|
|
802
|
+
default: b(() => [
|
|
803
|
+
a(e(A))
|
|
804
|
+
]),
|
|
805
|
+
_: 1
|
|
806
|
+
})
|
|
807
|
+
]),
|
|
808
|
+
a(c, {
|
|
809
|
+
modelValue: e(n).topbar.switchTabbarAndToolbar,
|
|
810
|
+
"onUpdate:modelValue": t[21] || (t[21] = (l) => e(n).topbar.switchTabbarAndToolbar = l),
|
|
811
|
+
disabled: !e(n).tabbar?.enable
|
|
812
|
+
}, null, 8, ["modelValue", "disabled"])
|
|
813
|
+
])) : u("", !0),
|
|
814
|
+
e(o).settings.tabbar.enable && e(n).tabbar?.hasOwnProperty("enable") || e(n).tabbar?.hasOwnProperty("style") || e(n).tabbar?.hasOwnProperty("enableIcon") || e(n).tabbar?.hasOwnProperty("mergeTabsBy") ? (r(), d("div", $n, " 标签栏 ")) : u("", !0),
|
|
815
|
+
e(o).settings.tabbar.enable && e(n).tabbar?.hasOwnProperty("enable") ? (r(), d("div", kn, [
|
|
816
|
+
t[41] || (t[41] = s("div", { class: "label" }, " 是否启用 ", -1)),
|
|
817
|
+
a(c, {
|
|
818
|
+
modelValue: e(n).tabbar.enable,
|
|
819
|
+
"onUpdate:modelValue": t[22] || (t[22] = (l) => e(n).tabbar.enable = l)
|
|
820
|
+
}, null, 8, ["modelValue"])
|
|
821
|
+
])) : u("", !0),
|
|
822
|
+
e(o).settings.tabbar.enable && e(n).tabbar?.hasOwnProperty("style") ? (r(), d("div", xn, [
|
|
823
|
+
t[42] || (t[42] = s("div", { class: "label" }, " 风格 ", -1)),
|
|
824
|
+
a(w, {
|
|
825
|
+
modelValue: e(n).tabbar.style,
|
|
826
|
+
"onUpdate:modelValue": t[23] || (t[23] = (l) => e(n).tabbar.style = l),
|
|
827
|
+
options: [
|
|
828
|
+
{ label: "时尚", value: "fashion" },
|
|
829
|
+
{ label: "卡片", value: "card" },
|
|
830
|
+
{ label: "方块", value: "square" }
|
|
831
|
+
],
|
|
832
|
+
disabled: !(e(n).tabbar?.enable ?? e(o).settings.tabbar.enable)
|
|
833
|
+
}, null, 8, ["modelValue", "disabled"])
|
|
834
|
+
])) : u("", !0),
|
|
835
|
+
e(o).settings.tabbar.enable && e(n).tabbar?.hasOwnProperty("enableIcon") ? (r(), d("div", Sn, [
|
|
836
|
+
t[43] || (t[43] = s("div", { class: "label" }, " 是否显示图标 ", -1)),
|
|
837
|
+
a(c, {
|
|
838
|
+
modelValue: e(n).tabbar.enableIcon,
|
|
839
|
+
"onUpdate:modelValue": t[24] || (t[24] = (l) => e(n).tabbar.enableIcon = l),
|
|
840
|
+
disabled: !(e(n).tabbar?.enable ?? e(o).settings.tabbar.enable)
|
|
841
|
+
}, null, 8, ["modelValue", "disabled"])
|
|
842
|
+
])) : u("", !0),
|
|
843
|
+
e(o).settings.tabbar.enable && e(n).tabbar?.hasOwnProperty("enableMemory") ? (r(), d("div", Vn, [
|
|
844
|
+
s("div", Tn, [
|
|
845
|
+
t[44] || (t[44] = V(" 是否启用记忆功能 ")),
|
|
846
|
+
a(m, { text: "开启该功能后,非固定和非常驻的标签页将在本次会话窗口中始终存在,刷新浏览器或重新登录时不会丢失" }, {
|
|
847
|
+
default: b(() => [
|
|
848
|
+
a(e(A))
|
|
849
|
+
]),
|
|
850
|
+
_: 1
|
|
851
|
+
})
|
|
852
|
+
]),
|
|
853
|
+
a(c, {
|
|
854
|
+
modelValue: e(n).tabbar.enableMemory,
|
|
855
|
+
"onUpdate:modelValue": t[25] || (t[25] = (l) => e(n).tabbar.enableMemory = l),
|
|
856
|
+
disabled: !(e(n).tabbar?.enable ?? e(o).settings.tabbar.enable)
|
|
857
|
+
}, null, 8, ["modelValue", "disabled"])
|
|
858
|
+
])) : u("", !0),
|
|
859
|
+
e(o).mode === "pc" && e(o).settings.breadcrumb.enable && (e(n).breadcrumb?.hasOwnProperty("enable") || e(n).breadcrumb?.hasOwnProperty("style") || e(n).breadcrumb?.hasOwnProperty("enableMainMenu")) ? (r(), d("div", _n, " 面包屑导航 ")) : u("", !0),
|
|
860
|
+
e(o).mode === "pc" && e(o).settings.breadcrumb.enable && e(n).breadcrumb?.hasOwnProperty("enable") ? (r(), d("div", In, [
|
|
861
|
+
t[45] || (t[45] = s("div", { class: "label" }, " 是否启用 ", -1)),
|
|
862
|
+
a(c, {
|
|
863
|
+
modelValue: e(n).breadcrumb.enable,
|
|
864
|
+
"onUpdate:modelValue": t[26] || (t[26] = (l) => e(n).breadcrumb.enable = l)
|
|
865
|
+
}, null, 8, ["modelValue"])
|
|
866
|
+
])) : u("", !0),
|
|
867
|
+
e(o).mode === "pc" && e(o).settings.breadcrumb.enable && e(n).breadcrumb?.hasOwnProperty("style") ? (r(), d("div", Bn, [
|
|
868
|
+
t[46] || (t[46] = s("div", { class: "label" }, " 风格 ", -1)),
|
|
869
|
+
a(w, {
|
|
870
|
+
modelValue: e(n).breadcrumb.style,
|
|
871
|
+
"onUpdate:modelValue": t[27] || (t[27] = (l) => e(n).breadcrumb.style = l),
|
|
872
|
+
options: [
|
|
873
|
+
{ label: "默认", value: "" },
|
|
874
|
+
{ label: "现代", value: "modern" }
|
|
875
|
+
],
|
|
876
|
+
disabled: !(e(n).breadcrumb?.enable ?? e(o).settings.breadcrumb.enable)
|
|
877
|
+
}, null, 8, ["modelValue", "disabled"])
|
|
878
|
+
])) : u("", !0),
|
|
879
|
+
e(o).mode === "pc" && e(o).settings.breadcrumb.enable && e(o).settings.breadcrumb.enableMainMenu && e(n).breadcrumb?.hasOwnProperty("enableMainMenu") ? (r(), d("div", Un, [
|
|
880
|
+
t[47] || (t[47] = s("div", { class: "label" }, " 是否显示主导航 ", -1)),
|
|
881
|
+
a(c, {
|
|
882
|
+
modelValue: e(n).breadcrumb.enableMainMenu,
|
|
883
|
+
"onUpdate:modelValue": t[28] || (t[28] = (l) => e(n).breadcrumb.enableMainMenu = l),
|
|
884
|
+
disabled: ["single"].includes(e(n).menu?.menuMode ?? e(o).settings.menu.menuMode)
|
|
885
|
+
}, null, 8, ["modelValue", "disabled"])
|
|
886
|
+
])) : u("", !0),
|
|
887
|
+
e(n).app?.hasOwnProperty("enableProgress") ? (r(), d("div", An, " 其它 ")) : u("", !0),
|
|
888
|
+
e(o).settings.app.enableProgress && e(n).app?.hasOwnProperty("enableProgress") ? (r(), d("div", Hn, [
|
|
889
|
+
s("div", En, [
|
|
890
|
+
t[48] || (t[48] = V(" 载入进度条 ")),
|
|
891
|
+
a(m, { text: "该功能开启时,跳转路由会看到页面顶部有进度条" }, {
|
|
892
|
+
default: b(() => [
|
|
893
|
+
a(e(A))
|
|
894
|
+
]),
|
|
895
|
+
_: 1
|
|
896
|
+
})
|
|
897
|
+
]),
|
|
898
|
+
a(c, {
|
|
899
|
+
modelValue: e(n).app.enableProgress,
|
|
900
|
+
"onUpdate:modelValue": t[29] || (t[29] = (l) => e(n).app.enableProgress = l)
|
|
901
|
+
}, null, 8, ["modelValue"])
|
|
902
|
+
])) : u("", !0),
|
|
903
|
+
s("div", zn, [
|
|
904
|
+
a(P, {
|
|
905
|
+
"w-full": "",
|
|
906
|
+
type: "primary",
|
|
907
|
+
size: "large",
|
|
908
|
+
onClick: M
|
|
909
|
+
}, {
|
|
910
|
+
default: b(() => t[49] || (t[49] = [
|
|
911
|
+
V(" 还原系统设置 ")
|
|
912
|
+
])),
|
|
913
|
+
_: 1,
|
|
914
|
+
__: [49]
|
|
915
|
+
})
|
|
916
|
+
])
|
|
917
|
+
]);
|
|
918
|
+
};
|
|
919
|
+
}
|
|
920
|
+
}), Xn = /* @__PURE__ */ Ae(Ln, [["__scopeId", "data-v-c97d99bc"]]);
|
|
921
|
+
export {
|
|
922
|
+
Xn as default
|
|
923
|
+
};
|