This commit is contained in:
186526 2022-04-30 20:28:36 +08:00
parent bff4f6c1a6
commit 1137c36987
Signed by: 186526
GPG Key ID: C7EB1E6B8CC5E51D
2 changed files with 12 additions and 6 deletions

View File

@ -103,8 +103,8 @@
<a href="https://t.me/real186526" alt="Telegram"><img <a href="https://t.me/real186526" alt="Telegram"><img
src="https://storage.186526.xyz/home-app/assets/telegram.svg" /></a> src="https://storage.186526.xyz/home-app/assets/telegram.svg" /></a>
</card> </card>
<card id="telegram"> <card id="email">
<a href="mailto:admin@186526.xyz" alt="Telegram"> <a href="mailto:admin@186526.xyz" alt="Email">
<icon>mail</icon> <icon>mail</icon>
</a> </a>
</card> </card>
@ -129,6 +129,10 @@
<a href="https://laple.me" alt="Lapis Apple - 一个回收站里面住着Lapis Apple。"><img <a href="https://laple.me" alt="Lapis Apple - 一个回收站里面住着Lapis Apple。"><img
src="https://storage.186526.xyz/home-app/assets/lsp.avatar.png" /></a> src="https://storage.186526.xyz/home-app/assets/lsp.avatar.png" /></a>
</card> </card>
<card>
<a href="https://blog.maxelbk.eu.org" alt="Maxel Black - Code & write what we want."><img
src="https://blog.maxelbk.eu.org/r/maxel.jpg" /></a>
</card>
</group> </group>
<group id="footer"> <group id="footer">
<div> <div>

View File

@ -38,15 +38,17 @@
"headers": { "headers": {
"Location": "mailto:admin@186526.xyz" "Location": "mailto:admin@186526.xyz"
} }
},{ },
"src":"/generate_204", {
"src": "/generate_204",
"status": 204, "status": 204,
"headers": { "headers": {
"X-Powered-By": "SW2Express", "X-Powered-By": "SW2Express",
"Server": "sw=>express" "Server": "sw=>express"
} }
},{ },
"src":"/v2/(.*)", {
"src": "/v2/(.*)",
"dest": "https://registry.186526.xyz/v2/$1" "dest": "https://registry.186526.xyz/v2/$1"
} }
] ]