本WIKI正在招募编辑组成员,如有意愿,请>>点击此处<<前往填写报名问卷,期待您的加入!


       游戏表情图标
《饿殍:明末千里行》
            明末旅行题材文字冒险游戏——玩家将扮演一名盗匪,运送四名女孩从华州城至洛阳城,并在途中查明真相、做出选择。 该游戏会涉及“复仇、刺杀、饥荒、拐卖、人食人”等黑暗元素,但期望给人一种正向的情绪和力量。
本WIKI正在建设中,26万字剧本与9个结局的细节、高清原版CG图、角色立绘等敬请期待!
               编辑指南问题反馈官方Steam页面【当前售价(中国区):¥27.01/27%OFF】
本WIKI正在招募编辑组成员,如有意愿,请>>点击此处<<前往填写报名问卷,期待您的加入!
           
全站通知:

Widget:Swiper

来自饿殍:明末千里行WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索

<link rel="stylesheet" href="//wiki-dev-patch-oss.oss-cn-hangzhou.aliyuncs.com/test/swiper-bundle.css"> <script src="//wiki-dev-patch-oss.oss-cn-hangzhou.aliyuncs.com/test/swiper-bundle.min.js"></script> <script> RLQ.push(['jquery', () => { const swipers = []; Object.assign(mw.bwiki = mw.bwiki || {}, {swipers: swipers}); $.each($(".bwiki-swiper-thumbs").get().concat($(".bwiki-swiper:not('.bwiki-swiper-thumbs')").get()), function (i, el) { const attrs = this.attributes; const options = {}; $.each(attrs, function (i, attr) { if (attr.nodeName.indexOf("data-swiper-") === -1 || attr.nodeName === "data-swiper-options") return true; options[attr.nodeName.replace("data-swiper-", "")] = attr.nodeValue; }); try { const optionsTemp = (new Function('el', 'return ' + decodeURIComponent(($(this).attr("data-swiper-options")) || "{}").replace(/\n|\t/g, "").replace(/\+/g, " ")))(el); $.extend(options, optionsTemp); } catch (e) { console.error(e); } console.log("swiper-options", options); swipers.push(new Swiper($.extend({el:this}, options))); }) }]); </script>