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

6 lines
171 B
JavaScript

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