Jonson Petard
Jonson Petard
Orgin 那个选项就包含 EA Desktop 的吧我记得
> > > Did the MCEdit-Unified executable work before setting your code page to utf-8? Yes. it work
请问你使用的 nodebb 版本为? 能否贴上你的服务端日记?
> Internal note: some possible options for implementing this > > * https://github.com/ryancheung/MonoGame.IMEHelper > > * https://steamcommunity.com/sharedfiles/filedetails/?id=2789811877 (implementation by @zhu-rengong, with the caveat that it only works on Windows?) Maybe...
@lizheming 对了,我尝试这样定义了 router.js ```javascript module.exports = [ ['/v1/user/:token', 'rest'], ['/v1/poll/new/:token', 'rest'], ['/v1/poll/get/:token', 'rest'], ['/v1/poll/cancel/:token', 'rest'], ['/v1/poll/need_user/:token', 'rest'], ['/v1/poll/get/:token', 'rest'] ] ``` rest 基类是这样的: ```javascript const assert = require('assert') module.exports =...
你完全可以使用插件来实现
通用的 Markdown 标准一般也就 CommonMark 和 GitHub Flavored Markdown 了吧
> @xmine64 There's also one more option: We can separate MFE core and MFE UI into 2 different apps. Then we can have a "headless" MFE (as requested by an...
Any updates here? 🚀
@KB5201314 @liboqiao1234 可以查看新的开源项目:[hitokoto-osc/hitokoto-api](https://github.com/hitokoto-osc/hitokoto-api)