Skip to content

Commit dc78268

Browse files
committed
Add Kumone
1 parent 04b8d2f commit dc78268

8 files changed

Lines changed: 64 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ Torrent client for iOS.
7474
### <a href="https://github.com/Predidit/Kazumi"><img src="https://raw.githubusercontent.com/bebound/AltGallery/master/apps/Kazumi/icon.png" alt="Kazumi icon" width="24" align="top"> Kazumi</a>
7575
基于自定义规则的番剧采集APP,支持流媒体在线观看、弹幕与实时超分辨率。
7676

77+
### <a href="https://github.com/missuo/kumone"><img src="https://raw.githubusercontent.com/bebound/AltGallery/master/apps/Kumone/icon.png" alt="Kumone icon" width="24" align="top"> Kumone</a>
78+
原生 NetEase Cloud Music iOS 客户端(雲の音),直连网易云音乐真实 API,支持灰色歌曲解锁与歌词。
79+
7780
### <a href="https://github.com/LiveContainer/LiveContainer"><img src="https://raw.githubusercontent.com/bebound/AltGallery/master/apps/LiveContainer+SideStore/icon.png" alt="LiveContainer+SideStore icon" width="24" align="top"> LiveContainer+SideStore</a>
7881
An app launcher that runs iOS apps without actually installing them, with a built-in SideStore for refreshing your apps.
7982

apps/Kumone/config.toml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# altgen config for the Kumone AltStore source.
2+
# Run: uvx altgen -c config.toml
3+
# Fields derived from the missuo/kumone repo (no AltStore source in the repo).
4+
5+
[github]
6+
repo = "missuo/kumone"
7+
8+
[source]
9+
name = "Kumone"
10+
subtitle = "Kumone AltStore source by AltGallery & altgen"
11+
description = "Auto-updated AltStore source for Kumone"
12+
icon_url = "https://raw.githubusercontent.com/bebound/AltGallery/refs/heads/master/apps/Kumone/icon.png"
13+
website = "https://github.com/missuo/kumone"
14+
tint_color = "#F0D060"
15+
16+
[app]
17+
name = "Kumone"
18+
bundle_identifier = "sb.moe.kumone"
19+
developer_name = "missuo"
20+
subtitle = "原生 NetEase Cloud Music iOS 客户端(雲の音)"
21+
description = "Kumone(雲の音)— native NetEase Cloud Music client for iOS. Talks directly to NetEase's real API with no third-party server: QR-code login, gray-track unblocking, synced lyrics with translation, immersive artwork-tinted now-playing, and playlist management.\n\nSupports English and Simplified Chinese localization."
22+
icon_url = "https://raw.githubusercontent.com/bebound/AltGallery/refs/heads/master/apps/Kumone/icon.png"
23+
screenshots = [
24+
"https://raw.githubusercontent.com/bebound/AltGallery/refs/heads/master/apps/Kumone/images/home.png",
25+
"https://raw.githubusercontent.com/bebound/AltGallery/refs/heads/master/apps/Kumone/images/search.png",
26+
"https://raw.githubusercontent.com/bebound/AltGallery/refs/heads/master/apps/Kumone/images/featured.png",
27+
]
28+
tint_color = "#F0D060"
29+
min_os_version = "16.0"
30+
31+
[versions]
32+
strip_v_prefix = true
33+
include_prereleases = false
34+
# asset_pattern is a regex (not glob): each release ships exactly one ipa
35+
# named Kumone-iOS-x.y.z.ipa
36+
asset_pattern = "Kumone-iOS-.*\\.ipa$"
37+
38+
[news]
39+
title_template = "{name} {version} · {date}"
40+
# shared promo image rendered by templates/render_news.py
41+
image_url = "https://raw.githubusercontent.com/bebound/AltGallery/refs/heads/master/apps/Kumone/images/news.png"
42+
43+
[output]
44+
path = "apps.json"

apps/Kumone/icon.png

163 KB
Loading

apps/Kumone/images/featured.png

641 KB
Loading

apps/Kumone/images/home.png

361 KB
Loading

apps/Kumone/images/news.png

186 KB
Loading

apps/Kumone/images/search.png

280 KB
Loading

apps/Kumone/news.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# render_news.py config: .venv/bin/python templates/render_news.py --out apps/Kumone
2+
# Colors left unset are auto-derived: tint from config.toml, background as
3+
# a light shade of the icon's dominant color.
4+
5+
name = "Kumone"
6+
tagline = "雲の音 · 原生 NetEase Cloud Music 客户端"
7+
8+
# Color notes — each key below controls one element of the image. All are
9+
# optional: unset keys are auto-derived. Shown values are the current result.
10+
[colors]
11+
# tint = "#F0D060" # NEW UPDATE badge + top-left glow (default: [app] tint_color)
12+
# tint_alt = "#F0D060" # bottom-right glow (default: [source] tint_color)
13+
# background = "#0C111D" # gradient base (derived from the icon's dominant color)
14+
# bg_mid = "#0C111D" # gradient mid stop (derived from background)
15+
# bg_dark = "#0C111D" # gradient end stop (derived from background)
16+
# text_color = "#111111" # app name (auto white/black)
17+
# tagline_color = "#F0D060" # tagline text (derived from background)

0 commit comments

Comments
 (0)