link changes in config.html

This commit is contained in:
James Feng Cao 2023-04-27 09:24:01 +08:00
parent 7a254b0d0e
commit a3dc816f34
5 changed files with 28 additions and 13 deletions

View File

@ -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

View File

@ -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');

View 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>

View File

@ -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');

View File

@ -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>