Skip to content

Commit

Permalink
docs: edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanyf committed Aug 14, 2020
1 parent e785137 commit 9461a92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ES6 入门教程

官方镜像:[网道(WangDoc.com)](https://wangdoc.com/es6/)

《ECMAScript 6 入门教程》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新引入的语法特性。

[![cover](images/cover_thumbnail_3rd.jpg)](images/cover-3rd.jpg)
Expand Down
4 changes: 2 additions & 2 deletions js/ditto.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ function li_create_linkage(li_tag, header_level) {
}

function create_banner(element) {
// 2020年8月15日
var deadline = new Date(2020, 7, 15);
// 2020年12月1日
var deadline = new Date(2020, 11, 1);
if (deadline - (new Date()) < 0) return;

var styleStr = [
Expand Down
2 changes: 0 additions & 2 deletions tencent9908947001655912037.txt

This file was deleted.

0 comments on commit 9461a92

Please sign in to comment.