@pubinfo/core 2.0.0-beta.8 → 2.0.0-rc.1

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.
Files changed (628) hide show
  1. package/dist/{AppSetting-BQT7OI6K.js → AppSetting-Bblni_W7.js} +37 -39
  2. package/dist/{HCheckList.vue_vue_type_script_setup_true_lang-D4u_haxr.js → HCheckList.vue_vue_type_script_setup_true_lang-A7PnhNKK.js} +12 -14
  3. package/dist/HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js +20 -0
  4. package/dist/HToggle-xibvPpmf.js +34 -0
  5. package/dist/PreferencesContent--JtPw_LT.js +923 -0
  6. package/dist/{SettingBreadcrumb-CgugOTgx.js → SettingBreadcrumb-BwhdAtkC.js} +9 -9
  7. package/dist/{SettingCopyright-BPeCJBLi.js → SettingCopyright-DPsRDagL.js} +8 -8
  8. package/dist/{SettingEnableTransition-BK0_EH_N.js → SettingEnableTransition-mtHTUb08.js} +20 -21
  9. package/dist/{SettingHome-DGnxlXLd.js → SettingHome-agxHFIKq.js} +20 -20
  10. package/dist/{SettingMenu-BqAd9zbL.js → SettingMenu-D6WwcOw-.js} +26 -26
  11. package/dist/{SettingMode-CgA3XDwW.js → SettingMode-CkmhszlD.js} +11 -12
  12. package/dist/{SettingNavSearch-WFnkcRQ3.js → SettingNavSearch-CEB5DZGf.js} +9 -9
  13. package/dist/{SettingOther-CG4RI6mO.js → SettingOther-Dzs1uwnC.js} +13 -13
  14. package/dist/SettingPage-bOThkL2-.js +29 -0
  15. package/dist/{SettingTabbar-CQA6ZT9l.js → SettingTabbar-L6yQxAeE.js} +18 -18
  16. package/dist/SettingThemes-Cxa5bR66.js +142 -0
  17. package/dist/{SettingToolbar-DdR2940j.js → SettingToolbar-BZ2uHom2.js} +10 -10
  18. package/dist/{SettingTopbar-C_jYO_Ax.js → SettingTopbar-hptxTh8m.js} +16 -16
  19. package/dist/{SettingWidthMode-ir_28SE3.js → SettingWidthMode-D2R2W4-n.js} +19 -20
  20. package/dist/{TopThinMode-jHDpKsma.js → TopThinMode-C26i10py.js} +1 -1
  21. package/dist/built-in/authentication/helper.d.ts +1 -0
  22. package/dist/built-in/authentication/index.d.ts +10 -0
  23. package/dist/built-in/authentication/interface.d.ts +7 -0
  24. package/dist/built-in/authentication/router.d.ts +2 -0
  25. package/dist/built-in/authorization/directives.d.ts +2 -0
  26. package/dist/built-in/authorization/helper.d.ts +6 -0
  27. package/dist/built-in/authorization/index.d.ts +7 -0
  28. package/dist/built-in/authorization/router.d.ts +3 -0
  29. package/dist/built-in/index.d.ts +8 -0
  30. package/dist/{layout → built-in/layout-component}/Layout.vue.d.ts +2 -2
  31. package/dist/{layout → built-in/layout-component}/components/Header/TopMode/More.vue.d.ts +1 -1
  32. package/dist/{layout → built-in/layout-component}/components/Header/TopMode/NotCursor.vue.d.ts +2 -0
  33. package/dist/{layout → built-in/layout-component}/components/Menu/sub.vue.d.ts +43 -43
  34. package/dist/{layout → built-in/layout-component}/components/Menu/types.d.ts +1 -1
  35. package/dist/{layout → built-in/layout-component}/components/Tools/Search.vue.d.ts +43 -43
  36. package/dist/{layout/components/Topbar/Tabbar/MoreAction.vue.d.ts → built-in/layout-component/components/Tools/index.vue.d.ts} +18 -2
  37. package/dist/{layout/components/Tools/index.vue.d.ts → built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue.d.ts} +45 -61
  38. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDialog.vue.d.ts +1 -1
  39. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HSlideover.vue.d.ts +1 -1
  40. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HTabList.vue.d.ts +2 -2
  41. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HTooltip.vue.d.ts +1 -1
  42. package/dist/{layout → built-in/layout-component}/composables/useContext.d.ts +1 -1
  43. package/dist/{layout → built-in/layout-component}/composables/useHotkey.d.ts +1 -1
  44. package/dist/{layout → built-in/layout-component}/composables/useMenu.d.ts +1 -1
  45. package/dist/{layout → built-in/layout-component}/index.d.ts +5 -4
  46. package/dist/built-in/layout-component/utils/eventBus.d.ts +5 -0
  47. package/dist/built-in/layout-component/utils/index.d.ts +3 -0
  48. package/dist/{utils → built-in/layout-component/utils}/watermark.d.ts +1 -1
  49. package/dist/built-in/locales/helpler.d.ts +594 -0
  50. package/dist/built-in/locales/index.d.ts +5 -0
  51. package/dist/built-in/n-progress/index.d.ts +6 -0
  52. package/dist/built-in/pinia-plugin/enum.d.ts +1 -0
  53. package/dist/built-in/pinia-plugin/index.d.ts +5 -0
  54. package/dist/built-in/pinia-plugin/plugins/persist.d.ts +3 -0
  55. package/dist/built-in/pre-access/index.d.ts +7 -0
  56. package/dist/built-in/settings/index.d.ts +5 -0
  57. package/dist/built-in/settings/router.d.ts +3 -0
  58. package/dist/{colors-gu4NABiz.js → colors-C8I6Fdyp.js} +1 -1
  59. package/dist/core/create.d.ts +2 -0
  60. package/dist/core/ctx.d.ts +1 -0
  61. package/dist/core/index.d.ts +4 -0
  62. package/dist/core/interface.d.ts +74 -0
  63. package/dist/{modules.d.ts → core/modules.d.ts} +9 -0
  64. package/dist/{api/index.d.ts → core/request.d.ts} +2 -4
  65. package/dist/core/resolver/icon.d.ts +5 -0
  66. package/dist/core/resolver/index.d.ts +4 -0
  67. package/dist/core/resolver/layout.d.ts +2 -0
  68. package/dist/core/resolver/page.d.ts +17 -0
  69. package/dist/core/resolver/resolver.d.ts +10 -0
  70. package/dist/{api → features/api}/modules/auth/renzhengfuwu.d.ts +7 -0
  71. package/dist/{api → features/api}/modules/configData/index.d.ts +1 -1
  72. package/dist/{api → features/api}/modules/rbac/pubJiaosezukongzhiqi.d.ts +7 -0
  73. package/dist/{api → features/api}/modules/rbac/ziyuanjiekou.d.ts +7 -0
  74. package/dist/features/api/request.d.ts +2 -0
  75. package/dist/{assets → features/assets}/styles/index.d.ts +2 -3
  76. package/dist/{composables → features/composables}/auth.d.ts +1 -1
  77. package/dist/features/context/index.d.ts +12 -0
  78. package/dist/features/enum.d.ts +21 -0
  79. package/dist/features/index.d.ts +7 -0
  80. package/dist/features/router/asyncRoutes.d.ts +14 -0
  81. package/dist/features/router/index.d.ts +2 -0
  82. package/dist/features/router/systemRoutes.d.ts +9 -0
  83. package/dist/features/stores/index.d.ts +1 -0
  84. package/dist/{stores → features/stores}/modules/favorites.d.ts +2 -2
  85. package/dist/{stores → features/stores}/modules/route.d.ts +6 -6
  86. package/dist/{stores → features/stores}/modules/tabbar.d.ts +1 -1
  87. package/dist/features/stores/modules/user.d.ts +36 -0
  88. package/dist/features/stores/utils/crypto.d.ts +1 -0
  89. package/dist/features/stores/utils/index.d.ts +2 -0
  90. package/dist/features/stores/utils/routerHelper.d.ts +17 -0
  91. package/dist/{reload-CUcPYtl7.js → index-BD2fkZis.js} +5 -5
  92. package/dist/index-CkyHqPON.js +139 -0
  93. package/dist/{index-NpS61xSA.js → index-D3zjK9rd.js} +54 -54
  94. package/dist/index-D948mfZb.js +49 -0
  95. package/dist/{index-CWIfG62O.js → index-DZ6SbWiv.js} +1804 -1897
  96. package/dist/{index-CjsnFBwd.js → index-DdS6qgK_.js} +7733 -8240
  97. package/dist/index-DeWCd_-p.js +44 -0
  98. package/dist/index-EOTrQlGo.js +258 -0
  99. package/dist/index-RwbJwutI.js +52514 -0
  100. package/dist/index-xzfvpJSq.js +234 -0
  101. package/dist/index.d.ts +23 -11
  102. package/dist/index.js +59 -72
  103. package/dist/pick-D6j4F3UM.js +12 -0
  104. package/dist/style.css +3 -3
  105. package/dist/utils/index.d.ts +4 -13
  106. package/dist/utils/path.d.ts +1 -0
  107. package/dist/utils/proxy.d.ts +1 -0
  108. package/dist/utils/storage.d.ts +1 -2
  109. package/package.json +41 -43
  110. package/src/built-in/authentication/helper.ts +55 -0
  111. package/src/built-in/authentication/index.ts +42 -0
  112. package/src/built-in/authentication/interface.ts +7 -0
  113. package/src/{pages/system → built-in/authentication/pages}/change-organization/index.vue +29 -43
  114. package/src/built-in/authentication/pages/change-password/assets/login-small.png +0 -0
  115. package/src/built-in/authentication/pages/change-password/assets/login-small_dark.webp +0 -0
  116. package/src/{pages/system → built-in/authentication/pages}/change-password/components/ChangePasswordForm/index.vue +1 -1
  117. package/src/{pages/system → built-in/authentication/pages}/change-password/index.vue +19 -36
  118. package/src/built-in/authentication/router.ts +57 -0
  119. package/src/{directives/plugins/permission.ts → built-in/authorization/directives.ts} +6 -7
  120. package/src/built-in/authorization/helper.ts +11 -0
  121. package/src/built-in/authorization/index.ts +25 -0
  122. package/src/{pages/system → built-in/authorization/pages}/not-permission/index.vue +9 -13
  123. package/src/{route/guard/auth.ts → built-in/authorization/router.ts} +39 -9
  124. package/src/built-in/index.ts +8 -0
  125. package/src/built-in/layout-component/Layout.vue +273 -0
  126. package/src/{layout → built-in/layout-component}/components/Content/IframeView.vue +1 -2
  127. package/src/{layout → built-in/layout-component}/components/Content/LinkView.vue +2 -2
  128. package/src/built-in/layout-component/components/Content/index.vue +146 -0
  129. package/src/{layout → built-in/layout-component}/components/Copyright/index.vue +7 -8
  130. package/src/{layout → built-in/layout-component}/components/Header/TopMode/More.vue +26 -34
  131. package/src/built-in/layout-component/components/Header/TopMode/NotCursor.vue +70 -0
  132. package/src/{layout → built-in/layout-component}/components/Header/TopMode/index.vue +14 -18
  133. package/src/built-in/layout-component/components/Header/index.vue +171 -0
  134. package/src/{layout → built-in/layout-component}/components/Logo/index.vue +5 -20
  135. package/src/{layout → built-in/layout-component}/components/Menu/index.vue +3 -3
  136. package/src/{layout → built-in/layout-component}/components/Menu/item.vue +22 -27
  137. package/src/{layout → built-in/layout-component}/components/Menu/types.ts +1 -1
  138. package/src/{layout → built-in/layout-component}/components/SettingBar/AppSetting.vue +11 -11
  139. package/src/{layout → built-in/layout-component}/components/SettingBar/components/DayNightToggle.vue +26 -120
  140. package/src/built-in/layout-component/components/SettingBar/components/SettingEnableTransition.vue +190 -0
  141. package/src/built-in/layout-component/components/SettingBar/components/SettingMode.vue +154 -0
  142. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingThemes.vue +55 -90
  143. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingWidthMode.vue +63 -71
  144. package/src/built-in/layout-component/components/SettingBar/index.vue +81 -0
  145. package/src/{layout → built-in/layout-component}/components/Sidebar/MainSidebar.vue +87 -135
  146. package/src/{layout → built-in/layout-component}/components/Sidebar/SubSidebar.vue +50 -59
  147. package/src/built-in/layout-component/components/Tools/Breadcrumb/index.vue +15 -0
  148. package/src/built-in/layout-component/components/Tools/DayNightSwitch.vue +70 -0
  149. package/src/{layout → built-in/layout-component}/components/Tools/Preferences/PreferencesContent.vue +214 -278
  150. package/src/{layout → built-in/layout-component}/components/Tools/Search.vue +5 -5
  151. package/src/{layout → built-in/layout-component}/components/Tools/index.vue +9 -15
  152. package/src/{layout → built-in/layout-component}/components/Topbar/Tabbar/MoreAction.vue +98 -145
  153. package/src/{layout → built-in/layout-component}/components/Topbar/Tabbar/index.vue +293 -405
  154. package/src/{layout → built-in/layout-component}/components/Topbar/Toolbar/Favorites.vue +5 -5
  155. package/src/{layout → built-in/layout-component}/components/Topbar/Toolbar/index.vue +40 -57
  156. package/src/{layout → built-in/layout-component}/components/Topbar/index.vue +16 -19
  157. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HCheckList.vue +1 -1
  158. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HDialog.vue +1 -1
  159. package/src/built-in/layout-component/components/ui/HDivider.vue +24 -0
  160. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdownMenu.vue +1 -1
  161. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdownTree.vue +1 -1
  162. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HSlideover.vue +1 -1
  163. package/src/built-in/layout-component/components/ui/HToggle.vue +133 -0
  164. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HTooltip.vue +1 -1
  165. package/src/{layout → built-in/layout-component}/composables/useContext.ts +2 -2
  166. package/src/{layout → built-in/layout-component}/composables/useGetComputedStyle.ts +1 -1
  167. package/src/{layout → built-in/layout-component}/composables/useHotkey.ts +1 -1
  168. package/src/{layout → built-in/layout-component}/composables/useMainPage.ts +2 -2
  169. package/src/{layout → built-in/layout-component}/composables/useMenu.ts +1 -1
  170. package/src/{layout → built-in/layout-component}/composables/useTabbar.ts +1 -1
  171. package/src/{layout → built-in/layout-component}/composables/useTitle.ts +1 -1
  172. package/src/{layout → built-in/layout-component}/composables/useWatermark.ts +4 -4
  173. package/src/{layout → built-in/layout-component}/index.ts +38 -16
  174. package/src/{layout → built-in/layout-component}/provider.ts +8 -2
  175. package/src/built-in/layout-component/utils/eventBus.ts +8 -0
  176. package/src/built-in/layout-component/utils/index.ts +3 -0
  177. package/src/{utils → built-in/layout-component/utils}/watermark.ts +2 -2
  178. package/src/{locales/index.ts → built-in/locales/helpler.ts} +13 -17
  179. package/src/built-in/locales/index.ts +20 -0
  180. package/src/built-in/n-progress/index.ts +31 -0
  181. package/src/built-in/n-progress/nprogress.css +68 -0
  182. package/src/built-in/pinia-plugin/enum.ts +1 -0
  183. package/src/{stores → built-in/pinia-plugin}/helper.ts +3 -3
  184. package/src/built-in/pinia-plugin/index.ts +27 -0
  185. package/src/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/cleanup.ts +1 -1
  186. package/src/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/favoritesStorage.ts +6 -7
  187. package/src/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/iframeCache.ts +3 -3
  188. package/src/built-in/pinia-plugin/plugins/persist.ts +21 -0
  189. package/src/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/tabbarStorage.ts +7 -8
  190. package/src/built-in/pre-access/index.ts +20 -0
  191. package/src/built-in/settings/index.ts +15 -0
  192. package/src/{route/guard/setting.ts → built-in/settings/router.ts} +3 -2
  193. package/src/core/create.ts +70 -0
  194. package/src/core/ctx.ts +3 -0
  195. package/src/core/index.ts +4 -0
  196. package/src/core/interface.ts +89 -0
  197. package/src/{modules.ts → core/modules.ts} +19 -5
  198. package/src/core/request.ts +52 -0
  199. package/src/core/resolver/icon.ts +75 -0
  200. package/src/core/resolver/index.ts +4 -0
  201. package/src/core/resolver/layout.ts +23 -0
  202. package/src/core/resolver/page.ts +89 -0
  203. package/src/core/resolver/resolver.ts +25 -0
  204. package/src/{api → features/api}/modules/auth/renzhengfuwu.ts +47 -15
  205. package/src/{api → features/api}/modules/auth/typings.d.ts +34 -28
  206. package/src/{api → features/api}/modules/configData/heibaimingdanfuwu.ts +13 -4
  207. package/src/{api → features/api}/modules/configData/index.ts +1 -1
  208. package/src/{api → features/api}/modules/configData/typings.d.ts +79 -79
  209. package/src/{api → features/api}/modules/configData/xitongpeizhifuwu.ts +43 -19
  210. package/src/{api/modules/configData/zidianfuwu.ts → features/api/modules/configData/zidifuwu.ts} +41 -11
  211. package/src/{api → features/api}/modules/rbac/gangweijiekou.ts +25 -10
  212. package/src/{api → features/api}/modules/rbac/jiaosejiekou.ts +25 -10
  213. package/src/{api → features/api}/modules/rbac/pubJiaosezukongzhiqi.ts +46 -7
  214. package/src/{api → features/api}/modules/rbac/shujuquanxianzhubiaokongzhiqi.ts +27 -13
  215. package/src/{api → features/api}/modules/rbac/typings.d.ts +323 -304
  216. package/src/{api → features/api}/modules/rbac/yonghujiekou.ts +49 -16
  217. package/src/{api → features/api}/modules/rbac/yonghushoucangbiaojiekou.ts +21 -6
  218. package/src/{api → features/api}/modules/rbac/yonghuzuijinchangyongbiaojiekou.ts +13 -4
  219. package/src/{api → features/api}/modules/rbac/ziyuanjiekou.ts +44 -5
  220. package/src/{api → features/api}/modules/rbac/zuhuguanlijiekou.ts +21 -12
  221. package/src/{api → features/api}/modules/rbac/zuzhijiaosebiaokongzhiqi.ts +13 -4
  222. package/src/{api → features/api}/modules/rbac/zuzhijiekou.ts +29 -11
  223. package/src/features/api/request.ts +5 -0
  224. package/src/{api → features/api}/system/user.ts +1 -1
  225. package/src/features/assets/styles/globals.css +188 -0
  226. package/src/{assets → features/assets}/styles/index.ts +2 -3
  227. package/src/features/assets/styles/rbac.css +51 -0
  228. package/src/features/assets/styles/resources/utils.css +53 -0
  229. package/src/features/assets/styles/resources/variables.css +5 -0
  230. package/src/features/components/MicroAppContainer/index.vue +9 -0
  231. package/src/features/components/NotAllowed/assets/403.svg +1 -0
  232. package/src/features/components/NotAllowed/assets/403_dark.svg +1 -0
  233. package/src/{components → features/components}/NotAllowed/index.vue +6 -8
  234. package/src/{components → features/components}/PassStrengthValidator/index.vue +33 -48
  235. package/src/{components → features/components}/PassStrengthValidator/rule.vue +13 -25
  236. package/src/{components → features/components}/PubinfoApp/index.vue +2 -1
  237. package/src/features/components/PubinfoIcon/index.vue +140 -0
  238. package/src/{components → features/components}/PubinfoProvider/index.ts +1 -2
  239. package/src/{composables → features/composables}/auth.ts +2 -2
  240. package/src/{composables → features/composables}/theme.ts +1 -1
  241. package/src/{composables → features/composables}/watchDiff.ts +1 -1
  242. package/src/features/context/index.ts +40 -0
  243. package/src/features/enum.ts +21 -0
  244. package/src/features/index.ts +8 -0
  245. package/src/{pages/system/[...all].vue → features/pages/not-found/index.vue} +6 -8
  246. package/src/{pages/personal → features/pages}/profile/index.vue +1 -1
  247. package/src/features/router/asyncRoutes.ts +35 -0
  248. package/src/features/router/index.ts +2 -0
  249. package/src/features/router/systemRoutes.ts +45 -0
  250. package/src/{config/settings.ts → features/settings/index.ts} +0 -1
  251. package/src/{stores/enum/index.ts → features/stores/enum.ts} +0 -1
  252. package/src/features/stores/index.ts +1 -0
  253. package/src/{stores → features/stores}/modules/keepAlive.ts +1 -0
  254. package/src/{stores → features/stores}/modules/menu.ts +44 -6
  255. package/src/{stores → features/stores}/modules/route.ts +89 -65
  256. package/src/{stores → features/stores}/modules/settings.ts +27 -10
  257. package/src/{stores → features/stores}/modules/tabbar.ts +8 -5
  258. package/src/{stores → features/stores}/modules/user.ts +60 -25
  259. package/src/{utils → features/stores/utils}/crypto.ts +7 -10
  260. package/src/features/stores/utils/index.ts +2 -0
  261. package/src/features/stores/utils/routerHelper.ts +221 -0
  262. package/src/index.ts +117 -12
  263. package/src/utils/cleanup.ts +1 -1
  264. package/src/utils/index.ts +4 -43
  265. package/src/utils/path.ts +5 -0
  266. package/src/utils/proxy.ts +36 -0
  267. package/src/utils/storage.ts +2 -4
  268. package/types/auto-imports.d.ts +3 -10
  269. package/types/components.d.ts +16 -15
  270. package/types/menu.d.ts +2 -0
  271. package/types/module.d.ts +2 -15
  272. package/types/settings.d.ts +0 -8
  273. package/types/tabbar.d.ts +1 -0
  274. package/types/vue-router.d.ts +11 -7
  275. package/dist/HButton.vue_vue_type_script_setup_true_lang-CYAzn9Mg.js +0 -25
  276. package/dist/HDivider-DgXBhPr0.js +0 -21
  277. package/dist/HToggle-Cd71WKvG.js +0 -34
  278. package/dist/PreferencesContent-MR1Db7z7.js +0 -972
  279. package/dist/SettingPage-C1CT1Mm8.js +0 -29
  280. package/dist/SettingThemes-BJu9czNK.js +0 -144
  281. package/dist/_...all_-18BnHmEa.js +0 -52
  282. package/dist/_plugin-vue_export-helper-CHgC5LLL.js +0 -9
  283. package/dist/api/helper.d.ts +0 -32
  284. package/dist/api/interface.d.ts +0 -14
  285. package/dist/api/request.d.ts +0 -2
  286. package/dist/api/system/app.d.ts +0 -17
  287. package/dist/config/index.d.ts +0 -1
  288. package/dist/context.d.ts +0 -14
  289. package/dist/create.d.ts +0 -3
  290. package/dist/directives/index.d.ts +0 -4
  291. package/dist/directives/plugins/permission.d.ts +0 -6
  292. package/dist/index-C1p_tY7i.js +0 -49
  293. package/dist/index-CCPTQYuB.js +0 -12910
  294. package/dist/index-CNUEMTao.js +0 -354
  295. package/dist/index-CmXo8ShY.js +0 -276
  296. package/dist/index-DL8Y7jFG.js +0 -137
  297. package/dist/index-DTQQt_XY.js +0 -10
  298. package/dist/index-Dj8zy7hH.js +0 -230
  299. package/dist/index.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-BCo6Ft-Q.js +0 -2300
  300. package/dist/interface.d.ts +0 -29
  301. package/dist/locales/index.d.ts +0 -301
  302. package/dist/menu-CLiZ1BO_.js +0 -15315
  303. package/dist/pick-C9bU8_xv.js +0 -19
  304. package/dist/request.js +0 -1811
  305. package/dist/route/async.d.ts +0 -9
  306. package/dist/route/guard/auth.d.ts +0 -3
  307. package/dist/route/guard/basic.d.ts +0 -3
  308. package/dist/route/guard/index.d.ts +0 -3
  309. package/dist/route/guard/setting.d.ts +0 -3
  310. package/dist/route/index.d.ts +0 -7
  311. package/dist/route/routes.d.ts +0 -3
  312. package/dist/stores/index.d.ts +0 -5
  313. package/dist/stores/modules/user.d.ts +0 -4
  314. package/dist/stores/plugin/persist.d.ts +0 -5
  315. package/dist/stores/plugin/sideEffect/index.d.ts +0 -5
  316. package/dist/utils/crypto.d.ts +0 -4
  317. package/dist/utils/eventBus.d.ts +0 -5
  318. package/src/api/helper.ts +0 -64
  319. package/src/api/index.ts +0 -75
  320. package/src/api/interface.ts +0 -15
  321. package/src/api/request.ts +0 -4
  322. package/src/api/system/app.ts +0 -28
  323. package/src/assets/icons/add-child.svg +0 -1
  324. package/src/assets/icons/authority.svg +0 -1
  325. package/src/assets/icons/authorize.svg +0 -1
  326. package/src/assets/icons/blacklist-disable.svg +0 -1
  327. package/src/assets/icons/blacklist-enable.svg +0 -1
  328. package/src/assets/icons/browser-360.svg +0 -1
  329. package/src/assets/icons/browser-chrome.svg +0 -1
  330. package/src/assets/icons/browser-edge.svg +0 -1
  331. package/src/assets/icons/browser-ie.svg +0 -1
  332. package/src/assets/icons/browser-other.svg +0 -1
  333. package/src/assets/icons/browser-qq.svg +0 -1
  334. package/src/assets/icons/browser-safari.svg +0 -1
  335. package/src/assets/icons/browser-uc.svg +0 -1
  336. package/src/assets/icons/edit.svg +0 -1
  337. package/src/assets/icons/empty-data.svg +0 -1
  338. package/src/assets/icons/icard.svg +0 -1
  339. package/src/assets/icons/icon_animation.svg +0 -1
  340. package/src/assets/icons/icon_breadcrumb.svg +0 -1
  341. package/src/assets/icons/icon_copyright.svg +0 -1
  342. package/src/assets/icons/icon_jt.svg +0 -1
  343. package/src/assets/icons/icon_layout.svg +0 -1
  344. package/src/assets/icons/icon_mainpage.svg +0 -1
  345. package/src/assets/icons/icon_menu.svg +0 -1
  346. package/src/assets/icons/icon_page_size.svg +0 -1
  347. package/src/assets/icons/icon_position_type.svg +0 -1
  348. package/src/assets/icons/icon_safe_manage.svg +0 -1
  349. package/src/assets/icons/icon_screen_scale.svg +0 -6
  350. package/src/assets/icons/icon_system_manage.svg +0 -1
  351. package/src/assets/icons/icon_tabbar.svg +0 -1
  352. package/src/assets/icons/icon_toolbar.svg +0 -1
  353. package/src/assets/icons/icon_topbar.svg +0 -1
  354. package/src/assets/icons/icon_watermark.svg +0 -1
  355. package/src/assets/icons/image-load-fail.svg +0 -1
  356. package/src/assets/icons/log-center.svg +0 -1
  357. package/src/assets/icons/logo-sig.svg +0 -1
  358. package/src/assets/icons/not-data.svg +0 -1
  359. package/src/assets/icons/org-main.svg +0 -1
  360. package/src/assets/icons/org-unmain.svg +0 -1
  361. package/src/assets/icons/process-management.svg +0 -1
  362. package/src/assets/icons/project-management.svg +0 -1
  363. package/src/assets/icons/rbac.svg +0 -1
  364. package/src/assets/icons/remove.svg +0 -1
  365. package/src/assets/icons/resource-app.svg +0 -1
  366. package/src/assets/icons/resource-btn.svg +0 -1
  367. package/src/assets/icons/resource-index.svg +0 -1
  368. package/src/assets/icons/resource-menu.svg +0 -1
  369. package/src/assets/icons/resource-nonmenu.svg +0 -1
  370. package/src/assets/icons/setting-manage.svg +0 -1
  371. package/src/assets/icons/test.svg +0 -1
  372. package/src/assets/icons/theme-check-mark.svg +0 -1
  373. package/src/assets/icons/theme-title.svg +0 -1
  374. package/src/assets/icons/tree_icon.svg +0 -1
  375. package/src/assets/icons/tree_icon_checked.svg +0 -1
  376. package/src/assets/icons/view.svg +0 -1
  377. package/src/assets/icons/workbench.svg +0 -1
  378. package/src/assets/icons/zddata.svg +0 -1
  379. package/src/assets/icons/zy_checked.svg +0 -1
  380. package/src/assets/icons/zy_default.svg +0 -1
  381. package/src/assets/images/layout/item1.webp +0 -0
  382. package/src/assets/images/layout/item1_dark.webp +0 -0
  383. package/src/assets/images/layout/item2.webp +0 -0
  384. package/src/assets/images/layout/item2_dark.webp +0 -0
  385. package/src/assets/images/layout/item3.webp +0 -0
  386. package/src/assets/images/layout/item3_dark.webp +0 -0
  387. package/src/assets/images/layout/item4.webp +0 -0
  388. package/src/assets/images/layout/item4_dark.webp +0 -0
  389. package/src/assets/images/layout/item5.webp +0 -0
  390. package/src/assets/images/layout/item5_dark.webp +0 -0
  391. package/src/assets/images/page-width/anto_min_w_dark.webp +0 -0
  392. package/src/assets/images/page-width/auto.webp +0 -0
  393. package/src/assets/images/page-width/auto_dark.webp +0 -0
  394. package/src/assets/images/page-width/auto_min_w.webp +0 -0
  395. package/src/assets/images/page-width/auto_min_w_dark.webp +0 -0
  396. package/src/assets/images/page-width/icon_auto.webp +0 -0
  397. package/src/assets/images/page-width/icon_auto_dark.webp +0 -0
  398. package/src/assets/images/page-width/icon_auto_min_w.webp +0 -0
  399. package/src/assets/images/page-width/icon_auto_min_w_dark.webp +0 -0
  400. package/src/assets/images/page-width/icon_middle.webp +0 -0
  401. package/src/assets/images/page-width/icon_middle_dark.webp +0 -0
  402. package/src/assets/images/page-width/icon_middle_max_w.webp +0 -0
  403. package/src/assets/images/page-width/icon_middle_max_w_dark.webp +0 -0
  404. package/src/assets/images/page-width/middle.webp +0 -0
  405. package/src/assets/images/page-width/middle_dark.webp +0 -0
  406. package/src/assets/images/page-width/middle_max_w.webp +0 -0
  407. package/src/assets/images/page-width/middle_max_w_dark.webp +0 -0
  408. package/src/assets/styles/globals.scss +0 -189
  409. package/src/assets/styles/nprogress.scss +0 -63
  410. package/src/assets/styles/rbac.scss +0 -61
  411. package/src/assets/styles/resources/utils.scss +0 -53
  412. package/src/assets/styles/resources/variables.scss +0 -6
  413. package/src/components/PubinfoIcon/index.vue +0 -85
  414. package/src/config/index.ts +0 -1
  415. package/src/context.ts +0 -30
  416. package/src/create.ts +0 -88
  417. package/src/directives/index.ts +0 -6
  418. package/src/interface.ts +0 -35
  419. package/src/layout/Layout.vue +0 -330
  420. package/src/layout/components/Content/index.vue +0 -100
  421. package/src/layout/components/Header/TopMode/NotCursor.vue +0 -77
  422. package/src/layout/components/Header/index.vue +0 -263
  423. package/src/layout/components/SettingBar/components/SettingEnableTransition.vue +0 -215
  424. package/src/layout/components/SettingBar/components/SettingMode.vue +0 -164
  425. package/src/layout/components/SettingBar/index.vue +0 -112
  426. package/src/layout/components/Tools/Breadcrumb/index.vue +0 -21
  427. package/src/layout/components/Tools/DayNightSwitch.vue +0 -93
  428. package/src/layout/components/Tools/I18nSelector.vue +0 -52
  429. package/src/layout/ui-kit/HDivider.vue +0 -53
  430. package/src/layout/ui-kit/HToggle.vue +0 -177
  431. package/src/pages/system/change-password/page.vue +0 -58
  432. package/src/pages/system/index.vue +0 -5
  433. package/src/route/async.ts +0 -18
  434. package/src/route/guard/basic.ts +0 -23
  435. package/src/route/guard/index.ts +0 -3
  436. package/src/route/index.ts +0 -12
  437. package/src/route/routes.ts +0 -101
  438. package/src/stores/index.ts +0 -10
  439. package/src/stores/plugin/persist.ts +0 -27
  440. package/src/stores/plugin/sideEffect/index.ts +0 -15
  441. package/src/utils/eventBus.ts +0 -15
  442. package/dist/{api/enum/code.d.ts → built-in/authentication/enum.d.ts} +0 -0
  443. package/dist/{components/NotAllowed → built-in/authentication/pages/change-organization}/index.vue.d.ts +0 -0
  444. package/dist/{pages/system → built-in/authentication/pages}/change-password/components/ChangePasswordForm/index.vue.d.ts +0 -0
  445. package/dist/{pages/system → built-in/authentication/pages}/change-password/index.vue.d.ts +0 -0
  446. package/dist/{layout/components/Topbar/Toolbar → built-in/authorization/pages/not-permission}/index.vue.d.ts +0 -0
  447. package/dist/{components/PubinfoApp → built-in/layout-component/components/BackTop}/index.vue.d.ts +0 -0
  448. package/dist/{layout → built-in/layout-component}/components/Content/IframeView.vue.d.ts +0 -0
  449. package/dist/{layout → built-in/layout-component}/components/Content/LinkView.vue.d.ts +0 -0
  450. package/dist/{layout/components/BackTop → built-in/layout-component/components/Content}/index.vue.d.ts +0 -0
  451. package/dist/{layout/components/Content → built-in/layout-component/components/Copyright}/index.vue.d.ts +0 -0
  452. package/dist/{layout → built-in/layout-component}/components/Header/TopMode/index.vue.d.ts +0 -0
  453. package/dist/{layout → built-in/layout-component}/components/Header/TopThinMode.vue.d.ts +0 -0
  454. package/dist/{layout → built-in/layout-component}/components/Header/index.vue.d.ts +0 -0
  455. package/dist/{layout → built-in/layout-component}/components/Logo/index.vue.d.ts +0 -0
  456. package/dist/{layout → built-in/layout-component}/components/Menu/index.vue.d.ts +0 -0
  457. package/dist/{layout → built-in/layout-component}/components/Menu/item.vue.d.ts +0 -0
  458. package/dist/{layout → built-in/layout-component}/components/SettingBar/AppSetting.vue.d.ts +0 -0
  459. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/DayNightToggle.vue.d.ts +0 -0
  460. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingBreadcrumb.vue.d.ts +0 -0
  461. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingCopyright.vue.d.ts +0 -0
  462. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingEnableTransition.vue.d.ts +0 -0
  463. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingHome.vue.d.ts +0 -0
  464. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingMenu.vue.d.ts +0 -0
  465. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingMode.vue.d.ts +0 -0
  466. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingNavSearch.vue.d.ts +0 -0
  467. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingOther.vue.d.ts +0 -0
  468. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingPage.vue.d.ts +0 -0
  469. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingTabbar.vue.d.ts +0 -0
  470. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingThemes.vue.d.ts +0 -0
  471. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingToolbar.vue.d.ts +0 -0
  472. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingTopbar.vue.d.ts +0 -0
  473. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingWidthMode.vue.d.ts +0 -0
  474. package/dist/{layout/components/Copyright → built-in/layout-component/components/SettingBar}/index.vue.d.ts +0 -0
  475. package/dist/{layout → built-in/layout-component}/components/Sidebar/MainSidebar.vue.d.ts +0 -0
  476. package/dist/{layout → built-in/layout-component}/components/Sidebar/SubSidebar.vue.d.ts +0 -0
  477. package/dist/{layout/components/SettingBar → built-in/layout-component/components/Sidebar}/index.vue.d.ts +0 -0
  478. package/dist/{layout → built-in/layout-component}/components/Tools/Breadcrumb/index.vue.d.ts +0 -0
  479. package/dist/{layout → built-in/layout-component}/components/Tools/Breadcrumb/item.vue.d.ts +0 -0
  480. package/dist/{layout → built-in/layout-component}/components/Tools/DayNightSwitch.vue.d.ts +0 -0
  481. package/dist/{layout → built-in/layout-component}/components/Tools/HotkeysIntro.vue.d.ts +0 -0
  482. package/dist/{layout → built-in/layout-component}/components/Tools/Preferences/PreferencesContent.vue.d.ts +0 -0
  483. package/dist/{layout → built-in/layout-component}/components/Tools/Preferences/index.vue.d.ts +0 -0
  484. package/dist/{layout → built-in/layout-component}/components/Topbar/Tabbar/index.vue.d.ts +0 -0
  485. package/dist/{layout → built-in/layout-component}/components/Topbar/Toolbar/Favorites.vue.d.ts +0 -0
  486. package/dist/{layout → built-in/layout-component}/components/Topbar/Toolbar/Star.vue.d.ts +0 -0
  487. package/dist/{layout/components/Topbar → built-in/layout-component/components/Topbar/Toolbar}/index.vue.d.ts +0 -0
  488. package/dist/{pages/personal/profile → built-in/layout-component/components/Topbar}/index.vue.d.ts +0 -0
  489. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HBadge.vue.d.ts +0 -0
  490. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HButton.vue.d.ts +1 -1
  491. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HCheckList.vue.d.ts +2 -2
  492. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDivider.vue.d.ts +0 -0
  493. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdown.vue.d.ts +0 -0
  494. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdownMenu.vue.d.ts +0 -0
  495. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdownTree.vue.d.ts +0 -0
  496. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HInput.vue.d.ts +0 -0
  497. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HKbd.vue.d.ts +0 -0
  498. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HSelect.vue.d.ts +0 -0
  499. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HToggle.vue.d.ts +0 -0
  500. package/dist/{layout → built-in/layout-component}/composables/useGetComputedStyle.d.ts +0 -0
  501. package/dist/{layout → built-in/layout-component}/composables/useMainPage.d.ts +0 -0
  502. package/dist/{layout → built-in/layout-component}/composables/useTabbar.d.ts +0 -0
  503. package/dist/{layout → built-in/layout-component}/composables/useTitle.d.ts +0 -0
  504. package/dist/{layout → built-in/layout-component}/composables/useViewTransition.d.ts +0 -0
  505. package/dist/{layout → built-in/layout-component}/composables/useWatermark.d.ts +0 -0
  506. package/dist/{pages/system/change-organization → built-in/layout-component/pages/reload}/index.vue.d.ts +0 -0
  507. package/dist/{layout → built-in/layout-component}/provider.d.ts +0 -0
  508. package/dist/{utils → built-in/layout-component/utils}/injectionKeys.d.ts +0 -0
  509. package/dist/{locales → built-in/locales}/lang/en.json.d.ts +0 -0
  510. package/dist/{locales → built-in/locales}/lang/zh-cn.json.d.ts +0 -0
  511. package/dist/{locales → built-in/locales}/lang/zh-tw.json.d.ts +0 -0
  512. package/dist/{locales → built-in/locales}/ui.d.ts +0 -0
  513. package/dist/{stores → built-in/pinia-plugin}/helper.d.ts +0 -0
  514. package/dist/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/cleanup.d.ts +0 -0
  515. package/dist/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/favoritesStorage.d.ts +0 -0
  516. package/dist/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/iframeCache.d.ts +0 -0
  517. package/dist/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/tabbarStorage.d.ts +0 -0
  518. package/dist/{utils → core}/utils.d.ts +0 -0
  519. package/dist/{api → features/api}/modules/auth/index.d.ts +0 -0
  520. package/dist/{api → features/api}/modules/configData/heibaimingdanfuwu.d.ts +0 -0
  521. package/dist/{api → features/api}/modules/configData/xitongpeizhifuwu.d.ts +0 -0
  522. package/dist/{api/modules/configData/zidianfuwu.d.ts → features/api/modules/configData/zidifuwu.d.ts} +0 -0
  523. package/dist/{api → features/api}/modules/rbac/gangweijiekou.d.ts +0 -0
  524. package/dist/{api → features/api}/modules/rbac/index.d.ts +0 -0
  525. package/dist/{api → features/api}/modules/rbac/jiaosejiekou.d.ts +0 -0
  526. package/dist/{api → features/api}/modules/rbac/shujuquanxianzhubiaokongzhiqi.d.ts +0 -0
  527. package/dist/{api → features/api}/modules/rbac/yonghujiekou.d.ts +0 -0
  528. package/dist/{api → features/api}/modules/rbac/yonghushoucangbiaojiekou.d.ts +0 -0
  529. package/dist/{api → features/api}/modules/rbac/yonghuzuijinchangyongbiaojiekou.d.ts +0 -0
  530. package/dist/{api → features/api}/modules/rbac/zuhuguanlijiekou.d.ts +0 -0
  531. package/dist/{api → features/api}/modules/rbac/zuzhijiaosebiaokongzhiqi.d.ts +0 -0
  532. package/dist/{api → features/api}/modules/rbac/zuzhijiekou.d.ts +0 -0
  533. package/dist/{api → features/api}/system/user.d.ts +0 -0
  534. package/dist/{pages/system → features/components/MicroAppContainer}/index.vue.d.ts +0 -0
  535. package/dist/{pages/system/not-permission → features/components/NotAllowed}/index.vue.d.ts +0 -0
  536. package/dist/{components → features/components}/PageHeader/index.vue.d.ts +0 -0
  537. package/dist/{components → features/components}/PageMain/index.vue.d.ts +0 -0
  538. package/dist/{components → features/components}/PassStrengthValidator/index.vue.d.ts +2 -2
  539. package/dist/{components → features/components}/PassStrengthValidator/rule.vue.d.ts +0 -0
  540. package/dist/{layout/components/Sidebar → features/components/PubinfoApp}/index.vue.d.ts +0 -0
  541. package/dist/{components → features/components}/PubinfoIcon/index.vue.d.ts +0 -0
  542. package/dist/{components → features/components}/PubinfoProvider/index.d.ts +0 -0
  543. package/dist/{components → features/components}/index.d.ts +0 -0
  544. package/dist/{composables → features/composables}/index.d.ts +0 -0
  545. package/dist/{composables → features/composables}/log.d.ts +0 -0
  546. package/dist/{composables → features/composables}/theme.d.ts +0 -0
  547. package/dist/{composables → features/composables}/watchDiff.d.ts +0 -0
  548. package/dist/{pages/system/[...all].vue.d.ts → features/pages/not-found/index.vue.d.ts} +0 -0
  549. package/dist/{pages/system/reload.vue.d.ts → features/pages/profile/index.vue.d.ts} +0 -0
  550. package/dist/{config/settings.d.ts → features/settings/index.d.ts} +0 -0
  551. package/dist/{stores/enum/index.d.ts → features/stores/enum.d.ts} +0 -0
  552. package/dist/{stores → features/stores}/modules/iframe.d.ts +0 -0
  553. package/dist/{stores → features/stores}/modules/index.d.ts +0 -0
  554. package/dist/{stores → features/stores}/modules/keepAlive.d.ts +0 -0
  555. package/dist/{stores → features/stores}/modules/menu.d.ts +0 -0
  556. package/dist/{stores → features/stores}/modules/settings.d.ts +0 -0
  557. package/src/{api/enum/code.ts → built-in/authentication/enum.ts} +0 -0
  558. package/src/{assets/icons → built-in/authentication/pages/change-organization/assets}/change-org.svg +0 -0
  559. package/src/{assets/images → built-in/authentication/pages/change-organization/assets}/login-small.png +0 -0
  560. package/src/{assets/images → built-in/authentication/pages/change-organization/assets}/login-small_dark.webp +0 -0
  561. package/src/{assets/icons → built-in/authentication/pages/change-password/assets}/mima.svg +0 -0
  562. package/src/{assets/icons → built-in/authorization/pages/not-permission}/403.svg +0 -0
  563. package/src/{assets/icons → built-in/authorization/pages/not-permission}/403_dark.svg +0 -0
  564. package/src/{assets → built-in/layout-component/assets}/icons/favorites.svg +0 -0
  565. package/src/{assets → built-in/layout-component/assets}/icons/toolbar-collapse.svg +0 -0
  566. package/src/{assets → built-in/layout-component/assets}/images/not-cursor.png +0 -0
  567. package/src/{layout → built-in/layout-component}/components/BackTop/index.vue +0 -0
  568. package/src/{layout → built-in/layout-component}/components/Header/TopThinMode.vue +0 -0
  569. package/src/{layout → built-in/layout-component}/components/Menu/sub.vue +0 -0
  570. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingBreadcrumb.vue +0 -0
  571. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingCopyright.vue +0 -0
  572. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingHome.vue +0 -0
  573. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingMenu.vue +0 -0
  574. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingNavSearch.vue +0 -0
  575. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingOther.vue +0 -0
  576. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingPage.vue +0 -0
  577. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingTabbar.vue +0 -0
  578. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingToolbar.vue +0 -0
  579. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingTopbar.vue +0 -0
  580. package/src/{layout → built-in/layout-component}/components/Sidebar/index.vue +0 -0
  581. package/src/{layout → built-in/layout-component}/components/Tools/Breadcrumb/item.vue +0 -0
  582. package/src/{layout → built-in/layout-component}/components/Tools/HotkeysIntro.vue +0 -0
  583. package/src/{layout → built-in/layout-component}/components/Tools/Preferences/index.vue +0 -0
  584. package/src/{layout → built-in/layout-component}/components/Topbar/Toolbar/Star.vue +0 -0
  585. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HBadge.vue +0 -0
  586. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HButton.vue +0 -0
  587. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdown.vue +0 -0
  588. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HInput.vue +0 -0
  589. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HKbd.vue +0 -0
  590. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HSelect.vue +0 -0
  591. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HTabList.vue +0 -0
  592. package/src/{layout → built-in/layout-component}/composables/useViewTransition.ts +0 -0
  593. package/src/{pages/system/reload.vue → built-in/layout-component/pages/reload/index.vue} +0 -0
  594. package/src/{utils → built-in/layout-component/utils}/injectionKeys.ts +0 -0
  595. package/src/{locales → built-in/locales}/lang/en.json +0 -0
  596. package/src/{locales → built-in/locales}/lang/zh-cn.json +0 -0
  597. package/src/{locales → built-in/locales}/lang/zh-tw.json +0 -0
  598. package/src/{locales → built-in/locales}/ui.ts +0 -0
  599. package/src/{utils → core}/utils.ts +0 -0
  600. package/src/{api → features/api}/modules/auth/index.ts +0 -0
  601. package/src/{api → features/api}/modules/rbac/index.ts +0 -0
  602. package/src/{api → features/api}/system/typings.d.ts +0 -0
  603. package/src/{assets → features/assets}/fonts/digital-7/digital-7-webfont.eot +0 -0
  604. package/src/{assets → features/assets}/fonts/digital-7/digital-7-webfont.svg +0 -0
  605. package/src/{assets → features/assets}/fonts/digital-7/digital-7-webfont.woff +0 -0
  606. package/src/{assets → features/assets}/fonts/digital-7/digital-7-webfont.woff2 +0 -0
  607. package/src/{assets → features/assets}/fonts/digital-7/stylesheet.css +0 -0
  608. package/src/{assets → features/assets}/fonts/digital-7_mono/digital-7_mono-webfont.eot +0 -0
  609. package/src/{assets → features/assets}/fonts/digital-7_mono/digital-7_mono-webfont.svg +0 -0
  610. package/src/{assets → features/assets}/fonts/digital-7_mono/digital-7_mono-webfont.woff +0 -0
  611. package/src/{assets → features/assets}/fonts/digital-7_mono/digital-7_mono-webfont.woff2 +0 -0
  612. package/src/{assets → features/assets}/fonts/digital-7_mono/stylesheet.css +0 -0
  613. package/src/{assets → features/assets}/fonts/title.otf +0 -0
  614. package/src/{assets → features/assets}/images/change-org-bc.webp +0 -0
  615. package/src/{assets → features/assets}/images/header-bg.png +0 -0
  616. package/src/{assets → features/assets}/images/logo.png +0 -0
  617. package/src/{assets → features/assets}/images/org.svg +0 -0
  618. package/src/{assets → features/assets}/images/slider-bg.png +0 -0
  619. package/src/{components → features/components}/PageHeader/index.vue +0 -0
  620. package/src/{components → features/components}/PageMain/index.vue +0 -0
  621. package/src/{components → features/components}/index.ts +0 -0
  622. package/src/{composables → features/composables}/index.ts +0 -0
  623. package/src/{composables → features/composables}/log.ts +0 -0
  624. package/src/{assets/icons → features/pages/not-found/assets}/404.svg +0 -0
  625. package/src/{assets/icons → features/pages/not-found/assets}/404_dark.svg +0 -0
  626. package/src/{stores → features/stores}/modules/favorites.ts +1 -1
  627. /package/src/{stores → features/stores}/modules/iframe.ts +0 -0
  628. /package/src/{stores → features/stores}/modules/index.ts +0 -0
