-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
将代码中的内置类型更改为对应的别名类型(如 `bool` 改为 `Boolean`,`string` 改为 `String` 等)。此外,将某些属性类型改为可空类型(如 `String?`, `Object?`, `T?`),以允许这些属性可以为 `null`。
- Loading branch information
猿人易
committed
Nov 23, 2024
1 parent
1321779
commit 9a06c5a
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters