Skip to content

Commit

Permalink
feat(side):stencil support sidepanel
Browse files Browse the repository at this point in the history
  • Loading branch information
guocaoyi committed Oct 9, 2023
1 parent eee8641 commit df0a90a
Show file tree
Hide file tree
Showing 37 changed files with 36 additions and 384 deletions.
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
2 changes: 1 addition & 1 deletion template-inferno-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@babel/core": "7.x",
"@babel/parser": "7.x",
"@crxjs/vite-plugin": "^2.0.0-beta.19",
"@types/chrome": "^0.0.236",
"@types/chrome": "^0.0.246",
"typescript": "^5.2.2",
"vite": "^3.2.7",
"vite-plugin-inferno": "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.19",
"@preact/preset-vite": "^2.3.0",
"@types/chrome": "^0.0.236",
"@types/chrome": "^0.0.246",
"prettier": "^2.7.1",
"typescript": "^5.2.2",
"vite": "^3.2.7"
Expand Down
2 changes: 1 addition & 1 deletion template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.19",
"@types/chrome": "^0.0.236",
"@types/chrome": "^0.0.246",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion template-solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.19",
"@types/chrome": "^0.0.236",
"@types/chrome": "^0.0.246",
"prettier": "^2.7.1",
"typescript": "^5.2.2",
"vite": "^3.2.7",
Expand Down
1 change: 0 additions & 1 deletion template-stencil-js/jsconfig.json

This file was deleted.

36 changes: 0 additions & 36 deletions template-stencil-js/package.json

This file was deleted.

Binary file removed template-stencil-js/public/icons/logo.ico
Binary file not shown.
2 changes: 0 additions & 2 deletions template-stencil-js/public/icons/logo.svg

This file was deleted.

Binary file removed template-stencil-js/public/img/logo-128.png
Binary file not shown.
Binary file removed template-stencil-js/public/img/logo-16.png
Binary file not shown.
Binary file removed template-stencil-js/public/img/logo-34.png
Binary file not shown.
Binary file removed template-stencil-js/public/img/logo-48.png
Binary file not shown.
Binary file removed template-stencil-js/src/assets/logo.png
Binary file not shown.
3 changes: 0 additions & 3 deletions template-stencil-js/src/background/index.js

This file was deleted.

33 changes: 0 additions & 33 deletions template-stencil-js/src/components/app-options/app-options.css

This file was deleted.

25 changes: 0 additions & 25 deletions template-stencil-js/src/components/app-options/app-options.jsx

This file was deleted.

33 changes: 0 additions & 33 deletions template-stencil-js/src/components/app-popup/app-popup.css

This file was deleted.

25 changes: 0 additions & 25 deletions template-stencil-js/src/components/app-popup/app-popup.jsx

This file was deleted.

3 changes: 0 additions & 3 deletions template-stencil-js/src/content/index.js

This file was deleted.

45 changes: 0 additions & 45 deletions template-stencil-js/src/global/app.css

This file was deleted.

7 changes: 0 additions & 7 deletions template-stencil-js/src/global/app.js

This file was deleted.

2 changes: 0 additions & 2 deletions template-stencil-js/src/index.js

This file was deleted.

36 changes: 0 additions & 36 deletions template-stencil-js/src/manifest.js

This file was deleted.

18 changes: 0 additions & 18 deletions template-stencil-js/src/options.html

This file was deleted.

19 changes: 0 additions & 19 deletions template-stencil-js/src/popup.html

This file was deleted.

Loading

0 comments on commit df0a90a

Please sign in to comment.