@@ -1,23 +1,44 @@
1
- import type { Router } from 'vue-router';
1
+ import type { Router, RouteRecordRaw } from 'vue-router';
2
2
  import {
3
3
  useFavoritesStore,
4
4
  useRouteStore,
5
5
  useSettingsStore,
6
6
  useTabbarStore,
7
7
  useUserStore,
8
- } from '@/stores';
8
+ } from '@/features/stores';
9
+ import { cleanup } from '@/utils';
10
+
11
+ const NotPermissionRoute: RouteRecordRaw = {
12
+ path: '/not-permission',
13
+ name: 'NotPermission',
14
+ component: () => import('./pages/not-permission/index.vue'),
15
+ meta: {
16
+ whiteList: true,
17
+ title: '无权限访问',
18
+ },
19
+ };
9
20
 
10
21
  /** 权限路由守卫 */
11
- export function createAuthGuard(router: Router) {
22
+ export function setupRouterGuard(router: Router) {
12
23
  const userStore = useUserStore();
13
24
  const routeStore = useRouteStore();
14
25
  const settingsStore = useSettingsStore();
15
26
  const tabbarStore = useTabbarStore();
16
27
  const favoritesStore = useFavoritesStore();
17
28
 
29
+ let isRouteAdded = false;
30
+
18
31
  router.beforeEach(async (to, from) => {
19
32
  const isAuthenticated = userStore.isLogin;
20
33
 
34
+ if (!isRouteAdded) {
35
+ if (!router.hasRoute(NotPermissionRoute.name!)) {
36
+ router.addRoute(NotPermissionRoute);
37
+ }
38
+ isRouteAdded = true;
39
+ return { ...to, replace: true };
40
+ }
41
+
21
42
  // 是否已登录
22
43
  if (!isAuthenticated) {
23
44
  // 白名单路由直接进入
@@ -33,23 +54,32 @@ export function createAuthGuard(router: Router) {
33
54
 
34
55
  // 是否已根据权限动态生成并注册路由
35
56
  if (!routeStore.isGenerate) {
36
- await Promise.allSettled([
37
- // 获取用户组织列表
38
- userStore.getUserInfo(),
57
+ const res = await Promise.allSettled([
39
58
  // 获取用户偏好设置
40
59
  settingsStore.settings.app.enableSettingPreferences && settingsStore.getPreferencesAll(),
60
+ // 获取用户组织列表
61
+ userStore.getUserInfo(),
41
62
  ]);
42
63
 
43
- await Promise.allSettled([
64
+ if (res.some(e => e.status === 'rejected')) {
65
+ cleanup();
66
+ return { name: 'Login' };
67
+ }
68
+
69
+ const res2 = await Promise.allSettled([
44
70
  // 复原固定标签页
45
71
  (tabbarStore as any).recoveryStorage(),
46
72
  // 复原收藏夹
47
73
  (favoritesStore as any).recoveryStorage(),
48
74
  // 生成动态路由
49
- settingsStore.settings.app.routeBaseOn === 'frontend' && routeStore.generateRoutesAtFront(),
50
- settingsStore.settings.app.routeBaseOn === 'backend' && routeStore.generateRoutesAtBack(),
75
+ routeStore.generateRoutes(),
51
76
  ]);
52
77
 
78
+ if (res2.some(e => e.status === 'rejected')) {
79
+ cleanup();
80
+ return { name: 'Login' };
81
+ }
82
+
53
83
  // 注册并记录路由数据
54
84
  // 记录的数据会在登出时会使用到,不使用 router.removeRoute 是考虑配置的路由可能不一定有设置 name
55
85
  // 则通过调用 router.addRoute() 返回的回调进行删除
@@ -0,0 +1,8 @@
1
+ export * from './authentication';
2
+ export * from './authorization';
3
+ export * from './layout-component';
4
+ export * from './locales';
5
+ export * from './n-progress';
6
+ export * from './pinia-plugin';
7
+ export * from './pre-access';
8
+ export * from './settings';
@@ -0,0 +1,273 @@
1
+ <script setup lang="ts">
2
+ import RiLogoutBoxLine from '~icons/ri/logout-box-line';
3
+ import BackTop from './components/BackTop/index.vue';
4
+ import LayoutContent from './components/Content/index.vue';
5
+ import Copyright from './components/Copyright/index.vue';
6
+ import LayoutHeader from './components/Header/index.vue';
7
+
8
+ import SettingBar from './components/SettingBar/index.vue';
9
+ // import Sidebar from './components/Sidebar/index.vue';
10
+ import MainSidebar from './components/Sidebar/MainSidebar.vue';
11
+ import SubSidebar from './components/Sidebar/SubSidebar.vue';
12
+ import Topbar from './components/Topbar/index.vue';
13
+ import { useContext } from './composables/useContext';
14
+ import { useGetSidebarActualWidth } from './composables/useGetComputedStyle';
15
+ import { useHotkey } from './composables/useHotkey';
16
+ import useWatermark from './composables/useWatermark';
17
+
18
+ defineOptions({
19
+ name: 'Layout',
20
+ });
21
+
22
+ const routeInfo = useRoute();
23
+ const { settingsStore, menuStore } = useContext();
24
+ const { mainSidebarActualWidth, subSidebarActualWidth } = useGetSidebarActualWidth();
25
+
26
+ useHotkey({
27
+ settingsStore,
28
+ menuStore,
29
+ });
30
+
31
+ useWatermark();
32
+
33
+ watch(() => settingsStore.settings.menu.subMenuCollapse, (val) => {
34
+ if (settingsStore.mode === 'mobile') {
35
+ if (!val) {
36
+ document.body.classList.add('overflow-hidden');
37
+ }
38
+ else {
39
+ document.body.classList.remove('overflow-hidden');
40
+ }
41
+ }
42
+ });
43
+
44
+ watch(() => routeInfo.path, () => {
45
+ if (settingsStore.mode === 'mobile') {
46
+ settingsStore.$patch((state) => {
47
+ state.settings.menu.subMenuCollapse = true;
48
+ });
49
+ }
50
+ });
51
+ </script>
52
+
53
+ <template>
54
+ <div
55
+ class="layout"
56
+ :style="{
57
+ '--g-main-sidebar-actual-width': mainSidebarActualWidth,
58
+ '--g-sub-sidebar-actual-width': subSidebarActualWidth,
59
+ }"
60
+ >
61
+ <div id="app-main" :class="{ 'main-page-maximize': settingsStore.mainPageMaximizeStatus }">
62
+ <slot name="header">
63
+ <LayoutHeader />
64
+ </slot>
65
+
66
+ <div class="wrapper">
67
+ <div
68
+ class="sidebar-container"
69
+ :class="{ show: settingsStore.mode === 'mobile' && !settingsStore.settings.menu.subMenuCollapse }"
70
+ >
71
+ <!-- TODO 这种写法会导致侧边栏模式的布局下,有样式问题 -->
72
+ <!-- <slot name="sidebar">
73
+ <Sidebar />
74
+ </slot> -->
75
+
76
+ <MainSidebar />
77
+ <SubSidebar />
78
+ </div>
79
+
80
+ <div
81
+ class="sidebar-mask"
82
+ :class="{ show: settingsStore.mode === 'mobile' && !settingsStore.settings.menu.subMenuCollapse }"
83
+ @click="settingsStore.toggleSidebarCollapse()"
84
+ />
85
+
86
+ <div class="main-container" :style="{ 'padding-bottom': routeInfo.meta.paddingBottom }">
87
+ <slot name="topbar">
88
+ <Topbar />
89
+ </slot>
90
+
91
+ <div class="main">
92
+ <div
93
+ v-show="settingsStore.mainPageMaximizeStatus"
94
+ class="exit-main-page-maximize"
95
+ @click="settingsStore.setMainPageMaximize()"
96
+ >
97
+ <RiLogoutBoxLine />
98
+ </div>
99
+
100
+ <slot>
101
+ <LayoutContent />
102
+ </slot>
103
+ </div>
104
+
105
+ <slot name="footer">
106
+ <Copyright />
107
+ </slot>
108
+ </div>
109
+ </div>
110
+ </div>
111
+
112
+ <SettingBar />
113
+ <BackTop />
114
+ </div>
115
+ </template>
116
+
117
+ <style scoped>
118
+ [data-app-width-mode="adaption"] #app-main {
119
+ --at-apply: w-full;
120
+ }
121
+
122
+ [data-app-width-mode="adaption-min-width"] #app-main {
123
+ width: max(var(--g-app-width), 100%);
124
+ }
125
+
126
+ [data-app-width-mode="center"] #app-main {
127
+ --at-apply: w-[--g-app-width];
128
+ }
129
+
130
+ [data-app-width-mode="center-max-width"] #app-main {
131
+ width: min(var(--g-app-width), 100%);
132
+ }
133
+
134
+ [data-mode="mobile"] #app-main {
135
+ --at-apply: w-full;
136
+ }
137
+
138
+ [data-mode="mobile"] .sidebar-container {
139
+ transform: translateX(calc((var(--g-main-sidebar-width) + var(--g-sub-sidebar-width)) * -1));
140
+ }
141
+
142
+ [data-mode="mobile"] .sidebar-container.show {
143
+ transform: translateX(0);
144
+ }
145
+
146
+ [data-mode="mobile"] .main-container {
147
+ margin-left: 0 !important;
148
+ }
149
+
150
+ [data-mode="mobile"][data-menu-mode="single"] .sidebar-container {
151
+ transform: translateX(calc(var(--g-sub-sidebar-width) * -1));
152
+ }
153
+
154
+ [data-mode="mobile"][data-menu-mode="single"] .sidebar-container.show {
155
+ transform: translateX(0);
156
+ }
157
+
158
+ .layout {
159
+ --at-apply: h-full;
160
+ }
161
+
162
+ #app-main {
163
+ --at-apply: h-full bg-[--g-bg] mx-auto my-0;
164
+ }
165
+
166
+ #app-main.main-page-maximize header,
167
+ #app-main.main-page-maximize .sidebar-container {
168
+ --at-apply: hidden;
169
+ }
170
+
171
+ #app-main.main-page-maximize .wrapper {
172
+ --at-apply: pt-0;
173
+ }
174
+
175
+ #app-main.main-page-maximize .wrapper .main-container {
176
+ --at-apply: ml-0;
177
+ }
178
+
179
+ #app-main.main-page-maximize .wrapper .main-container .topbar-container {
180
+ --at-apply: hidden;
181
+ }
182
+
183
+ #app-main.main-page-maximize .wrapper .main-container .main {
184
+ --at-apply: m-0;
185
+ }
186
+
187
+ #app-main.main-page-maximize :deep([data-fixed-calc-width]) {
188
+ --at-apply: w-full -translate-x-2/4;
189
+ }
190
+
191
+ .wrapper {
192
+ --at-apply: relative w-full h-full;
193
+ transition: padding-top 0.3s;
194
+ }
195
+
196
+ .wrapper .sidebar-container {
197
+ --at-apply: fixed top-0 bottom-0 z-501 flex;
198
+ width: calc(var(--g-main-sidebar-actual-width) + var(--g-sub-sidebar-actual-width));
199
+ box-shadow: -1px 0 0 0 var(--g-border-color), 1px 0 0 0 var(--g-border-color);
200
+ transition: width 0.3s, transform 0.3s, box-shadow 0.3s, top 0.3s;
201
+ }
202
+
203
+ .wrapper .sidebar-mask {
204
+ --at-apply: fixed z-[500] w-full h-full invisible opacity-0 left-0 top-0;
205
+
206
+ background-size: 4px 4px;
207
+ backdrop-filter: saturate(50%) blur(4px);
208
+ transition: all 0.2s;
209
+ background-image: radial-gradient(transparent 1px, rgb(0 0 0 / 30%) 1px);
210
+ }
211
+
212
+ .wrapper .sidebar-mask.show {
213
+ --at-apply: visible op-100;
214
+ }
215
+
216
+ .wrapper .main-sidebar-container:not(.main-sidebar-leave-active) + .sub-sidebar-container {
217
+ --at-apply: left-[--g-main-sidebar-width];
218
+ }
219
+
220
+ .wrapper .main-container {
221
+ --at-apply: flex flex-col h-0 min-h-full;
222
+ margin-left: calc(var(--g-main-sidebar-actual-width) + var(--g-sub-sidebar-actual-width));
223
+ box-shadow: -1px 0 0 0 var(--g-border-color), 1px 0 0 0 var(--g-border-color);
224
+ transition: margin-left 0.3s, background-color 0.3s, box-shadow 0.3s;
225
+ }
226
+
227
+ .wrapper .main-container .main {
228
+ --at-apply: relative flex-[auto] basis-0 h-0;
229
+ transition: 0.3s;
230
+ }
231
+
232
+ .wrapper .main-container .main .exit-main-page-maximize {
233
+ --at-apply: bg-stone-7 dark:bg-stone-3 text-stone-3 dark:text-stone-7
234
+ op-50 hover:op-100 transition-opacity fixed z-[1000] w-20 h-20 cursor-pointer
235
+ rounded-[50%] -right-10 -top-10;
236
+ }
237
+
238
+ .wrapper .main-container .main .exit-main-page-maximize svg {
239
+ --at-apply: absolute bottom-4 left-4;
240
+ }
241
+
242
+ .wrapper .main-container .topbar-container.has-tabbar + .main {
243
+ margin: var(--g-tabbar-height) 0 0;
244
+ }
245
+
246
+ .wrapper .main-container .topbar-container.has-toolbar + .main {
247
+ margin: var(--g-toolbar-height) 0 0;
248
+ }
249
+
250
+ .wrapper .main-container .topbar-container.has-tabbar.has-toolbar + .main {
251
+ margin: calc(var(--g-tabbar-height) + var(--g-toolbar-height)) 0 0;
252
+ }
253
+
254
+ header:not(.header-leave-active) + .wrapper {
255
+ --at-apply: pt-[--g-header-height];
256
+ }
257
+
258
+ header:not(.header-leave-active) + .wrapper .sidebar-container {
259
+ --at-apply: top-[--g-header-height];
260
+ }
261
+
262
+ header:not(.header-leave-active) + .wrapper .sidebar-container :deep(.sidebar-logo) {
263
+ --at-apply: hidden;
264
+ }
265
+
266
+ header:not(.header-leave-active) + .wrapper .main-container .topbar-container {
267
+ --at-apply: top-[--g-header-height];
268
+ }
269
+
270
+ header:not(.header-leave-active) + .wrapper .main-container .topbar-container :deep(.tools) {
271
+ --at-apply: hidden;
272
+ }
273
+ </style>
@@ -52,8 +52,7 @@ watch(() => route.fullPath, (val) => {
52
52
  </div>
53
53
  </template>
54
54
 
55
- <style lang="scss" scoped>
56
- // iframe区动画
55
+ <style scoped>
57
56
  .fade-enter-active,
58
57
  .slide-left-enter-active,
59
58
  .slide-right-enter-active,
@@ -1,9 +1,9 @@
1
1
  <script setup lang="ts">
2
- import { PageMain } from '@/components';
3
2
  import { useClipboard } from '@vueuse/core';
4
3
  import Message from 'vue-m-message';
5
4
  import IconParkTwotonePlanet from '~icons/icon-park-twotone/planet';
6
5
  import RiExternalLinkFill from '~icons/ri/external-link-fill';
6
+ import { PageMain } from '@/features/components';
7
7
  import { useContext } from '../../composables/useContext';
8
8
 
9
9
  defineOptions({
@@ -51,7 +51,7 @@ function open() {
51
51
  </div>
52
52
  </template>
53
53
 
54
- <style lang="scss" scoped>
54
+ <style scoped>
55
55
  .fade-enter-active,
56
56
  .slide-left-enter-active,
57
57
  .slide-right-enter-active,
@@ -0,0 +1,146 @@
1
+ <script setup lang="ts">
2
+ import { useContext } from '../../composables/useContext';
3
+ import IframeView from './IframeView.vue';
4
+ import LinkView from './LinkView.vue';
5
+
6
+ defineOptions({
7
+ name: 'LayoutContent',
8
+ });
9
+
10
+ const _route = useRoute();
11
+ const { settingsStore, keepAliveStore } = useContext();
12
+
13
+ const isIframe = computed(() => !!_route.meta.iframe);
14
+ const isLink = computed(() => !!_route.meta.link);
15
+
16
+ function EmptyWrapper(_: any, { slots }: { slots: any }) {
17
+ return slots?.default?.();
18
+ }
19
+
20
+ const Provider = computed(() => {
21
+ const metaProvider = _route.matched?.[0]?.meta?.provider;
22
+
23
+ if (!metaProvider) {
24
+ return EmptyWrapper;
25
+ };
26
+
27
+ // 是函数,认为是 () => import(...)
28
+ if (typeof metaProvider === 'function') {
29
+ return defineAsyncComponent(metaProvider);
30
+ }
31
+
32
+ return metaProvider;
33
+ });
34
+
35
+ const shouldCache = computed(() => !!_route.meta?.cache);
36
+
37
+ // 监听路由变化,根据 meta.cache 管理缓存
38
+ watch(
39
+ () => _route.name,
40
+ (newName, oldName) => {
41
+ if (newName && _route.meta?.cache) {
42
+ keepAliveStore.add(String(newName));
43
+ }
44
+ },
45
+ { immediate: true },
46
+ );
47
+
48
+ // 监听路由的 meta.cache 变化
49
+ watch(
50
+ () => _route.meta?.cache,
51
+ (shouldCache, wasCached) => {
52
+ if (_route.name) {
53
+ if (shouldCache) {
54
+ keepAliveStore.add(String(_route.name));
55
+ }
56
+ else {
57
+ keepAliveStore.remove(String(_route.name));
58
+ }
59
+ }
60
+ },
61
+ );
62
+ </script>
63
+
64
+ <template>
65
+ <RouterView v-slot="{ Component, route }">
66
+ <component :is="Provider">
67
+ <Transition
68
+ :name="settingsStore.settings.mainPage.enableTransition ? settingsStore.settings.mainPage.transitionMode : ''"
69
+ mode="out-in" appear
70
+ >
71
+ <KeepAlive :include="keepAliveStore.list">
72
+ <component :is="Component" v-show="!(isIframe || isLink)" :key="route.fullPath" class="page-container" />
73
+ </KeepAlive>
74
+ </Transition>
75
+ </component>
76
+ </RouterView>
77
+
78
+ <IframeView v-show="isIframe && !isLink" />
79
+ <LinkView v-if="isLink" />
80
+ </template>
81
+
82
+ <style scoped>
83
+ .fade-enter-active,
84
+ .slide-left-enter-active,
85
+ .slide-right-enter-active,
86
+ .slide-top-enter-active,
87
+ .slide-bottom-enter-active {
88
+ transition: 0.2s;
89
+ }
90
+
91
+ .fade-leave-active,
92
+ .slide-left-leave-active,
93
+ .slide-right-leave-active,
94
+ .slide-top-leave-active,
95
+ .slide-bottom-leave-active {
96
+ transition: 0.15s;
97
+ }
98
+
99
+ .fade-enter-from {
100
+ opacity: 0;
101
+ }
102
+
103
+ .fade-leave-to {
104
+ opacity: 0;
105
+ }
106
+
107
+ .slide-left-enter-from {
108
+ margin-left: 20px;
109
+ opacity: 0;
110
+ }
111
+
112
+ .slide-left-leave-to {
113
+ margin-left: -20px;
114
+ opacity: 0;
115
+ }
116
+
117
+ .slide-right-enter-from {
118
+ margin-left: -20px;
119
+ opacity: 0;
120
+ }
121
+
122
+ .slide-right-leave-to {
123
+ margin-left: 20px;
124
+ opacity: 0;
125
+ }
126
+
127
+ .slide-top-enter-from {
128
+ margin-top: 20px;
129
+ opacity: 0;
130
+ }
131
+
132
+ .slide-top-leave-to {
133
+ margin-top: -20px;
134
+ opacity: 0;
135
+ }
136
+
137
+ .slide-bottom-enter-from {
138
+ margin-top: -20px;
139
+ opacity: 0;
140
+ }
141
+
142
+ .slide-bottom-leave-to {
143
+ margin-top: 20px;
144
+ opacity: 0;
145
+ }
146
+ </style>
@@ -33,17 +33,16 @@ const { settingsStore } = useContext();
33
33
  </footer>
34
34
  </template>
35
35
 
36
- <style lang="scss" scoped>
36
+ <style scoped>
37
37
  .copyright {
38
38
  --at-apply: flex items-center justify-center flex-wrap my-4 px-4 text-sm text-stone-5;
39
+ }
39
40
 
40
- span,
41
- a {
42
- --at-apply: px-1;
43
- }
41
+ .copyright span,a {
42
+ --at-apply: px-1;
43
+ }
44
44
 
45
- a {
46
- --at-apply: text-center no-underline text-stone-5 hover:text-dark dark:hover:text-light transition;
47
- }
45
+ .copyright a {
46
+ --at-apply: text-center no-underline text-stone-5 hover:text-dark dark:hover:text-light transition;
48
47
  }
49
48
  </style>
@@ -1,6 +1,6 @@
1
1
  <script setup lang="ts">
2
2
  import type { Menu } from '#/menu';
3
- import { PubinfoIcon } from '@/components';
3
+ import { PubinfoIcon } from '@/features/components';
4
4
  import NotCursor from './NotCursor.vue';
5
5
 
6
6
  defineOptions({
@@ -35,7 +35,7 @@ function menuClick(index: number, item: Menu.recordMainRaw) {
35
35
  <template #popper>
36
36
  <div class="menu-more-container" box-border>
37
37
  <template v-for="(item, index) in items" :key="index">
38
- <NotCursor :is-cursor="item.meta?.isDev" :skidding="150">
38
+ <NotCursor :is-cursor="item.meta?.isDev" :dev-text="item.meta?.devText" :skidding="150">
39
39
  <div
40
40
  cursor-pointer flex="~ items-center" box-border p-15px w-full h-40px rounded-8px text-sm mb-10px
41
41
  :class="{
@@ -54,50 +54,42 @@ function menuClick(index: number, item: Menu.recordMainRaw) {
54
54
  </VMenu>
55
55
  </template>
56
56
 
57
- <style lang="scss" scoped>
57
+ <style scoped>
58
58
  .menu-more-container {
59
- min-width: 180px;
60
- padding: 10px;
61
- padding-bottom: 0;
59
+ --at-apply: min-w-180px p-10px pb-0;
60
+ }
62
61
 
63
- .is-dev {
64
- cursor: not-allowed;
62
+ .menu-more-container .is-dev {
63
+ --at-apply: cursor-not-allowed;
64
+ }
65
65
 
66
- i {
67
- filter: grayscale(100%);
68
- }
66
+ .menu-more-container .is-dev i {
67
+ filter: grayscale(100%);
68
+ }
69
69
 
70
- span {
71
- opacity: 0.8;
72
- }
73
- }
70
+ .menu-more-container .is-dev span {
71
+ opacity: 0.8;
74
72
  }
75
73
  </style>
76
74
 
77
- <style lang="scss">
75
+ <style>
78
76
  .v-popper--theme-more-appley {
77
+ --at-apply: z-1000;
79
78
  z-index: 1000;
79
+ }
80
80
 
81
- .v-popper__inner {
82
- background-image: linear-gradient(-43deg, #fff 0%, #eaf3ff 87%);
83
- border: 1px solid #fff;
84
- border-radius: 8px;
85
- box-shadow: 8px 16px 28px -8px #8195b74f;
86
- }
81
+ .v-popper--theme-more-appley .v-popper__inner {
82
+ --at-apply: border border-white border-solid rounded-8px;
83
+ background-image: linear-gradient(-43deg, #fff 0%, #eaf3ff 87%);
84
+ box-shadow: 8px 16px 28px -8px #8195b74f;
85
+ }
87
86
 
88
- .v-popper__arrow-container {
89
- display: none;
90
- }
87
+ .v-popper--theme-more-appley .v-popper__arrow-container {
88
+ --at-apply: hidden;
91
89
  }
92
90
 
93
- .dark {
94
- .v-popper--theme-more-appley {
95
- .v-popper__inner {
96
- background-image: linear-gradient(-43deg, #141414 0%, #141414 87%);
97
- border: 1px solid #4b4f53;
98
- border-radius: 8px;
99
- box-shadow: none;
100
- }
101
- }
91
+ .dark .v-popper--theme-more-appley .v-popper__inner {
92
+ --at-apply: border border-#4b4f53 border-solid rounded-8px shadow-[none];
93
+ background-image: linear-gradient(-43deg, #141414 0%, #141414 87%);
102
94
  }
103
95
  </style>