mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +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>
|
||||
|
||||
<template>
|
||||
<div
|
||||
<span
|
||||
tw="w-full h-full bg-black flex flex-col"
|
||||
style="
|
||||
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"
|
||||
>
|
||||
<div tw="w-full flex justify-between items-center text-5xl font-medium">
|
||||
<div tw="flex items-center">
|
||||
<div tw="text-zinc-100 ml-2 mt-1 font-semibold">
|
||||
<span tw="w-full flex justify-between items-center text-5xl font-medium">
|
||||
<span tw="flex items-center">
|
||||
<span tw="text-zinc-100 ml-2 mt-1 font-semibold">
|
||||
freemediaheckyeah
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div tw="w-full pr-56 flex flex-col items-start justify-end">
|
||||
<div style="color: #f3f4f6" tw="text-6xl font-bold" v-html="title" />
|
||||
<div style="color: #c0caf5" tw="mt-2 text-4xl" v-html="description" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</span>
|
||||
</span>
|
||||
</span>
|
||||
<span tw="w-full pr-56 flex flex-col items-start justify-end">
|
||||
<span style="color: #f3f4f6" tw="text-6xl font-bold" v-html="title" />
|
||||
<span style="color: #c0caf5" tw="mt-2 text-4xl" v-html="description" />
|
||||
</span>
|
||||
</span>
|
||||
</span>
|
||||
</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.
|
||||
next: false
|
||||
prev: false
|
||||
lastUpdated: false
|
||||
outline: false
|
||||
---
|
||||
|
||||
### Feedback
|
||||
|
||||
:::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.
|
||||
:::
|
||||
|
||||
|
||||
:::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."*
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@
|
|||
"dependencies": {
|
||||
"@fmhy/colors": "^0.0.11",
|
||||
"@headlessui/vue": "^1.7.22",
|
||||
"@resvg/resvg-js": "^2.6.2",
|
||||
"vitepress": "npm:@taskylizard/vitepress@1.0.10",
|
||||
"@resvg/resvg-js": "^2.6.0",
|
||||
"vitepress": "npm:@taskylizard/vitepress@1.1.1",
|
||||
"consola": "^3.2.3",
|
||||
"feed": "^4.2.2",
|
||||
"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