Skip to content

Commit

Permalink
feat: service worker default false
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Sketon committed Aug 24, 2024
1 parent 5beaabd commit 31bedb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,11 +481,11 @@ pjax:

#### ServiceWorker

Enabled by default
Disabled by default

```yaml
service_worker:
enable: true
enable: false
```

#### live2d
Expand Down Expand Up @@ -536,7 +536,7 @@ content: # true | false Does the copyright card show the author?
```

</details>

<details>
<summary>Vendor</summary>

### Vendor
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,11 +480,11 @@ pjax:

#### ServiceWorker

默认开启
默认关闭

```yaml
service_worker:
enable: true
enable: false
```

#### live2d
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ pjax:

# Experimental
service_worker:
enable: true
enable: false

# Experimental
live2d:
Expand Down

0 comments on commit 31bedb8

Please sign in to comment.