[test] peer
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user