arcqiufeng
arcqiufeng
> Here is a demo: https://stackblitz.com/edit/vite-qdzzmm?file=docs%2Findex.md I followed the demo and got it works. But only a little problem: When I open my page first it doesn't work. Then I...
> I don't know much about coding, so please correct me if I'm wrong. > > It works for me though. > > Does this help you? --> https://stackblitz.com/edit/vite-oph6sp?file=docs/.vitepress/theme/index.js It...
> @Graysonnwu > > > ```js > > new mediumZoom('[data-zoomable]', { background: 'var(--vp-c-bg)' }); // Should there be a new? > > ``` > > Thanks, first. The `new` here...
> #11 No. That's not my problem. It is no problem to use this word splitter for the text and then generate the index. This problem has been solved according...
> 貌似修改了634行还是没用啊 在`xxqg_v3.1.3(fix).js`中 找到(大约在1330多行左右) ``` if (myScores['订阅'] != 2) { sub();//订阅 } ``` 在前面加//注释掉 ``` // if (myScores['订阅'] != 2) { // sub();//订阅 // } ```
貌似新版本onekey中,还是需要改一下:第469行 click("听广播"); //click("听新闻广播");
This is what I mean: I have the code: ``` (defun test() (setq msg "This is a test.") (alert msg) ) ``` When I right click on the word "msg"...