mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
Compare commits
2 commits
ae108ac8bb
...
a3dc816f34
Author | SHA1 | Date | |
---|---|---|---|
|
a3dc816f34 | ||
|
7a254b0d0e |
4 changed files with 28 additions and 3 deletions
|
@ -21,7 +21,7 @@ let sa = [`<head><meta charset="utf-8"><meta name="viewport" content="width=devi
|
||||||
'&'+ f.fixed.value +
|
'&'+ f.fixed.value +
|
||||||
'&'+ f.sansserif.value +
|
'&'+ f.sansserif.value +
|
||||||
'&'+ f.serif.value +
|
'&'+ f.serif.value +
|
||||||
':https://fastly.jsdelivr.net/gh/torappinfo/uweb/zh/searchurl/template/config.html';return false;" accept-charset=utf-8 >`];
|
':https://jamesfengcao.codeberg.page/en/searchurl/template/config.html';return false;" accept-charset=utf-8 >`];
|
||||||
|
|
||||||
function gen(text) {
|
function gen(text) {
|
||||||
let strs = text.split('\n');
|
let strs = text.split('\n');
|
||||||
|
|
25
en/searchurl/template/config.html
Normal file
25
en/searchurl/template/config.html
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
%1%
|
||||||
|
%2%
|
||||||
|
%3%
|
||||||
|
%4%
|
||||||
|
%5%
|
||||||
|
%6%
|
||||||
|
%7%
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script charset="utf-8" src="https://jamesfengcao.codeberg.page/en/searchurl/config.js"></script>
|
|
@ -21,7 +21,7 @@ let sa = [`<head><meta charset="utf-8"><meta name="viewport" content="width=devi
|
||||||
'&'+ f.fixed.value +
|
'&'+ f.fixed.value +
|
||||||
'&'+ f.sansserif.value +
|
'&'+ f.sansserif.value +
|
||||||
'&'+ f.serif.value +
|
'&'+ f.serif.value +
|
||||||
':https://fastly.jsdelivr.net/gh/torappinfo/uweb/zh/searchurl/template/config.html';return false;" accept-charset=utf-8 >`];
|
':https://jamesfengcao.codeberg.page/zh/searchurl/template/config.html';return false;" accept-charset=utf-8 >`];
|
||||||
|
|
||||||
function gen(text) {
|
function gen(text) {
|
||||||
let strs = text.split('\n');
|
let strs = text.split('\n');
|
||||||
|
|
|
@ -22,4 +22,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script charset="utf-8" src="https://jamesfengcao.codeberg.page/en/searchurl/config.js"></script>
|
<script charset="utf-8" src="https://jamesfengcao.codeberg.page/zh/searchurl/config.js"></script>
|
||||||
|
|
Loading…
Reference in a new issue