@windrun-huaiin/diaomao 2.0.1 → 2.0.3

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 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.1",
3
+ "version": "2.0.3",
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.1",
29
- "@windrun-huaiin/lib": "^5.7.0",
30
- "@windrun-huaiin/third-ui": "^5.9.3",
28
+ "@windrun-huaiin/base-ui": "^5.3.3",
29
+ "@windrun-huaiin/lib": "^5.7.1",
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.6.1",
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",
Binary file
@@ -0,0 +1,13 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
2
+ stroke="#AC62FD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
3
+ class="lucide lucide-bug-off-icon lucide-bug-off">
4
+ <path d="M15 7.13V6a3 3 0 0 0-5.14-2.1L8 2" />
5
+ <path d="M14.12 3.88 16 2" />
6
+ <path d="M22 13h-4v-2a4 4 0 0 0-4-4h-1.3" />
7
+ <path d="M20.97 5c0 2.1-1.6 3.8-3.5 4" />
8
+ <path d="m2 2 20 20" />
9
+ <path d="M7.7 7.7A4 4 0 0 0 6 11v3a6 6 0 0 0 11.13 3.13" />
10
+ <path d="M12 20v-8" />
11
+ <path d="M6 13H2" />
12
+ <path d="M3 21c0-2.1 1.7-3.9 3.8-4" />
13
+ </svg>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,15 +1,14 @@
1
1
  'use client';
2
2
 
3
- import { Hero } from "@/components/hero"
4
- import { Gallery, Usage, Features, Tips, FAQ, SeoContent, CTA, PricePlan } from "@windrun-huaiin/third-ui/main"
5
- import { pricePlanConfig } from "@/lib/price-config"
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 />
@@ -12,7 +12,7 @@ export async function homeNavLinks(locale: string): Promise<LinkItemType[]> {
12
12
  const t1 = await getTranslations({ locale: locale, namespace: 'linkPreview' });
13
13
  return [
14
14
  {
15
- icon: <icons.AlbumIcon />,
15
+ icon: <icons.BugOff />,
16
16
  text: t1('blog'),
17
17
  url: `/${locale}/blog`,
18
18
  },
@@ -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="/0.webp"
34
+ src={t('heroImageUrl')}
35
35
  alt={t('heroImageAlt')}
36
36
  width={500}
37
37
  height={500}
@@ -1,3 +1,3 @@
1
1
  import { createSiteIcon } from "@windrun-huaiin/base-ui/components/server";
2
2
 
3
- export const SiteIcon = createSiteIcon('Pi');
3
+ export const SiteIcon = createSiteIcon('BugOff');
@@ -1,5 +0,0 @@
1
- ---
2
- "@windrun-huaiin/diaomao": patch
3
- ---
4
-
5
- fix(createApp): one command for standtard project init
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
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" >
2
- <line x1="9" x2="9" y1="4" y2="20" fill="none" stroke="#AC62FD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
3
- <path d="M4 7c0-1.7 1.3-3 3-3h13" fill="none" stroke="#AC62FD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
4
- <path d="M18 20c-1.7 0-3-1.3-3-3V4" fill="none" stroke="#AC62FD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
5
- </svg>
Binary file