feat: update charity project assets, add livestream media, and clean up temporary migration scripts

This commit is contained in:
2026-07-15 16:37:05 +07:00
parent f4e24a0e00
commit fd4ad87a32
168 changed files with 3596 additions and 717 deletions
+1
View File
@@ -0,0 +1 @@
fetch('https://www.google.com/search?q=site:umass.edu&hl=en', {headers: {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)'}}).then(r=>r.text()).then(t => { const m = t.match(/id="result-stats">([^<]+)</); console.log(m ? m[1] : 'Not found'); })