1
0
This commit is contained in:
2024-04-19 10:34:32 +09:00
parent b365576eb8
commit aba63015ca
64 changed files with 14 additions and 43817 deletions

View File

@ -1,13 +1,13 @@
<div id="aiterm" style="display:none;">
<link rel="stylesheet" href="/term/pkg/jquery.terminal/css/jquery.terminal.css" />
<link rel="stylesheet" href="/term/css/terminal.css" />
<script src="/term/pkg/jquery.ajax/jquery.min.js"></script>
<script src="/term/pkg/axios/dist/axios.min.js"></script>
<script src="/term/pkg/jquery.terminal/js/jquery.terminal.min.js"></script>
<script src="/term/pkg/jquery.terminal/js/jquery.mousewheel-min.js"></script>
<script src="/term/js/terminal.js"></script>
<link rel="stylesheet" href="https://term.syui.ai/term/pkg/jquery.terminal/css/jquery.terminal.css" />
<link rel="stylesheet" href="https://term.syui.ai/term/css/terminal.css" />
<script src="https://term.syui.ai/term/pkg/jquery.ajax/jquery.min.js"></script>
<script src="https://term.syui.ai/term/pkg/axios/dist/axios.min.js"></script>
<script src="https://term.syui.ai/term/pkg/jquery.terminal/js/jquery.terminal.min.js"></script>
<script src="https://term.syui.ai/term/pkg/jquery.terminal/js/jquery.mousewheel-min.js"></script>
<script src="https://term.syui.ai/term/js/terminal.js"></script>
<app></app>
<script src="/term/js/bundle.js"></script>
<script src="https://term.syui.ai/term/js/bundle.js"></script>
<!--
<iframe src="https://term.syui.ai" allowfullscreen frameborder="0" style="width:100%;height: 400px;" id="terminal-input"></iframe>
-->