From ec079bf363c529d20319500515bbf24d49143be7 Mon Sep 17 00:00:00 2001 From: chizhiga Date: Thu, 2 Nov 2023 17:31:07 +0800 Subject: [PATCH] test1 --- docs/comment/c.md | 0 docs/comment/index.md | 3 + docs/flying/eu.md | 4 +- docs/flying/jk.md | 4 +- mkdocs.yml | 99 +- overrides/partials/comments.html | 54 + site/404.html | 1835 +++++++++------- site/about/index.html | 1843 +++++++++------- site/about/people/index.html | 1853 ++++++++++------- site/about/thanks/index.html | 1843 +++++++++------- site/advertising/index.html | 1845 +++++++++------- .../assets/javascripts/bundle.a00a7c5e.min.js | 29 - .../javascripts/bundle.a00a7c5e.min.js.map | 8 - .../assets/javascripts/bundle.aecac24b.min.js | 29 + .../javascripts/bundle.aecac24b.min.js.map | 7 + .../javascripts/lunr/min/lunr.el.min.js | 1 + .../javascripts/lunr/min/lunr.he.min.js | 1 + .../javascripts/lunr/min/lunr.hy.min.js | 1 + .../javascripts/lunr/min/lunr.kn.min.js | 1 + .../javascripts/lunr/min/lunr.ko.min.js | 2 +- .../javascripts/lunr/min/lunr.sa.min.js | 1 + .../javascripts/lunr/min/lunr.te.min.js | 1 + .../javascripts/lunr/min/lunr.zh.min.js | 2 +- site/assets/javascripts/lunr/wordcut.js | 4 +- ...db81ec45.min.js => search.f886a092.min.js} | 18 +- ....min.js.map => search.f886a092.min.js.map} | 9 +- site/assets/stylesheets/main.0d440cfe.min.css | 1 - .../stylesheets/main.0d440cfe.min.css.map | 1 - site/assets/stylesheets/main.35e1ed30.min.css | 1 + .../stylesheets/main.35e1ed30.min.css.map | 1 + .../stylesheets/palette.2505c338.min.css | 1 - .../stylesheets/palette.2505c338.min.css.map | 1 - .../stylesheets/palette.356b1318.min.css | 1 + .../stylesheets/palette.356b1318.min.css.map | 1 + site/flying/eu/2023/temp/index.html | 1847 +++++++++------- site/flying/eu/index.html | 1843 +++++++++------- site/flying/hk/2023/temp/index.html | 1847 +++++++++------- site/flying/index.html | 1843 +++++++++------- site/flying/jk/2023/temp/index.html | 1847 +++++++++------- site/flying/jk/index.html | 1843 +++++++++------- site/flying/na/2023/temp/index.html | 1847 +++++++++------- site/flying/na/index.html | 1843 +++++++++------- .../prepare/common/eu-common-wzr/index.html | 1847 +++++++++------- site/flying/prepare/common/uk-info/index.html | 1847 +++++++++------- site/flying/prepare/prepare/index.html | 1843 +++++++++------- site/flying/uk-hk/index.html | 1843 +++++++++------- site/flying/uk/2023/temp/index.html | 1847 +++++++++------- site/index.html | 1843 +++++++++------- site/join/index.html | 1843 +++++++++------- site/learning/competition/index.html | 1843 +++++++++------- site/learning/index.html | 1843 +++++++++------- site/learning/lab/index.html | 1843 +++++++++------- site/learning/miec-gpa/index.html | 1843 +++++++++------- site/learning/public/index.html | 1843 +++++++++------- site/search/search_index.json | 2 +- site/sitemap.xml | 62 +- site/sitemap.xml.gz | Bin 393 -> 393 bytes site/sprint/baoyan/index.html | 1843 +++++++++------- site/sprint/index.html | 1843 +++++++++------- site/sprint/kaoyan/index.html | 1843 +++++++++------- site/work/index.html | 1845 +++++++++------- site/work/intern/intern/index.html | 1843 +++++++++------- site/work/package/2023/temp/index.html | 1847 +++++++++------- site/work/package/index.html | 1843 +++++++++------- 64 files changed, 36687 insertions(+), 22677 deletions(-) create mode 100644 docs/comment/c.md create mode 100644 docs/comment/index.md create mode 100644 overrides/partials/comments.html delete mode 100644 site/assets/javascripts/bundle.a00a7c5e.min.js delete mode 100644 site/assets/javascripts/bundle.a00a7c5e.min.js.map create mode 100644 site/assets/javascripts/bundle.aecac24b.min.js create mode 100644 site/assets/javascripts/bundle.aecac24b.min.js.map create mode 100644 site/assets/javascripts/lunr/min/lunr.el.min.js create mode 100644 site/assets/javascripts/lunr/min/lunr.he.min.js create mode 100644 site/assets/javascripts/lunr/min/lunr.hy.min.js create mode 100644 site/assets/javascripts/lunr/min/lunr.kn.min.js create mode 100644 site/assets/javascripts/lunr/min/lunr.sa.min.js create mode 100644 site/assets/javascripts/lunr/min/lunr.te.min.js rename site/assets/javascripts/workers/{search.db81ec45.min.js => search.f886a092.min.js} (66%) rename site/assets/javascripts/workers/{search.db81ec45.min.js.map => search.f886a092.min.js.map} (79%) delete mode 100644 site/assets/stylesheets/main.0d440cfe.min.css delete mode 100644 site/assets/stylesheets/main.0d440cfe.min.css.map create mode 100644 site/assets/stylesheets/main.35e1ed30.min.css create mode 100644 site/assets/stylesheets/main.35e1ed30.min.css.map delete mode 100644 site/assets/stylesheets/palette.2505c338.min.css delete mode 100644 site/assets/stylesheets/palette.2505c338.min.css.map create mode 100644 site/assets/stylesheets/palette.356b1318.min.css create mode 100644 site/assets/stylesheets/palette.356b1318.min.css.map diff --git a/docs/comment/c.md b/docs/comment/c.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/comment/index.md b/docs/comment/index.md new file mode 100644 index 00000000..eb7c262c --- /dev/null +++ b/docs/comment/index.md @@ -0,0 +1,3 @@ +# 功能简介 + +Under construction. \ No newline at end of file diff --git a/docs/flying/eu.md b/docs/flying/eu.md index aaea1438..c6dc612e 100644 --- a/docs/flying/eu.md +++ b/docs/flying/eu.md @@ -1,3 +1,3 @@ -# 欧陆合集 +# 欧洲合集 -申请欧洲大陆院校 +申请欧洲院校 diff --git a/docs/flying/jk.md b/docs/flying/jk.md index 71cd9efd..dc104b94 100644 --- a/docs/flying/jk.md +++ b/docs/flying/jk.md @@ -1,3 +1,3 @@ -# 英港新合集 +# 亚洲合集 -申请英港新院校 \ No newline at end of file +申请亚洲院校 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 00980e13..a30be29a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -33,38 +33,63 @@ nav: - 英国留学信息搜索: flying/prepare/common/uk-info.md - 信息科普: - 欧陆留学科普帖: flying/prepare/common/eu-common-wzr.md + - 英港新: + - 英港新数据总览: flying/uk-hk.md + - 英国案例: + - Cambridge EECS @23fall: flying/hk/2023/temp.md + - 港新案例: + - HKUST SE @23fall: flying/uk/2023/temp.md + - 北美: + - 北美数据总览: flying/na.md + - 北美案例: + - MIT Robotics @23fall: flying/na/2023/temp.md + - 欧洲: + - 欧洲数据总览: flying/eu.md + - 申请案例: + - ETH 自动化 @23fall: flying/eu/2023/temp.md + - 亚洲: + - 亚洲数据总览: flying/jk.md + - 新加坡案例: + - 东京工业大学 控制 @23fall: flying/jk/2023/temp.md + - 日本案例: + - 东京工业大学 控制 @23fall: flying/jk/2023/temp.md + - 韩国案例: + - 东京工业大学 控制 @23fall: flying/jk/2023/temp.md + - 香港案例: + - 东京工业大学 控制 @23fall: flying/jk/2023/temp.md + -# —————————————————————————————————————————————————————— +# # —————————————————————————————————————————————————————— - - 英港新: - # - - - 英港新数据总览: flying/uk-hk.md - - 英国案例: - - Cambridge EECS @23fall: flying/hk/2023/temp.md - - 港新案例: - - HKUST SE @23fall: flying/uk/2023/temp.md +# - 英港新: +# # - +# - 英港新数据总览: flying/uk-hk.md +# - 英国案例: +# - Cambridge EECS @23fall: flying/hk/2023/temp.md +# - 港新案例: +# - HKUST SE @23fall: flying/uk/2023/temp.md -# —————————————————————————————————————————————————————— +# # —————————————————————————————————————————————————————— - - 北美: - # - - - 北美数据总览: flying/na.md - - 北美案例: - - MIT Robotics @23fall: flying/na/2023/temp.md +# - 北美: +# # - +# - 北美数据总览: flying/na.md +# - 北美案例: +# - MIT Robotics @23fall: flying/na/2023/temp.md -# —————————————————————————————————————————————————————— +# # —————————————————————————————————————————————————————— - - 欧陆: - - 欧陆数据总览: flying/eu.md - - 申请案例: - - ETH 自动化 @23fall: flying/eu/2023/temp.md +# - 欧洲: +# - 欧洲数据总览: flying/eu.md +# - 申请案例: +# - ETH 自动化 @23fall: flying/eu/2023/temp.md -# —————————————————————————————————————————————————————— +# # —————————————————————————————————————————————————————— - - 亚洲: - - 日韩数据总览: flying/jk.md - - 申请案例: - - 东京工业大学 控制 @23fall: flying/jk/2023/temp.md +# - 亚洲: +# - 日韩数据总览: flying/jk.md +# - 申请案例: +# - 东京工业大学 控制 @23fall: flying/jk/2023/temp.md # —————————————————————————————————————————————————————— @@ -75,6 +100,18 @@ nav: - 关于考研: sprint/kaoyan/index.md + +# —————————————————————————————————————————————————————— + + - 实习就业: + - work/index.md + - 大三实习学期: + - work/intern/intern.md + - 秋招包裹分享: + - work/package/index.md + - 2023秋招: + - 星网锐捷12k 15薪: work/package/2023/temp.md + # —————————————————————————————————————————————————————— - 修读指北: @@ -87,17 +124,12 @@ nav: - 关于科研: learning/lab/index.md - # —————————————————————————————————————————————————————— - - 实习就业: - - work/index.md - - 大三实习学期: - - work/intern/intern.md - - 秋招包裹分享: - - work/package/index.md - - 2023秋招: - - 星网锐捷12k 15薪: work/package/2023/temp.md + - 自由评论: + - comment/index.md + - 评论区: comment/c.md + # —————————————————————————————————————————————————————— @@ -135,6 +167,7 @@ theme: language: zh # 一些提示性的文字会变成中文 icon: # 'clound' 右上角图标的另一种样式,需要注释下行 repo: fontawesome/brands/github + custom_dir: overrides edit_uri: edit/main/docs # 编辑按钮跳转的链接 ## [bottom-left corner] diff --git a/overrides/partials/comments.html b/overrides/partials/comments.html new file mode 100644 index 00000000..b8a50f5a --- /dev/null +++ b/overrides/partials/comments.html @@ -0,0 +1,54 @@ +{% if page.meta.comments %} +

