This commit is contained in:
CortexCore
2025-04-28 15:10:49 +08:00
parent 3f9d9f19ce
commit 4c2534a6e9
11 changed files with 72 additions and 5 deletions

View File

@@ -43,6 +43,6 @@ namespace Net.Project.B.PDA.App
public struct Quest:IApp
{
public string PackageName => "com.bndroid.quest";
public string AppName => "人物";
public string AppName => "任务";
}
}