mirror of
https://github.com/fankes/ColorOSNotifyIcon.git
synced 2025-09-04 09:45:34 +08:00
Fix "GitHub" spelling in all files
This commit is contained in:
@@ -51,7 +51,7 @@ Optimize notification icons for ColorOS and adapt to native notification icon sp
|
|||||||
|
|
||||||
- [Automatic Build on Commit](https://github.com/fankes/ColorOSNotifyIcon/actions/workflows/commit_ci.yml)
|
- [Automatic Build on Commit](https://github.com/fankes/ColorOSNotifyIcon/actions/workflows/commit_ci.yml)
|
||||||
|
|
||||||
上述更新为代码 `commit` 后自动触发,具体更新内容可点击上方的文字前往 **Github Actions** 进行查看,本更新由开源的流程自动编译发布,**不保证其稳定性**,所发布的版本**仅供测试**,且不会特殊说明甚至可能会变更版本号或保持与当前稳定版相同的版本号。
|
上述更新为代码 `commit` 后自动触发,具体更新内容可点击上方的文字前往 **GitHub Actions** 进行查看,本更新由开源的流程自动编译发布,**不保证其稳定性**,所发布的版本**仅供测试**,且不会特殊说明甚至可能会变更版本号或保持与当前稳定版相同的版本号。
|
||||||
|
|
||||||
- [Release](https://github.com/fankes/ColorOSNotifyIcon/releases)
|
- [Release](https://github.com/fankes/ColorOSNotifyIcon/releases)
|
||||||
- [Xposed-Modules-Repo](https://github.com/Xposed-Modules-Repo/com.fankes.coloros.notify/releases)
|
- [Xposed-Modules-Repo](https://github.com/Xposed-Modules-Repo/com.fankes.coloros.notify/releases)
|
||||||
|
@@ -39,10 +39,10 @@ object PackageName {
|
|||||||
*/
|
*/
|
||||||
object IconRuleSourceSyncType {
|
object IconRuleSourceSyncType {
|
||||||
|
|
||||||
/** Github Raw (代理) */
|
/** GitHub Raw (代理) */
|
||||||
const val GITHUB_RAW_PROXY = 1000
|
const val GITHUB_RAW_PROXY = 1000
|
||||||
|
|
||||||
/** Github Raw (直连) */
|
/** GitHub Raw (直连) */
|
||||||
const val GITHUB_RAW_DIRECT = 2000
|
const val GITHUB_RAW_DIRECT = 2000
|
||||||
|
|
||||||
/** 自定义地址 */
|
/** 自定义地址 */
|
||||||
|
@@ -35,7 +35,7 @@ import java.io.Serializable
|
|||||||
import java.util.*
|
import java.util.*
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取 Github Release 最新版本工具类
|
* 获取 GitHub Release 最新版本工具类
|
||||||
*/
|
*/
|
||||||
object GithubReleaseTool {
|
object GithubReleaseTool {
|
||||||
|
|
||||||
@@ -129,7 +129,7 @@ object GithubReleaseTool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Github Release bean
|
* GitHub Release bean
|
||||||
* @param name 版本名称
|
* @param name 版本名称
|
||||||
* @param htmlUrl 网页地址
|
* @param htmlUrl 网页地址
|
||||||
* @param content 更新日志
|
* @param content 更新日志
|
||||||
|
@@ -67,10 +67,10 @@ object IconRuleManagerTool {
|
|||||||
/** 当前规则的通知图标颜色 */
|
/** 当前规则的通知图标颜色 */
|
||||||
private const val OS_COLOR = 0xFF4E8A5A.toInt()
|
private const val OS_COLOR = 0xFF4E8A5A.toInt()
|
||||||
|
|
||||||
/** 同步地址 - Github Raw (代理) */
|
/** 同步地址 - GitHub Raw (代理) */
|
||||||
private const val SYNC_PROXY_URL = "https://raw.githubusercontentS.com/fankes/AndroidNotifyIconAdapt/main"
|
private const val SYNC_PROXY_URL = "https://raw.githubusercontentS.com/fankes/AndroidNotifyIconAdapt/main"
|
||||||
|
|
||||||
/** 同步地址 - Github Raw (直连) */
|
/** 同步地址 - GitHub Raw (直连) */
|
||||||
private const val SYNC_DIRECT_URL = "https://raw.githubusercontent.com/fankes/AndroidNotifyIconAdapt/main"
|
private const val SYNC_DIRECT_URL = "https://raw.githubusercontent.com/fankes/AndroidNotifyIconAdapt/main"
|
||||||
|
|
||||||
/** 云端规则展示地址 (OS) */
|
/** 云端规则展示地址 (OS) */
|
||||||
|
@@ -28,14 +28,14 @@
|
|||||||
android:id="@+id/source_radio_1"
|
android:id="@+id/source_radio_1"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Github Raw (7ED Services)"
|
android:text="GitHub Raw (7ED Services)"
|
||||||
app:buttonTint="@color/colorPrimaryAccent" />
|
app:buttonTint="@color/colorPrimaryAccent" />
|
||||||
|
|
||||||
<com.google.android.material.radiobutton.MaterialRadioButton
|
<com.google.android.material.radiobutton.MaterialRadioButton
|
||||||
android:id="@+id/source_radio_2"
|
android:id="@+id/source_radio_2"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Github Raw (直连)"
|
android:text="GitHub Raw (直连)"
|
||||||
app:buttonTint="@color/colorPrimaryAccent" />
|
app:buttonTint="@color/colorPrimaryAccent" />
|
||||||
|
|
||||||
<com.google.android.material.radiobutton.MaterialRadioButton
|
<com.google.android.material.radiobutton.MaterialRadioButton
|
||||||
|
Reference in New Issue
Block a user