Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Latest commit

 

History

History
100 lines (54 loc) · 3.52 KB

README_zh-TW.md

File metadata and controls

100 lines (54 loc) · 3.52 KB

🌙DarkMode

中文简体(zh-CN) | 中文繁體(zh-TW) | English(en-US) | 日本語(ja-JP)

註明:因大陸普通用語和台灣地區用語存在差異,所以部分詞彙翻譯使用機器翻譯

📂介紹

DarkMode是在 Windows11 系統下運行,提供自動切換深色模式的軟體,使用 C# 編寫。

🧡優勢

實時更改——相較於市面上的使用任務計劃來實現此功能,我認為該方法是不可取的,如果你開機處於這個時間段內時,任務計劃不會去執行此次任務,所以實時就是本軟體的一大特點。

體量小占用少——軟體使用C# .NET Framework 4.7.2開發,軟體僅有不到1MB大小,內存佔用只有10MB左右,做到真正的輕量。

開機自啟——軟體可以設置開機自啟,保證每次開機都會正常運行,服務用戶,不想使用時可以隨時關閉。

多語言支持——軟體支持三個國家四種語言,簡體中文、繁體中文、日語和英語。

Wallpaper Engine壁紙切換——軟體不僅支持切換原生壁紙,還可以切換Wallpaper Engine壁紙,幫助請查閱Wiki。

📀運行環境

操作系統:Windows 11

操作系統位數:x64

必要框架:.NET Framework 4.7.2

如果系統沒有框架,請點此安裝

下載:點擊此處或者右側Release

🎉貢獻

  1. Fork本倉庫代碼
  2. 本地執行Git命令:
git clone https://github.com/xxxxxxx/DarkMode.git
  1. 使用Visual Studio啟動項目
  2. 編寫代碼
  3. 提交PR

🧷版權與許可

本開源項目遵循國際 MIT 開源協議,具體內容請詳細閱讀開源許可證

MIT License

Copyright (c) 2022 Melon Studio

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

本項目使用第三方庫: Costura.Fody ,作者:geertvanhorrik,simoncropp,開源許可證:MIT

📶趨勢

Star History Chart

🌞鳴謝

特別感謝Microsoft為廣大開發者提供的免費IDE:Visual Studio