mirror of
https://github.com/fmhy/edit.git
synced 2026-02-07 19:51:07 +11:00
chore: bump deps
This commit is contained in:
parent
3efa583973
commit
93ff071527
4 changed files with 431 additions and 343 deletions
|
|
@ -3,7 +3,7 @@ defineProps<{ title: string; description?: string }>()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<span
|
||||||
tw="w-full h-full bg-black flex flex-col"
|
tw="w-full h-full bg-black flex flex-col"
|
||||||
style="
|
style="
|
||||||
background-image: linear-gradient(
|
background-image: linear-gradient(
|
||||||
|
|
@ -24,20 +24,20 @@ defineProps<{ title: string; description?: string }>()
|
||||||
);
|
);
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div
|
<span
|
||||||
tw="p-10 w-full min-h-0 grow flex flex-col items-center justify-between"
|
tw="p-10 w-full min-h-0 grow flex flex-col items-center justify-between"
|
||||||
>
|
>
|
||||||
<div tw="w-full flex justify-between items-center text-5xl font-medium">
|
<span tw="w-full flex justify-between items-center text-5xl font-medium">
|
||||||
<div tw="flex items-center">
|
<span tw="flex items-center">
|
||||||
<div tw="text-zinc-100 ml-2 mt-1 font-semibold">
|
<span tw="text-zinc-100 ml-2 mt-1 font-semibold">
|
||||||
freemediaheckyeah
|
freemediaheckyeah
|
||||||
</div>
|
</span>
|
||||||
</div>
|
</span>
|
||||||
</div>
|
</span>
|
||||||
<div tw="w-full pr-56 flex flex-col items-start justify-end">
|
<span tw="w-full pr-56 flex flex-col items-start justify-end">
|
||||||
<div style="color: #f3f4f6" tw="text-6xl font-bold" v-html="title" />
|
<span style="color: #f3f4f6" tw="text-6xl font-bold" v-html="title" />
|
||||||
<div style="color: #c0caf5" tw="mt-2 text-4xl" v-html="description" />
|
<span style="color: #c0caf5" tw="mt-2 text-4xl" v-html="description" />
|
||||||
</div>
|
</span>
|
||||||
</div>
|
</span>
|
||||||
</div>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
14
feedback.md
14
feedback.md
|
|
@ -1,28 +1,18 @@
|
||||||
---
|
---
|
||||||
name: Feedback
|
title: Feedback
|
||||||
description: Anonymous comments, taken from reddit, discord, twitter, and our feedback system.
|
description: Anonymous comments, taken from reddit, discord, twitter, and our feedback system.
|
||||||
next: false
|
next: false
|
||||||
prev: false
|
prev: false
|
||||||
lastUpdated: false
|
lastUpdated: false
|
||||||
outline: false
|
outline: false
|
||||||
---
|
---
|
||||||
|
|
||||||
### Feedback
|
### Feedback
|
||||||
|
|
||||||
:::tip What is this?
|
:::tip What is this?
|
||||||
Anonymous comments, taken from reddit, discord, twitter, and our feedback system. This is why we do it. People are the motivation, equality is the goal.
|
Anonymous comments, taken from reddit, discord, twitter, and our feedback system. This is why we do it. People are the motivation, equality is the goal.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|
||||||
:::info Balls
|
|
||||||
nyaboom > explodives
|
|
||||||
:::
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
:::danger Balls
|
|
||||||
nyaboom > explodives
|
|
||||||
:::
|
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
* *"Before finding this, I've been searching google myself and have experienced viruses, fake info, and just bad advice. But the amazing guides and links on FMHY really make it so much safer and simpler to find the things I need. I'm sort of the tech person in my family, so it saves me from so much testing and work."*
|
* *"Before finding this, I've been searching google myself and have experienced viruses, fake info, and just bad advice. But the amazing guides and links on FMHY really make it so much safer and simpler to find the things I need. I'm sort of the tech person in my family, so it saves me from so much testing and work."*
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fmhy/colors": "^0.0.11",
|
"@fmhy/colors": "^0.0.11",
|
||||||
"@headlessui/vue": "^1.7.22",
|
"@headlessui/vue": "^1.7.22",
|
||||||
"@resvg/resvg-js": "^2.6.2",
|
"@resvg/resvg-js": "^2.6.0",
|
||||||
"vitepress": "npm:@taskylizard/vitepress@1.0.10",
|
"vitepress": "npm:@taskylizard/vitepress@1.1.1",
|
||||||
"consola": "^3.2.3",
|
"consola": "^3.2.3",
|
||||||
"feed": "^4.2.2",
|
"feed": "^4.2.2",
|
||||||
"fs-extra": "^11.2.0",
|
"fs-extra": "^11.2.0",
|
||||||
|
|
|
||||||
728
pnpm-lock.yaml
generated
728
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue