Skip to content

Commit

Permalink
Merge pull request #50 from guocaoyi/feat/side-panel-3
Browse files Browse the repository at this point in the history
Feat/side panel 3
  • Loading branch information
guocaoyi authored Oct 9, 2023
2 parents 13b8808 + df0a90a commit b9b5989
Show file tree
Hide file tree
Showing 144 changed files with 1,087 additions and 1,074 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"semi": false,
"tabWidth": 2,
"useTabs": false,
"plugins": ["./node_modules/prettier-plugin-svelte"]
"plugins": ["prettier-plugin-svelte"]
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Summary
5. version timestamp follow the yyyy.MM.dd format
```

## 0.8.9 [2023.10.09]

- feat: support side panel for chrome extension(stencil)

## 0.8.8 [2023.10.08]

- feat: support side panel for chrome extension(alpine \ vanilla \ preact \ svelte \ solid \ inferno \ lit)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- 🚀 Lightning Fast HMR(use [Vite2](https://vitejs.dev))
- 🥡 Out of Box
- 🌈 Multiple Frontend Framework Supported (9+)
- 🌈 Multiple Frontend Framework Supported (10+)
- 🥢 Multiple Language Supported (TypeScript & JavaScript)
- 🧶 Optimized Builds
- 🌗 Light & Dark Mode
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- 🚀 敏捷的热更能力(采用 [Vite2](https://vitejs.dev))
- 🥡 开箱即用
- 🌈 多种前端框架支撑 (9+)
- 🌈 多种前端框架支撑 (10+)
- 🥢 支撑 TypeScript 以及 JavaScript
- 🌗 明亮以及暗黑模式

Expand Down
17 changes: 12 additions & 5 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,19 @@ const Boilerplates = [
},
],
},
// {
// name: 'stencil', // star:11 wd:419
// kolor: ansi256(69),
// },
{
name: 'inferno', // star:15.5 wd:88
name: 'stencil', // star:11.9 wd:655
kolor: ansi256(69),
variants: [
{
name: 'stencil-ts',
display: 'TypeScript',
kolor: ansi256(25),
},
],
},
{
name: 'inferno', // star:15.9 wd:88
kolor: ansi256(202),
variants: [
{
Expand Down
Loading

0 comments on commit b9b5989

Please sign in to comment.