@windrun-huaiin/diaomao 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/messages/en.json +2 -1
- package/package.json +5 -4
- package/src/app/[locale]/(home)/page.tsx +3 -4
- package/src/components/hero.tsx +1 -1
- package/.changeset/d8-template.mdx +0 -5
- package/public/0.webp +0 -0
- package/public/1.webp +0 -0
- package/public/2.webp +0 -0
- package/public/3.webp +0 -0
- package/public/4.webp +0 -0
- package/public/5.webp +0 -0
- package/public/6.webp +0 -0
- package/public/banner.png +0 -0
- package/public/shared/img/default.webp +0 -0
package/messages/en.json
CHANGED
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"description": "Transform your ideas into breathtaking visuals with Reve Image's AI-powered image generation. Unleash your creativity with the cutting-edge technology.",
|
|
14
14
|
"button": "Get Started",
|
|
15
15
|
"about": "Enjoy 20 free images daily with Reve Image",
|
|
16
|
-
"heroImageAlt": "Reve Image AI-generated artwork showcasing the power of the platform"
|
|
16
|
+
"heroImageAlt": "Reve Image AI-generated artwork showcasing the power of the platform",
|
|
17
|
+
"heroImageUrl": "https://r2.d8ger.com/default.webp"
|
|
17
18
|
},
|
|
18
19
|
"usage": {
|
|
19
20
|
"title": "How to use",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@windrun-huaiin/diaomao",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"@radix-ui/react-slot": "^1.2.2",
|
|
26
26
|
"@tailwindcss/typography": "latest",
|
|
27
27
|
"@types/mdx": "^2.0.13",
|
|
28
|
-
"@windrun-huaiin/base-ui": "^5.3.
|
|
28
|
+
"@windrun-huaiin/base-ui": "^5.3.2",
|
|
29
29
|
"@windrun-huaiin/lib": "^5.7.0",
|
|
30
|
-
"@windrun-huaiin/third-ui": "^5.9.
|
|
30
|
+
"@windrun-huaiin/third-ui": "^5.9.4",
|
|
31
31
|
"autoprefixer": "^10.4.21",
|
|
32
32
|
"class-variance-authority": "^0.7.1",
|
|
33
33
|
"clsx": "^2.1.1",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@changesets/cli": "^2.29.5",
|
|
59
|
-
"@windrun-huaiin/dev-scripts": "^6.
|
|
59
|
+
"@windrun-huaiin/dev-scripts": "^6.8.0",
|
|
60
60
|
"@tailwindcss/cli": "^4.1.11",
|
|
61
61
|
"@tailwindcss/postcss": "^4.1.7",
|
|
62
62
|
"@types/hast": "^3.0.4",
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
"files": [
|
|
83
83
|
".changeset",
|
|
84
|
+
"!.changeset/d8-template.mdx",
|
|
84
85
|
"patches",
|
|
85
86
|
"src",
|
|
86
87
|
"public",
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { Hero } from "@/components/hero"
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
3
|
+
import { Hero } from "@/components/hero";
|
|
4
|
+
import { pricePlanConfig } from "@/lib/price-config";
|
|
5
|
+
import { CTA, FAQ, Features, PricePlan, SeoContent, Tips, Usage } from "@windrun-huaiin/third-ui/main";
|
|
6
6
|
|
|
7
7
|
export default function Home() {
|
|
8
8
|
return (
|
|
9
9
|
<main className="min-h-screen flex flex-col bg-neutral-100 dark:bg-neutral-900 transition-colors duration-300">
|
|
10
10
|
<Hero />
|
|
11
11
|
<PricePlan pricePlanConfig={pricePlanConfig} currency="¥" />
|
|
12
|
-
<Gallery />
|
|
13
12
|
<Usage />
|
|
14
13
|
<Features />
|
|
15
14
|
<Tips />
|
package/src/components/hero.tsx
CHANGED
|
@@ -31,7 +31,7 @@ export function Hero() {
|
|
|
31
31
|
<div className="flex-[1] relative flex justify-center md:justify-end">
|
|
32
32
|
<div className="rounded-lg overflow-hidden shadow-purple-500/20 group">
|
|
33
33
|
<Image
|
|
34
|
-
src=
|
|
34
|
+
src={t('heroImageUrl')}
|
|
35
35
|
alt={t('heroImageAlt')}
|
|
36
36
|
width={500}
|
|
37
37
|
height={500}
|
package/public/0.webp
DELETED
|
Binary file
|
package/public/1.webp
DELETED
|
Binary file
|
package/public/2.webp
DELETED
|
Binary file
|
package/public/3.webp
DELETED
|
Binary file
|
package/public/4.webp
DELETED
|
Binary file
|
package/public/5.webp
DELETED
|
Binary file
|
package/public/6.webp
DELETED
|
Binary file
|
package/public/banner.png
DELETED
|
Binary file
|
|
Binary file
|