更新应用程序显示名称为 Novault,并同步 iOS 和 Android 配置。

This commit is contained in:
2026-01-28 00:40:13 +08:00
parent b331b820ad
commit 5555f7d795
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# OwnK 记账 (OwnK Accounting)
# Novault
OwnK 是一款现代化的个人记账应用,旨在提供简洁、高效且美观的财务管理体验。项目基于 React Native 和 TypeScript 开发。
Novault 是一款现代化的个人记账应用,旨在提供简洁、高效且美观的财务管理体验。项目基于 React Native 和 TypeScript 开发。
## ✨ 主要功能

View File

@@ -1,3 +1,3 @@
<resources>
<string name="app_name">NoVaultApp</string>
<string name="app_name">Novault</string>
</resources>

View File

@@ -1,4 +1,4 @@
{
"name": "NoVaultApp",
"displayName": "NoVaultApp"
"displayName": "Novault"
}

View File

@@ -7,7 +7,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>NoVaultApp</string>
<string>Novault</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>