#bb 改了下umami引入逻辑,这下见不到localhost了
if (!host.startsWith("localhost")) {
  script = document.createElement('script');
  script.defer = true;
  script.setAttribute('data-website-id', '27c6212d-8d91-47a5-ae93-a0fd1bfb0e80');
  script.src = 'https://analytics.us.umami.is/script.js';
  document.head.appendChild(script);
}
 
 
Back to Top