Skip to content

Commit 31a404f

Browse files
committed
vault backup: 2026-01-13 12:55:43
1 parent 8f22149 commit 31a404f

4 files changed

Lines changed: 302 additions & 34 deletions

File tree

.obsidian/workspace.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
"state": {
5858
"type": "markdown",
5959
"state": {
60-
"file": "source/_posts/重塑美索不达米亚:2003年后伊拉克石油工业的外资参与、地缘政治博弈与能源版图演变.md",
60+
"file": "source/_posts/合成橡胶深度研究框架.md",
6161
"mode": "source",
6262
"source": false
6363
},
6464
"icon": "lucide-file",
65-
"title": "重塑美索不达米亚:2003年后伊拉克石油工业的外资参与、地缘政治博弈与能源版图演变"
65+
"title": "合成橡胶深度研究框架"
6666
}
6767
},
6868
{
@@ -215,13 +215,13 @@
215215
"state": {
216216
"type": "outline",
217217
"state": {
218-
"file": "source/_posts/重塑美索不达米亚:2003年后伊拉克石油工业的外资参与、地缘政治博弈与能源版图演变.md",
218+
"file": "source/_posts/合成橡胶深度研究框架.md",
219219
"followCursor": false,
220220
"showSearch": false,
221221
"searchQuery": ""
222222
},
223223
"icon": "lucide-list",
224-
"title": "Outline of 重塑美索不达米亚:2003年后伊拉克石油工业的外资参与、地缘政治博弈与能源版图演变"
224+
"title": "Outline of 合成橡胶深度研究框架"
225225
}
226226
},
227227
{
@@ -257,8 +257,9 @@
257257
},
258258
"active": "1d2d21bc3385ca1c",
259259
"lastOpenFiles": [
260-
"source/_posts/穿越周期与重塑定价:2023-2025年中国权益市场策略复盘与分析师预测精准度深度考评报告.md",
261260
"source/_posts/重塑美索不达米亚:2003年后伊拉克石油工业的外资参与、地缘政治博弈与能源版图演变.md",
261+
"source/_posts/合成橡胶深度研究框架.md",
262+
"source/_posts/穿越周期与重塑定价:2023-2025年中国权益市场策略复盘与分析师预测精准度深度考评报告.md",
262263
"layout/includes/widget/card_webinfo.pug",
263264
"layout/includes/widget",
264265
"layout/includes",
@@ -292,7 +293,6 @@
292293
"source/_posts/2025-12-26-futures-summary.md",
293294
"source/_posts/委内瑞拉玻利瓦尔共和国国家犯罪体系与 系统性人权侵犯调查报告 (2013–2026).md",
294295
"node_modules/is-promise/readme.md",
295-
"node_modules/promise/Readme.md",
296296
"node_modules/hexo-theme-butterfly/source/img/friend_404.gif",
297297
"node_modules/hexo-theme-butterfly/source/img/error-page.png",
298298
"node_modules/hexo-theme-butterfly/source/img/butterfly-icon.png",

_config.butterfly.yml

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ wordcount:
449449
busuanzi:
450450
site_uv: true
451451
site_pv: true
452-
page_pv: false
452+
page_pv: true
453453

454454
# --------------------------------------
455455
# Math
@@ -601,7 +601,7 @@ waline:
601601
bg: # 评论框背景图,留空就是白色
602602

603603
# 开启阅读量统计 (记得要把 busuanzi 的 page_pv 关掉)
604-
pageview: true
604+
pageview: false
605605

606606
# 这里是高级功能的开关
607607
option:
@@ -1079,30 +1079,7 @@ css_prefix: true
10791079
inject:
10801080
head:
10811081
bottom:
1082-
# 1. Waline 初始化脚本 (负责评论和文章阅读量)
1083-
- <script type="module">import { init } from 'https://unpkg.com/@waline/client/v2/dist/waline.mjs'; init({ el: '#waline', serverURL: 'https://144.24.80.205.sslip.io', visitor: true });</script>
1084-
1085-
# 2. 【关键】侧边栏全站统计补丁 (负责把转圈圈变成数字)
1086-
- <script>
1087-
(function() {
1088-
// 设置你的 Waline 地址
1089-
const serverURL = 'https://144.24.80.205.sslip.io';
1090-
1091-
// 主动去取全站数据
1092-
fetch(`${serverURL}/stats/site`)
1093-
.then(res => res.json())
1094-
.then(data => {
1095-
// 找到侧边栏的元素
1096-
const uvElements = document.querySelectorAll('.waline-site-uv');
1097-
const pvElements = document.querySelectorAll('.waline-site-pv');
1098-
1099-
// 填入数据 (把转圈的图标覆盖掉)
1100-
uvElements.forEach(el => el.innerText = data.site_uv);
1101-
pvElements.forEach(el => el.innerText = data.site_pv);
1102-
})
1103-
.catch(err => console.error('Waline 统计获取失败:', err));
1104-
})();
1105-
</script>
1082+
11061083

11071084
# CDN Settings
11081085
# Don't modify the following settings unless you know how they work

layout/includes/widget/card_webinfo.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ if theme.aside.card_webinfo.post_count
55
if theme.busuanzi.site_uv
66
.webinfo-item
77
.item-name= _p('card_webinfo.site_uv_name')
8-
.item-count.waline-site-uv
8+
.item-count#busuanzi_value_site_uv
99
i.fa-solid.fa-spinner.fa-spin
1010
if theme.busuanzi.site_pv
1111
.webinfo-item
1212
.item-name= _p('card_webinfo.site_pv_name')
13-
.item-count.waline-site-pv
13+
.item-count#busuanzi_value_site_pv
1414
i.fa-solid.fa-spinner.fa-spin
1515
if theme.aside.card_webinfo.last_push_date
1616
.webinfo-item

0 commit comments

Comments
 (0)