首页:修订间差异
来自《新月同行》超级Wiki
跳到导航跳到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第101行: | 第101行: | ||
<div style="margin-top: 8px;">本站为非官方粉丝向Wiki,与游戏官方无直接关联。</div> | <div style="margin-top: 8px;">本站为非官方粉丝向Wiki,与游戏官方无直接关联。</div> | ||
</div> | </div> | ||
<html><script | <html><script> | ||
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') | |||
// from.innerText = "—— " + data.from_who + "「" + data.from + '」'; | |||
// | |||
const fromWho = data.from_who ?? ''; | |||
const separator = fromWho ? " " : ""; | |||
from.innerText = fromWho | |||
? `—— ${fromWho}「${data.from}」` | |||
: `—— 「${data.from}」`; | |||
// | |||
}) | |||
.catch(console.error) | |||
</script></html> | |||
2026年6月8日 (一) 05:13的版本
官方网站 | 官方网站(互联网档案馆存档) | 官方TapTap页面
本站为非官方粉丝向Wiki,与游戏官方无直接关联。
