youhua
All checks were successful
自动部署 / deploy (push) Successful in 4m25s

This commit is contained in:
2026-04-08 21:49:12 +08:00
Unverified
parent 302a54e22e
commit 9924550243
4 changed files with 25 additions and 38 deletions

View File

@@ -447,9 +447,9 @@ wordcount:
# Busuanzi count for PV / UV in site # Busuanzi count for PV / UV in site
busuanzi: busuanzi:
site_uv: true site_uv: false
site_pv: true site_pv: false
page_pv: true page_pv: false
# -------------------------------------- # --------------------------------------
# Math # Math
@@ -544,9 +544,9 @@ comments:
# If you set it to true, the comment count will be invalid # If you set it to true, the comment count will be invalid
lazyload: false lazyload: false
# Display comment count in post's top_img # Display comment count in post's top_img
count: false count: true
# Display comment count in Home Page # Display comment count in Home Page
card_post_count: false card_post_count: true
# Disqus # Disqus
# https://disqus.com/ # https://disqus.com/
@@ -1069,13 +1069,12 @@ inject:
bottom: bottom:
# - <script src="xxxx"></script> # - <script src="xxxx"></script>
- <script src="https://code.jquery.com/jquery-4.0.0.min.js"></script>
- <script src="/js/random.js"></script> - <script src="/js/random.js"></script>
- <script src="/js/shuoshuoshouye.js"></script> - <script src="/js/shuoshuoshouye.js"></script>
- <script src="/js/ai-summary.js"></script> - <script src="/js/ai-summary.js"></script>
- <script src="/js/typesense-search.js"></script> - <script src="/js/search/typesense-search.js"></script>
- <script src="/js/statistic.js"></script>
- <script src="/js/footer.js" - <script src="/js/footer.js"
- <script src="https://code.jquery.com/jquery-4.0.0.js"></script>
- <script src="https://cdn.jsdmirror.com/npm/echarts@4.9.0/dist/echarts.min.js"></script> - <script src="https://cdn.jsdmirror.com/npm/echarts@4.9.0/dist/echarts.min.js"></script>
- <script src="https://cdn.jsdmirror.com/npm/aplayer/dist/APlayer.min.js"></script> - <script src="https://cdn.jsdmirror.com/npm/aplayer/dist/APlayer.min.js"></script>
- <script src="https://cdn.jsdmirror.com/npm/meting/dist/Meting.min.js"></script> - <script src="https://cdn.jsdmirror.com/npm/meting/dist/Meting.min.js"></script>

35
package-lock.json generated
View File

@@ -363,10 +363,9 @@
"optional": true "optional": true
}, },
"node_modules/@xmldom/xmldom": { "node_modules/@xmldom/xmldom": {
"version": "0.9.8", "version": "0.9.9",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.8.tgz", "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.9.tgz",
"integrity": "sha512-p96FSY54r+WJ50FIOsCOjyj/wavs8921hG5+kVMmZgKcvIKxMXHTrjNJvRgWa/zuX3B6t2lijLNFaOyuxUH+2A==", "integrity": "sha512-qycIHAucxy/LXAYIjmLmtQ8q9GPnMbnjG1KXhWm9o5sCr6pOYDATkMPiTNa6/v8eELyqOQ2FsEqeoFYmgv/gJg==",
"deprecated": "this version has critical issues, please update to the latest version",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=14.6" "node": ">=14.6"
@@ -1174,9 +1173,9 @@
} }
}, },
"node_modules/fast-xml-parser": { "node_modules/fast-xml-parser": {
"version": "5.5.9", "version": "5.5.10",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz", "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.10.tgz",
"integrity": "sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g==", "integrity": "sha512-go2J2xODMc32hT+4Xr/bBGXMaIoiCwrwp2mMtAvKyvEFW6S/v5Gn2pBmE4nvbwNjGhpcAiOwEv7R6/GZ6XRa9w==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@@ -1186,7 +1185,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"fast-xml-builder": "^1.1.4", "fast-xml-builder": "^1.1.4",
"path-expression-matcher": "^1.2.0", "path-expression-matcher": "^1.2.1",
"strnum": "^2.2.2" "strnum": "^2.2.2"
}, },
"bin": { "bin": {
@@ -3761,9 +3760,9 @@
} }
}, },
"node_modules/path-expression-matcher": { "node_modules/path-expression-matcher": {
"version": "1.2.0", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz", "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.4.0.tgz",
"integrity": "sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==", "integrity": "sha512-s4DQMxIdhj3jLFWd9LxHOplj4p9yQ4ffMGowFf3cpEgrrJjEhN0V5nxw4Ye1EViAGDoL4/1AeO6qHpqYPOzE4Q==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@@ -4264,12 +4263,12 @@
} }
}, },
"node_modules/speech-rule-engine": { "node_modules/speech-rule-engine": {
"version": "4.1.2", "version": "4.1.3",
"resolved": "https://registry.npmjs.org/speech-rule-engine/-/speech-rule-engine-4.1.2.tgz", "resolved": "https://registry.npmjs.org/speech-rule-engine/-/speech-rule-engine-4.1.3.tgz",
"integrity": "sha512-S6ji+flMEga+1QU79NDbwZ8Ivf0S/MpupQQiIC0rTpU/ZTKgcajijJJb1OcByBQDjrXCN1/DJtGz4ZJeBMPGJw==", "integrity": "sha512-SBMgkuJYvP4F62daRfBNwYC2nXTEhNXAfsBZ/BB7Ly85/KnbnjmKM7/45ZrFbH6jIMiAliDUDPSZFUuXDvcg6A==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@xmldom/xmldom": "0.9.8", "@xmldom/xmldom": "0.9.9",
"commander": "13.1.0", "commander": "13.1.0",
"wicked-good-xpath": "1.3.0" "wicked-good-xpath": "1.3.0"
}, },
@@ -4338,9 +4337,9 @@
} }
}, },
"node_modules/strnum": { "node_modules/strnum": {
"version": "2.2.2", "version": "2.2.3",
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.2.tgz", "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.3.tgz",
"integrity": "sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA==", "integrity": "sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",

View File

@@ -5,7 +5,7 @@
// 配置区域 - 请根据实际情况修改 // 配置区域 - 请根据实际情况修改
// ============================================================================ // ============================================================================
const CONFIG = { const CONFIG = {
apiKey: "VramSTWKUAggeZ5viQw8SlCwXQqmGCmA", // ⚠️ 建议使用 Search-Only API Key apiKey: "2uxQzk7eD2GBCljdSmIiuU3ause7UK9n", // ⚠️ 建议使用 Search-Only API Key
server: { server: {
host: "typesense.biss.click", host: "typesense.biss.click",
port: "443", port: "443",

View File

@@ -1,11 +0,0 @@
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://statistic.biss.click/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();