@windrun-huaiin/diaomao 2.1.0 → 2.1.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/package.json
CHANGED
|
@@ -7,6 +7,8 @@ import { getMessages, getTranslations, setRequestLocale } from 'next-intl/server
|
|
|
7
7
|
import { Montserrat } from "next/font/google";
|
|
8
8
|
import './globals.css';
|
|
9
9
|
import React from 'react';
|
|
10
|
+
import { GoogleAnalyticsScript } from "@windrun-huaiin/base-ui/components";
|
|
11
|
+
import { MicrosoftClarityScript } from "@windrun-huaiin/base-ui/components";
|
|
10
12
|
|
|
11
13
|
export const montserrat = Montserrat({
|
|
12
14
|
weight: ['400'],
|
|
@@ -70,6 +72,8 @@ export default async function RootLayout({
|
|
|
70
72
|
{children}
|
|
71
73
|
</RootProvider>
|
|
72
74
|
</body>
|
|
75
|
+
<GoogleAnalyticsScript />
|
|
76
|
+
<MicrosoftClarityScript />
|
|
73
77
|
</NextIntlClientProvider>
|
|
74
78
|
</html>
|
|
75
79
|
)
|
package/src/mdx/blog/index.mdx
CHANGED
|
@@ -2,21 +2,13 @@
|
|
|
2
2
|
title: Blog
|
|
3
3
|
description: Articles and thoughts about various topics.
|
|
4
4
|
icon: Rss
|
|
5
|
-
date: 2025-07-
|
|
5
|
+
date: 2025-07-26
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
## Feature List
|
|
9
|
-
|
|
10
|
-
<Cards>
|
|
11
|
-
<ZiaCard href="blog/why-docs" title="Why DDaaS?">
|
|
12
|
-
2025-05-26
|
|
13
|
-
</ZiaCard>
|
|
14
|
-
</Cards>
|
|
15
|
-
|
|
16
8
|
## Past List
|
|
17
9
|
|
|
18
10
|
<Cards>
|
|
19
11
|
<ZiaCard icon={<Gift />} href="blog/nextjs-architecture" title="About Project Structure">
|
|
20
|
-
2025-07-
|
|
12
|
+
2025-07-26
|
|
21
13
|
</ZiaCard>
|
|
22
14
|
</Cards>
|
package/src/mdx/blog/ioc.mdx
CHANGED
|
@@ -1,17 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Monthly Summary
|
|
3
3
|
description: Index and Summary
|
|
4
|
-
date: 2025-07-
|
|
4
|
+
date: 2025-07-26
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
## Overview
|
|
9
9
|
<Files>
|
|
10
10
|
<ZiaFolder name="2025-07(1)" defaultOpen>
|
|
11
|
-
<ZiaFile name="2025-07-
|
|
12
|
-
</ZiaFolder>
|
|
13
|
-
<ZiaFolder name="2025-05(1)">
|
|
14
|
-
<ZiaFile name="2025-05-26(Why DDaaS?)" href="./why-docs" />
|
|
11
|
+
<ZiaFile name="2025-07-26(About Project Structure)" href="./nextjs-architecture" />
|
|
15
12
|
</ZiaFolder>
|
|
16
13
|
</Files>
|
|
17
14
|
|
package/src/mdx/blog/meta.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
title: About Project Structure
|
|
3
3
|
description: Show all source code directories and files
|
|
4
4
|
icon: Gift
|
|
5
|
-
date: 2025-07-
|
|
5
|
+
date: 2025-07-26
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
## Quick Started
|
|
@@ -111,11 +111,8 @@ date: 2025-07-22
|
|
|
111
111
|
</ZiaFolder>
|
|
112
112
|
<ZiaFolder name="mdx" anotion="FumaMDX文档" defaultOpen>
|
|
113
113
|
<ZiaFolder name="blog" anotion="博客" defaultOpen>
|
|
114
|
-
<ZiaFile name="index.mdx" anotion="" href="" />
|
|
115
|
-
<ZiaFile name="ioc.mdx" anotion="月度/统计" href="" />
|
|
116
114
|
<ZiaFile name="meta.json" anotion="FumaMDX元数据" href="" />
|
|
117
115
|
<ZiaFile name="nextjs-architecture.mdx" anotion="Next.js项目结构" href="" />
|
|
118
|
-
<ZiaFile name="why-docs.mdx" anotion="" href="" />
|
|
119
116
|
</ZiaFolder>
|
|
120
117
|
<ZiaFolder name="legal" anotion="法律" defaultOpen>
|
|
121
118
|
<ZiaFile name="index.mdx" anotion="" href="" />
|