update at 2026-03-04 13:25:26

This commit is contained in:
douboer@gmail.com
2026-03-04 13:25:26 +08:00
parent 7d2be3d67d
commit 5fbfdc651f
44 changed files with 84 additions and 1 deletions

13
pxterm/test.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
div { user-select: text; -webkit-user-select: text; font-size: 30px;}
span { pointer-events: none; }
</style>
</head>
<body>
<div><span>Hello world with pointer events none</span></div>
</body>
</html>