Skip to content

Commit 5962989

Browse files
committed
Update 2021-12-30
1 parent 470f211 commit 5962989

File tree

7 files changed

+29
-15
lines changed

7 files changed

+29
-15
lines changed

_config.icarus.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@ plugins:
391391
# https://ppoffice.github.io/hexo-theme-icarus/Configuration/Theme/speed-up-your-site-with-custom-cdn/
392392
providers:
393393
# Name or URL template of the JavaScript and/or stylesheet CDN provider
394-
cdn: jsdelivr
394+
cdn: loli
395395
# Name or URL template of the webfont CDN provider
396-
fontcdn: google
396+
fontcdn: loli
397397
# Name or URL of the fontawesome icon font CDN provider
398-
iconcdn: fontawesome
398+
iconcdn: loli

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"hexo-renderer-marked": "^4.1.0",
2424
"hexo-renderer-stylus": "^2.0.0",
2525
"hexo-server": "^2.0.0",
26-
"hexo-theme-icarus": "^4.4.0",
26+
"hexo-theme-icarus": "^4.5.0",
2727
"hexo-theme-landscape": "^0.0.3"
2828
}
2929
}

source/_posts/about-exsistensia.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: 关于《Exsistensia:逝夏》女主的身份的解密
3+
date: 2021-08-04 20:00:00
4+
tags:
5+
cover: https://mapp.alicdn.com/1626189208871DQ1TndXNm17L8CA.png
6+
---
7+
8+
这并不算是最完美的答案,依然和我们开发中的设定是有一些出入的
9+
10+
但确实命中了相当多的设定,因此我们选取这部分玩家发言展示出来
11+
12+
<!--more-->
13+
14+
![玩家发言](https://mapp.alicdn.com/1640875500578fmYmQ7l2GG71ugl.png)
Loading

source/_posts/codelapisriver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 代号:蓝河
3-
date: 2021-07-13 18:44:13
3+
date: 2021-07-12 18:00:00
44
tags:
55
cover: https://mapp.alicdn.com/1626173991514zBjVfH69rylmASc.png
66
---

source/_posts/codesweetpersici.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 代号:蜜桃
3-
date: 2021-07-13 18:46:13
3+
date: 2021-07-12 18:00:00
44
tags:
55
cover: https://mapp.alicdn.com/1626188170669LMbiRWFhCOjhiDq.jpg
66
---

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1727,10 +1727,10 @@ hexo-cli@^4.0.0:
17271727
resolve "^1.11.0"
17281728
tildify "^2.0.0"
17291729

1730-
hexo-component-inferno@^0.13.0:
1731-
version "0.13.0"
1732-
resolved "https://registry.yarnpkg.com/hexo-component-inferno/-/hexo-component-inferno-0.13.0.tgz#e555a1d695442969a4ebe791f908bd5bea595475"
1733-
integrity sha512-q2R7sWK0ZzbslExxsQdOOUfilmIUYupO65A9HhO7FtygcP59vpt2gCp51dzxOE71yCX4FIHE2p8yKDxoW7H0YQ==
1730+
hexo-component-inferno@^0.14.0:
1731+
version "0.14.0"
1732+
resolved "https://registry.npmmirror.com/hexo-component-inferno/download/hexo-component-inferno-0.14.0.tgz#ee5a99877559c3f92b4d4ace89e791bd812b1a3b"
1733+
integrity sha512-vjy9TVrcT5xFH7il3v6oav9iAxatIAklkQYiUorVVLQBKz4HDluPGw/xYLJ/fITsIm7jPezv7O5QL5AcLGpgwg==
17341734
dependencies:
17351735
ajv "^6.10.2"
17361736
inferno "^7.3.3"
@@ -1856,13 +1856,13 @@ hexo-server@^2.0.0:
18561856
open "^7.0.0"
18571857
serve-static "^1.14.1"
18581858

1859-
hexo-theme-icarus@^4.4.0:
1860-
version "4.4.0"
1861-
resolved "https://registry.yarnpkg.com/hexo-theme-icarus/-/hexo-theme-icarus-4.4.0.tgz#322c9937767b941b19f57cbe79d4cad8d6d33797"
1862-
integrity sha512-wXG/x5GJhRSeprIVFvmRKCXfYPz8XZz7YY8L4M8+kwtLuCxIwybF94S4PM3TKgwR3lK66hOWq17EZDjzzaEbLw==
1859+
hexo-theme-icarus@^4.5.0:
1860+
version "4.5.0"
1861+
resolved "https://registry.npmmirror.com/hexo-theme-icarus/download/hexo-theme-icarus-4.5.0.tgz#5cad3655201c5e353cd6e0c6a3ea03024a1bec23"
1862+
integrity sha512-U8HUegt6JRGIXW4nwyyd5N1MlG4htgSrkUvWSHfMnr5Mq/u/uevrAPZkgYvWdnO/hAQY5xJQJ6+YiUcGc51sAg==
18631863
dependencies:
18641864
deepmerge "^4.2.2"
1865-
hexo-component-inferno "^0.13.0"
1865+
hexo-component-inferno "^0.14.0"
18661866
inferno "^7.3.3"
18671867
inferno-create-element "^7.3.3"
18681868
moment "^2.22.2"

0 commit comments

Comments
 (0)