This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mayx
/
blog_cn
mirror of
https://www.gitlink.org.cn/mayx/mayx.gitlink.net
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
9
Wiki
Activity
Browse Source
Update 3 files
- /assets/js/blog-console.js - /_data/proxylist.yml - /_tools/envs_post-receive
master
mayx
2 days ago
parent
2ec9345113
commit
4b94d48330
3 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
_data/proxylist.yml
+0
-2
_tools/envs_post-receive
+1
-1
assets/js/blog-console.js
+ 0
- 1
_data/proxylist.yml
View File
@ -15,7 +15,6 @@ mirrors:
-
https://mayx.gitpage.si/
-
https://mayx.serv00.net/
-
https://mayx.vercel.app/
-
https://mayx-blog.pgs.sh/
-
https://mayx.netlify.app/
-
https://mayx.gitnet.page/
-
https://mayx.stormkit.dev/
+ 0
- 2
_tools/envs_post-receive
View File
@ -6,8 +6,6 @@ cd blog
mkdir Mabbs
curl -L -o Mabbs/README.md https://github.com/Mabbs/Mabbs/raw/main/README.md
bundle exec jekyll build -d ../public_html
ssh pgs.sh rm blog --write
rsync --delete --exclude='.git' -rv ../public_html/ mayx@pgs.sh:/blog
tar czvf MayxBlog.tgz --exclude-vcs ../public_html/
mv MayxBlog.tgz ../public_html/
cd ../public_html/
+ 1
- 1
assets/js/blog-console.js
View File
@ -1108,7 +1108,7 @@
annotations
:
t
.
annotations
,
execute
:
t
.
execute
}
;
return
ctx
.
registerTool
(
tool
,
{
signal
:
controller
.
signal
}
)
.
then
(
function
(
)
{
return
Promise
.
resolve
(
ctx
.
registerTool
(
tool
,
{
signal
:
controller
.
signal
}
)
)
.
then
(
function
(
)
{
state
.
registered
.
push
(
t
.
name
)
;
}
)
;
}
)
)
.
then
(
function
(
)
{
Write
Preview
Loading…
Cancel
Save