-
-
Notifications
You must be signed in to change notification settings - Fork 499
Resources refactor #302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resources refactor #302
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -71,12 +71,12 @@ Kotlin Multiplatform এবং Compose Multiplatform ব্যবহার ক | |
| > ফ্রি এবং ওপেন-সোর্স অ্যান্ড্রয়েড হুমকির মুখে। Google অ্যান্ড্রয়েডকে একটি বদ্ধ প্ল্যাটফর্মে পরিণত করবে, আপনার পছন্দের অ্যাপ ইনস্টল করার মৌলিক স্বাধীনতা সীমিত করবে। আপনার কণ্ঠস্বর শোনান – [keepandroidopen.org](https://keepandroidopen.org/). | ||
|
|
||
| <p align="middle"> | ||
| <img src="../screenshots/banner.jpeg" width="99%" /> | ||
| <img src="../screenshots/01.jpg" width="18%" /> | ||
| <img src="../screenshots/02.jpg" width="18%" /> | ||
| <img src="../screenshots/03.jpg" width="18%" /> | ||
| <img src="../screenshots/04.jpg" width="18%" /> | ||
| <img src="../screenshots/05.jpg" width="18%" /> | ||
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||
| <img src="../media-resources/01.jpg" width="18%" /> | ||
| <img src="../media-resources/02.jpg" width="18%" /> | ||
| <img src="../media-resources/03.jpg" width="18%" /> | ||
| <img src="../media-resources/04.jpg" width="18%" /> | ||
| <img src="../media-resources/05.jpg" width="18%" /> | ||
|
Comment on lines
+74
to
+79
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Resolve MD045: image tags are missing alt text. Lines 74-79 match the markdownlint warning ( 💡 Suggested patch- <img src="../media-resources/banner.jpeg" width="99%" />
- <img src="../media-resources/01.jpg" width="18%" />
- <img src="../media-resources/02.jpg" width="18%" />
- <img src="../media-resources/03.jpg" width="18%" />
- <img src="../media-resources/04.jpg" width="18%" />
- <img src="../media-resources/05.jpg" width="18%" />
+ <img src="../media-resources/banner.jpeg" alt="GitHub Store banner" width="99%" />
+ <img src="../media-resources/01.jpg" alt="GitHub Store screenshot 1" width="18%" />
+ <img src="../media-resources/02.jpg" alt="GitHub Store screenshot 2" width="18%" />
+ <img src="../media-resources/03.jpg" alt="GitHub Store screenshot 3" width="18%" />
+ <img src="../media-resources/04.jpg" alt="GitHub Store screenshot 4" width="18%" />
+ <img src="../media-resources/05.jpg" alt="GitHub Store screenshot 5" width="18%" />🧰 Tools🪛 markdownlint-cli2 (0.21.0)[warning] 74-74: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 75-75: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 76-76: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 77-77: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 78-78: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 79-79: Images should have alternate text (alt text) (MD045, no-alt-text) 🤖 Prompt for AI Agents |
||
| </p> | ||
|
|
||
| <div align="center"> | ||
|
|
@@ -152,8 +152,6 @@ GitHub® হলো GitHub, Inc.-এর একটি নিবন্ধিত ট | |
|
|
||
| --- | ||
|
|
||
| <img src="../screenshots/preview.gif" align="right" width="320" /> | ||
|
|
||
| ## 🚀 বৈশিষ্ট্যসমূহ | ||
|
|
||
| - **স্মার্ট অনুসন্ধান** | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -71,12 +71,12 @@ Construida con Kotlin Multiplatform y Compose Multiplatform para plataformas And | |
| > Android libre y de codigo abierto esta bajo amenaza. Google convertira Android en una plataforma cerrada, restringiendo tu libertad esencial de instalar las aplicaciones que elijas. Haz que tu voz se escuche – [keepandroidopen.org](https://keepandroidopen.org/). | ||
|
|
||
| <p align="middle"> | ||
| <img src="../screenshots/banner.jpeg" width="99%" /> | ||
| <img src="../screenshots/01.jpg" width="18%" /> | ||
| <img src="../screenshots/02.jpg" width="18%" /> | ||
| <img src="../screenshots/03.jpg" width="18%" /> | ||
| <img src="../screenshots/04.jpg" width="18%" /> | ||
| <img src="../screenshots/05.jpg" width="18%" /> | ||
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||
| <img src="../media-resources/01.jpg" width="18%" /> | ||
| <img src="../media-resources/02.jpg" width="18%" /> | ||
| <img src="../media-resources/03.jpg" width="18%" /> | ||
| <img src="../media-resources/04.jpg" width="18%" /> | ||
| <img src="../media-resources/05.jpg" width="18%" /> | ||
|
Comment on lines
+74
to
+79
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please include Lines [74]-[79] currently omit 🧰 Tools🪛 markdownlint-cli2 (0.21.0)[warning] 74-74: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 75-75: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 76-76: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 77-77: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 78-78: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 79-79: Images should have alternate text (alt text) (MD045, no-alt-text) 🤖 Prompt for AI Agents |
||
| </p> | ||
|
|
||
| <div align="center"> | ||
|
|
@@ -152,8 +152,6 @@ GitHub® es una marca registrada de GitHub, Inc. | |
|
|
||
| --- | ||
|
|
||
| <img src="../screenshots/preview.gif" align="right" width="320" /> | ||
|
|
||
| ## 🚀 Funcionalidades | ||
|
|
||
| - **Descubrimiento inteligente** | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -71,12 +71,12 @@ Construite avec Kotlin Multiplatform et Compose Multiplatform pour les plateform | |||||||||||||||||||||||||
| > Android libre et open source est menacé. Google va transformer Android en une plateforme verrouillée, restreignant votre liberté essentielle d'installer les applications de votre choix. Faites entendre votre voix – [keepandroidopen.org](https://keepandroidopen.org/). | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| <p align="middle"> | ||||||||||||||||||||||||||
| <img src="../screenshots/banner.jpeg" width="99%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/01.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/02.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/03.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/04.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/05.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/01.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/02.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/03.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/04.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/05.jpg" width="18%" /> | ||||||||||||||||||||||||||
|
Comment on lines
+74
to
+79
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add Lines [74]-[79] currently use Suggested patch- <img src="../media-resources/banner.jpeg" width="99%" />
- <img src="../media-resources/01.jpg" width="18%" />
- <img src="../media-resources/02.jpg" width="18%" />
- <img src="../media-resources/03.jpg" width="18%" />
- <img src="../media-resources/04.jpg" width="18%" />
- <img src="../media-resources/05.jpg" width="18%" />
+ <img src="../media-resources/banner.jpeg" alt="GitHub Store banner" width="99%" />
+ <img src="../media-resources/01.jpg" alt="GitHub Store screenshot 1" width="18%" />
+ <img src="../media-resources/02.jpg" alt="GitHub Store screenshot 2" width="18%" />
+ <img src="../media-resources/03.jpg" alt="GitHub Store screenshot 3" width="18%" />
+ <img src="../media-resources/04.jpg" alt="GitHub Store screenshot 4" width="18%" />
+ <img src="../media-resources/05.jpg" alt="GitHub Store screenshot 5" width="18%" />📝 Committable suggestion
Suggested change
🧰 Tools🪛 markdownlint-cli2 (0.21.0)[warning] 74-74: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 75-75: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 76-76: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 77-77: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 78-78: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 79-79: Images should have alternate text (alt text) (MD045, no-alt-text) 🤖 Prompt for AI Agents |
||||||||||||||||||||||||||
| </p> | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| <div align="center"> | ||||||||||||||||||||||||||
|
|
@@ -152,8 +152,6 @@ GitHub® est une marque déposée de GitHub, Inc. | |||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| <img src="../screenshots/preview.gif" align="right" width="320" /> | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| ## 🚀 Fonctionnalités | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| - **Découverte intelligente** | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -71,12 +71,12 @@ Kotlin Multiplatform और Compose Multiplatform के साथ Android औ | |
| > मुक्त और ओपन-सोर्स Android खतरे में है। Google Android को एक बंद प्लेटफ़ॉर्म में बदल देगा, जिससे आपकी पसंद के ऐप्स इंस्टॉल करने की आवश्यक स्वतंत्रता सीमित हो जाएगी। अपनी आवाज़ उठाएँ – [keepandroidopen.org](https://keepandroidopen.org/). | ||
|
|
||
| <p align="middle"> | ||
| <img src="../screenshots/banner.jpeg" width="99%" /> | ||
| <img src="../screenshots/01.jpg" width="18%" /> | ||
| <img src="../screenshots/02.jpg" width="18%" /> | ||
| <img src="../screenshots/03.jpg" width="18%" /> | ||
| <img src="../screenshots/04.jpg" width="18%" /> | ||
| <img src="../screenshots/05.jpg" width="18%" /> | ||
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||
| <img src="../media-resources/01.jpg" width="18%" /> | ||
| <img src="../media-resources/02.jpg" width="18%" /> | ||
| <img src="../media-resources/03.jpg" width="18%" /> | ||
| <img src="../media-resources/04.jpg" width="18%" /> | ||
| <img src="../media-resources/05.jpg" width="18%" /> | ||
|
Comment on lines
+74
to
+79
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add missing Lines [74]-[79] use 🧰 Tools🪛 markdownlint-cli2 (0.21.0)[warning] 74-74: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 75-75: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 76-76: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 77-77: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 78-78: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 79-79: Images should have alternate text (alt text) (MD045, no-alt-text) 🤖 Prompt for AI Agents |
||
| </p> | ||
|
|
||
| <div align="center"> | ||
|
|
@@ -152,8 +152,6 @@ GitHub® GitHub, Inc. का एक पंजीकृत ट्रेडमा | |
|
|
||
| --- | ||
|
|
||
| <img src="../screenshots/preview.gif" align="right" width="320" /> | ||
|
|
||
| ## 🚀 विशेषताएँ | ||
|
|
||
| - **स्मार्ट खोज** | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -71,12 +71,12 @@ Realizzato con Kotlin Multiplatform e Compose Multiplatform per piattaforme Andr | |||||||||||||||||||||||||
| > Android libero e open source e sotto minaccia. Google trasformera Android in una piattaforma chiusa, limitando la vostra liberta essenziale di installare le app che preferite. Fate sentire la vostra voce – [keepandroidopen.org](https://keepandroidopen.org/). | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| <p align="middle"> | ||||||||||||||||||||||||||
| <img src="../screenshots/banner.jpeg" width="99%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/01.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/02.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/03.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/04.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/05.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/01.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/02.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/03.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/04.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/05.jpg" width="18%" /> | ||||||||||||||||||||||||||
|
Comment on lines
+74
to
+79
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add missing alt text for gallery images. Lines 74-79 use HTML images without 💡 Suggested patch- <img src="../media-resources/banner.jpeg" width="99%" />
- <img src="../media-resources/01.jpg" width="18%" />
- <img src="../media-resources/02.jpg" width="18%" />
- <img src="../media-resources/03.jpg" width="18%" />
- <img src="../media-resources/04.jpg" width="18%" />
- <img src="../media-resources/05.jpg" width="18%" />
+ <img src="../media-resources/banner.jpeg" alt="GitHub Store banner" width="99%" />
+ <img src="../media-resources/01.jpg" alt="GitHub Store screenshot 1" width="18%" />
+ <img src="../media-resources/02.jpg" alt="GitHub Store screenshot 2" width="18%" />
+ <img src="../media-resources/03.jpg" alt="GitHub Store screenshot 3" width="18%" />
+ <img src="../media-resources/04.jpg" alt="GitHub Store screenshot 4" width="18%" />
+ <img src="../media-resources/05.jpg" alt="GitHub Store screenshot 5" width="18%" />📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||
| </p> | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| <div align="center"> | ||||||||||||||||||||||||||
|
|
@@ -152,8 +152,6 @@ GitHub® e un marchio registrato di GitHub, Inc. | |||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| <img src="../screenshots/preview.gif" align="right" width="320" /> | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| ## 🚀 Funzionalita | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| - **Scoperta intelligente** | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -71,12 +71,12 @@ Kotlin MultiplatformとCompose Multiplatformで構築されており、Android | |
| > 無料でオープンソースのAndroidが脅威にさらされています。GoogleはAndroidを閉鎖的なプラットフォームに変え、好きなアプリをインストールする基本的な自由を制限しようとしています。あなたの声を届けましょう – [keepandroidopen.org](https://keepandroidopen.org/) | ||
|
|
||
| <p align="middle"> | ||
| <img src="../screenshots/banner.jpeg" width="99%" /> | ||
| <img src="../screenshots/01.jpg" width="18%" /> | ||
| <img src="../screenshots/02.jpg" width="18%" /> | ||
| <img src="../screenshots/03.jpg" width="18%" /> | ||
| <img src="../screenshots/04.jpg" width="18%" /> | ||
| <img src="../screenshots/05.jpg" width="18%" /> | ||
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||
| <img src="../media-resources/01.jpg" width="18%" /> | ||
| <img src="../media-resources/02.jpg" width="18%" /> | ||
| <img src="../media-resources/03.jpg" width="18%" /> | ||
| <img src="../media-resources/04.jpg" width="18%" /> | ||
| <img src="../media-resources/05.jpg" width="18%" /> | ||
|
Comment on lines
+74
to
+79
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add Lines [74]-[79] use 🧰 Tools🪛 markdownlint-cli2 (0.21.0)[warning] 74-74: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 75-75: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 76-76: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 77-77: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 78-78: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 79-79: Images should have alternate text (alt text) (MD045, no-alt-text) 🤖 Prompt for AI Agents |
||
| </p> | ||
|
|
||
| <div align="center"> | ||
|
|
@@ -152,8 +152,6 @@ GitHub®はGitHub, Inc.の登録商標です。 | |
|
|
||
| --- | ||
|
|
||
| <img src="../screenshots/preview.gif" align="right" width="320" /> | ||
|
|
||
| ## 🚀 機能 | ||
|
|
||
| - **スマートな発見** | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -71,12 +71,12 @@ Kotlin Multiplatform과 Compose Multiplatform으로 구축되어 Android 및 Des | |||||||||||||||||||||||||
| > 무료 오픈소스 Android가 위협받고 있습니다. Google은 Android를 폐쇄적인 플랫폼으로 전환하여, 원하는 앱을 설치할 수 있는 필수적인 자유를 제한하려 합니다. 여러분의 목소리를 내주세요 – [keepandroidopen.org](https://keepandroidopen.org/). | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| <p align="middle"> | ||||||||||||||||||||||||||
| <img src="../screenshots/banner.jpeg" width="99%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/01.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/02.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/03.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/04.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/05.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/01.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/02.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/03.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/04.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/05.jpg" width="18%" /> | ||||||||||||||||||||||||||
|
Comment on lines
+74
to
+79
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix gallery image accessibility metadata. Lines 74-79 need 💡 Suggested patch- <img src="../media-resources/banner.jpeg" width="99%" />
- <img src="../media-resources/01.jpg" width="18%" />
- <img src="../media-resources/02.jpg" width="18%" />
- <img src="../media-resources/03.jpg" width="18%" />
- <img src="../media-resources/04.jpg" width="18%" />
- <img src="../media-resources/05.jpg" width="18%" />
+ <img src="../media-resources/banner.jpeg" alt="GitHub Store banner" width="99%" />
+ <img src="../media-resources/01.jpg" alt="GitHub Store screenshot 1" width="18%" />
+ <img src="../media-resources/02.jpg" alt="GitHub Store screenshot 2" width="18%" />
+ <img src="../media-resources/03.jpg" alt="GitHub Store screenshot 3" width="18%" />
+ <img src="../media-resources/04.jpg" alt="GitHub Store screenshot 4" width="18%" />
+ <img src="../media-resources/05.jpg" alt="GitHub Store screenshot 5" width="18%" />📝 Committable suggestion
Suggested change
🧰 Tools🪛 markdownlint-cli2 (0.21.0)[warning] 74-74: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 75-75: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 76-76: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 77-77: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 78-78: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 79-79: Images should have alternate text (alt text) (MD045, no-alt-text) 🤖 Prompt for AI Agents |
||||||||||||||||||||||||||
| </p> | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| <div align="center"> | ||||||||||||||||||||||||||
|
|
@@ -152,8 +152,6 @@ GitHub®는 GitHub, Inc.의 등록 상표입니다. | |||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| <img src="../screenshots/preview.gif" align="right" width="320" /> | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| ## 🚀 기능 | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| - **스마트 발견** | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -71,12 +71,12 @@ Zbudowany z użyciem Kotlin Multiplatform i Compose Multiplatform na platformy A | |
| > Wolny i otwartoźródłowy Android jest zagrożony. Google zamieni Androida w zamkniętą platformę, ograniczając Twoją podstawową wolność instalowania wybranych aplikacji. Wyraź swoje zdanie – [keepandroidopen.org](https://keepandroidopen.org/). | ||
|
|
||
| <p align="middle"> | ||
| <img src="../screenshots/banner.jpeg" width="99%" /> | ||
| <img src="../screenshots/01.jpg" width="18%" /> | ||
| <img src="../screenshots/02.jpg" width="18%" /> | ||
| <img src="../screenshots/03.jpg" width="18%" /> | ||
| <img src="../screenshots/04.jpg" width="18%" /> | ||
| <img src="../screenshots/05.jpg" width="18%" /> | ||
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||
| <img src="../media-resources/01.jpg" width="18%" /> | ||
| <img src="../media-resources/02.jpg" width="18%" /> | ||
| <img src="../media-resources/03.jpg" width="18%" /> | ||
| <img src="../media-resources/04.jpg" width="18%" /> | ||
| <img src="../media-resources/05.jpg" width="18%" /> | ||
|
Comment on lines
+74
to
+79
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please add Lines [74]-[79] have 🧰 Tools🪛 markdownlint-cli2 (0.21.0)[warning] 74-74: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 75-75: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 76-76: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 77-77: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 78-78: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 79-79: Images should have alternate text (alt text) (MD045, no-alt-text) 🤖 Prompt for AI Agents |
||
| </p> | ||
|
|
||
| <div align="center"> | ||
|
|
@@ -152,8 +152,6 @@ GitHub® jest zarejestrowanym znakiem towarowym GitHub, Inc. | |
|
|
||
| --- | ||
|
|
||
| <img src="../screenshots/preview.gif" align="right" width="320" /> | ||
|
|
||
| ## 🚀 Funkcje | ||
|
|
||
| - **Inteligentne odkrywanie** | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -71,12 +71,12 @@ GitHub Store — это кросс-платформенный магазин п | |
| > Свободный и открытый Android под угрозой. Google превратит Android в закрытую платформу, ограничивая вашу основную свободу устанавливать приложения по своему выбору. Заявите о своей позиции – [keepandroidopen.org](https://keepandroidopen.org/). | ||
|
|
||
| <p align="middle"> | ||
| <img src="../screenshots/banner.jpeg" width="99%" /> | ||
| <img src="../screenshots/01.jpg" width="18%" /> | ||
| <img src="../screenshots/02.jpg" width="18%" /> | ||
| <img src="../screenshots/03.jpg" width="18%" /> | ||
| <img src="../screenshots/04.jpg" width="18%" /> | ||
| <img src="../screenshots/05.jpg" width="18%" /> | ||
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||
| <img src="../media-resources/01.jpg" width="18%" /> | ||
| <img src="../media-resources/02.jpg" width="18%" /> | ||
| <img src="../media-resources/03.jpg" width="18%" /> | ||
| <img src="../media-resources/04.jpg" width="18%" /> | ||
| <img src="../media-resources/05.jpg" width="18%" /> | ||
|
Comment on lines
+74
to
+79
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missing Lines [74]-[79] should include 🧰 Tools🪛 markdownlint-cli2 (0.21.0)[warning] 74-74: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 75-75: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 76-76: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 77-77: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 78-78: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 79-79: Images should have alternate text (alt text) (MD045, no-alt-text) 🤖 Prompt for AI Agents |
||
| </p> | ||
|
|
||
| <div align="center"> | ||
|
|
@@ -152,8 +152,6 @@ GitHub® является зарегистрированным товарным | |
|
|
||
| --- | ||
|
|
||
| <img src="../screenshots/preview.gif" align="right" width="320" /> | ||
|
|
||
| ## 🚀 Возможности | ||
|
|
||
| - **Умное обнаружение** | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -71,12 +71,12 @@ Kotlin Multiplatform ve Compose Multiplatform ile Android ve Masaustu platformla | |||||||||||||||||||||||||
| > Ozgur ve Acik Kaynak Android tehdit altinda. Google, Android'i kapali bir platforma donusturerek istediginiz uygulamalari yukleme ozgurlugunuzu kisitlayacak. Sesinizi duyurun – [keepandroidopen.org](https://keepandroidopen.org/). | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| <p align="middle"> | ||||||||||||||||||||||||||
| <img src="../screenshots/banner.jpeg" width="99%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/01.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/02.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/03.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/04.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/05.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/01.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/02.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/03.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/04.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/05.jpg" width="18%" /> | ||||||||||||||||||||||||||
|
Comment on lines
+74
to
+79
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add At Lines 74-79, all six images are missing 💡 Suggested patch- <img src="../media-resources/banner.jpeg" width="99%" />
- <img src="../media-resources/01.jpg" width="18%" />
- <img src="../media-resources/02.jpg" width="18%" />
- <img src="../media-resources/03.jpg" width="18%" />
- <img src="../media-resources/04.jpg" width="18%" />
- <img src="../media-resources/05.jpg" width="18%" />
+ <img src="../media-resources/banner.jpeg" alt="GitHub Store banner" width="99%" />
+ <img src="../media-resources/01.jpg" alt="GitHub Store screenshot 1" width="18%" />
+ <img src="../media-resources/02.jpg" alt="GitHub Store screenshot 2" width="18%" />
+ <img src="../media-resources/03.jpg" alt="GitHub Store screenshot 3" width="18%" />
+ <img src="../media-resources/04.jpg" alt="GitHub Store screenshot 4" width="18%" />
+ <img src="../media-resources/05.jpg" alt="GitHub Store screenshot 5" width="18%" />📝 Committable suggestion
Suggested change
🧰 Tools🪛 markdownlint-cli2 (0.21.0)[warning] 74-74: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 75-75: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 76-76: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 77-77: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 78-78: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 79-79: Images should have alternate text (alt text) (MD045, no-alt-text) 🤖 Prompt for AI Agents |
||||||||||||||||||||||||||
| </p> | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| <div align="center"> | ||||||||||||||||||||||||||
|
|
@@ -152,8 +152,6 @@ GitHub®, GitHub, Inc. sirketinin tescilli ticari markasıdir. | |||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| <img src="../screenshots/preview.gif" align="right" width="320" /> | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| ## 🚀 Ozellikler | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| - **Akilli kesif** | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -71,12 +71,12 @@ GitHub Store 是一个面向 GitHub Releases 的跨平台应用商店,旨在 | |||||||||||||||||||||||||
| > 自由开源的 Android 正面临威胁。Google 将把 Android 变成一个封闭平台,限制您自由安装应用程序的基本权利。请发出您的声音 – [keepandroidopen.org](https://keepandroidopen.org/)。 | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| <p align="middle"> | ||||||||||||||||||||||||||
| <img src="../screenshots/banner.jpeg" width="99%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/01.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/02.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/03.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/04.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../screenshots/05.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/01.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/02.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/03.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/04.jpg" width="18%" /> | ||||||||||||||||||||||||||
| <img src="../media-resources/05.jpg" width="18%" /> | ||||||||||||||||||||||||||
|
Comment on lines
+74
to
+79
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add alt attributes to updated image references. At Lines 74-79, the migrated image tags still lack 💡 Suggested patch- <img src="../media-resources/banner.jpeg" width="99%" />
- <img src="../media-resources/01.jpg" width="18%" />
- <img src="../media-resources/02.jpg" width="18%" />
- <img src="../media-resources/03.jpg" width="18%" />
- <img src="../media-resources/04.jpg" width="18%" />
- <img src="../media-resources/05.jpg" width="18%" />
+ <img src="../media-resources/banner.jpeg" alt="GitHub Store banner" width="99%" />
+ <img src="../media-resources/01.jpg" alt="GitHub Store screenshot 1" width="18%" />
+ <img src="../media-resources/02.jpg" alt="GitHub Store screenshot 2" width="18%" />
+ <img src="../media-resources/03.jpg" alt="GitHub Store screenshot 3" width="18%" />
+ <img src="../media-resources/04.jpg" alt="GitHub Store screenshot 4" width="18%" />
+ <img src="../media-resources/05.jpg" alt="GitHub Store screenshot 5" width="18%" />📝 Committable suggestion
Suggested change
🧰 Tools🪛 markdownlint-cli2 (0.21.0)[warning] 74-74: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 75-75: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 76-76: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 77-77: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 78-78: Images should have alternate text (alt text) (MD045, no-alt-text) [warning] 79-79: Images should have alternate text (alt text) (MD045, no-alt-text) 🤖 Prompt for AI Agents |
||||||||||||||||||||||||||
| </p> | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| <div align="center"> | ||||||||||||||||||||||||||
|
|
@@ -152,8 +152,6 @@ GitHub® 是 GitHub, Inc. 的注册商标。 | |||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| <img src="../screenshots/preview.gif" align="right" width="320" /> | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| ## 🚀 功能特性 | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| - **智能发现** | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add
altattributes to the new media-resources image tags.Lines [70]-[75] are missing
alton<img>elements, which causes MD045 warnings and hurts accessibility.🧰 Tools
🪛 markdownlint-cli2 (0.21.0)
[warning] 74-74: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 75-75: Images should have alternate text (alt text)
(MD045, no-alt-text)
🤖 Prompt for AI Agents