Skip to content

Commit 99d87b8

Browse files
author
panboxuan2013
committed
🎉auto update by Gmeek action
1 parent 97ddd4f commit 99d87b8

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# panboxuan2013的博客 :link: https://panboxuan2013.github.io
1+
# panboxuan2013的blog :link: https://panboxuan2013.github.io
22
### :page_facing_up: [1](https://panboxuan2013.github.io/tag.html)
33
### :speech_balloon: 0
44
### :hibiscus: 3
5-
### :alarm_clock: 2024-12-08 09:19:47
5+
### :alarm_clock: 2024-12-08 09:23:10
66
### Powered by :heart: [Gmeek](https://github.com/Meekdai/Gmeek)

blogBase.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"singlePage": [], "startSite": "", "filingNum": "", "onePageListNum": 15, "commentLabelColor": "#006b75", "yearColorList": ["#bc4c00", "#0969da", "#1f883d", "#A333D0"], "i18n": "CN", "themeMode": "manual", "dayTheme": "light", "nightTheme": "dark", "urlMode": "pinyin", "script": "", "style": "", "head": "", "indexScript": "", "indexStyle": "", "bottomText": "", "showPostSource": 1, "iconList": {}, "UTC": 8, "rssSplit": "sentence", "exlink": {}, "needComment": 1, "allHead": "", "title": "panboxuan2013\u7684\u535a\u5ba2", "subTitle": "\u8fd9\u91cc\u662fpanboxuan2013\u7684\u535a\u5ba2", "avatarUrl": "https://avatars.githubusercontent.com/u/118328311?v=4", "GMEEK_VERSION": "last", "postListJson": {"P1": {"htmlDir": "docs/post/123.html", "labels": ["documentation", "enhancement", "good first issue"], "postTitle": "123", "postUrl": "post/123.html", "postSourceUrl": "https://github.com/panboxuan2013/panboxuan2013.github.io/issues/1", "commentNum": 0, "wordCount": 3, "description": "123\u3002", "top": 0, "createdAt": 1733619128, "style": "", "script": "", "head": "", "ogImage": "https://avatars.githubusercontent.com/u/118328311?v=4", "createdDate": "2024-12-08", "dateLabelColor": "#bc4c00"}}, "singeListJson": {}, "labelColorDict": {"bug": "#d73a4a", "documentation": "#0075ca", "duplicate": "#cfd3d7", "enhancement": "#a2eeef", "good first issue": "#7057ff", "help wanted": "#008672", "invalid": "#e4e669", "question": "#d876e3", "wontfix": "#ffffff"}, "displayTitle": "panboxuan2013\u7684\u535a\u5ba2", "faviconUrl": "https://avatars.githubusercontent.com/u/118328311?v=4", "ogImage": "https://avatars.githubusercontent.com/u/118328311?v=4", "primerCSS": "<link href='https://mirrors.sustech.edu.cn/cdnjs/ajax/libs/Primer/21.0.7/primer.css' rel='stylesheet' />", "homeUrl": "https://panboxuan2013.github.io", "prevUrl": "disabled", "nextUrl": "disabled"}
1+
{"singlePage": [], "startSite": "", "filingNum": "", "onePageListNum": 15, "commentLabelColor": "#006b75", "yearColorList": ["#bc4c00", "#0969da", "#1f883d", "#A333D0"], "i18n": "CN", "themeMode": "manual", "dayTheme": "light", "nightTheme": "dark", "urlMode": "pinyin", "script": "", "style": "", "head": "", "indexScript": "", "indexStyle": "", "bottomText": "", "showPostSource": 1, "iconList": {}, "UTC": 8, "rssSplit": "sentence", "exlink": {}, "needComment": 1, "allHead": "", "title": "panboxuan2013\u7684blog", "subTitle": "\u8fd9\u91cc\u662fpanboxuan2013\u7684\u535a\u5ba2", "avatarUrl": "https://avatars.githubusercontent.com/u/118328311?v=4", "GMEEK_VERSION": "last", "postListJson": {"P1": {"htmlDir": "docs/post/123.html", "labels": ["documentation", "enhancement", "good first issue"], "postTitle": "123", "postUrl": "post/123.html", "postSourceUrl": "https://github.com/panboxuan2013/panboxuan2013.github.io/issues/1", "commentNum": 0, "wordCount": 3, "description": "123\u3002", "top": 0, "createdAt": 1733619128, "style": "", "script": "", "head": "", "ogImage": "https://avatars.githubusercontent.com/u/118328311?v=4", "createdDate": "2024-12-08", "dateLabelColor": "#bc4c00"}}, "singeListJson": {}, "labelColorDict": {"bug": "#d73a4a", "documentation": "#0075ca", "duplicate": "#cfd3d7", "enhancement": "#a2eeef", "good first issue": "#7057ff", "help wanted": "#008672", "invalid": "#e4e669", "question": "#d876e3", "wontfix": "#ffffff"}, "displayTitle": "panboxuan2013\u7684blog", "faviconUrl": "https://avatars.githubusercontent.com/u/118328311?v=4", "ogImage": "https://avatars.githubusercontent.com/u/118328311?v=4", "primerCSS": "<link href='https://mirrors.sustech.edu.cn/cdnjs/ajax/libs/Primer/21.0.7/primer.css' rel='stylesheet' />", "homeUrl": "https://panboxuan2013.github.io", "prevUrl": "disabled", "nextUrl": "disabled"}

