This commit is contained in:
Nofated095 2021-07-01 08:40:10 +08:00
parent 268cee9871
commit 6e383bc039
515 changed files with 228 additions and 22418 deletions

@ -1 +1 @@
Subproject commit bcef2c9390b19711ab41f571f6f9fb708383ccab
Subproject commit b5601e5a83408c31771279e4bf257bb07341074c

View File

@ -13,7 +13,7 @@ timezone: ''
# URL
## If your site is put in a subdirectory, set url as 'http://example.com/child' and root as '/child/'
url: http://nofated.gitee.io
url: https://nofated095.github.io
root: /
permalink: :year/:month/:day/:title/
permalink_defaults:
@ -98,6 +98,11 @@ ignore:
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
plugins: hexo-generator-feed
feed:
type: atom
path: atom.xml
limit: 20
theme: icarus
# Deployment
@ -109,4 +114,5 @@ deploy:
github: https://github.com/Nofated095/nofated095.github.io.git,master
aplayer:
meting: true
meting: true

File diff suppressed because one or more lines are too long

177
package-lock.json generated
View File

@ -10,10 +10,11 @@
"dependencies": {
"bulma-stylus": "^0.8.0",
"hexo": "^5.0.0",
"hexo-component-inferno": "^0.11.3",
"hexo-component-inferno": "^0.12.0",
"hexo-deployer-git": "^3.0.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^1.0.0",
@ -23,6 +24,7 @@
"hexo-server": "^2.0.0",
"hexo-tag-aplayer": "^3.0.4",
"hexo-theme-landscape": "^0.0.3",
"hexo-theme-suka": "^1.4.0",
"inferno": "^7.4.7",
"inferno-create-element": "^7.4.7"
}
@ -2112,6 +2114,17 @@
"node": ">=0.10.0"
}
},
"node_modules/clipboard": {
"version": "1.7.1",
"resolved": "https://registry.npm.taobao.org/clipboard/download/clipboard-1.7.1.tgz",
"integrity": "sha1-Ng1taUbpmnof7zleQrqStem1oWs=",
"optional": true,
"dependencies": {
"good-listener": "^1.2.2",
"select": "^1.1.2",
"tiny-emitter": "^2.0.0"
}
},
"node_modules/clone-deep": {
"version": "4.0.1",
"resolved": "https://registry.npm.taobao.org/clone-deep/download/clone-deep-4.0.1.tgz",
@ -2393,6 +2406,12 @@
"node": ">=0.10.0"
}
},
"node_modules/delegate": {
"version": "3.2.0",
"resolved": "https://registry.npm.taobao.org/delegate/download/delegate-3.2.0.tgz",
"integrity": "sha1-tmtxwxWFIuirV0T3INjKDCr1kWY=",
"optional": true
},
"node_modules/depd": {
"version": "2.0.0",
"resolved": "https://registry.npm.taobao.org/depd/download/depd-2.0.0.tgz",
@ -2885,6 +2904,15 @@
"node": ">=4"
}
},
"node_modules/good-listener": {
"version": "1.2.2",
"resolved": "https://registry.npm.taobao.org/good-listener/download/good-listener-1.2.2.tgz",
"integrity": "sha1-1TswzfkxPf+33JoNR3CWqm0UXFA=",
"optional": true,
"dependencies": {
"delegate": "^3.1.2"
}
},
"node_modules/graceful-fs": {
"version": "4.2.6",
"resolved": "https://registry.npm.taobao.org/graceful-fs/download/graceful-fs-4.2.6.tgz?cache=0&sync_timestamp=1612893309139&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fgraceful-fs%2Fdownload%2Fgraceful-fs-4.2.6.tgz",
@ -3069,9 +3097,9 @@
}
},
"node_modules/hexo-component-inferno": {
"version": "0.11.3",
"resolved": "https://registry.nlark.com/hexo-component-inferno/download/hexo-component-inferno-0.11.3.tgz",
"integrity": "sha1-eiXwc/HnZxOQah5D2KmwKn/z1B8=",
"version": "0.12.0",
"resolved": "https://registry.nlark.com/hexo-component-inferno/download/hexo-component-inferno-0.12.0.tgz",
"integrity": "sha1-sOxs6hVPowMMEeu+DWsbUJHE/5g=",
"dependencies": {
"ajv": "^6.10.2",
"inferno": "^7.3.3",
@ -3199,6 +3227,18 @@
"node": ">=8.6.0"
}
},
"node_modules/hexo-generator-feed": {
"version": "3.0.0",
"resolved": "https://registry.npm.taobao.org/hexo-generator-feed/download/hexo-generator-feed-3.0.0.tgz",
"integrity": "sha1-QSbvXjCCZMQlmfsO/a+I7RH6WZ4=",
"dependencies": {
"hexo-util": "^2.1.0",
"nunjucks": "^3.0.0"
},
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/hexo-generator-index": {
"version": "2.0.0",
"resolved": "https://registry.npm.taobao.org/hexo-generator-index/download/hexo-generator-index-2.0.0.tgz",
@ -3860,6 +3900,16 @@
"resolved": "https://registry.npm.taobao.org/hexo-theme-landscape/download/hexo-theme-landscape-0.0.3.tgz",
"integrity": "sha1-h9H01hPam+UkXa0NS4BHnqtw04Y="
},
"node_modules/hexo-theme-suka": {
"version": "1.4.0",
"resolved": "https://registry.nlark.com/hexo-theme-suka/download/hexo-theme-suka-1.4.0.tgz",
"integrity": "sha1-QuCGV8a55hc4bpFeqcqJL9xo7lo=",
"dependencies": {
"node-prismjs": "0.1.2",
"prismjs": "^1.17.1",
"qr-image": "3.2.0"
}
},
"node_modules/hexo-util": {
"version": "2.5.0",
"resolved": "https://registry.nlark.com/hexo-util/download/hexo-util-2.5.0.tgz?cache=0&sync_timestamp=1620209007934&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fhexo-util%2Fdownload%2Fhexo-util-2.5.0.tgz",
@ -4667,6 +4717,22 @@
"node": ">=0.10.0"
}
},
"node_modules/node-prismjs": {
"version": "0.1.2",
"resolved": "https://registry.npm.taobao.org/node-prismjs/download/node-prismjs-0.1.2.tgz",
"integrity": "sha1-2/vGLSIQ4WSdndimxqLX1sqZoPk=",
"dependencies": {
"prismjs": "~1.6.0"
}
},
"node_modules/node-prismjs/node_modules/prismjs": {
"version": "1.6.0",
"resolved": "https://registry.nlark.com/prismjs/download/prismjs-1.6.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fprismjs%2Fdownload%2Fprismjs-1.6.0.tgz",
"integrity": "sha1-EY2V+3pm26InLjQ7NF9SNmWds2U=",
"optionalDependencies": {
"clipboard": "^1.5.5"
}
},
"node_modules/node-releases": {
"version": "1.1.73",
"resolved": "https://registry.nlark.com/node-releases/download/node-releases-1.1.73.tgz?cache=0&sync_timestamp=1623060295334&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnode-releases%2Fdownload%2Fnode-releases-1.1.73.tgz",
@ -5082,6 +5148,11 @@
"node": ">=6"
}
},
"node_modules/qr-image": {
"version": "3.2.0",
"resolved": "https://registry.npm.taobao.org/qr-image/download/qr-image-3.2.0.tgz",
"integrity": "sha1-n6gpW+rlDEoUnPn5CaHbRkqGcug="
},
"node_modules/randomatic": {
"version": "3.1.1",
"resolved": "https://registry.npm.taobao.org/randomatic/download/randomatic-3.1.1.tgz",
@ -5334,6 +5405,12 @@
"resolved": "https://registry.npm.taobao.org/sax/download/sax-1.2.4.tgz",
"integrity": "sha1-KBYjTiN4vdxOU1T6tcqold9xANk="
},
"node_modules/select": {
"version": "1.1.2",
"resolved": "https://registry.npm.taobao.org/select/download/select-1.1.2.tgz",
"integrity": "sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0=",
"optional": true
},
"node_modules/semver": {
"version": "7.3.5",
"resolved": "https://registry.npm.taobao.org/semver/download/semver-7.3.5.tgz?cache=0&sync_timestamp=1616463641178&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsemver%2Fdownload%2Fsemver-7.3.5.tgz",
@ -5919,6 +5996,12 @@
"resolved": "https://registry.npm.taobao.org/timsort/download/timsort-0.3.0.tgz",
"integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q="
},
"node_modules/tiny-emitter": {
"version": "2.1.0",
"resolved": "https://registry.npm.taobao.org/tiny-emitter/download/tiny-emitter-2.1.0.tgz",
"integrity": "sha1-HRpW7fxRxD6GPLtTgqcjMONVVCM=",
"optional": true
},
"node_modules/titlecase": {
"version": "1.1.3",
"resolved": "https://registry.npm.taobao.org/titlecase/download/titlecase-1.1.3.tgz",
@ -7687,6 +7770,17 @@
}
}
},
"clipboard": {
"version": "1.7.1",
"resolved": "https://registry.npm.taobao.org/clipboard/download/clipboard-1.7.1.tgz",
"integrity": "sha1-Ng1taUbpmnof7zleQrqStem1oWs=",
"optional": true,
"requires": {
"good-listener": "^1.2.2",
"select": "^1.1.2",
"tiny-emitter": "^2.0.0"
}
},
"clone-deep": {
"version": "4.0.1",
"resolved": "https://registry.npm.taobao.org/clone-deep/download/clone-deep-4.0.1.tgz",
@ -7927,6 +8021,12 @@
"isobject": "^3.0.1"
}
},
"delegate": {
"version": "3.2.0",
"resolved": "https://registry.npm.taobao.org/delegate/download/delegate-3.2.0.tgz",
"integrity": "sha1-tmtxwxWFIuirV0T3INjKDCr1kWY=",
"optional": true
},
"depd": {
"version": "2.0.0",
"resolved": "https://registry.npm.taobao.org/depd/download/depd-2.0.0.tgz",
@ -8314,6 +8414,15 @@
"resolved": "https://registry.nlark.com/globals/download/globals-11.12.0.tgz?cache=0&sync_timestamp=1622088036473&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fglobals%2Fdownload%2Fglobals-11.12.0.tgz",
"integrity": "sha1-q4eVM4hooLq9hSV1gBjCp+uVxC4="
},
"good-listener": {
"version": "1.2.2",
"resolved": "https://registry.npm.taobao.org/good-listener/download/good-listener-1.2.2.tgz",
"integrity": "sha1-1TswzfkxPf+33JoNR3CWqm0UXFA=",
"optional": true,
"requires": {
"delegate": "^3.1.2"
}
},
"graceful-fs": {
"version": "4.2.6",
"resolved": "https://registry.npm.taobao.org/graceful-fs/download/graceful-fs-4.2.6.tgz?cache=0&sync_timestamp=1612893309139&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fgraceful-fs%2Fdownload%2Fgraceful-fs-4.2.6.tgz",
@ -8456,9 +8565,9 @@
}
},
"hexo-component-inferno": {
"version": "0.11.3",
"resolved": "https://registry.nlark.com/hexo-component-inferno/download/hexo-component-inferno-0.11.3.tgz",
"integrity": "sha1-eiXwc/HnZxOQah5D2KmwKn/z1B8=",
"version": "0.12.0",
"resolved": "https://registry.nlark.com/hexo-component-inferno/download/hexo-component-inferno-0.12.0.tgz",
"integrity": "sha1-sOxs6hVPowMMEeu+DWsbUJHE/5g=",
"requires": {
"ajv": "^6.10.2",
"inferno": "^7.3.3",
@ -8564,6 +8673,15 @@
"hexo-pagination": "1.0.0"
}
},
"hexo-generator-feed": {
"version": "3.0.0",
"resolved": "https://registry.npm.taobao.org/hexo-generator-feed/download/hexo-generator-feed-3.0.0.tgz",
"integrity": "sha1-QSbvXjCCZMQlmfsO/a+I7RH6WZ4=",
"requires": {
"hexo-util": "^2.1.0",
"nunjucks": "^3.0.0"
}
},
"hexo-generator-index": {
"version": "2.0.0",
"resolved": "https://registry.npm.taobao.org/hexo-generator-index/download/hexo-generator-index-2.0.0.tgz",
@ -9090,6 +9208,16 @@
"resolved": "https://registry.npm.taobao.org/hexo-theme-landscape/download/hexo-theme-landscape-0.0.3.tgz",
"integrity": "sha1-h9H01hPam+UkXa0NS4BHnqtw04Y="
},
"hexo-theme-suka": {
"version": "1.4.0",
"resolved": "https://registry.nlark.com/hexo-theme-suka/download/hexo-theme-suka-1.4.0.tgz",
"integrity": "sha1-QuCGV8a55hc4bpFeqcqJL9xo7lo=",
"requires": {
"node-prismjs": "0.1.2",
"prismjs": "^1.17.1",
"qr-image": "3.2.0"
}
},
"hexo-util": {
"version": "2.5.0",
"resolved": "https://registry.nlark.com/hexo-util/download/hexo-util-2.5.0.tgz?cache=0&sync_timestamp=1620209007934&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fhexo-util%2Fdownload%2Fhexo-util-2.5.0.tgz",
@ -9707,6 +9835,24 @@
"resolved": "https://registry.npm.taobao.org/node-modules-regexp/download/node-modules-regexp-1.0.0.tgz",
"integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA="
},
"node-prismjs": {
"version": "0.1.2",
"resolved": "https://registry.npm.taobao.org/node-prismjs/download/node-prismjs-0.1.2.tgz",
"integrity": "sha1-2/vGLSIQ4WSdndimxqLX1sqZoPk=",
"requires": {
"prismjs": "~1.6.0"
},
"dependencies": {
"prismjs": {
"version": "1.6.0",
"resolved": "https://registry.nlark.com/prismjs/download/prismjs-1.6.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fprismjs%2Fdownload%2Fprismjs-1.6.0.tgz",
"integrity": "sha1-EY2V+3pm26InLjQ7NF9SNmWds2U=",
"requires": {
"clipboard": "^1.5.5"
}
}
}
},
"node-releases": {
"version": "1.1.73",
"resolved": "https://registry.nlark.com/node-releases/download/node-releases-1.1.73.tgz?cache=0&sync_timestamp=1623060295334&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnode-releases%2Fdownload%2Fnode-releases-1.1.73.tgz",
@ -10011,6 +10157,11 @@
"resolved": "https://registry.npm.taobao.org/punycode/download/punycode-2.1.1.tgz",
"integrity": "sha1-tYsBCsQMIsVldhbI0sLALHv0eew="
},
"qr-image": {
"version": "3.2.0",
"resolved": "https://registry.npm.taobao.org/qr-image/download/qr-image-3.2.0.tgz",
"integrity": "sha1-n6gpW+rlDEoUnPn5CaHbRkqGcug="
},
"randomatic": {
"version": "3.1.1",
"resolved": "https://registry.npm.taobao.org/randomatic/download/randomatic-3.1.1.tgz",
@ -10223,6 +10374,12 @@
"resolved": "https://registry.npm.taobao.org/sax/download/sax-1.2.4.tgz",
"integrity": "sha1-KBYjTiN4vdxOU1T6tcqold9xANk="
},
"select": {
"version": "1.1.2",
"resolved": "https://registry.npm.taobao.org/select/download/select-1.1.2.tgz",
"integrity": "sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0=",
"optional": true
},
"semver": {
"version": "7.3.5",
"resolved": "https://registry.npm.taobao.org/semver/download/semver-7.3.5.tgz?cache=0&sync_timestamp=1616463641178&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsemver%2Fdownload%2Fsemver-7.3.5.tgz",
@ -10699,6 +10856,12 @@
"resolved": "https://registry.npm.taobao.org/timsort/download/timsort-0.3.0.tgz",
"integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q="
},
"tiny-emitter": {
"version": "2.1.0",
"resolved": "https://registry.npm.taobao.org/tiny-emitter/download/tiny-emitter-2.1.0.tgz",
"integrity": "sha1-HRpW7fxRxD6GPLtTgqcjMONVVCM=",
"optional": true
},
"titlecase": {
"version": "1.1.3",
"resolved": "https://registry.npm.taobao.org/titlecase/download/titlecase-1.1.3.tgz",

View File

@ -14,10 +14,11 @@
"dependencies": {
"bulma-stylus": "^0.8.0",
"hexo": "^5.0.0",
"hexo-component-inferno": "^0.11.3",
"hexo-component-inferno": "^0.12.0",
"hexo-deployer-git": "^3.0.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^1.0.0",
@ -27,7 +28,8 @@
"hexo-server": "^2.0.0",
"hexo-tag-aplayer": "^3.0.4",
"hexo-theme-landscape": "^0.0.3",
"hexo-theme-suka": "^1.4.0",
"inferno": "^7.4.7",
"inferno-create-element": "^7.4.7"
}
}
}

