commit b622a56e18a3ce9e46aeb71c00de89b8465ed4ee Author: xion Date: Tue Mar 25 11:59:07 2025 +0800 docs init diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e900b1 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# official website 生成prompot + diff --git a/docs/公司介绍.md b/docs/公司介绍.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/功能介绍.md b/docs/功能介绍.md new file mode 100644 index 0000000..2e36b96 --- /dev/null +++ b/docs/功能介绍.md @@ -0,0 +1,2 @@ +# kevisual助手 + diff --git a/package.json b/package.json new file mode 100644 index 0000000..6c71967 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "@kevisual/official-website", + "version": "0.0.1", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "abearxiong ", + "license": "MIT", + "type": "module" +}