chore: update view text

This commit is contained in:
lawvs
2022-07-28 16:53:02 +08:00
parent b5d2d063a5
commit 31c8747f33
4 changed files with 54 additions and 53 deletions

View File

@@ -20,7 +20,7 @@ const genViewId = () => nanoid(16) as RecastViewId; // This is a safe type cast
const DEFAULT_VIEWS: RecastView[] = [
{
id: genViewId(),
name: 'Text View',
name: 'Text',
type: RecastScene.Page,
},
{