View File

@ -80,8 +80,7 @@ window.onload=function(){
如果你确定你做好了分区,那么就点击「现在安装」进行下一步的配置。一般来说也是一路 Next 下去,设置一下个人信息就好了。如果确认设置无误,可以正式开始安装。因为 U 盘的读写性能比较低而且虚拟机有性能损耗,安装过程会比较长,不过一般都会在一个小时内结束。(所以建议拿读写速度快的硬盘安装)
![](https://pic.rmb.bdstatic.com/bjh/1351ecb335ec23b88b71797611c633af.png)
![安装完成后点击继续试用然后点击右上角关机](https://pic.rmb.bdstatic.com/bjh/11017f89f5246b1cc14eb2cc21d67f39.png)
![关机后打开虚拟机设置,将「选项」选项卡中「高级」设置项中的「通过 EFI 而非 BIOS 引导」选中,然后点击「确定」](https://pic.rmb.bdstatic.com/bjh/9dc9dd1ed5cb57872072dd00b97d36e7.png)
![关机后打开虚拟机设置,将「选项」/「高级」设置项中的「固件类型」选择「UEFI」然后点击「确定」](https://pic.rmb.bdstatic.com/bjh/6a25900f15bc86dbbf74948d4d38d5d3.png)
![重新开启虚拟机点击「Enter」](https://pic.rmb.bdstatic.com/bjh/1cee303d98eed696ec54d6ae22a79257.png)
在 LiveCD 中,打开终端

View File

@ -29,31 +29,45 @@ categories:
### 卸载 Office可选
点击工具箱,找到修复工具中的移除 Office选择使用 Office Tool Plus 卸载点击开始。Office Tool Plus 会自动删除计算机中存在的 Office 版本并解除关联。
![双击运行 RunMe.bat](https://pic.rmb.bdstatic.com/bjh/d545aa9d010c091f98543b5f49990c63.png)
![点击「工具箱」](https://pic.rmb.bdstatic.com/bjh/6585aa79a59be49f882df758fe87b9c2.png)
找到修复工具中的「移除 Office」选择使用 「Office Tool Plus」 卸载,点击开始。
![](https://pic.rmb.bdstatic.com/bjh/d8d494233df922f0e888e1c652c82354.png)
Office Tool Plus 会自动删除计算机中存在的 Office 版本并解除关联。
### 安装 Office
以 Office 2021 为例,打开 *RunMe.bat*,会自动打开应用主程序。点击部署,在产品列表中默认为 ***Microsoft 365 企业应用版***,你可以选择你想要的版本(但是必须要是批量版,即后面标注 **Volume** 的,不然激活比较麻烦)。如果你不知道如何选择,那么推荐你安装 ***Office 专业增强版 2019 - 批量版(ProPlus2019Volume)*** 或 ***Office 专业增强版 2021 - 批量版(ProPlus2021Volume)***。
![双击运行 RunMe.bat](https://pic.rmb.bdstatic.com/bjh/d545aa9d010c091f98543b5f49990c63.png)
![点击部署](https://pic.rmb.bdstatic.com/bjh/37032a44bdaa9fa25498d16f21011b1f.png)
在「应用程序」中你可以选择安装的应用而不是安装全家桶。比如我一般只会用 Word, Excel, PowerPoint 和 Outlook。
>在产品列表中默认为 ***Microsoft 365 企业应用版***,你可以选择你想要的版本(但是必须要是批量版,即后面标注 **Volume** 的,不然激活比较麻烦)。如果你不知道如何选择,那么推荐你安装 ***Office 专业增强版 2019 - 批量版(ProPlus2019Volume)*** 或 ***Office 专业增强版 2021 - 批量版(ProPlus2021Volume)***。
在「应用程序」中你可以选择安装的应用而不是安装全家桶。比如我一般只会用 Word, Excel 和 PowerPoint。
在右侧的「部署设置」中你可以根据你的电脑的体系结构选择安装「64位」或「32位」勾选下载后安装并点击开始部署。整个过程时间不长我大概花了15分钟下载很快主要是安装比较缓慢
![如图所示,是我安装的配置](https://pic.rmb.bdstatic.com/bjh/37564eaf35765f89e6a8b318eda3aa9d.png)
![附一张安装过程的截图](https://pic.rmb.bdstatic.com/bjh/2e404aca3a3127c83723f6ac4237ec2d.png)
## 激活 Office
部署完成后,退回到主页并点击「激活」。
![部署完成后,退回到主页并点击「激活」](https://pic.rmb.bdstatic.com/bjh/be1c882b1260fefad024146324aa5936.png)
如果你是全新安装的 Office可以直接跳过安装许可证直接填入 KMS 主机进行激活。
![点击「许可证管理」](https://pic.rmb.bdstatic.com/bjh/4a5dce7f15a092cd4c7e4e8c7a27a997.png)
点击许可证管理,默认是 Office 专业增强版 2019 - 批量版,你可以选择你下载的对应版本,比如 Office 专业增强版 2021 - 批量版点击安装许可证会自动调用OSPP安装。如果失败了可以点击安装许可证右侧的小三角把有清除字眼的选项全都选一遍(bushi。
默认产品***Office 专业增强版 2019 - 批量版***,你可以选择你下载的对应版本,比如 ***Office 专业增强版 2021 - 批量版***,点击安装许可证会自动调用OSPP安装。如果失败了可以点击安装许可证右侧的小三角把有清除字眼的选项全都选一遍(bushi。
点击KMS 管理在KMS 主机中填入 **kms.cangshui.net** ,端口留空。点击激活,一切正常的话,你已经完美地激活了你的 Office
点击KMS 管理在KMS 主机中填入 **kms.cangshui.net** ,端口留空,点击「保存设置」
{% raw %}<article class="message is-warn"><div class="message-body">{% endraw %}
激活,一切正常的话,你已经完美地激活了你的 Office。
{% raw %}<article class="message is-danger"><div class="message-body">{% endraw %}
KMS 主机有一定可能宕机,这里有一些其他的收集的 KMS 主机
{% raw %}</div></article>{% endraw %}
``` html 备用 KMS 主机
kms.cangshui.net
kms.cangshui.net
kms.moerats.com
kms.03k.org
kms.chinancce.com
kms.lotro.cc
@ -80,18 +94,22 @@ kms.digiboy.ir
kms.bige0.com
enter.picp.net
```
{% raw %}</div></article>{% endraw %}
打开「工具箱」在「常用工具」点击「检测KMS可用性」复制下面内容并粘贴到框里面点击开始就可以检测哪些是可用的了
``` html
kms.cangshui.net,kms.moerats.com,kms.03k.org,kms.chinancce.com,kms.lotro.cc,kms.luody.info,zh.us.to,kms.library.hk,kms.tttal.com,kms.v0v.bid,kms.moeclub.org,kms8.MSGuides.com,kms9.MSGuides.com,kms.cz9.cn,windows.kms.app,kms.zhuxiaole.org,222.184.9.98,kms.51it.wang,kms.iaini.net,nb.shenqw.win,kms.myds.cloud,kms.myftp.org,kms.digiboy.ir,kms.bige0.com,enter.picp.net
```
### 确认
以上操作没有出现问题的话可以进行安装的确认。你可以点击激活旁边的小三角并点击查看激活信息。
``` bash 激活信息
Office 激活处理
-----------------------------------------------------------------------------
---------------------------------------------
Office 21, Office21ProPlus2021VL_KMS_Client_AE edition
许可证说明: Office 21, VOLUME_KMSCLIENT channel
SKU ID: fbdb3e18-a8ef-4fb3-9183-************
许可证状态: ---已许可---
许可证状态: ---已许可---
错误代码: 0x4004F040 (仅供参考,此许可证已激活)
错误信息: 软件授权服务报告已激活该产品,但所有者应检查产品使用权利。
剩余期限: 179 天 (259147 分钟后到期)
@ -103,6 +121,8 @@ SKU ID: fbdb3e18-a8ef-4fb3-9183-************
KMS 主机缓存: 已启用
```
或者打开安装的任意的 Office 软件,点击账户。在右侧的产品信息中可以看到激活状态。你已经很完美的激活了,而且版本信息不再是网络上流传的 Office 2016 专业增强版了。
或者打开安装的任意的 Office 软件,点击账户。在右侧的产品信息中可以看到激活状态。你已经很完美的激活了,而且版本信息不再是网络上流传的 Office 2016 专业增强版了。
虽然可能显示的剩余期限只有180天但是 Office 会定期联系 KMS 服务器并重置为180天相当于永久激活并且用的是正版。这不比用什么会报毒的垃圾激活软件强另外说一下市面上流行的激活软件基本上只有激活 Windows 比较靠谱Office 最好还是用文章的办法。且不会提示此副本为盗版
虽然可能显示的剩余期限只有180天但是 Office 会定期联系 KMS 服务器并重置为180天相当于永久激活并且用的是正版。这不比用什么会报毒的垃圾激活软件强另外说一下市面上流行的激活软件基本上只有激活 Windows 比较靠谱Office 最好还是用文章的办法。且不会提示此副本为盗版。
目前这个安装方式已经在我的 Windows To Go 工作区、本校的电脑、南校的电脑进行了实验,效果很好,非常推荐

View File

@ -43,11 +43,11 @@ Hi, 我是 Nofated很高兴可以在这里见到你
- [x] -《魔物娘的同居生活》
- [x] -《工作细胞》
- [ ] -《JOJO的奇妙冒险》
- [x] -《四月是你的谎言》
- [ ] -《JOJO的奇妙冒险》
- [ ] -《工作细胞 BLACK》
- [ ] -《工作细胞第二季》
### 性格
之前网上很聊得来的小伙伴似乎很多都患有抑郁症或者焦虑症。之前怀疑自己有,但是照目前来看应该是没有任何问题。我比较乐观,可能比较偏理想主义。说实话,我没有对任何事情比较深地焦虑过。我本身
之前网上很聊得来的小伙伴似乎很多都患有抑郁症或者焦虑症。之前怀疑自己有,但是照目前来看应该是没有任何问题。我比较乐观,可能比较偏理想主义。说实话,我没有对任何事情比较深地焦虑过。但是在现实中是一个比较甲亢的人(但是本身没有甲状腺功能亢进),而且对于我的行为可能很难琢磨透。比如我可能突然就超级大声喊出来什么东西。我上课时候也不太安分,一些刚理解的东西就哦~,还有做错了题就我是/脑瘫/。反正你看到的就是这样一个 Nofated一个很皮有点可爱(bushi的 Nofated.

0
themes/icarus/.eslintignore Executable file → Normal file
View File

0
themes/icarus/.eslintrc.json Executable file → Normal file
View File

0
themes/icarus/.github/ISSUE_TEMPLATE/Bug反馈.md vendored Executable file → Normal file
View File

0
themes/icarus/.github/ISSUE_TEMPLATE/bug_report.md vendored Executable file → Normal file
View File

0
themes/icarus/.github/ISSUE_TEMPLATE/config.yml vendored Executable file → Normal file
View File

0
themes/icarus/.github/ISSUE_TEMPLATE/feature_request.md vendored Executable file → Normal file
View File

0
themes/icarus/.github/ISSUE_TEMPLATE/功能建议.md vendored Executable file → Normal file
View File

View File

0
themes/icarus/.github/dependabot.yml vendored Executable file → Normal file
View File

0
themes/icarus/.github/stale.yml vendored Executable file → Normal file
View File

0
themes/icarus/.github/workflows/github-release.yml vendored Executable file → Normal file
View File

0
themes/icarus/.github/workflows/lint.yml vendored Executable file → Normal file
View File

0
themes/icarus/.github/workflows/npm-publish.yml vendored Executable file → Normal file
View File

0
themes/icarus/.github/workflows/test.yml vendored Executable file → Normal file
View File

0
themes/icarus/.gitignore vendored Executable file → Normal file
View File

0
themes/icarus/.npmignore Executable file → Normal file
View File

0
themes/icarus/CONTRIBUTING.md Executable file → Normal file
View File

0
themes/icarus/LICENSE Executable file → Normal file
View File

0
themes/icarus/README.md Executable file → Normal file
View File

0
themes/icarus/include/config.js Executable file → Normal file
View File

0
themes/icarus/include/dependency.js Executable file → Normal file
View File

0
themes/icarus/include/migration/head.js Executable file → Normal file
View File

0
themes/icarus/include/migration/v2_v3.js Executable file → Normal file
View File

0
themes/icarus/include/migration/v3_v4.js Executable file → Normal file
View File

0
themes/icarus/include/register.js Executable file → Normal file
View File

0
themes/icarus/include/schema/comment/.gitkeep Executable file → Normal file
View File

0
themes/icarus/include/schema/common/article.json Executable file → Normal file
View File

3
themes/icarus/include/schema/common/comment.json Executable file → Normal file
View File

@ -33,6 +33,9 @@
},
{
"$ref": "/comment/valine.json"
},
{
"$ref": "/comment/waline.json"
}
]
}

0
themes/icarus/include/schema/common/donates.json Executable file → Normal file
View File

0
themes/icarus/include/schema/common/footer.json Executable file → Normal file
View File

0
themes/icarus/include/schema/common/head.json Executable file → Normal file
View File

0
themes/icarus/include/schema/common/navbar.json Executable file → Normal file
View File

0
themes/icarus/include/schema/common/plugins.json Executable file → Normal file
View File

0
themes/icarus/include/schema/common/providers.json Executable file → Normal file
View File

0
themes/icarus/include/schema/common/search.json Executable file → Normal file
View File

0
themes/icarus/include/schema/common/share.json Executable file → Normal file
View File

0
themes/icarus/include/schema/common/sidebar.json Executable file → Normal file
View File

0
themes/icarus/include/schema/common/widgets.json Executable file → Normal file
View File

0
themes/icarus/include/schema/config.json Executable file → Normal file
View File

0
themes/icarus/include/schema/donate/.gitkeep Executable file → Normal file
View File

0
themes/icarus/include/schema/misc/.gitkeep Executable file → Normal file
View File

0
themes/icarus/include/schema/plugin/animejs.json Executable file → Normal file
View File

0
themes/icarus/include/schema/plugin/back_to_top.json Executable file → Normal file
View File

0
themes/icarus/include/schema/search/.gitkeep Executable file → Normal file
View File

0
themes/icarus/include/schema/share/.gitkeep Executable file → Normal file
View File

0
themes/icarus/include/schema/widget/profile.json Executable file → Normal file
View File

0
themes/icarus/include/style/article.styl Executable file → Normal file
View File

0
themes/icarus/include/style/base.styl Executable file → Normal file
View File

0
themes/icarus/include/style/button.styl Executable file → Normal file
View File

0
themes/icarus/include/style/card.styl Executable file → Normal file
View File

0
themes/icarus/include/style/codeblock.styl Executable file → Normal file
View File

0
themes/icarus/include/style/donate.styl Executable file → Normal file
View File

0
themes/icarus/include/style/footer.styl Executable file → Normal file
View File

0
themes/icarus/include/style/helper.styl Executable file → Normal file
View File

0
themes/icarus/include/style/navbar.styl Executable file → Normal file
View File

0
themes/icarus/include/style/pagination.styl Executable file → Normal file
View File

0
themes/icarus/include/style/plugin.styl Executable file → Normal file
View File

0
themes/icarus/include/style/responsive.styl Executable file → Normal file
View File

0
themes/icarus/include/style/search.styl Executable file → Normal file
View File

0
themes/icarus/include/style/timeline.styl Executable file → Normal file
View File

0
themes/icarus/include/style/widget.styl Executable file → Normal file
View File

0
themes/icarus/include/util/console.js Executable file → Normal file
View File

0
themes/icarus/languages/de.yml Executable file → Normal file
View File

0
themes/icarus/languages/en.yml Executable file → Normal file
View File

0
themes/icarus/languages/es.yml Executable file → Normal file
View File

0
themes/icarus/languages/fr.yml Executable file → Normal file
View File

0
themes/icarus/languages/id.yml Executable file → Normal file
View File

0
themes/icarus/languages/ja.yml Executable file → Normal file
View File

0
themes/icarus/languages/ko.yml Executable file → Normal file
View File

0
themes/icarus/languages/pl.yml Executable file → Normal file
View File

0
themes/icarus/languages/pt-BR.yml Executable file → Normal file
View File

0
themes/icarus/languages/ru.yml Executable file → Normal file
View File

0
themes/icarus/languages/tk.yml Executable file → Normal file
View File

0
themes/icarus/languages/tr.yml Executable file → Normal file
View File

0
themes/icarus/languages/vn.yml Executable file → Normal file
View File

0
themes/icarus/languages/zh-CN.yml Executable file → Normal file
View File

0
themes/icarus/languages/zh-TW.yml Executable file → Normal file
View File

0
themes/icarus/layout/archive.jsx Executable file → Normal file
View File

0
themes/icarus/layout/categories.jsx Executable file → Normal file
View File

0
themes/icarus/layout/category.jsx Executable file → Normal file
View File

0
themes/icarus/layout/comment/.gitkeep Executable file → Normal file
View File

0
themes/icarus/layout/common/article.jsx Executable file → Normal file
View File

0
themes/icarus/layout/common/comment.jsx Executable file → Normal file
View File

0
themes/icarus/layout/common/donates.jsx Executable file → Normal file
View File

3
themes/icarus/layout/common/footer.jsx Executable file → Normal file
View File

@ -36,8 +36,7 @@ class Footer extends Component {
<p class="is-size-7">
<span dangerouslySetInnerHTML={{ __html: `&copy; ${siteYear} ${author || siteTitle}` }}></span>
&nbsp;&nbsp;Powered by <a href="https://hexo.io/" target="_blank" rel="noopener">Hexo</a>&nbsp;&&nbsp;
<a href="https://github.com/ppoffice/hexo-theme-icarus" target="_blank" rel="noopener">Icarus</a>&nbsp;&&nbsp;
<a href="https://pages.github.com/" target="_blank" rel="noopener">Github Pages</a>
<a href="https://github.com/ppoffice/hexo-theme-icarus" target="_blank" rel="noopener">Icarus</a>
{showVisitorCounter ? <br /> : null}
{showVisitorCounter ? <span id="busuanzi_container_site_uv"
dangerouslySetInnerHTML={{ __html: visitorCounterTitle }}></span> : null}

0
themes/icarus/layout/common/head.jsx Executable file → Normal file
View File

0
themes/icarus/layout/common/navbar.jsx Executable file → Normal file
View File

0
themes/icarus/layout/common/plugins.jsx Executable file → Normal file
View File

0
themes/icarus/layout/common/scripts.jsx Executable file → Normal file
View File

0
themes/icarus/layout/common/search.jsx Executable file → Normal file
View File

0
themes/icarus/layout/common/share.jsx Executable file → Normal file
View File

0
themes/icarus/layout/common/widgets.jsx Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More