[test] peer

This commit is contained in:
kwaroran
2023-11-22 18:51:12 +09:00
parent ac6216a2c3
commit bde1216ab3
9 changed files with 328 additions and 9 deletions

View File

@@ -78,6 +78,20 @@
<Help key="experimental"/><Help key="inlayImages"/>
</Check>
</div>
<div class="flex items-center mt-4">
<Check check={$DataBase.tpo} name="2.0 Alpha Web-DevMode" onChange={() => {
// access code is "tendo"
// I just put it on source code so it's not really a secret
// well, if you are reading this, you are a developer, so you can use this feature
const accessCode = 'tendo'
if(prompt("Access Code") === accessCode){
$DataBase.tpo = !$DataBase.tpo
}
}}>
<Help key="experimental"/>
</Check>
</div>
<button
on:click={async () => {
alertMd(getRequestLog())