Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Jun 25, 2023
1 parent b5c1ae5 commit 51d47e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quark-doc-header",
"version": "0.3.24",
"version": "0.3.25",
"keywords": [
"frontend",
"quark",
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class MyComponent extends QuarkElement {

// 默认设置语言
if(!localStorage.getItem('language')) {
localStorage.setItem('language', 'en-US')
localStorage.setItem('language', 'zh-CN')
}

// 默认设置主题
Expand Down

0 comments on commit 51d47e2

Please sign in to comment.