Skip to content

Commit

Permalink
10.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nano2dev committed Jan 29, 2024
1 parent 25f542f commit db04501
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions appcache
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dist/vue.min.js
dist/axios.min.js
dist/easy.qrcode.min.js
dist/nanocurrency.min.js
dist/style.css?v=10.0.6
dist/app.js?v=10.0.6
dist/style.css?v=10.0.7
dist/app.js?v=10.0.7
6 changes: 3 additions & 3 deletions dist/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -596,10 +596,10 @@ var nano = new Vue({
var baseline = _goal.split(':')[2]
var balance = Number(account_info.balance).toFixed(2)
if (baseline) balance = Number(Number(balance) - Number(baseline)).toFixed(2)
var title = _goal ? _goal.split(':')[0] : false
var total = _goal ? _goal.split(':')[1] : false
var title = _goal ? _goal.split(':')[1] : false
var total = _goal ? _goal.split(':')[0] : false
// support reverse title and total
if (Number(total)) {
if (Number(title)) {
title = _goal ? _goal.split(':')[0] : false
total = _goal ? _goal.split(':')[1] : false
}
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<meta property="twitter:image" content="dist/images/cover.png">
<link rel="apple-touch-icon" href="dist/images/new_icon.png">
<link rel="icon" type="image/png" href="dist/favicon.png">
<link rel="stylesheet" href="dist/style.css?v=10.0.6">
<link rel="stylesheet" href="dist/big-picture.css?v=10.0.6">
<link rel="stylesheet" href="dist/style.css?v=10.0.7">
<link rel="stylesheet" href="dist/big-picture.css?v=10.0.7">
<link rel="manifest" href="dist/manifest.json">
<script>
function queryToObject(string) {
Expand Down Expand Up @@ -363,6 +363,6 @@ <h1 v-if="!checkout.amount" :style="`color:${checkout.color && checkout.color.te
<script src="dist/axios.min.js"></script>
<script src="dist/easy.qrcode.min.js"></script>
<script src="dist/nanocurrency.min.js"></script>
<script src="dist/app.js?v=10.0.6"></script>
<script src="dist/app.js?v=10.0.7"></script>
</body>
</html>

0 comments on commit db04501

Please sign in to comment.