officialblock 1.7.1 → 1.7.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/README.md CHANGED
@@ -164,7 +164,9 @@ export default defineNuxtPlugin((nuxtApp) => {
164
164
  </template>
165
165
  ```
166
166
 
167
- 📚 详细的 SSR 使用指南请查看 [SSR 支持文档](./docs/SSR_SUPPORT.md)
167
+ 📚 详细文档:
168
+ - [SSR 支持文档](./docs/SSR_SUPPORT.md) - 完整的 SSR 支持说明
169
+ - [Nuxt 3 使用指南](./docs/NUXT_USAGE.md) - 在 Nuxt 3 项目中的详细使用示例
168
170
 
169
171
  ### TypeScript Support
170
172