1
0
This commit is contained in:
2024-04-15 04:44:35 +09:00
parent 9500922115
commit d863331b22
7 changed files with 84 additions and 85 deletions

View File

@ -1,4 +1,6 @@
hotkeys('ctrl+enter', function() {
let e = document.querySelector('home-layout');
e.style.display = "block";
var ele = document.getElementById('aiterm');
var win = document.getElementById('window');
var svg = document.getElementById('aisvg');