首页

来自《新月同行》超级Wiki
Botshark留言 | 贡献2026年6月8日 (一) 06:31的版本
跳到导航跳到搜索
感谢同行
     敬爱的各位组长:
万分感谢一直以来对《新月同行》的支持与厚爱!电话间接起的那通电话,与组长们走过南廷,走过红柳,走过宝珠,走过吉拉托,走过雅南。遇见了形形色色的特工挚友,在疯狂的世界里寻找自我。虽然故事还没讲完,但非常遗憾也非常抱歉,后续无法和各位组长继续同行了。

再次感谢所有组长的同行,这段旅程的温暖与遗憾,我们会铭记于心。
珍重。

发件人:《新月同行》团队
2025-12-15 16:05
玩家评价

评价获取中...

<script> (function() {

 var textEl = document.getElementById('hitokoto_text');
 var fromEl = document.getElementById('hitokoto_from');
 if (!textEl || !fromEl) return;
 fetch('https://xytxyiyan.zeabur.app')
   .then(function(response) {
     if (!response.ok) throw new Error('HTTP ' + response.status);
     return response.json();
   })
   .then(function(data) {
     textEl.innerText = '『' + data.hitokoto + '』';
     fromEl.innerText = '—— ' + data.from_who;
   })
   .catch(function(error) {
     textEl.innerText = '评价加载失败,请刷新页面重试';
     console.error('一言API请求失败:', error);
   });

})(); </script>