Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Jun 9, 2023
1 parent 9cf0e41 commit 2dbdf9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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.17",
"version": "0.3.18",
"keywords": [
"frontend",
"quark",
Expand Down
6 changes: 0 additions & 6 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,6 @@ class MyComponent extends QuarkElement {
this._quarkcLogoSwitch()
this.githubUrl = 'https://github.com/hellof2e/quark'
}

docsearch({
...params,
indexName:
localStorage.getItem("language") === "en-US" ? "ENDoc" : "CNDoc",
});
}

// quark design 各类技术文档logo切换
Expand Down

0 comments on commit 2dbdf9c

Please sign in to comment.