mirror of
https://github.com/gnu4cn/ts-learnings.git
synced 2024-12-25 12:20:16 +08:00
Updated.
This commit is contained in:
parent
da0c04e526
commit
5b5316cbd5
1
baidu_verify_code-2u6ghy1mlQ.html
Normal file
1
baidu_verify_code-2u6ghy1mlQ.html
Normal file
@ -0,0 +1 @@
|
||||
103114cbb9829311e7fe0b954d4ad85f
|
153
book.json
153
book.json
@ -1,85 +1,86 @@
|
||||
{
|
||||
"author": "Translated by Peng Hailin, laxers@gmail.com",
|
||||
"description": "这是一本TypeScript编程语言手册",
|
||||
"generator": "xfoss.com 网站",
|
||||
"pdf": {
|
||||
"fontSize": 12,
|
||||
"footerTemplate": null,
|
||||
"headerTemplate": null,
|
||||
"margin": {
|
||||
"bottom": 36,
|
||||
"left": 62,
|
||||
"right": 62,
|
||||
"top": 36
|
||||
},
|
||||
"pageNumbers": false,
|
||||
"paperSize": "a4"
|
||||
"author": "Translated by Peng Hailin, laxers@gmail.com",
|
||||
"description": "这是一本TypeScript编程语言手册",
|
||||
"generator": "xfoss.com 网站",
|
||||
"pdf": {
|
||||
"fontSize": 12,
|
||||
"footerTemplate": null,
|
||||
"headerTemplate": null,
|
||||
"margin": {
|
||||
"bottom": 36,
|
||||
"left": 62,
|
||||
"right": 62,
|
||||
"top": 36
|
||||
},
|
||||
"plugins": [
|
||||
"highlight-code",
|
||||
"fontsettings",
|
||||
"include-codeblock@^3.0.2",
|
||||
"tbfed-pagefooter@^0.0.1",
|
||||
"sectionx@^3.1.0",
|
||||
"sitemap",
|
||||
"code",
|
||||
"-lunr",
|
||||
"-search",
|
||||
"-sharing",
|
||||
"-fontsettings",
|
||||
"cuav-chapters",
|
||||
"heading-anchors",
|
||||
"splitter",
|
||||
"theme-door",
|
||||
"search-pro-fixed"
|
||||
],
|
||||
"variables": {
|
||||
"doorTheme": {
|
||||
"nav": [
|
||||
{
|
||||
"url": "https://rust-lang.xfoss.com",
|
||||
"target": "_blank",
|
||||
"name": "学习 Rust 编程语言 · ⚙️"
|
||||
},
|
||||
{
|
||||
"url": "https://java-lang.xfoss.com",
|
||||
"target": "_blank",
|
||||
"name": "学习 Java · ☕"
|
||||
},
|
||||
{
|
||||
"url": "https://ccna.xfoss.com",
|
||||
"target": "_blank",
|
||||
"name": "学习 “网络通信” 技术 CCNA · 🖧"
|
||||
},
|
||||
{
|
||||
"url": "https://xfoss.com",
|
||||
"target": "_blank",
|
||||
"name": "捐助,donation · 💰"
|
||||
}
|
||||
]
|
||||
}
|
||||
"pageNumbers": false,
|
||||
"paperSize": "a4"
|
||||
},
|
||||
"plugins": [
|
||||
"highlight-code",
|
||||
"include-codeblock@^3.0.2",
|
||||
"tbfed-pagefooter@^0.0.1",
|
||||
"sectionx@^3.1.0",
|
||||
"sitemap",
|
||||
"code",
|
||||
"page-toc-button",
|
||||
"-lunr",
|
||||
"-search",
|
||||
"-sharing",
|
||||
"cuav-chapters",
|
||||
"add-js-css",
|
||||
"heading-anchors",
|
||||
"navigation",
|
||||
"splitter",
|
||||
"search-pro2"
|
||||
],
|
||||
"pluginsConfig": {
|
||||
"page-toc-button": {
|
||||
"maxTocDepth": 2,
|
||||
"minTocSize": 2
|
||||
},
|
||||
"pluginsConfig": {
|
||||
"doorTheme": {
|
||||
"search-placeholder": "请输入关键字搜索",
|
||||
"logo": "./images/typescript-logo.png",
|
||||
"favicon": "./docs/images/typescript-fav-icon.png"
|
||||
"fontsettings": {
|
||||
"theme": "white",
|
||||
"family": "sans",
|
||||
"size": 2
|
||||
},
|
||||
"include-codeblock": {
|
||||
"template": "ace",
|
||||
"unindent": true,
|
||||
"edit": false
|
||||
},
|
||||
"tbfed-pagefooter": {
|
||||
"copyright": "Copyleft @ ts-lang.xfoss.com 2022 - now",
|
||||
"modify_label": "该文件修订时间:",
|
||||
"modify_format": "YYYY-MM-DD HH:mm:ss"
|
||||
},
|
||||
"sectionx": {
|
||||
"tag": "b"
|
||||
},
|
||||
"add-js-css": {
|
||||
"css": [ "./custom-style.css" ]
|
||||
},
|
||||
"navigation": {
|
||||
"navigatorList": [
|
||||
{
|
||||
"url": "https://rust-lang.xfoss.com",
|
||||
"name": "学习 Rust 编程语言 · ⚙️"
|
||||
},
|
||||
"include-codeblock": {
|
||||
"template": "ace",
|
||||
"unindent": true,
|
||||
"edit": true
|
||||
{
|
||||
"url": "https://java-lang.xfoss.com",
|
||||
"name": "学习 Java · ☕"
|
||||
},
|
||||
"tbfed-pagefooter": {
|
||||
"copyright": "Copyleft @ rust.xfoss.com 2022",
|
||||
"modify_label": "该文件修订时间:",
|
||||
"modify_format": "YYYY-MM-DD HH:mm:ss"
|
||||
{
|
||||
"url": "https://ccna.xfoss.com",
|
||||
"name": "学习 “网络通信” 技术 CCNA · 🖧"
|
||||
},
|
||||
"sectionx": {
|
||||
"tag": "b"
|
||||
},
|
||||
"sitemap": {
|
||||
"hostname": "https://ts-lang.xfoss.com/"
|
||||
{
|
||||
"url": "https://xfoss.com",
|
||||
"name": "捐助,donation · 💰"
|
||||
}
|
||||
]
|
||||
},
|
||||
"sitemap": {
|
||||
"hostname": "https://ts-lang.xfoss.com/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
53
custom-style.css
Normal file
53
custom-style.css
Normal file
@ -0,0 +1,53 @@
|
||||
div.book-header {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: #e4e4e4;
|
||||
border-radius: 100px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
li.nav-item>a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
i.fa {
|
||||
font-weight: bold;
|
||||
color: #5f5f5f;
|
||||
}
|
||||
|
||||
.page-toc-menu {
|
||||
background-color: #555555 !important;
|
||||
color: #cccccc !important;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1024px) {
|
||||
div.book-header {
|
||||
top: 30px;
|
||||
}
|
||||
.nav-list .nav-item a {
|
||||
font-size: small !important;
|
||||
}
|
||||
.nav-list .nav-item a:hover {
|
||||
color: #f59542 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1024px) {
|
||||
ul.nav-list {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.book-headr {
|
||||
top: 5px;
|
||||
}
|
||||
}
|
12518
package-lock.json
generated
12518
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
54
package.json
54
package.json
@ -25,35 +25,27 @@
|
||||
},
|
||||
"homepage": "https://github.com/gnu4cn/ts-learnings#readme",
|
||||
"devDependencies": {
|
||||
"@types/reflect-metadata": "^0.1.0",
|
||||
"@types/uuid": "^3.4.5",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-browserify": "^0.5.1",
|
||||
"gulp-clean": "^0.4.0",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-sourcemap": "^1.0.1",
|
||||
"gulp-sourcemaps": "^2.6.1",
|
||||
"gulp-typescript": "^5.0.1",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"live-server": "^1.2.0",
|
||||
"typescript": "^3.6.4",
|
||||
"gitbook-plugin-back-to-top-button": "^0.1.4",
|
||||
"gitbook-plugin-cuav-chapters": "^1.0.3",
|
||||
"gitbook-plugin-fontsettings": "^2.0.0",
|
||||
"gitbook-plugin-heading-anchors": "^1.0.3",
|
||||
"gitbook-plugin-highlight-code": "^1.0.0",
|
||||
"gitbook-plugin-theme-comscore": "^0.0.3",
|
||||
"honkit": "^4.0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"gitbook-plugin-ace": "^0.3.2",
|
||||
"gitbook-plugin-code": "^0.1.0",
|
||||
"gitbook-plugin-include-codeblock": "^3.2.3",
|
||||
"gitbook-plugin-search-pro-fixed": "^1.0.1",
|
||||
"gitbook-plugin-sectionx": "^3.1.0",
|
||||
"gitbook-plugin-sitemap": "^1.2.0",
|
||||
"gitbook-plugin-splitter": "^0.0.8",
|
||||
"gitbook-plugin-tbfed-pagefooter": "^0.0.1",
|
||||
"gitbook-plugin-theme-door": "^1.0.2"
|
||||
}
|
||||
"gitbook-plugin-add-js-css": "^0.0.1",
|
||||
"gitbook-plugin-back-to-top-button": "^0.1.4",
|
||||
"gitbook-plugin-cuav-chapters": "^1.0.3",
|
||||
"gitbook-plugin-fontsettings": "^2.0.0",
|
||||
"gitbook-plugin-heading-anchors": "^1.0.3",
|
||||
"gitbook-plugin-highlight-code": "^1.0.0",
|
||||
"gitbook-plugin-navigation": "^0.1.1",
|
||||
"gitbook-plugin-page-toc-button": "^0.1.1",
|
||||
"gitbook-plugin-search-pro2": "^1.0.2",
|
||||
"gitbook-plugin-sharing": "^1.0.2",
|
||||
"gitbook-plugin-theme-comscore": "^0.0.3",
|
||||
"gitbook-plugin-yh-changyan": "^1.0.0",
|
||||
"honkit": "^4.0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"gitbook-plugin-ace": "^0.3.2",
|
||||
"gitbook-plugin-code": "^0.1.0",
|
||||
"gitbook-plugin-include-codeblock": "^3.2.3",
|
||||
"gitbook-plugin-sectionx": "^3.1.0",
|
||||
"gitbook-plugin-sitemap": "^1.2.0",
|
||||
"gitbook-plugin-splitter": "^0.0.8",
|
||||
"gitbook-plugin-tbfed-pagefooter": "^0.0.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user