This commit is contained in:
Huang,Yonggang 2024-07-04 11:00:46 +08:00
parent e90d72185f
commit bc2f5b8399
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
<script>
var todayurl, tomorrowurl;
var seasonurl;
var drafturl = "https://simp.ly/p/j1SspP";
var drafturl = "https://app.simplenote.com/p/j1SspP";
var year = datestr().slice(0, 4);
var month = datestr().slice(4, 6);
var season = Math.ceil(parseInt(month) / 3);