Riri
Riri
我在md中引入tsx组件时会提示react未定义
网站超级好,准备面试就可以参考 - xss 攻击示例部分, ``` // 假设这是请求返回的数据 const res = ['1', '2', '3', '']; const root = document.querySelector('#root'); res.forEach((item) => { const p = document.createElement('p'); p.innerHTML = item; root.append(p); });...
### Describe the bug  It's OK on Linux. ### Reproduction https://github.com/Daydreamer-riri/vite-react-ssg README file ### System Info ```Shell windows 11 ``` ### Used Package Manager pnpm ### Validations - [X]...
### Description Electron has just merged a PR that adds support for Windows Mica material. I think AFFiNE can follow up on this feature, and I am willing to assist...
### 该插件旨在帮助开发者在使用package.json时管理依赖。 开源项目需要经常维护项目,保持依赖更新来让自己的开源程序更加健壮,也可以给用户信心。 这个插件可以方便的了解项目中的依赖的最新版本是否已经超过了开发者设置的修饰符范围,并且可以一键替换为目标版本。同时也提供了针对版本号输入时的提示与补全。 仓库地址:https://github.com/Daydreamer-riri/vscode-ext-packages 扩展:https://marketplace.visualstudio.com/items?itemName=ririd.packages 
Hi @illixion , I want to know if there is a way to preview the effect so that I can make some adjustments.
**功能描述 / Function Description** 支持使用 winget 安装 TTime link: https://learn.microsoft.com/zh-cn/windows/package-manager/package/ 类似的 Issue:#167
### Clear and concise description of the problem Based on my practice, the `indent` rule can "almost" replace the `jsx-indent` rule and do a better job. Before I made the...