add icon description

This commit is contained in:
2026-08-21 20:46:38 +08:00
parent 3f86e8f44e
commit 8d4a81b4f5
18 changed files with 31 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:networkSecurityConfig="@xml/network_security_config"
android:supportsRtl="true"

View File

@@ -313,7 +313,7 @@ class MainActivity : Activity() {
gravity = Gravity.CENTER_VERTICAL
layoutParams = LinearLayout.LayoutParams(0, ViewGroup.LayoutParams.WRAP_CONTENT, 1f)
addView(TextView(this@MainActivity).apply {
text = "跟读虫"
text = "八哥口语"
setTextColor(Color.WHITE)
textSize = 32f
typeface = Typeface.DEFAULT_BOLD

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_bg" />
</adaptive-icon>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">八哥口语</string>
</resources>

View File

@@ -1,3 +1,3 @@
<resources>
<string name="app_name">跟读虫</string>
<string name="app_name">MynaTalk</string>
</resources>

View File

@@ -27,6 +27,7 @@
AA0000000000000000000052 /* CatalogView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0000000000000000000032 /* CatalogView.swift */; };
AA0000000000000000000053 /* TestView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0000000000000000000033 /* TestView.swift */; };
AA0000000000000000000054 /* FullscreenPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0000000000000000000034 /* FullscreenPlayerView.swift */; };
AA0000000000000000000060 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = AA0000000000000000000070 /* InfoPlist.strings */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@@ -52,6 +53,7 @@
AA0000000000000000000032 /* CatalogView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CatalogView.swift; sourceTree = "<group>"; };
AA0000000000000000000033 /* TestView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestView.swift; sourceTree = "<group>"; };
AA0000000000000000000034 /* FullscreenPlayerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FullscreenPlayerView.swift; sourceTree = "<group>"; };
AA0000000000000000000071 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh-Hans; path = zh-Hans.lproj/InfoPlist.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -145,6 +147,7 @@
children = (
AA0000000000000000000020 /* Assets.xcassets */,
AA000000000000000000001F /* Info.plist */,
AA0000000000000000000070 /* InfoPlist.strings */,
);
path = Resources;
sourceTree = "<group>";
@@ -208,6 +211,7 @@
buildActionMask = 2147483647;
files = (
AA0000000000000000000040 /* Assets.xcassets in Resources */,
AA0000000000000000000060 /* InfoPlist.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -242,6 +246,17 @@
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
AA0000000000000000000070 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
AA0000000000000000000071 /* zh-Hans */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
AA0000000000000000000012 /* Debug */ = {
isa = XCBuildConfiguration;

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 KiB

View File

@@ -1,6 +1,7 @@
{
"images" : [
{
"filename" : "AppIcon.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"

View File

@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>zh_CN</string>
<key>CFBundleDisplayName</key>
<string>跟读虫</string>
<string>MynaTalk</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>

View File

@@ -0,0 +1 @@
CFBundleDisplayName = "八哥口语";

View File

@@ -67,7 +67,7 @@ struct RootView: View {
private var header: some View {
HStack(spacing: 0) {
VStack(alignment: .leading, spacing: 2) {
Text("跟读虫")
Text("八哥口语")
.font(.system(size: 32, weight: .bold))
.foregroundColor(.white)
Text("外语跟读训练神器")

View File

@@ -1,4 +1,4 @@
# Oral Trainer iOS App跟读虫 iOS 版)
# MynaTalk iOS App八哥口语 iOS 版)
iOS 端与 [android/](../android/README.md) 示例 App 功能对齐的移动端: