rebuilding site Wed Aug 25 11:23:25 PM CST 2021

This commit is contained in:
James Feng Cao 2021-08-25 23:23:25 +08:00
parent 1aef0c2a1c
commit 71ed7bcb78
1 changed files with 5 additions and 5 deletions

View File

@ -6,11 +6,11 @@ if(d.body)
let labels = ["网页默认字体族","cursive字体族","Fantasy字体族","Fixed字体族","Sans-Serif字体族","Serif字体族"];
let names = ["font","cursive","fantasy","fixed","sansserif","serif"];
let sa = [`<style>input{height:40px;width:100%;border-radius:50px;}</style><form onsubmit="let d=document;let f=d.forms[0];d.location.href='i:0i/sdcard/uweb/config.html:'+f.font.value+
+'&'+ f.cursive.value +
+'&'+ f.fantasy.value +
+'&'+ f.fixed.value +
+'&'+ f.sansserif.value +
+'&'+ f.serif.value +
'&'+ f.cursive.value +
'&'+ f.fantasy.value +
'&'+ f.fixed.value +
'&'+ f.sansserif.value +
'&'+ f.serif.value +
':https://cdn.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/template/config.html';return false;" accept-charset=utf-8 >`];