feat: add default-editor + files plugins, bundle execution check, fix platform-test diagnostic priority

This commit is contained in:
2026-06-19 16:41:46 +08:00
parent 1d2190fc6c
commit da49788504
7 changed files with 900 additions and 7 deletions
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Default Editor</title>
<style>
* { box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
background: transparent;
color: #e0e0e0;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="default-editor-root"></div>
<script type="module" src="./dist/index.js"></script>
</body>
</html>