chore: 全量图片替换为 WebP 格式
|
Before Width: | Height: | Size: 317 KiB |
BIN
docs/project/JSRunner/assets/img1.webp
Normal file
|
After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 415 KiB |
BIN
docs/project/JSRunner/assets/img2.webp
Normal file
|
After Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 368 KiB |
BIN
docs/project/JSRunner/assets/img3.webp
Normal file
|
After Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 310 KiB |
BIN
docs/project/JSRunner/assets/img4.webp
Normal file
|
After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 16 KiB |
BIN
docs/project/JSRunner/assets/logo.webp
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
@@ -6,11 +6,11 @@ aside: false
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import url from './assets/logo.png'
|
||||
import img1 from './assets/img1.png'
|
||||
import img2 from './assets/img2.png'
|
||||
import img3 from './assets/img3.png'
|
||||
import img4 from './assets/img4.png'
|
||||
import url from './assets/logo.webp'
|
||||
import img1 from './assets/img1.webp'
|
||||
import img2 from './assets/img2.webp'
|
||||
import img3 from './assets/img3.webp'
|
||||
import img4 from './assets/img4.webp'
|
||||
const titleInfo = {
|
||||
subTitle: '✨ JavaScript运行器 支持多种运行环境 快速验证代码逻辑',
|
||||
logo: url,
|
||||
|
||||