Skip to content

Commit 9f9a6b6

Browse files
committed
🔧 Configuration specification
1 parent 3b8235e commit 9f9a6b6

File tree

5 files changed

+2
-8
lines changed

5 files changed

+2
-8
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# http://editorconfig.org
21
root = true
32

43
[*]

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,4 @@ enforcement ladder](https://github.com/mozilla/diversity).
126126
For answers to common questions about this code of conduct, see the FAQ at
127127
https://www.contributor-covenant.org/faq. Translations are available at
128128
https://www.contributor-covenant.org/translations.
129+

CONTRIBUTING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ graph LR
1717
- `master` is the release branch, we will make tag and publish version on this branch.
1818
- If it is a document modification, it can be submitted to this branch.
1919

20-
## Commit Log
21-
22-
please use <https://github.com/tw93/cz-emoji-chinese>
23-
2420
## More
2521

2622
It is a good habit to create a feature request issue to discuss whether the feature is necessary before you implement it. However, it's unnecessary to create an issue to claim that you found a typo or improved the readability of documentation, just create a pull request.

cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/usr/bin/env node
22
import './dist/cli.js';
3+

icns2png.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
os.system("pip install Pillow")
1111
from PIL import Image
1212

13-
1413
if __name__ == "__main__":
1514
now_dir = os.path.dirname(os.path.abspath(__file__))
1615
icons_dir = os.path.join(now_dir, "src-tauri", "icons")
@@ -34,5 +33,3 @@
3433
image_32.save(image_32_path, "ICO")
3534
print("png file write success.")
3635
print(f"There are {len(os.listdir(png_dir))} png picture in ", png_dir)
37-
38-

0 commit comments

Comments
 (0)