Skip to content

Commit 302502c

Browse files
authored
docs: add opentiny logo/lang switch and deepwiki badge (#299)
1 parent ca832d1 commit 302502c

File tree

3 files changed

+41
-5
lines changed

3 files changed

+41
-5
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# TinyRobot
22

3+
<p align="center">
4+
<a href="https://opentiny.design" target="_blank" rel="noopener noreferrer">
5+
<img alt="OpenTiny Logo" src="logo.svg" height="100" style="max-width:100%;">
6+
</a>
7+
</p>
8+
39
[![npm version](https://img.shields.io/npm/v/@opentiny/tiny-robot.svg)](https://www.npmjs.com/package/@opentiny/tiny-robot)
410
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
511

@@ -16,6 +22,10 @@
1622
- 🔄 **Streaming Support**: Built-in support for streaming AI responses
1723
- 💾 **Storage Strategy**: Flexible storage strategies (LocalStorage, IndexedDB, custom)
1824

25+
English | [简体中文](README_zh.md)
26+
27+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/opentiny/tiny-robot)
28+
1929
## 📦 Packages
2030

2131
TinyRobot is a monorepo containing the following packages:

README_zh.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# TinyRobot
22

3+
<p align="center">
4+
<a href="https://opentiny.design" target="_blank" rel="noopener noreferrer">
5+
<img alt="OpenTiny Logo" src="logo.svg" height="100" style="max-width:100%;">
6+
</a>
7+
</p>
8+
39
[![npm version](https://img.shields.io/npm/v/@opentiny/tiny-robot.svg)](https://www.npmjs.com/package/@opentiny/tiny-robot)
410
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
511

@@ -16,15 +22,19 @@
1622
- 🔄 **流式支持**:内置流式 AI 响应支持
1723
- 💾 **存储策略**:灵活的存储策略(LocalStorage、IndexedDB、自定义)
1824

25+
[English](README.md) | 简体中文
26+
27+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/opentiny/tiny-robot)
28+
1929
## 📦 包说明
2030

2131
TinyRobot 是一个 monorepo,包含以下包:
2232

23-
| | 说明 | 版本 |
24-
| ------------------------------------------------------- | ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
25-
| [`@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) |
26-
| [`@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) |
27-
| [`@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) |
33+
|| 说明 | 版本 |
34+
| ----------------------------------------------- | -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
35+
| [`@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) |
36+
| [`@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) |
37+
| [`@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) |
2838

2939
## 🚀 快速开始
3040

logo.svg

Lines changed: 16 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)