Commit 171994ae authored by liziwl's avatar liziwl
Browse files

update comment

parent 33d69ec5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -26,7 +26,8 @@
    mounted () {
    function bus_redirect(){
        // JSON is from https://github.com/NateScarlet/holiday-cn
        // need to update by year
        // need to update by year.
        // Download the JSON to path "docs/.vuepress/public/YYYY.json"
        $.getJSON("/2021.json", function (data) {
            var day_map = {};
            for (let i = 0; i < data.days.length; i++) {