mirror of
https://github.com/tgbot-collection/YYeTsBot.git
synced 2025-11-25 11:29:38 +08:00
github linguist-vendored
This commit is contained in:
7
.gitattributes
vendored
7
.gitattributes
vendored
@@ -1,7 +1,10 @@
|
||||
worker/public/css/* linguist-vendored
|
||||
worker/public/css/** linguist-vendored
|
||||
worker/public/fonts/* linguist-vendored
|
||||
worker/public/img/* linguist-vendored
|
||||
worker/public/js/* linguist-vendored
|
||||
worker/public/js/search.js -linguist-vendored
|
||||
|
||||
worker/public/404.html linguist-vendored
|
||||
worker/public/resource.html linguist-vendored
|
||||
|
||||
worker/*.html linguist-vendored
|
||||
tests/data/* linguist-vendored
|
||||
@@ -53,5 +53,5 @@
|
||||
src="img/200-wrangler-ferris.gif">
|
||||
</div>
|
||||
</body>
|
||||
<script src="custom/search.js"></script>
|
||||
<script src="js/search.js"></script>
|
||||
</html>
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
<h2>有问题请联系 <a style="text-decoration: none;color: green" href="https://t.me/BennyThink">Benny小可爱</a></h2>
|
||||
</div>
|
||||
</body>
|
||||
<script src="custom/search.js"></script>
|
||||
<script src="js/search.js"></script>
|
||||
<script>
|
||||
let kwe = document.URL.split("kw=")[1];
|
||||
let kw = decodeURI(kwe).toLowerCase().replace(" ", "");
|
||||
|
||||
Reference in New Issue
Block a user