mirror of
https://github.com/fmhy/edit.git
synced 2026-01-28 19:01:02 +00:00
* tooltips * feat: Add numerous new notes, refactor the tooltip component, and update dependencies. * notes * fix: tooltip
267 B
267 B
Eruda
Eruda Console for mobile browsers bookmarklet:
javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();