update categories

This commit is contained in:
Nofated095 2023-11-30 18:31:09 +08:00
parent 9b86af9e12
commit 4600a520b5
9 changed files with 33 additions and 13 deletions

View File

@ -214,7 +214,7 @@ widgets:
url: 'https://twitter.com/nofated095'
Telegram:
icon: fab fa-telegram
url: 'https://nofated.t.me'
url: 'https://t.me/s/Nofated'
Email:
icon: fas fa-envelope
url: 'mailto:i@nof.moe'

View File

@ -31,7 +31,7 @@
"hexo-clean-css": "2.0.0",
"hexo-uglify": "^2.0.0",
"hexo-html-minifier": "^1.0.0",
"hexo-theme-amane": "0.0.37",
"hexo-theme-amane": "0.0.38",
"hexo-theme-icarus": "5.2.1",
"inferno": "^8.0.1",
"inferno-create-element": "^8.0.1",

View File

@ -3,10 +3,10 @@ title: 合法萝莉大陆开卡指北
date: 2023-11-26
cover: https://imgsrc.baidu.com/forum/pic/item/c2fdfc039245d68890f6c392e2c27d1ed21b240b.jpg
tags:
- 银行卡
- Cards
categories:
- 卡友日常
- 银行卡
- Finance
- Cards
toc: true
---
年满十六岁但是还不到十八岁的小萝莉想要开一张银行卡来做日常使用,那么怪蜀黍会推荐给小萝莉什么样的卡呢?

View File

@ -3,10 +3,10 @@ title: I want a card | 我开的那些卡
date: 2023-07-12
cover: https://imgsrc.baidu.com/forum/pic/item/9922720e0cf3d7ca6f03e2b9b71fbe096a63a90c.jpg
tags:
- 银行卡
- Cards
categories:
- 卡友日常
- 银行
- Finance
- Cards
toc: true
---
不知不觉,我成为了一个卡友。

View File

@ -3,9 +3,9 @@ title: 不仅是 outlook.com | 申请地区域名的 Outlook 邮箱
date: 2021-08-28
cover: https://pic.rmb.bdstatic.com/bjh/da66dc778eb58ee35adc1de5c5bdd323.png
tags:
- Outlook
- Email
categories:
- 野生技术协会
- Technology
toc: true
---
通过修改语言注册 Outlook.it/Outlook.ie/Outlook.fr 等地区域名邮箱。

View File

@ -6,7 +6,8 @@ tags:
- Ubuntu
- aria2
categories:
- 野生技术协会
- Technology
- Linux
toc: true
---
Tutorial of installing aria2 on Ubuntu.

View File

@ -6,7 +6,8 @@ tags:
- Ubuntu
- VM
categories:
- 野生技术协会
- Technology
- Linux
toc: true
---
即插即用的 Ubuntu将 Ubuntu 安装在便携式储存设备上。

View File

@ -7,7 +7,8 @@ tags:
- Telegram
- TypeScript
categories:
- 野生技术协会
- Technology
- Telegram
toc: true
---
记一次修改 Q2TG 源码使 Telegram 和 QQ 消息同步机器人去 User Bot 化的过程。

View File

@ -87,6 +87,23 @@ routing.registerRoute(
})
);
routing.registerRoute(
/.*www\.libravatar\.org/,
new CacheFirst({
cacheName: 'static-immutable' + cacheSuffixVersion,
fetchOptions: {
mode: 'cors',
credentials: 'omit'
},
plugins: [
new ExpirationPlugin({
maxAgeSeconds: 30 * 24 * 60 * 60,
purgeOnQuotaError: true
})
]
})
);
routing.registerRoute(
/.*cdn\.jsdelivr\.net/,
new CacheFirst({