cbingb666
cbingb666
我觉得他专注于网页翻译就好了,这样才有足够的精力把他做到完美,需要划词翻译可以交给 [Bob](https://github.com/ripperhe/Bob) 或 [Pot](https://github.com/pot-app/pot-desktop),他们在这划词翻译领域很棒👍🏻
You can use this dependency [vite-plugin-node-polyfills](https://www.npmjs.com/package/vite-plugin-node-polyfills) to solve the loading problem of `node:buffer` Install the package as a dev dependency. ```sh # npm npm install --save-dev vite-plugin-node-polyfills # pnpm pnpm...
This is very much needed to make it easier to migrate large numbers into Hoarder at once!
我试着把 **mp4Plugin** 换成 **xgplayer-mp4-new** 下可以播放 ```ts import { SimplePlayer } from 'xgplayer' import Mp4Plugin from 'xgplayer-mp4-new' const player = new SimplePlayer({ // ... plugins: [Mp4Plugin] // ... }) ``` 依赖版本...
```ts type DeepReadonly = { readonly [P in keyof T]: T[P] extends Function ? T[P] : DeepReadonly } ```
这是其他竞品不具备的,这个想法非常好!