Android: add canvas.a2ui push/reset
This commit is contained in:
18021
apps/android/app/src/main/assets/canvas_a2ui/a2ui.bundle.js
Normal file
18021
apps/android/app/src/main/assets/canvas_a2ui/a2ui.bundle.js
Normal file
File diff suppressed because one or more lines are too long
23
apps/android/app/src/main/assets/canvas_a2ui/index.html
Normal file
23
apps/android/app/src/main/assets/canvas_a2ui/index.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Canvas</title>
|
||||
<style>
|
||||
:root { color-scheme: light dark; }
|
||||
html, body { height: 100%; margin: 0; }
|
||||
body {
|
||||
font: 13px -apple-system, system-ui;
|
||||
background: #0b1020;
|
||||
color: #e5e7eb;
|
||||
overflow: hidden;
|
||||
}
|
||||
clawdis-a2ui-host { display: block; height: 100%; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<clawdis-a2ui-host></clawdis-a2ui-host>
|
||||
<script src="a2ui.bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user