Files
ZiuChen.github.io/docs/project/JSRunner/index.md
2023-04-23 20:01:42 +08:00

1.1 KiB

title, navbar
title navbar
超级JavaScript 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' const titleInfo = { subTitle: ' JavaScript运行器 支持多种运行环境 快速验证代码逻辑', logo: url, linkList: [ { content: '🕶️ 在线体验', target: 'https://ziuchen.github.io/JSRunner' }, { content: '👨🏻‍💻 开源地址', target: 'https://github.com/ZiuChen/JSRunner' }, { content: '🚚 更新日志', target: './log/' }, ] } const imgSliders = [ { src: img1 }, { src: img2 }, { src: img3 }, { src: img4 }, ] </script>