Skip to content

Commit 3c11993

Browse files
authored
移除多说的脚本
1 parent 86b490d commit 3c11993

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.server.js

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ ${
4545
<body>
4646
<div id="content">${res.ssrString || ''}</div>
4747
<script>window.resources=${JSON.stringify(res.ssrResources || {}).replace(/<\/script>/i, '<\\/script>')}</script>
48-
<script>var duoshuoQuery = {short_name:"reactnative"}</script>
49-
<script src="//static.duoshuo.com/embed.js"></script>
5048
<script src="${assets.javascript.index}" async></script>
5149
</body>
5250
</html>`);

0 commit comments

Comments
 (0)