@astro-minimax/ai 0.8.0 → 0.8.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.
@@ -85,14 +85,14 @@ Open source: [souloss/astro-minimax](https://github.com/souloss/astro-minimax)`
85
85
 
86
86
  \u914D\u8272\u65B9\u6848\u53EF\u4EE5\u5728\u914D\u7F6E\u4E2D\u81EA\u5B9A\u4E49\uFF0C\u76EE\u524D\u63D0\u4F9B\u591A\u79CD\u9884\u8BBE\uFF1A
87
87
  - [\u9884\u5B9A\u4E49\u914D\u8272\u65B9\u6848](/zh/posts/predefined-color-schemes) \u2014 \u67E5\u770B\u6240\u6709\u53EF\u7528\u914D\u8272
88
- - [\u81EA\u5B9A\u4E49\u4E3B\u9898\u8272](/zh/posts/customizing-astro-minimax-theme-color-schemes) \u2014 \u521B\u5EFA\u4F60\u81EA\u5DF1\u7684\u914D\u8272
88
+ - [\u4E3B\u9898\u914D\u7F6E\u6307\u5357](/zh/posts/how-to-configure-astro-minimax-theme) \u2014 \u521B\u5EFA\u4F60\u81EA\u5DF1\u7684\u914D\u8272
89
89
 
90
90
  \u53C2\u8003 [Tailwind CSS \u8C03\u8272\u677F](https://tailwindcss.com/docs/customizing-colors) \u83B7\u53D6\u7075\u611F\u3002`,
91
91
  en: `The blog supports light and dark themes \u2014 toggle with the bottom-right button or auto-detect system preference.
92
92
 
93
93
  Color schemes are customizable:
94
94
  - [Predefined Color Schemes](/en/posts/predefined-color-schemes) \u2014 See all available schemes
95
- - [Custom Theme Colors](/en/posts/customizing-astro-minimax-theme-color-schemes) \u2014 Create your own
95
+ - [Theme Configuration Guide](/en/posts/how-to-configure-astro-minimax-theme) \u2014 Create your own
96
96
 
97
97
  Check [Tailwind CSS Color Palette](https://tailwindcss.com/docs/customizing-colors) for inspiration.`
98
98
  },
@@ -82,14 +82,14 @@ Open source: [souloss/astro-minimax](https://github.com/souloss/astro-minimax)`
82
82
 
83
83
  \u914D\u8272\u65B9\u6848\u53EF\u4EE5\u5728\u914D\u7F6E\u4E2D\u81EA\u5B9A\u4E49\uFF0C\u76EE\u524D\u63D0\u4F9B\u591A\u79CD\u9884\u8BBE\uFF1A
84
84
  - [\u9884\u5B9A\u4E49\u914D\u8272\u65B9\u6848](/zh/posts/predefined-color-schemes) \u2014 \u67E5\u770B\u6240\u6709\u53EF\u7528\u914D\u8272
85
- - [\u81EA\u5B9A\u4E49\u4E3B\u9898\u8272](/zh/posts/customizing-astro-minimax-theme-color-schemes) \u2014 \u521B\u5EFA\u4F60\u81EA\u5DF1\u7684\u914D\u8272
85
+ - [\u4E3B\u9898\u914D\u7F6E\u6307\u5357](/zh/posts/how-to-configure-astro-minimax-theme) \u2014 \u521B\u5EFA\u4F60\u81EA\u5DF1\u7684\u914D\u8272
86
86
 
87
87
  \u53C2\u8003 [Tailwind CSS \u8C03\u8272\u677F](https://tailwindcss.com/docs/customizing-colors) \u83B7\u53D6\u7075\u611F\u3002`,
88
88
  en: `The blog supports light and dark themes \u2014 toggle with the bottom-right button or auto-detect system preference.
89
89
 
90
90
  Color schemes are customizable:
91
91
  - [Predefined Color Schemes](/en/posts/predefined-color-schemes) \u2014 See all available schemes
92
- - [Custom Theme Colors](/en/posts/customizing-astro-minimax-theme-color-schemes) \u2014 Create your own
92
+ - [Theme Configuration Guide](/en/posts/how-to-configure-astro-minimax-theme) \u2014 Create your own
93
93
 
94
94
  Check [Tailwind CSS Color Palette](https://tailwindcss.com/docs/customizing-colors) for inspiration.`
95
95
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astro-minimax/ai",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "type": "module",
5
5
  "description": "Vendor-agnostic AI integration package with full RAG pipeline for astro-minimax blogs — supports OpenAI, Cloudflare AI, and custom providers.",
6
6
  "author": "Souloss",