mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Beta (#22)
This commit is contained in:
commit
3744acdf03
4 changed files with 15396 additions and 3 deletions
15390
package-lock.json
generated
Normal file
15390
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 693 B |
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<footer class="mt-10 w-full rounded-xl py-4 text-center children:(mx-3)">
|
||||
<a aria-label="GitHub" href="https://github.com/TeamPiped/Piped" target="_blank">
|
||||
<a aria-label="GitHub" href="https://github.com/ramackersjp/Piped" target="_blank">
|
||||
<i class="i-fa6-brands:github" />
|
||||
<span v-t="'actions.source_code'" class="ml-2" />
|
||||
</a>
|
||||
|
@ -8,7 +8,7 @@
|
|||
<i class="i-fa6-solid:book" />
|
||||
<span v-t="'actions.documentation'" class="ml-2" />
|
||||
</a>
|
||||
<a href="https://github.com/TeamPiped/Piped#donations" target="_blank">
|
||||
<a href="https://github.com/ramackersjp/Piped#donations" target="_blank">
|
||||
<i class="i-fa6-brands:bitcoin" />
|
||||
<span v-t="'actions.donations'" class="ml-2" />
|
||||
</a>
|
||||
|
|
|
@ -51,6 +51,9 @@ export default defineConfig({
|
|||
short_name: "Piped",
|
||||
background_color: "#000000",
|
||||
theme_color: "#fa4b4b",
|
||||
display: "minimal-ui",
|
||||
id: "/",
|
||||
start_url: "/",
|
||||
icons: [
|
||||
{ src: "./img/icons/android-chrome-192x192.png", sizes: "192x192", type: "image/png" },
|
||||
{ src: "./img/icons/android-chrome-512x512.png", sizes: "512x512", type: "image/png" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue