Yoon.Tso

Results 3 comments of Yoon.Tso

+1, now, i have to use queryContent to get the length of all page first, then use `limit` and `skip`, but I realize since I already get all pages data,...

try to create database in the `main.js`, it will force nedb to create a local file as database, not in the indexDB, it works for me

check `src\hooks\usePronunciation.ts`. 1. use `generateWordSoundSrc` to get voice url for specific word from youdao voice api. 2. passing voice url as a parameter to `useSound`, a third-party npm package which...