mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-02-22 17:22:14 +00:00
would it work I wonder
This commit is contained in:
parent
f57a2db30f
commit
76d1a5619e
14
package-lock.json
generated
14
package-lock.json
generated
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "myapp",
|
"name": "myapp",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
@ -11,7 +10,8 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify/svelte": "^3.1.0",
|
"@iconify/svelte": "^3.1.0",
|
||||||
"daisyui": "^2.51.5",
|
"daisyui": "^2.51.5",
|
||||||
"react-icons": "^4.8.0"
|
"react-icons": "^4.8.0",
|
||||||
|
"sveltegram": "^1.1.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.28.1",
|
"@playwright/test": "^1.28.1",
|
||||||
@ -2718,6 +2718,11 @@
|
|||||||
"svelte": ">=3.19.0"
|
"svelte": ">=3.19.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/sveltegram": {
|
||||||
|
"version": "1.1.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/sveltegram/-/sveltegram-1.1.5.tgz",
|
||||||
|
"integrity": "sha512-VkCEFsLu0xF+xQgmpD259RlO6NGCPMpdw6Ku0t9wD8/JsDokUujce4fw3N5CTc/tWY5bReD6/25psiIugQww8A=="
|
||||||
|
},
|
||||||
"node_modules/tailwindcss": {
|
"node_modules/tailwindcss": {
|
||||||
"version": "3.3.1",
|
"version": "3.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.1.tgz",
|
||||||
@ -4861,6 +4866,11 @@
|
|||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
|
"sveltegram": {
|
||||||
|
"version": "1.1.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/sveltegram/-/sveltegram-1.1.5.tgz",
|
||||||
|
"integrity": "sha512-VkCEFsLu0xF+xQgmpD259RlO6NGCPMpdw6Ku0t9wD8/JsDokUujce4fw3N5CTc/tWY5bReD6/25psiIugQww8A=="
|
||||||
|
},
|
||||||
"tailwindcss": {
|
"tailwindcss": {
|
||||||
"version": "3.3.1",
|
"version": "3.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.1.tgz",
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify/svelte": "^3.1.0",
|
"@iconify/svelte": "^3.1.0",
|
||||||
"daisyui": "^2.51.5",
|
"daisyui": "^2.51.5",
|
||||||
"react-icons": "^4.8.0"
|
"react-icons": "^4.8.0",
|
||||||
|
"sveltegram": "^1.1.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
<script>
|
<script>
|
||||||
// import {Icon} from '@iconify/svelte';
|
// import {Icon} from '@iconify/svelte';
|
||||||
// import {FaTelegramPlane} from 'svelte-icons/fa';
|
// import {FaTelegramPlane} from 'svelte-icons/fa';
|
||||||
|
import {Login} from "sveltegram";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
@ -19,7 +20,12 @@
|
|||||||
<a href="">Login via Telegram</a>
|
<a href="">Login via Telegram</a>
|
||||||
Click here to login
|
Click here to login
|
||||||
</button> -->
|
</button> -->
|
||||||
<script async src="https://telegram.org/js/telegram-widget.js?22" data-telegram-login="Fishie_Honesty_bot" data-size="large" data-auth-url="/" data-request-access="write"></script>
|
<!-- <script async src="https://telegram.org/js/telegram-widget.js?22" data-telegram-login="Fishie_Honesty_bot" data-size="large" data-auth-url="/" data-request-access="write"></script> -->
|
||||||
|
<Login
|
||||||
|
username="Fishie_Honesty_bot"
|
||||||
|
requestAccess=true
|
||||||
|
size="large"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user