mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +01:00
Merge branch 'main' into main
This commit is contained in:
commit
e64304d262
2 changed files with 16 additions and 3 deletions
|
@ -1878,7 +1878,6 @@ if (Ashley && !Ashley.dntEnabled()) {
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
<style> img.emoji {height: 1em;width: 1em;margin: 0 .05em 0 .1em;vertical-align: -0.1em;}</style>
|
<style> img.emoji {height: 1em;width: 1em;margin: 0 .05em 0 .1em;vertical-align: -0.1em;}</style>
|
||||||
<script>twemoji.parse(document.body,{ base: 'https://cdn.zptr.cc/twemoji/' }) </script>
|
|
||||||
<script>
|
<script>
|
||||||
window.GLOBAL_ENV = {
|
window.GLOBAL_ENV = {
|
||||||
API_ENDPOINT_INVID:"https://invid-api.poketube.fun/api/v1",
|
API_ENDPOINT_INVID:"https://invid-api.poketube.fun/api/v1",
|
||||||
|
@ -1977,8 +1976,8 @@ fetch(statsurl + "?browser=" + encodedBrowserName)
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
||||||
<title> <%=inv_vid.title%> | PokeTube Mobile</title>
|
<title> <%=inv_vid.title%> | PokeTube Mobile</title>
|
||||||
<link href="/css/mobile.css?v=<%=btoa(Date.now())%>" rel=stylesheet>
|
<link href="/css/mobile.css" rel=stylesheet>
|
||||||
<link href="/css/app.main.css?v=<%=btoa(Date.now())%>" rel=stylesheet>
|
<link href="/css/app.main.css" rel=stylesheet>
|
||||||
<link href=https://p.poketube.fun/https://unpkg.com/ionicons@4.5.10-0/dist/css/ionicons.css rel=stylesheet>
|
<link href=https://p.poketube.fun/https://unpkg.com/ionicons@4.5.10-0/dist/css/ionicons.css rel=stylesheet>
|
||||||
|
|
||||||
<link href=https://p.poketube.fun/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
<link href=https://p.poketube.fun/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
||||||
|
|
|
@ -29,6 +29,20 @@
|
||||||
"branch": "dev"
|
"branch": "dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"poke.vern.cc",
|
||||||
|
{
|
||||||
|
"uri": "https://poke.vern.cc",
|
||||||
|
"CLOUDFLARE": false,
|
||||||
|
"piwik": false,
|
||||||
|
"region": "🇺🇸",
|
||||||
|
"software": {
|
||||||
|
"name": "poketube",
|
||||||
|
"version": "latest",
|
||||||
|
"branch": "dev"
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue