rebuilding site Sat Sep 18 11:49:36 PM CST 2021

This commit is contained in:
James Feng Cao 2021-09-18 23:49:36 +08:00
parent 72d3a0da7a
commit c5b160ee3c
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,3 @@
Serif

View File

@ -1,10 +1,11 @@
let text = "";
let labels = ["网页默认字体族","cursive字体族","Fantasy字体族","Fixed字体族","Sans-Serif字体族","Serif字体族"];
let names = ["font","cursive","fantasy","fixed","sansserif","serif"];
let text = "\n".repeat(labels.length-1);
let d=document;
if(d.body)
text = d.body.innerHTML;
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 +