主要公开日志
来自《新月同行》超级Wiki
跳到导航跳到搜索
所有《新月同行》超级Wiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2026年6月8日 (一) 04:42 Pzwboy 留言 贡献创建了页面Common.js (创建页面,内容为“ fetch('https://xytxyiyan.zeabur.app') .then(response => response.json()) .then(data => { const hitokoto = document.querySelector('#hitokoto_text') hitokoto.innerText = "『" + data.hitokoto + "』"; const from = document.querySelector('#hitokoto_from') const fromWho = data.from_who ?? ''; const separator = fromWho ? " " : ""; from.innerText = fromWho ? `—— ${fromWho}「${data.from}」` : `——…”)