@windrun-huaiin/diaomao 2.0.2 → 2.1.0

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
@@ -261,7 +261,7 @@
261
261
  },
262
262
  "linkPreview": {
263
263
  "blog": "Blog",
264
- "showcase": "Showcase",
264
+ "pricing": "Pricing",
265
265
  "legal": "Legal",
266
266
  "docs": "Docs"
267
267
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windrun-huaiin/diaomao",
3
- "version": "2.0.2",
3
+ "version": "2.1.0",
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.2",
29
- "@windrun-huaiin/lib": "^5.7.0",
30
- "@windrun-huaiin/third-ui": "^5.9.4",
28
+ "@windrun-huaiin/base-ui": "^5.3.4",
29
+ "@windrun-huaiin/lib": "^5.7.2",
30
+ "@windrun-huaiin/third-ui": "^5.10.0",
31
31
  "autoprefixer": "^10.4.21",
32
32
  "class-variance-authority": "^0.7.1",
33
33
  "clsx": "^2.1.1",
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
@@ -8,11 +8,11 @@ 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
- <PricePlan pricePlanConfig={pricePlanConfig} currency="¥" />
12
11
  <Usage />
13
12
  <Features />
14
13
  <Tips />
15
14
  <FAQ />
15
+ <PricePlan pricePlanConfig={pricePlanConfig} currency="¥" />
16
16
  <SeoContent />
17
17
  <CTA />
18
18
  </main>
@@ -12,10 +12,15 @@ 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
  },
19
+ {
20
+ icon: <icons.BTC />,
21
+ text: t1('pricing'),
22
+ url: `/${locale}#pricing`,
23
+ },
19
24
  {
20
25
  type: 'custom',
21
26
  // false to put the menu on the left, true to put the button on the right
@@ -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');
@@ -2,7 +2,7 @@
2
2
  title: Blog
3
3
  description: Articles and thoughts about various topics.
4
4
  icon: Rss
5
- date: 2025-07-22
5
+ date: 2025-07-24
6
6
  ---
7
7
 
8
8
  ## Feature List
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: Monthly Summary
3
3
  description: Index and Summary
4
- date: 2025-07-22
4
+ date: 2025-07-24
5
5
  ---
6
6
 
7
7
 
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>