Files
halo-theme-WarmIsland/check-config.js
T
2026-05-18 17:29:18 +08:00

6 lines
167 B
JavaScript

(function(){
return fetch('/apis/api.console.halo.run/v1alpha1/themes/warm-island/config')
.then(r => r.text())
.then(data => data.substring(0, 2000));
})()