diff --git a/.gitignore b/.gitignore index 8ea8520..767dbc6 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,6 @@ jest.results.json tests/screenshots/ tests/fixtures/ *.test.js -*.spec.js \ No newline at end of file +*.spec.js +# SpecStory explanation file +.specstory/.what-is-this.md diff --git a/README.md b/README.md index 450450e..03aa6bc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ -# MeNav - 个人导航站 +
+ MarksVault +

MeNav - 个人导航站

+

+ 一个轻量级、高度可定制的个人导航网站生成器 +
+ ⚡ 一键部署 自动化构建 轻松创建属于自己的导航主页 +

+
+ [![License](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](https://www.gnu.org/licenses/agpl-3.0.html) [![GitHub stars](https://img.shields.io/github/stars/rbetree/menav)](https://github.com/rbetree/menav/stargazers) diff --git a/assets/menav.png b/assets/menav.png new file mode 100644 index 0000000..4629a34 Binary files /dev/null and b/assets/menav.png differ