mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
link changes in config.html
This commit is contained in:
parent
7a254b0d0e
commit
a3dc816f34
5 changed files with 28 additions and 13 deletions
|
@ -1,10 +0,0 @@
|
|||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- rm -rf public
|
||||
- mkdir tpublic
|
||||
- ls | grep -v tpublic | xargs cp -r -t tpublic
|
||||
- mv tpublic public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
|
@ -21,7 +21,7 @@ let sa = [`<head><meta charset="utf-8"><meta name="viewport" content="width=devi
|
|||
'&'+ f.fixed.value +
|
||||
'&'+ f.sansserif.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) {
|
||||
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.sansserif.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) {
|
||||
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