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
8
Wiki
Activity
Browse Source
Update 4 files
- /assets/css/style.scss - /_layouts/post.html - /_layouts/default.html - /_data/ai-cache.json
tags/AR-Backup-2025.09.03
mayx
10 months ago
parent
ebc280932e
commit
d0ce029b94
4 changed files
with
172 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+165
-1
_data/ai-cache.json
+1
-1
_layouts/default.html
+1
-1
_layouts/post.html
+5
-0
assets/css/style.scss
+ 165
- 1
_data/ai-cache.json
File diff suppressed because it is too large
View File
+ 1
- 1
_layouts/default.html
View File
@ -29,7 +29,7 @@
<
/
script
>
{% endif %}
<
script
>
var lastUpdated = new Date("{{ site.time | date
: "%FT%T%z"
}}");
var lastUpdated = new Date("{{ site.time | date
_to_xmlschema
}}");
var BlogAPI = "https://summary.mayx.eu.org";
function getSearchJSON(callback) {
var searchData = JSON.parse(localStorage.getItem("blog_" + lastUpdated.valueOf()));
+ 1
- 1
_layouts/post.html
View File
@ -12,7 +12,7 @@ layout: default
<
br
/
>
<
br
/
>
<
/
div
>
<
script
>
BirthDay = new Date("{{ page.date | date
: "%m/%d/%Y" }} 00:00:00
");
BirthDay = new Date("{{ page.date | date
_to_xmlschema }}
");
today = new Date();
timeold = (today.getTime() - BirthDay.getTime());
secondsold = Math.floor(timeold / 1000);
+ 5
- 0
assets/css/style.scss
View File
@ -3,6 +3,11 @@
@import
"
{{ site.theme }}
"
;
a
:
hover
{
font-weight
:
inherit
;
text-decoration
:
underline
;
}
.
backToTop
{
display
:
none
;
width
:
18px
;
Write
Preview
Loading…
Cancel
Save