Skip to content

Commit

Permalink
docs: Update display picture
Browse files Browse the repository at this point in the history
  • Loading branch information
PindleskinY committed Nov 11, 2020
1 parent 39c3b86 commit cca36f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Binary file modified examples/static/flask_state.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 1 addition & 11 deletions examples/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,5 @@
<div id="test_id" style="margin: 0 auto;background-color: #fff;border-radius: 100px;width: 100px;height: 100px;cursor: pointer;opacity: 0.5;border: 1px solid #777;text-align: center;line-height: 100px">
click me
</div>
<!--umd-->
<!--<script src="../static/umd/flask-state.js"></script>-->
<!--<script src="../static/umd/zh.js"></script>-->
<!--<link rel="stylesheet" href="../static/umd/flask-state.css">-->
<!--<script type="text/javascript">-->
<!-- flaskState.init({dom:document.getElementById('test_id'), lang:flaskState.zh});-->
<!-- flaskState.init();-->
<!--</script>-->

<!--cjs-->
<script src="../static/dist/flask-state.min.js"></script></body>
<script src="../static/dist/flask-state.js"></script></body>
</html>

0 comments on commit cca36f9

Please sign in to comment.