We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
class Jsapi(): def getWordSendMarkdown(self): response['message']['content']='1111111111' window.evaluate_js(f"py2js_demo('{response['message']['content']}')") window = webview.create_window('测试', './dist/index.html', width=default_W_h[0], height=default_W_h[1], frameless=True, easy_drag=False, js_api=Jsapi()) webview.start(debug=True)
//vue3 code onMounted(() => { window["py2js_demo"] = res => { console.log("js", res); }; });
Python calls JS and can execute it. I tested various writing methods. None of them were successful. GPT doesn't have an answer either
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Python calls JS and can execute it. I tested various writing methods. None of them were successful. GPT doesn't have an answer either
The text was updated successfully, but these errors were encountered: