Jasonzyt

Results 43 comments of Jasonzyt

~~手上没NS如何复现~~

暂时Close,如果有需要可以~~提供复现设备~~Reopen

@AlexXuCN 详细可以去https://github.com/LiteLDev/PackageManager 查看 LLPM是基于Lua的脚本, 需要Lua的 runtime 支持, 但不依赖BDS和LL

Duplicate of #827

嵌套模式纯粹是因为crowdin会自动这样分层,你去试试就知道了( 在浏览器crowdin添加字符串Id设为a.b.c就会自动分,."a.b.c"不会分

> @yqs112358 估计还得做个编辑器,和context解析器 如果原文改了,context不就寄了

> @Jasonzyt 原文改了,按理翻译也得改 crowdin上的translation记录就没了…

> `mpa.default()` 这样子确实可以跑通,但会报 TS 类型错误,如下图, ![image](https://user-images.githubusercontent.com/5499703/206386102-e8a87eeb-242e-4ac4-9657-0d8f637d57dd.png) > > 其实,只需要修改 `/node_modules/vite-plugin-mpa/dist/index.js` 源码导出模块的方式,不仅 **TS 类型错误可以被解决,也可以正常以 `mpa()` 的形式使用**, > > ```diff > -exports.default = mpa; > +module.exports = mpa; > ``` > >...

![image](https://github.com/Majjcom/ncmpp/assets/66063199/7149d26e-93c9-4dc5-bf4a-4de69583b44e) 的确有这个情况,但是随机出现