Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Dec 21, 2023
1 parent 437dfff commit 50c9894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions s2-site/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default defineConfig({
showWxQrcode: true, // 是否显示头部菜单的微信公众号
showChartResize: true, // 是否在 demo 页展示图表视图切换
showAPIDoc: true, // 是否在 demo 页展示API文档
es5: false, // 案例代码是否编译到 es5`
es5: false, // 案例代码是否编译到 es5
docsearchOptions: {
// 头部搜索框配置
versionV3: true,
Expand Down Expand Up @@ -262,7 +262,7 @@ export default defineConfig({
</head>
<body>
<div id="container" />
<script src="https://gw.alipayobjects.com/os/antv/pkg/_antv.data-set-0.11.1/dist/data-set.min.js"></script>
<script src="https://gw.alipayobjects.com/os/antv/pkg/_antv.data-set-0.10.1/dist/data-set.min.js"></script>
<script>
{{ code }}
</script>
Expand Down

0 comments on commit 50c9894

Please sign in to comment.