From 3702a31bfb777f19e60235b4481100a57cff0f4c Mon Sep 17 00:00:00 2001 From: chilingling Date: Mon, 9 Feb 2026 14:53:27 +0800 Subject: [PATCH] docs: add opentiny logo/lang switch and deepwiki badge --- README.md | 10 ++++++++++ README_zh.md | 20 +++++++++++++++----- logo.svg | 16 ++++++++++++++++ 3 files changed, 41 insertions(+), 5 deletions(-) create mode 100644 logo.svg diff --git a/README.md b/README.md index 0c8316c33..80b1d1813 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # TinyRobot +

+ + OpenTiny Logo + +

+ [![npm version](https://img.shields.io/npm/v/@opentiny/tiny-robot.svg)](https://www.npmjs.com/package/@opentiny/tiny-robot) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) @@ -16,6 +22,10 @@ - 🔄 **Streaming Support**: Built-in support for streaming AI responses - 💾 **Storage Strategy**: Flexible storage strategies (LocalStorage, IndexedDB, custom) +English | [简体中文](README_zh.md) + +[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/opentiny/tiny-robot) + ## 📦 Packages TinyRobot is a monorepo containing the following packages: diff --git a/README_zh.md b/README_zh.md index 3cfc2c33f..263ff8a6d 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,5 +1,11 @@ # TinyRobot +

+ + OpenTiny Logo + +

+ [![npm version](https://img.shields.io/npm/v/@opentiny/tiny-robot.svg)](https://www.npmjs.com/package/@opentiny/tiny-robot) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) @@ -16,15 +22,19 @@ - 🔄 **流式支持**:内置流式 AI 响应支持 - 💾 **存储策略**:灵活的存储策略(LocalStorage、IndexedDB、自定义) +[English](README.md) | 简体中文 + +[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/opentiny/tiny-robot) + ## 📦 包说明 TinyRobot 是一个 monorepo,包含以下包: -| 包 | 说明 | 版本 | -| ------------------------------------------------------- | ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -| [`@opentiny/tiny-robot`](./packages/components) | 核心组件库,包含所有 AI 交互组件 | [![npm](https://img.shields.io/npm/v/@opentiny/tiny-robot.svg)](https://www.npmjs.com/package/@opentiny/tiny-robot) | -| [`@opentiny/tiny-robot-kit`](./packages/kit) | 工具函数和 AI 客户端工具,用于模型交互 | [![npm](https://img.shields.io/npm/v/@opentiny/tiny-robot-kit.svg)](https://www.npmjs.com/package/@opentiny/tiny-robot-kit) | -| [`@opentiny/tiny-robot-svgs`](./packages/svgs) | SVG 图标库,包含所有组件所需的图标 | [![npm](https://img.shields.io/npm/v/@opentiny/tiny-robot-svgs.svg)](https://www.npmjs.com/package/@opentiny/tiny-robot-svgs) | +| 包 | 说明 | 版本 | +| ----------------------------------------------- | -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | +| [`@opentiny/tiny-robot`](./packages/components) | 核心组件库,包含所有 AI 交互组件 | [![npm](https://img.shields.io/npm/v/@opentiny/tiny-robot.svg)](https://www.npmjs.com/package/@opentiny/tiny-robot) | +| [`@opentiny/tiny-robot-kit`](./packages/kit) | 工具函数和 AI 客户端工具,用于模型交互 | [![npm](https://img.shields.io/npm/v/@opentiny/tiny-robot-kit.svg)](https://www.npmjs.com/package/@opentiny/tiny-robot-kit) | +| [`@opentiny/tiny-robot-svgs`](./packages/svgs) | SVG 图标库,包含所有组件所需的图标 | [![npm](https://img.shields.io/npm/v/@opentiny/tiny-robot-svgs.svg)](https://www.npmjs.com/package/@opentiny/tiny-robot-svgs) | ## 🚀 快速开始 diff --git a/logo.svg b/logo.svg new file mode 100644 index 000000000..6bcb6ddd0 --- /dev/null +++ b/logo.svg @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file