Demo Jx

Results 4 comments of Demo Jx

rewrite $home/.vscode/extensions/labuladong.leetcode-helper-1.4.4/node_modules/vsc-leetcode-cli/lib/session.js file ` session.getUser = function () { // return cache.get(h.KEYS.user); return { sessionId: 'Your LEETCODE_SESSION', sessionCSRF: 'Your csrftoken' } }; `

简单的引入方法:可以替换dialogs/help.html的内容。 ```html mathEditor var mathEdit = new window.MathEdit({ elId: 'myEdit' }) dialog.onok = function () { var value = mathEdit.getValue() value && editor.execCommand('insertHTML', value); }; ```