Merge pull request 'Migrate Renovate config' (#3) from renovate/migrate-config into master

Reviewed-on: #3
··[CST 2026-02-23 Monday 08:41:34]
This commit is contained in:
biss
2026-02-23 08:41:34 +08:00
commit bc59115ebe
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);
})();