Skip to content

Commit

Permalink
feat:: generate contents
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyuuki committed Jun 28, 2024
1 parent 1b4cb41 commit a167220
Show file tree
Hide file tree
Showing 24 changed files with 1,061 additions and 253 deletions.
683 changes: 674 additions & 9 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EPUB文档编辑器,目前正在开发中。
# Preview

![pre01.jpg](./res/pre01.jpg)
![pre02.jpg](./res/pre02.jpg)
![pre02.gif](./res/pre02.gif)
![pre03.gif](./res/pre03.gif)
![pre04.gif](./res/pre04.gif)

Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eb-code",
"version": "0.3.0",
"version": "0.4.0",
"description": "EPUB editor",
"productName": "Ebook Code",
"author": "taiyuuki <[email protected]>",
Expand All @@ -14,7 +14,6 @@
"tauri:dev": "tauri dev",
"tauri:build": "esno ./scripts/tauri-build.ts",
"get-themes": "esno ./scripts/get-themes.ts && eslint src/editor/themes.ts --fix",
"gen-license": "esno ./scripts/gen-license.ts",
"bump:patch": "esno ./scripts/bump.ts patch",
"bump:minor": "esno ./scripts/bump.ts minor",
"bump:major": "esno ./scripts/bump.ts major",
Expand Down Expand Up @@ -62,7 +61,7 @@
"@taiyuuki/unocss-preset": "^0.0.4",
"@tauri-apps/cli": ">=2.0.0-beta.20",
"@types/diff": "^5.2.1",
"@types/node": "^20.14.8",
"@types/node": "^20.14.9",
"@unocss/preset-attributify": "^0.61.0",
"@unocss/preset-icons": "^0.61.0",
"@unocss/preset-uno": "^0.61.0",
Expand All @@ -75,8 +74,8 @@
"unocss": "^0.61.0",
"unplugin-auto-import": "^0.17.6",
"unplugin-svg-component": "^0.10.3",
"unplugin-vue-components": "^0.27.1",
"vite-plugin-pages": "^0.32.2",
"unplugin-vue-components": "^0.27.2",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-vue-layouts": "^0.11.0",
"vitest": "^1.6.0"
},
Expand Down
Loading

0 comments on commit a167220

Please sign in to comment.