diff --git a/docs-translations/zh-TW/api/structures/crash-report.md b/docs-translations/zh-TW/api/structures/crash-report.md new file mode 100644 index 0000000000..f139b3e579 --- /dev/null +++ b/docs-translations/zh-TW/api/structures/crash-report.md @@ -0,0 +1,4 @@ +# CrashReport 物件 + +* `date` 字串 +* `ID` 整數 diff --git a/docs-translations/zh-TW/api/structures/point.md b/docs-translations/zh-TW/api/structures/point.md new file mode 100644 index 0000000000..074002231c --- /dev/null +++ b/docs-translations/zh-TW/api/structures/point.md @@ -0,0 +1,4 @@ +# Point 物件 + +* `x` 數字 +* `y` 數字 diff --git a/docs-translations/zh-TW/api/structures/size.md b/docs-translations/zh-TW/api/structures/size.md new file mode 100644 index 0000000000..a22f0b79c3 --- /dev/null +++ b/docs-translations/zh-TW/api/structures/size.md @@ -0,0 +1,4 @@ +# Size 物件 + +* `width` 數字 +* `height` 數字 diff --git a/docs-translations/zh-TW/api/structures/upload-blob.md b/docs-translations/zh-TW/api/structures/upload-blob.md new file mode 100644 index 0000000000..8092ff6baa --- /dev/null +++ b/docs-translations/zh-TW/api/structures/upload-blob.md @@ -0,0 +1,4 @@ +# UploadBlob 物件 + +* `type` 字串 - 應為 `blob` 。 +* `blobUUID` 字串 - 此上傳資料的 UUID 。