chore: update

This commit is contained in:
xiaoxian521
2023-06-27 17:57:56 +08:00
parent 71a7d3ce1f
commit 16ff8b60c1
519 changed files with 310 additions and 310 deletions

1
dist/static/js/epTheme.js vendored Normal file
View File

@@ -0,0 +1 @@
import{aG as h,aH as o,aI as r,aJ as m,aK as s}from"./index.js";const p=h({id:"pure-epTheme",state:()=>{var e,t;return{epThemeColor:((e=o().getItem(`${r()}layout`))==null?void 0:e.epThemeColor)??m().EpThemeColor,epTheme:((t=o().getItem(`${r()}layout`))==null?void 0:t.theme)??m().Theme}},getters:{getEpThemeColor(e){return e.epThemeColor},fill(e){return e.epTheme==="light"?"#409eff":e.epTheme==="yellow"?"#d25f00":"#fff"}},actions:{setEpThemeColor(e){const t=o().getItem(`${r()}layout`);this.epTheme=t==null?void 0:t.theme,this.epThemeColor=e,t&&(t.epThemeColor=e,o().setItem(`${r()}layout`,t))}}});function l(){return p(s)}export{l as u};