Skip to content

Commit 9e4f0d6

Browse files
committed
docs: add doc website
1 parent ff3a8e2 commit 9e4f0d6

File tree

91 files changed

+4374
-59
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+4374
-59
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ deployspec.yml
1414
.storybook/*.html
1515
cz-adapter.cjs
1616
LICENSE
17+
*.vue

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ node_modules
1212
temp
1313
.aider*
1414
.vscode-test-web
15+
**/.vitepress/cache
16+
**/.vitepress/.temp
17+
.gpt-runner

.vscode/settings.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,31 @@
4747
"titleBar.activeForeground": "#F8FCFD"
4848
},
4949
"cSpell.words": [
50+
"Codegee",
51+
"Codeium",
5052
"commitlint",
53+
"deepseek",
5154
"esno",
5255
"execa",
5356
"fullpath",
5457
"ianvs",
58+
"iconify",
5559
"knip",
5660
"langchain",
5761
"Nicepkg",
5862
"nodir",
63+
"Ollama",
5964
"openai",
6065
"Pipfile",
6166
"pyproject",
67+
"qwen",
6268
"tailwindcss",
6369
"treeshake",
6470
"tsup",
6571
"undici",
66-
"vsix"
72+
"vitepress",
73+
"vsix",
74+
"Zhipu"
6775
],
6876
"aide.convertLanguagePairs": {
6977
"typescript": "python"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

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

7-
Master Any Code: One-Click Comments and Language Conversion. 💪
7+
Mastering Any Code In VSCode: One-click commenting and language conversion. 💪
88

9-
掌握任何屎山代码:一键注释和语言转换。💪
9+
在 VSCode 里掌握任何屎山代码:一键注释和语言转换。💪
1010

1111
[![Version](https://img.shields.io/visual-studio-marketplace/v/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
1212
[![Downloads](https://img.shields.io/visual-studio-marketplace/d/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)

README_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
掌握任何屎山代码:一键注释和语言转换。💪
7+
在 VSCode 里掌握任何屎山代码:一键注释和语言转换。💪
88

99
[![Version](https://img.shields.io/visual-studio-marketplace/v/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
1010
[![Downloads](https://img.shields.io/visual-studio-marketplace/d/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"publisher": "nicepkg",
33
"name": "aide-pro",
44
"displayName": "Aide",
5-
"description": "Master Any Code: One-Click Comments and Language Conversion. 💪",
5+
"description": "Master Any Code: One-Click Comments and Language Conversion. 掌握任何屎山代码:一键注释和语言转换。💪",
66
"version": "1.12.0",
77
"private": true,
88
"packageManager": "[email protected]",
@@ -238,6 +238,7 @@
238238
"@commitlint/config-conventional": "^19.2.2",
239239
"@commitlint/cz-commitlint": "^19.2.0",
240240
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
241+
"@langchain/anthropic": "^0.2.6",
241242
"@langchain/core": "0.2.17",
242243
"@langchain/openai": "^0.2.4",
243244
"@types/fs-extra": "^11.0.4",

package.nls.zh-cn.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"command.copyAsPrompt": "✨ Aide: 复制为 AI Prompt",
2+
"command.copyAsPrompt": "✨ Aide: 复制为 AI 提示词",
33
"command.askAI": "✨ Aide: 问 AI",
44
"command.codeConvert": "✨ Aide: 代码转换",
55
"command.codeViewerHelper": "✨ Aide: 代码查看器助手",

0 commit comments

Comments
 (0)