From b622a56e18a3ce9e46aeb71c00de89b8465ed4ee Mon Sep 17 00:00:00 2001 From: xion Date: Tue, 25 Mar 2025 11:59:07 +0800 Subject: [PATCH] docs init --- README.md | 2 ++ docs/公司介绍.md | 0 docs/功能介绍.md | 2 ++ package.json | 13 +++++++++++++ 4 files changed, 17 insertions(+) create mode 100644 README.md create mode 100644 docs/公司介绍.md create mode 100644 docs/功能介绍.md create mode 100644 package.json 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" +}