mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
Revert "Update calender"
This reverts commit 878ef684b929ef601b04f06f93adf40d245f2d59.
This commit is contained in:
parent
16e3e5f848
commit
f46df03823
1 changed files with 3 additions and 3 deletions
|
@ -9,21 +9,21 @@ mk-calendar-home-widget(data-special={ special })
|
|||
div
|
||||
p
|
||||
| 今日:
|
||||
b { Math.floor(day-p*100)/100 }%
|
||||
b { day-p.to-fixed(1) }%
|
||||
div.meter
|
||||
div.val(style={ 'width:' + day-p + '%' })
|
||||
|
||||
div
|
||||
p
|
||||
| 今月:
|
||||
b { Math.floor(month-p*100)/100 }%
|
||||
b { month-p.to-fixed(1) }%
|
||||
div.meter
|
||||
div.val(style={ 'width:' + month-p + '%' })
|
||||
|
||||
div
|
||||
p
|
||||
| 今年:
|
||||
b { Math.floor(year-p*100)/100 }%
|
||||
b { year-p.to-fixed(1) }%
|
||||
div.meter
|
||||
div.val(style={ 'width:' + year-p + '%' })
|
||||
|
||||
|
|
Loading…
Reference in a new issue