@windrun-huaiin/diaomao 2.3.5 → 2.3.6

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/.env.local.txt CHANGED
@@ -13,7 +13,6 @@ NEXT_PUBLIC_STYLE_SVG_ICON_SIZE=18
13
13
  NEXT_PUBLIC_STYLE_SHOW_BANNER=true
14
14
  NEXT_PUBLIC_STYLE_CLERK_PAGE_BANNER=false
15
15
  NEXT_PUBLIC_STYLE_CLERK_AUTH_IN_MODAL=false
16
- NEXT_PUBLIC_STYLE_OPEN_MDX_SEO_SITE_MAP=true
17
16
 
18
17
  NEXT_PUBLIC_STYLE_WATERMARK_ENABLED=true
19
18
  NEXT_PUBLIC_STYLE_WATERMARK_TEXT=Windrun·Huaiin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windrun-huaiin/diaomao",
3
- "version": "2.3.5",
3
+ "version": "2.3.6",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -26,8 +26,8 @@
26
26
  "@tailwindcss/typography": "latest",
27
27
  "@types/mdx": "^2.0.13",
28
28
  "@windrun-huaiin/base-ui": "^6.0.1",
29
- "@windrun-huaiin/lib": "^6.1.2",
30
- "@windrun-huaiin/third-ui": "^5.12.4",
29
+ "@windrun-huaiin/lib": "^6.2.0",
30
+ "@windrun-huaiin/third-ui": "^5.13.0",
31
31
  "autoprefixer": "^10.4.21",
32
32
  "class-variance-authority": "^0.7.1",
33
33
  "clsx": "^2.1.1",
@@ -4,6 +4,5 @@ import { createSitemapHandler } from "@windrun-huaiin/third-ui/lib/server";
4
4
  export default createSitemapHandler(
5
5
  appConfig.baseUrl,
6
6
  appConfig.i18n.locales as string[],
7
- appConfig.mdxSourceDir.blog,
8
- appConfig.style.openMdxSEOSiteMap
7
+ appConfig.mdxSourceDir.blog
9
8
  );