petercat-ai / petercat

A conversational Q&A agent configuration system, self-hosted deployment solutions, and a convenient all-in-one application SDK, allowing you to create intelligent Q&A bots for your GitHub repositories
https://petercat.ai
MIT License
595 stars 16 forks source link

样式方案有问题, 引入 Docusaurus 中样式丢失 #473

Closed sedationh closed 1 week ago

sedationh commented 1 week ago

image

image

看着是 tailwind 没了

petercat-assistant[bot] commented 1 week ago

看起来您在 Docusaurus 中引入样式时遇到了问题,特别是 Tailwind CSS 的样式丢失。以下是一些可能的解决方案:

  1. 检查 Tailwind CSS 的引入

    • 确保 Tailwind CSS 已正确引入到您的 Docusaurus 项目中。通常,您需要在项目的入口文件中引入 Tailwind 的 CSS 文件。
  2. 配置文件

    • 检查 tailwind.config.js 文件,确保配置正确,并且包含了所有需要的路径。
  3. PostCSS 配置

    • 确保 Docusaurus 的构建工具中正确配置了 PostCSS,以便处理 Tailwind CSS。
  4. 样式冲突

    • 检查是否有其他样式或库与 Tailwind CSS 冲突,导致样式被覆盖。
  5. 构建和缓存

    • 清除构建缓存并重新构建项目,确保所有样式文件都被正确处理。

如果以上方法仍未解决问题,您可以提供更多的代码或配置细节,以便我能更具体地帮助您。

如需进一步协助,请在评论中描述您的问题并 @petercat-assistant 以开始与我对话。

xingwanying commented 1 week ago

需要手动引入样式 import '@petercatai/assistant/style';

umd: <link href="https://cdn.jsdelivr.net/npm/@petercatai/assistant@1.0.7/dist/esm/style.min.css" rel="stylesheet">