Elodie Hill
Elodie Hill
const top = new BrowserWindow() const child = new BrowserWindow({ parent: top }) child.show() top.show()
#### Description FIx example code #### Checklist - [x] I have reviewed my own code - [x] I have added tests
error: Uncaught TypeError: Cannot read properties of undefined (reading 'en') at _parseTtfFont (file:///Users/zwy/Library/Caches/deno/npm/registry.npmjs.org/font-carrier/0.3.1/lib/helper/engine.js:121:37) at Object.parse (file:///Users/zwy/Library/Caches/deno/npm/registry.npmjs.org/font-carrier/0.3.1/lib/helper/engine.js:236:12) at Object.FontCarrier.transfer (file:///Users/zwy/Library/Caches/deno/npm/registry.npmjs.org/font-carrier/0.3.1/lib/index.js:35:33) 当使用 fontCarrier.transfer("fonts-file"); 的时候,有的字体会显示;
[https://github.com/steveukx/git-js](https://github.com/steveukx/git-js)
python版可以指定allowPOS jieba.analyse.extract_tags( string topK=10, withWeight=False, allowPOS=('ns', 'n', 'vn', 'v') )