Skip to content

Commit be9330f

Browse files
committed
🔖V1.2 enrich the read me.
1 parent f2a587f commit be9330f

5 files changed

Lines changed: 5 additions & 16 deletions

File tree

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# tampermonkey-emoji-commit-github
22

3-
built with [tampermonkey-svelte-template](https://github.com/SoonIter/tampermonkey-svelte-template) to makes commit more formal and vivid.
4-
3+
a small tool built with [tampermonkey-svelte-template](https://github.com/SoonIter/tampermonkey-svelte-template) to makes commit more formal and vivid.
4+
![title](./docs/imgs/title.jpg)
55
[go to Greasy Fork and download](https://greasyfork.org/zh-CN/scripts/447570-tampermonkey-emoji-commit-github)
66

7-
![demo1](./docs/imgs/demo1.jpg)
7+
<img src="./docs/imgs/demo1.jpg" alt="demo1" style="zoom: 33%;" />
88

99
now ,our team can commit formally.
1010

‎docs/imgs/title.jpg‎

22 KB
Loading

‎pnpm-lock.yaml‎

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎scripts/postbuild.cjs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
const fs = require('fs');

‎vite.config.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default defineConfig({
99
}),
1010
],
1111
build: {
12-
minify:true,
12+
minify: false,
1313
lib: {
1414
name: 'Tampermonkey',
1515
fileName: 'Tampermonkey',

0 commit comments

Comments
 (0)