Skip to content

Commit

Permalink
chore(*): update js version & update db default data
Browse files Browse the repository at this point in the history
  • Loading branch information
booboosui committed Aug 29, 2023
1 parent 831b878 commit 7531846
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Binary file modified db/database.db
Binary file not shown.
4 changes: 2 additions & 2 deletions frontend/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<script src="./static/js/semantic.min.js"></script>
<script src="./static/js/marked.min.js"></script>
<script src="./static/js/diff.min.js"></script>
<script src="./static/js/coder.js?v=73"></script>
<script src="./static/js/app.js?v=73"></script>
<script src="./static/js/coder.js?v=75"></script>
<script src="./static/js/app.js?v=75"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="./static/js/semantic.min.js"></script>
<script src="./static/js/marked.min.js"></script>
<script src="./static/js/diff.min.js"></script>
<script src="./static/js/coder.js?v=73"></script>
<script src="./static/js/coder.js?v=75"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions frontend/requirement.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<script src="./static/js/semantic.min.js"></script>
<script src="./static/js/marked.min.js"></script>
<script src="./static/js/diff.min.js"></script>
<script src="./static/js/coder.js?v=73"></script>
<script src="./static/js/requirement.js?v=73"></script>
<script src="./static/js/coder.js?v=75"></script>
<script src="./static/js/requirement.js?v=75"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions frontend/setting.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<script src="./static/js/semantic.min.js"></script>
<script src="./static/js/marked.min.js"></script>
<script src="./static/js/diff.min.js"></script>
<script src="./static/js/coder.js?v=73"></script>
<script src="./static/js/setting.js?v=73"></script>
<script src="./static/js/coder.js?v=75"></script>
<script src="./static/js/setting.js?v=75"></script>
</head>

<body>
Expand Down

0 comments on commit 7531846

Please sign in to comment.