更新应用程序显示名称为 Novault,并同步 iOS 和 Android 配置。
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# OwnK 记账 (OwnK Accounting)
|
# Novault
|
||||||
|
|
||||||
OwnK 是一款现代化的个人记账应用,旨在提供简洁、高效且美观的财务管理体验。项目基于 React Native 和 TypeScript 开发。
|
Novault 是一款现代化的个人记账应用,旨在提供简洁、高效且美观的财务管理体验。项目基于 React Native 和 TypeScript 开发。
|
||||||
|
|
||||||
## ✨ 主要功能
|
## ✨ 主要功能
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">NoVaultApp</string>
|
<string name="app_name">Novault</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
4
app.json
4
app.json
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"name": "NoVaultApp",
|
"name": "NoVaultApp",
|
||||||
"displayName": "NoVaultApp"
|
"displayName": "Novault"
|
||||||
}
|
}
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>NoVaultApp</string>
|
<string>Novault</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>$(EXECUTABLE_NAME)</string>
|
<string>$(EXECUTABLE_NAME)</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user