{% extends "layout.html" %} {% autoescape None %} {% block body %}

wukong-robot

wukong-robot 是一个简单灵活的中文语音对话机器人。


本站点是 wukong-robot 的后台管理端,仅供远程交互,不支持离线唤醒。

{% if notices %} {% for notice in notices %}

{{ linkify(notice) }}

{% end %} {% end %}
{% if update_info and 'main' in update_info or 'contrib' in update_info %} {% end %}
 

赞助商

感谢以下企业/组织对本项目的赞助:

欢迎成为这个项目的赞助商(sponsor),您将可以把一个带链接的 logo 放在 wukong-robot 后台管理端的首页、捐赠页面以及 Github 项目首页中。


{% end %}