{{ lang.t("meta.comments") }}

+ + + + +{% endif %} diff --git a/site/404.html b/site/404.html index 901b2f2d..bf140706 100644 --- a/site/404.html +++ b/site/404.html @@ -14,8 +14,9 @@ + - + @@ -23,15 +24,18 @@ - + - + + + + @@ -89,6 +93,7 @@
@@ -108,29 +113,36 @@
-
- - - - - - - - - - - - - -
+ +
+ + + + + + + + + + + + + + + + + +
+ - - - - - - - - - - - - - - - + +
+ + + + + + + + + + + + + + + + + +
+ - - - - - - - - - - - - - - - + +
+ + + + + + + + + + + + + + + + + +
+ - - - - - - - - - - - - - - - + +
+ + + + + + + + + + + + + + + + + +
+ - - - - - - - - - - - - - - - + +
+ + + + + + + + + + + + + + + + + +
+ - - - - - - - - - - - - - - - + +
+ + + + + + + + + + + + + + + + + +
+ - - - - - - - - - - - - - - - + +
+ + + + + + + + + + + + + + + + + +
+ - - - - - - - - - - - - - - - + +
+ + + + + + + + + + + + + + + + + +
+ - - - - - - - - - - - - - - - + +
+ + + + + + + + + + + + + + + + + +
+ - - - - - - - - - - - - - - - + +
+ + + + + + + + + + + + + + + + + +
+ - - - - - - - - - - - - - - - + +
+ + + + + + + + + + + + + + + + + +
+ - - - - - - - - - - - - - - - + +
+ + + + + + + + + + + + + + + + + +
+ - - - - - - - - - - - - - - - + +
+ + + + + + + + + + + + + + + + + +
+ - - - - - - - - - - - - - - - + +
+ + + + + + + + + + + + + + + + + +
+ - - - - - - - - - - - - - - - + +
+ + + + + + + + + + + + + + + + + +
+ - - - - - - - - - - - - - - - + +
+ + + + + + + + + + + + + + + + + +
+