Skip to content

Commit

Permalink
feat: add support for wxt as to build chrome extension (doocs#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
honwhy authored Dec 8, 2024
1 parent 1e887fe commit 5782969
Show file tree
Hide file tree
Showing 14 changed files with 7,635 additions and 2,470 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ yarn.lock
pnpm-lock.yaml
auto-imports.d.ts
components.d.ts

.wxt
.output
web-ext.config.ts
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
}
</script>
<script>
MathJax = {
window.MathJax = {
loader: { load: ['[tex]/ams'] },
tex: { packages: { '[+]': ['ams'] }, tags: 'ams' },
svg: { fontCache: 'none' },
Expand Down
Loading

0 comments on commit 5782969

Please sign in to comment.