refactor: 更改应用名称为“星语”

This commit is contained in:
糕小菜 2024-12-16 12:58:58 +08:00
parent 1bbfaa7ce0
commit 40b0489056
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="30dp"
android:text="kchat"
android:text="@string/app_name"
android:textColor="@color/black"
android:textSize="18sp"
android:textStyle="bold" />

View File

@ -123,7 +123,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin"
app:isBottomDividerVisible="true"
app:itemName="关于kchat" />
app:itemName="关于星语" />
<com.kaixed.kchat.ui.widget.CustomItem
android:id="@+id/item_help_feedback"

View File

@ -1,5 +1,5 @@
<resources>
<string name="app_name">kchat</string>
<string name="app_name">星语</string>
<string name="signature">平安顺遂,喜乐无忧</string>
<string name="name">kaixed</string>
<string name="setting">设置</string>