Skip to content

Commit

Permalink
feat: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Jul 2, 2024
1 parent cbc431e commit eac2fae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<h1 align="center">Aide</h1>

English / [简体中文 🌏](https://github.com/nicepkg/aide/tree/main/README_CN.md)
English / [简体中文 🌏](https://github.com/nicepkg/aide/tree/master/README_CN.md)

Convert selected files to AI prompts with one click, enabling custom AI commands to initiate inquiries about these files. 🚀

Expand All @@ -12,7 +12,7 @@ Convert selected files to AI prompts with one click, enabling custom AI commands
[![Version](https://img.shields.io/visual-studio-marketplace/v/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
[![Downloads](https://img.shields.io/visual-studio-marketplace/d/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
[![Rating](https://img.shields.io/visual-studio-marketplace/r/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
[![License](https://img.shields.io/github/license/nicepkg/aide)](https://github.com/nicepkg/aide/blob/main/LICENSE)
[![License](https://img.shields.io/github/license/nicepkg/aide)](https://github.com/nicepkg/aide/blob/master/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/nicepkg/aide)](https://github.com/nicepkg/aide)

</div>
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

<h1 align="center">Aide</h1>

[English 🌏](https://github.com/nicepkg/aide/tree/main/README.md) / 简体中文
[English 🌏](https://github.com/nicepkg/aide/tree/master/README.md) / 简体中文

一键将选定文件复制为 AI 提示, 支持自定义 AI 命令以针对这些文件发起聊天。🚀

[![Version](https://img.shields.io/visual-studio-marketplace/v/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
[![Downloads](https://img.shields.io/visual-studio-marketplace/d/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
[![Rating](https://img.shields.io/visual-studio-marketplace/r/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
[![License](https://img.shields.io/github/license/nicepkg/aide)](https://github.com/nicepkg/aide/blob/main/LICENSE)
[![License](https://img.shields.io/github/license/nicepkg/aide)](https://github.com/nicepkg/aide/blob/master/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/nicepkg/aide)](https://github.com/nicepkg/aide)

</div>
Expand Down
2 changes: 1 addition & 1 deletion knip.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { KnipConfig } from 'knip'
const defineConfig = (config: KnipConfig) => config

export default defineConfig({
entry: ['src/main.tsx', '*.config.cjs', '*.config.mts'],
entry: ['src/index.tsx', '*.config.cjs', '*.config.mts'],
project: ['src/**/*.{ts,tsx}', 'scripts/*.ts'],
ignore: ['**/define/**/*.ts', '**/*.d.ts'],
ignoreDependencies: ['virtual:*', '~icons/']
Expand Down
Binary file added res/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eac2fae

Please sign in to comment.