iFrank
iFrank
init 项目后安装 [electron-fetch](https://github.com/arantes555/electron-fetch) ,然后在`src/main`下引入electron-fetch后运行项目就会报错 ## 复现过程 1. `yarn create electron-vue-next` 一路默认,然后进入目录执行`yarn` 2. `yarn add -D electron-fetch` 3. 在`src/main/index.ts`中添加如下两行 ``` import fetch from 'electron-fetch' const theFetch = fetch ``` 执行 `yarn...
like https://genshin-impact.fandom.com/wiki/Zhongli/Voice-Overs
[Enter steps to reproduce:] 1. library里使用Atom创建编辑md文件,保存,UTF-8 2. 在浏览器打开文档,Atom出现此提示 **Atom**: 1.21.0 x64 **Electron**: 1.6.9 **OS**: Windows 10 pro. x64 **Thrown From**: [amWiki](https://github.com/TevinLi/amWiki) package 1.2.1 ### Stack Trace Uncaught URIError: URI malformed...
### Describe the problem related to the feature request 有时候需要测试插件处理多行内容的效果,然而沙盒只能发单行,不能换行 ### Describe the solution you'd like 输入框改用`textarea`,支持shift+enter换行,并增加发送按钮以支持触屏用户 ### Describe alternatives you've considered _No response_ ### Additional context _No response_
When setting a custom type with double quotes in create table, import this sql file, drawdb throws an error. ```sql CREATE TYPE "Gender" AS ENUM ('F', 'M', 'U'); CREATE TABLE...
### Checklist - [X] I am using **LTS** version of Node.js. - [X] I am using the **latest v2 version** of VuePress and VuePress official plugins. - [X] I am...