first commit

This commit is contained in:
nxxy335top
2026-05-18 17:29:18 +08:00
parent e85fbd62f4
commit a0c64736eb
119 changed files with 13527 additions and 1228 deletions
+8
View File
@@ -0,0 +1,8 @@
(function(){
return fetch('/apis/api.halo.run/v1alpha1/posts/5152aea5-c2e8-4717-8bba-2263d46e19d5/likes', {method: 'POST'})
.then(function(r){
return r.text().then(function(t){
return JSON.stringify({status: r.status, body: t.substring(0, 500)});
});
});
})()