docs/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
document.documentElement.setAttribute("data-color-mode", theme);
1212
</script>
1313
<meta name="description" content="这里是panboxuan2013的博客">
14-
<meta property="og:title" content="panboxuan2013的博客">
14+
<meta property="og:title" content="panboxuan2013的blog">
1515
<meta property="og:description" content="这里是panboxuan2013的博客">
1616
<meta property="og:type" content="blog">
1717
<meta property="og:url" content="https://panboxuan2013.github.io">
1818
<meta property="og:image" content="https://avatars.githubusercontent.com/u/118328311?v=4">
19-
<title>panboxuan2013的博客</title>
19+
<title>panboxuan2013的blog</title>
2020

2121
</head>
2222
<style>
@@ -56,7 +56,7 @@
5656
<body>
5757
<div id="header">
5858
<h1>
59-
<img src="https://avatars.githubusercontent.com/u/118328311?v=4" class="avatar circle" id="avatarImg" alt="avatar"><a class="blogTitle">panboxuan2013的博客</a></h1>
59+
<img src="https://avatars.githubusercontent.com/u/118328311?v=4" class="avatar circle" id="avatarImg" alt="avatar"><a class="blogTitle">panboxuan2013的blog</a></h1>
6060
<div class="title-right">
6161
<a href="https://panboxuan2013.github.io/tag.html" id="buttonSearch" class="btn btn-invisible circle" title="搜索">
6262
<svg class="octicon" width="16" height="16" >
@@ -94,7 +94,7 @@ <h1>
9494
</a>
9595
</nav>
9696
</div>
97-
<div id="footer"><div id="footer1">Copyright © <span id="copyrightYear"></span> <a href="https://panboxuan2013.github.io">panboxuan2013的博客</a></div>
97+
<div id="footer"><div id="footer1">Copyright © <span id="copyrightYear"></span> <a href="https://panboxuan2013.github.io">panboxuan2013的blog</a></div>
9898
<div id="footer2">
9999
<span id="runday"></span><span>Powered by <a href="https://meekdai.com/Gmeek.html" target="_blank">Gmeek</a></span>
100100
</div>

docs/post/123.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h1 class="postTitle">123</h1>
8080
<div class="comments" id="comments"></div>
8181

8282
</div>
83-
<div id="footer"><div id="footer1">Copyright © <span id="copyrightYear"></span> <a href="https://panboxuan2013.github.io">panboxuan2013的博客</a></div>
83+
<div id="footer"><div id="footer1">Copyright © <span id="copyrightYear"></span> <a href="https://panboxuan2013.github.io">panboxuan2013的blog</a></div>
8484
<div id="footer2">
8585
<span id="runday"></span><span>Powered by <a href="https://meekdai.com/Gmeek.html" target="_blank">Gmeek</a></span>
8686
</div>

