ShaoKang

Results 4 comments of ShaoKang

I use mysql, this works for me. I hope to help those in need. ```graphql mutation { executeRaw(query: "SELECT * FROM `default@default`.`User`") } ```

Run the following command ```sh mkdir jxa-demo cd jxa-demo npm init -y npm i @jxa/global-type touch index.js ``` Then open the `index.js` editor in` vscode`, you can get intellisense normally...

`Service Worker(无效)` 这个只是后台服务当前不活动的意思,后台服务是一个按需启动的服务,每隔一段时间不活动就会关闭,有需要的话会开启,这个没关系的。 `力扣页面也没有变化`有可能是你没有开启指定的功能开关。你可以参考这篇文章 https://leetcode.cn/circle/discuss/4RaffR/ 要验证扩展有没有生效的话,你可以打开力扣首页,看看网页右上角有没有一个`黑名单管理`的 UI,这个功能是默认开启的。 ![image](https://github.com/XYShaoKang/refined-leetcode/assets/38753204/2ac769c9-2227-435f-8b17-ad0bf59a4f28)

我研究了下,原先我是用官方的「精选题单」去定位的,然后这次官方更新了题库页,把「精选题单」去掉了,导致题单列表加载失败。我临时用「热门企业题库」做定位,已经修好了,后面在研究看看有没有更好的实现方式。