Denny

Results 5 comments of Denny

I think I hava the same problem. pls any repair.

会。最近有时间会更新。

> 是的可以正常使用了。测试了硬件都是可以的。 今天升级了13.2.1也都是OK的。 ![image](https://user-images.githubusercontent.com/10398591/221413884-fd9faad8-30bb-4c50-ab90-3ca84ef713e9.png)

cpu信息一般不用修改,硬件是i5默认就是i5。没关系。

just ``` import dts from "vite-plugin-dts"; plugins: [dts()] ``` tsconfig ``` { "compilerOptions": { "target": "ES2020", "useDefineForClassFields": true, "module": "ESNext", "lib": ["ES2020", "DOM", "DOM.Iterable"], "skipLibCheck": true, /* declaration */ "declaration":...