docs/rss.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version='1.0' encoding='UTF-8'?>
2-
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0"><channel><title>panboxuan2013的博客</title><link>https://panboxuan2013.github.io</link><description>这里是panboxuan2013的博客</description><copyright>panboxuan2013的博客</copyright><docs>http://www.rssboard.org/rss-specification</docs><generator>python-feedgen</generator><image><url>https://avatars.githubusercontent.com/u/118328311?v=4</url><title>avatar</title><link>https://panboxuan2013.github.io</link></image><lastBuildDate>Sun, 08 Dec 2024 01:19:47 +0000</lastBuildDate><managingEditor>panboxuan2013的博客</managingEditor><ttl>60</ttl><webMaster>panboxuan2013的博客</webMaster><item><title>123</title><link>https://panboxuan2013.github.io/post/123.html</link><description>123。</description><guid isPermaLink="true">https://panboxuan2013.github.io/post/123.html</guid><pubDate>Sun, 08 Dec 2024 00:52:08 +0000</pubDate></item></channel></rss>
2+
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0"><channel><title>panboxuan2013的blog</title><link>https://panboxuan2013.github.io</link><description>这里是panboxuan2013的博客</description><copyright>panboxuan2013的blog</copyright><docs>http://www.rssboard.org/rss-specification</docs><generator>python-feedgen</generator><image><url>https://avatars.githubusercontent.com/u/118328311?v=4</url><title>avatar</title><link>https://panboxuan2013.github.io</link></image><lastBuildDate>Sun, 08 Dec 2024 01:23:10 +0000</lastBuildDate><managingEditor>panboxuan2013的blog</managingEditor><ttl>60</ttl><webMaster>panboxuan2013的blog</webMaster><item><title>123</title><link>https://panboxuan2013.github.io/post/123.html</link><description>123。</description><guid isPermaLink="true">https://panboxuan2013.github.io/post/123.html</guid><pubDate>Sun, 08 Dec 2024 00:52:08 +0000</pubDate></item></channel></rss>

docs/tag.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
let theme = localStorage.getItem("meek_theme") || "light";
1111
document.documentElement.setAttribute("data-color-mode", theme);
1212
</script>
13-
<meta name="description" content="panboxuan2013的博客 search page">
14-
<title>panboxuan2013的博客 - Tag</title>
13+
<meta name="description" content="panboxuan2013的blog search page">
14+
<title>panboxuan2013的blog - Tag</title>
1515

1616
</head>
1717
<style>
@@ -76,7 +76,7 @@
7676
<nav class="SideNav"></nav>
7777
<div class="notFind" style="display:none;font-size:24px;margin:8px;">Not Find</div>
7878
</div>
79-
<div id="footer"><div id="footer1">Copyright © <span id="copyrightYear"></span> <a href="https://panboxuan2013.github.io">panboxuan2013的博客</a></div>
79+
<div id="footer"><div id="footer1">Copyright © <span id="copyrightYear"></span> <a href="https://panboxuan2013.github.io">panboxuan2013的blog</a></div>
8080
<div id="footer2">
8181
<span id="runday"></span><span>Powered by <a href="https://meekdai.com/Gmeek.html" target="_blank">Gmeek</a></span>
8282
</div>
@@ -236,7 +236,7 @@
236236
let lists = document.getElementsByClassName("lists");
237237
let tagTitle = document.getElementsByClassName("tagTitle")[0];
238238
tagTitle.innerHTML="Tag #"+label;
239-
document.title=label+" - panboxuan2013的博客";
239+
document.title=label+" - panboxuan2013的blog";
240240
document.getElementsByClassName("subnav-search-input")[0].value='';
241241
if(label=="All"){
242242
for(let i = 0; i < lists.length; i++){lists[i].style.display='block';}
@@ -264,8 +264,8 @@
264264
let tagTitle = document.getElementsByClassName("tagTitle")[0];
265265
let searchInput = document.getElementsByClassName("subnav-search-input")[0].value;
266266
tagTitle.innerHTML="Search #"+searchInput;
267-
if(searchInput==''){document.title="Search - panboxuan2013的博客";}
268-
else{document.title=searchInput+" - panboxuan2013的博客";}
267+
if(searchInput==''){document.title="Search - panboxuan2013的blog";}
268+
else{document.title=searchInput+" - panboxuan2013的blog";}
269269
let a=0;
270270
window.location.hash="#"+(searchInput);
271271
for(let i = 0; i < lists.length; i++){

0 commit comments

Comments
 (0)