Skip to content

Commit

Permalink
Merge pull request #4 from rottenpen/feat/rotten
Browse files Browse the repository at this point in the history
docs: 更新文档和publisher
  • Loading branch information
rottenpen authored Dec 29, 2020
2 parents e9b607c + 6767a19 commit 6d6d464
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# front-end-interview README
# 前端每日一题

一个前端刷题插件

## how to contribute

- 接口文档 https://github.com/everest-architecture/front-end-daily-question/blob/main/packages/requirements/API.md
- 项目看板,可以在上面领任务 https://github.com/everest-architecture/front-end-daily-question/projects/1
- 目前提交pr分支,等完成第一版再合并到main分支上 https://github.com/everest-architecture/front-end-daily-question/tree/feat/example-ver

## Features

1. 内置题库
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "front-end-interview",
"displayName": "front-end-interview",
"name": "front-end-daily-question",
"displayName": "前端每日一题",
"description": "A vscode extension for frontEnd Interviewer",
"version": "0.0.2",
"publisher": "front-end-interview",
"version": "0.0.1",
"publisher": "everest-architecture",
"engines": {
"vscode": "^1.49.0"
},
Expand Down Expand Up @@ -35,15 +35,15 @@
"interview": [
{
"id": "interview",
"name": "前端每日面试题"
"name": "前端每日一题"
}
]
},
"viewsContainers": {
"activitybar": [
{
"id": "interview",
"title": "前端每日面试题",
"title": "前端每日一题",
"icon": "media/interview.svg"
}
]
Expand Down

0 comments on commit 6d6d464

Please sign in to comment.