Merge pull request 'Configure Renovate' (#1) from renovate/configure into master

Reviewed-on: #1
··[CST 2026-02-22 Sunday 19:37:28]
This commit is contained in:
biss
2026-02-22 19:37:28 +08:00
commit cdf41750e2
107 changed files with 54767 additions and 0 deletions

11
js/statistic.js Normal file
View File

@@ -0,0 +1,11 @@
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);
})();