摘要:
let formatDate = function(value, type) { let date = new Date(value * 1000), Y = date.getFullYear(), m = date.getMonth() + 1, d = date.getDate(), h = date.getHours(... 阅读全文
摘要:
HTML Boilerplate Auto Close Tag 标签提示 HTML CSS Support 标签和样式编辑 Sublime Material Theme 主题 Sublime Text Keymap for VS Code 代码编辑快捷 View In Browser 从浏览器打开 阅读全文