YouShade
KWGT Widgets inspired by Material 3 Expressive
파일 탐색기
- 1_bug_report.yaml
- 2_feature_request.yaml
- config.yml
- build.yml
- release.yml
- ci-reporter.yml
- CODE_OF_CONDUCT.md
- config.yml
- CONTRIBUTING.md
- FUNDING.yml
- lock.yml
- no-response.yml
- PULL_REQUEST_TEMPLATE.md
- stale.yml
- support.yml
- triage.yml
- Blossoms.png
- google-pixel-8-haze-dark.jpg
- google-pixel-8-jade-dark.jpg
- google-pixel-8-licorice-dark.jpg
- google-pixel-8-peony-dark.jpg
- google-pixel-8-pro-jade-dark.jpg
- google-pixel-8-pro-licorice-dark.jpg
- google-pixel-8-pro-licorice-light.jpg
- google-pixel-8-pro-porcelain-dark.jpg
- google-pixel-8-pro-sky-dark.jpg
- HuTaoFurina.png
- Phone Blue.png
- Phone Brownish.png
- Phone Green.png
- Phone Violet.png
- Springtime (1).png
- fdroid.png
- fdroid.svg
- github.svg
- github.webp
- icon.png
- obtainium.png
- obtainium.svg
- pfp.png
- screenshot1.png
- screenshot2.png
- screenshot3.png
- screenshot4.png
- Base.kwgt.zip
- Battery.kwgt.zip
- Dashbaord_You_.kwgt.zip
- Double_Music.kwgt.zip
- Multi_Size_Music.kwgt.zip
- Music.kwgt.zip
- Search.kwgt.zip
- Weather.kwgt.zip
- MainActivity.kt
- MuzeiService.kt
- MyApplication.kt
- NotificationServiceExtension.kt
- ic_launcher_background.xml
- ic_notification.xml
- toolbar_icon.png
- ic_launcher_foreground.xml
- ic_launcher.xml
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_monochrome.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_monochrome.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_monochrome.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_monochrome.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_monochrome.png
- about_setup.xml
- colors.xml
- dashboard_setup.xml
- dimens.xml
- floats.xml
- frames_setup.xml
- ic_launcher_background.xml
- integers.xml
- kuper_setup.xml
- m3_shape_styles.xml
- m3_styles.xml
- shape_styles.xml
- strings.xml
- styles.xml
- m3_colors.xml
- changelog.xml
- network_security_config.xml
- AndroidManifest.xml
- ic_launcher-playstore.png
- build.gradle
- proguard-android-optimize.txt
- proguard-rules.pro
- Libs.kt
- MyApp.kt
- OneSignal.kt
- Plugins.kt
- Versions.kt
- build.gradle.kts
- gradle-wrapper.jar
- gradle-wrapper.properties
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE.md
- README_KUPPER.md
- settings.gradle.kts
- .gitignore
- add_wallpaper.sh
- download20260402003857.png
- LICENSE
- README.md
- wallpaper.json
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
git clone
설명 보기 ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
// repository documentation
Was this content helpful?
(0 ratings)
