Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
feat: add multi support
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceat committed Dec 1, 2023
1 parent 36dda56 commit 588e6b7
Show file tree
Hide file tree
Showing 26 changed files with 1,863 additions and 2,633 deletions.
5 changes: 0 additions & 5 deletions .prettierrc

This file was deleted.

7 changes: 7 additions & 0 deletions .prettierrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
semi: false
singleQuote: true
arrowParens: avoid
overrides:
- files: '*.vue'
options:
semi: true
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
Expand Down Expand Up @@ -53,7 +53,11 @@
href="https://fonts.gstatic.com"
/>
<link
href="https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap"
href="https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap"
rel="stylesheet"
/>
<link
href="https://unpkg.com/[email protected]/css/boxicons.min.css"
rel="stylesheet"
/>

Expand Down
Loading

0 comments on commit 588e6b7

Please sign in to comment.