Skip to content

Commit ca006c1

Browse files
committed
⚙️settings butonu eklendi, sidebar yapısı güncellendi
1 parent 16c85aa commit ca006c1

5 files changed

Lines changed: 822 additions & 805 deletions

File tree

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Dependencies
2+
node_modules/
3+
npm-debug.log
4+
yarn-debug.log
5+
yarn-error.log
6+
7+
# Environment variables
8+
.env
9+
.env.local
10+
.env.development.local
11+
.env.test.local
12+
.env.production.local
13+
14+
# Build outputs
15+
/dist
16+
/build
17+
18+
# IDE specific files
19+
.idea/
20+
.vscode/
21+
*.swp
22+
*.swo

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SetScript Masaüstü
22

3-
![SetScript Banner](https://socialify.git.ci/setscript/SetScript-Desktop/image?description=1&font=Inter&forks=1&language=1&name=1&owner=1&pattern=Floating+Cogs&stargazers=1&theme=Dark)
3+
![SetScript Banner](assets/banner.png)
44

55
SetScript Desktop, yeni nesil kod paylaşım platformu SetScript'in resmi masaüstü uygulamasıdır. www.setscript.com'un tüm özelliklerine ekstra olarak masa üstü programına özel özellikleri ve çevrimdışı destek ile masaüstünüzde deneyimleyin.
66

@@ -19,16 +19,6 @@ SetScript Desktop, yeni nesil kod paylaşım platformu SetScript'in resmi masaü
1919
| ---- | ---- | ----------- |
2020
| v0.0.1 | Alpha | This version is closed for download |
2121

22-
## Star History
23-
24-
<a href="https://star-history.com/#setscript/SetScript-Desktop&Date">
25-
<picture>
26-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=setscript/SetScript-Desktop&type=Date&theme=dark" />
27-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=setscript/SetScript-Desktop&type=Date" />
28-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=setscript/SetScript-Desktop&type=Date" />
29-
</picture>
30-
</a>
31-
3222
## Teknoloji Altyapısı
3323

3424
- **Framework**: Electron.js
@@ -113,4 +103,4 @@ Bu proje MIT Lisansı ile lisanslanmıştır - detaylar için [LICENSE](LICENSE)
113103

114104
<p align="center">
115105
github@parsherr tarafından ❤️ ile yapıldı
116-
</p>
106+
</p>

0 commit comments

Comments
 (0)