Skip to content

Commit

Permalink
fix: 将之前的更新适配至electron客户端 (#405)
Browse files Browse the repository at this point in the history
* fix: 将之前的commit适配至客户端
  • Loading branch information
yxKryptonite committed Mar 8, 2023
1 parent 4be5d37 commit d8774c6
Show file tree
Hide file tree
Showing 5 changed files with 1,334 additions and 208 deletions.
4 changes: 2 additions & 2 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
<body>
<div id="dom_mask" style="position: absolute; top: 40px; height: 20px; width: 100%;"></div>
<div id="markdown"></div>
<!-- <object data="./markdown/basic.md" type="text/markdown" name="demo-val" width="0" height="0"></object> -->
<object data="./markdown/basic.md" type="text/markdown" name="demo-val" width="0" height="0"></object>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/echarts@4.6.0/dist/echarts.js"></script>
<!--<script src="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.js" integrity="sha384-g7c+Jr9ZivxKLnZTDUhnkOnsh30B4H0rpLUpJ4jAIKs4fnJI+sEnkvrMWph2EDg4" crossorigin="anonymous"></script>-->
<script src="./scripts/cherry-markdown.js"></script>
<script src="../dist/cherry-markdown.js"></script>
<script src="./scripts/index-demo.js"></script>
</body>

Expand Down
Loading

0 comments on commit d8774c6

Please sign in to comment.