Skip to content

Commit d5abd85

Browse files
committed
2025-11-23:暂时隐藏一下评论
1 parent f68acb1 commit d5abd85

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ GEM
6464
jekyll (>= 3.7, < 5.0)
6565
jekyll-watch (2.2.1)
6666
listen (~> 3.0)
67-
json (2.15.1)
67+
json (2.16.0)
6868
kramdown (2.5.1)
6969
rexml (>= 3.3.9)
7070
kramdown-parser-gfm (1.1.0)
@@ -84,7 +84,7 @@ GEM
8484
progressbar (1.13.0)
8585
public_suffix (6.0.2)
8686
racc (1.8.1)
87-
rake (13.3.0)
87+
rake (13.3.1)
8888
rb-fsevent (0.11.2)
8989
rb-inotify (0.11.1)
9090
ffi (~> 1.0)

_includes/video.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{{ include.blank }}<div class="video">{% if include.youtube %}
22
{{ include.blank }} <div class="youtube-video"><iframe class="youtube-video-iframe" src="https://www.youtube.com/embed/{{ include.youtube }}" title="{% capture _default %}{% t video-player-youtube %}{% endcapture %}{{ include.title | default: _default }}}" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" ></iframe></div>{% endif %}{% if include.aid or include.bvid %}
3-
{{ include.blank }} <div class="bilibili-video"><iframe class="bilibili-video-iframe" src="https://player.bilibili.com/player.html?autoplay=false&{% if include.aid %}aid={{ include.aid }}{% elsif include.bvid %}bvid={{ include.bvid }}{% endif %}{% if include.page %}&page={{ include.page }}{% endif %}" title="{% capture _default %}{% t video-player-bilibili %}{% endcapture %}{{ include.title | default: _default }}" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy"></iframe></div>{% endif %}
3+
{{ include.blank }} <div class="bilibili-video"><iframe class="bilibili-video-iframe" src="https://player.bilibili.com/player.html?autoplay=0&{% if include.aid %}aid={{ include.aid }}{% elsif include.bvid %}bvid={{ include.bvid }}{% endif %}{% if include.page %}&page={{ include.page }}{% endif %}" title="{% capture _default %}{% t video-player-bilibili %}{% endcapture %}{{ include.title | default: _default }}" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy"></iframe></div>{% endif %}
44
{{ include.blank }}</div>

_posts/2025-06-26-Remove-Intelligent-Image-Viewer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ info: 删注册表。
88
last_modified_at: 2025-07-08 19:44
99
logs:
1010
- 2025-07-07:添加一个卸载脚本。
11+
no_comment: true
1112
no_sidenav: true
1213
tags: 技术指南
1314
title: 删除某网盘附带的“智能看图”

0 commit comments

Comments
 (0)