Tencent / vConsole

A lightweight, extendable front-end developer tool for mobile web page.
Other
16.88k stars 2.95k forks source link

按钮文字能改吗 #666

Open ronnycyy opened 8 months ago

ronnycyy commented 8 months ago

vConsole Version: 3.15.1

haohaitao commented 3 months ago

没有提供对应api,不过你可以通过操作dom实现 document.querySelector('.vc-switch').textContent = '调试助手'