@windrun-huaiin/third-ui 5.13.2 → 5.13.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windrun-huaiin/third-ui",
3
- "version": "5.13.2",
3
+ "version": "5.13.3",
4
4
  "description": "Third-party integrated UI components for windrun-huaiin projects",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -114,14 +114,11 @@ export function createFumaPage({
114
114
  // generate the seo language map
115
115
  const seoLanguageMap: Record<string, string> = {};
116
116
 
117
- console.log('supportedLocales', supportedLocales);
118
117
 
119
118
  supportedLocales.forEach(loc => {
120
119
  seoLanguageMap[loc] = `${baseUrl}/${loc}/${baseRoute}${currentPath ? `/${currentPath}` : ''}`;
121
120
  });
122
121
 
123
- console.log('seoLanguageMap', seoLanguageMap);
124
-
125
122
  return {
126
123
  metadataBase: new URL(baseUrl),
127
124
  title: page.data.title,