diff --git a/changelog/README.md b/changelog/README.md new file mode 100644 index 0000000..5ddad42 --- /dev/null +++ b/changelog/README.md @@ -0,0 +1 @@ +# Changelog \ No newline at end of file diff --git a/docs/content/roadmap.md b/docs/content/roadmap.md index 2f30c81..210614f 100644 --- a/docs/content/roadmap.md +++ b/docs/content/roadmap.md @@ -94,10 +94,11 @@ --- -## 参与贡献 +## 参考项目 -对路线图有建议?欢迎通过以下方式参与: - -- 在 [GitHub Issues](https://github.com/your-org/AI-VideoAssistant/issues) 提交功能请求 -- 在 [Discussions](https://github.com/your-org/AI-VideoAssistant/discussions) 参与讨论 -- 直接提交 PR 贡献代码 +* [Livekit Agent](https://github.com/livekit/agents) +* [Pipecat](https://github.com/pipecat-ai/pipecat) +* [vison-agent](https://github.com/GetStream/Vision-Agents) +* [active-call](https://github.com/miuda-ai/active-call) +* [TEN](https://github.com/TEN-framework/ten-framework) +* [airi](https://github.com/moeru-ai/airi) \ No newline at end of file diff --git a/docs/overrides/partials/header.html b/docs/overrides/partials/header.html new file mode 100644 index 0000000..76986ef --- /dev/null +++ b/docs/overrides/partials/header.html @@ -0,0 +1,118 @@ + + + +{% set class = "md-header" %} +{% if "navigation.tabs.sticky" in features %} + {% set class = class ~ " md-header--shadow md-header--lifted" %} +{% elif "navigation.tabs" not in features %} + {% set class = class ~ " md-header--shadow" %} +{% endif %} + + +
+ + + + {% if "navigation.tabs.sticky" in features %} + {% if "navigation.tabs" in features %} + {% include "partials/tabs.html" %} + {% endif %} + {% endif %} +