1
0

docs init

This commit is contained in:
xion 2025-03-25 11:59:07 +08:00
commit b622a56e18
4 changed files with 17 additions and 0 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# official website 生成prompot

0
docs/公司介绍.md Normal file
View File

2
docs/功能介绍.md Normal file
View File

@ -0,0 +1,2 @@
# kevisual助手

13
package.json Normal file
View File

@ -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 <xiongxiao@xiongxiao.me>",
"license": "MIT",
"type": "module"
}