Skip to content

Commit

Permalink
docs(preview):use code image replace screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
guocaoyi committed Jul 6, 2022
1 parent 2c08101 commit 85bac92
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Summary
- feat: add inferno framework templates
- perf: update mustache CHANGELOG, README, DOCS, add tags & keywords
- perf: cli framework selection use colors, and sorted by total ranking
- docs: preview use code image replace screenshot

## 0.3.0 [2022.07.02]

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Create Chrome Extension (.crx)

[![OSCS Status](https://www.oscs1024.com/platform/badge/guocaoyi/create-chrome-ext.svg?size=small)](https://www.oscs1024.com/project/guocaoyi/create-chrome-ext?ref=badge_small)
[![npm](https://img.shields.io/npm/v/create-chrome-ext?logo=npm)](https://www.npmjs.com/package/create-chrome-ext)
[![npm-download](https://img.shields.io/npm/dw/create-chrome-ext)](https://www.npmjs.com/package/create-chrome-ext)
![GitHub Language Count](https://img.shields.io/github/languages/count/guocaoyi/create-chrome-ext)
Expand Down Expand Up @@ -73,7 +74,7 @@ framework presets include:
- [Preact](https://preactjs.com/)
- [Solid](https://www.solidjs.com/)
- [Lit](https://lit.dev/)
- [Qwik](https://qwik.builder.io/)
- [Inferno](https://www.infernojs.org/)
- [Vanilla](http://vanilla-js.com/)

languages presets include:
Expand Down
Binary file modified docs/crx-build.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/crx-install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/crx-run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-chrome-ext",
"version": "0.3.0",
"version": "0.4.0",
"type": "module",
"description": "Generating your chrome extension, multiple boilerplates supported!",
"author": "yalda",
Expand Down

0 comments on commit 85bac92

Please sign in to comment.