Skip to content

Commit

Permalink
chore: unified format
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong committed Aug 25, 2024
1 parent 87f514a commit 1260127
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/stores/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ export const useStore = defineStore(`store`, () => {
// 自定义 CSS 内容
const cssContent = useStorage(`__css_content`, DEFAULT_CSS_CONTENT)
const cssContentConfig = useStorage(addPrefix(`css_content_config`), {
active: `方案 1`,
active: `方案1`,
tabs: [
{
title: `方案 1`,
name: `方案 1`,
title: `方案1`,
name: `方案1`,
// 兼容之前的方案
content: cssContent.value || DEFAULT_CSS_CONTENT,
},
Expand Down

0 comments on commit 1260127

Please sign in to comment.