Skip to content

Commit

Permalink
Merge pull request electron#10730 from excfergodst/excfergodst-smalldoc
Browse files Browse the repository at this point in the history
Adding few simple docs
  • Loading branch information
zeke authored Oct 9, 2017
2 parents d7e5855 + 0572b39 commit 878813f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs-translations/zh-TW/api/structures/crash-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# CrashReport 物件

* `date` 字串
* `ID` 整數
4 changes: 4 additions & 0 deletions docs-translations/zh-TW/api/structures/point.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Point 物件

* `x` 數字
* `y` 數字
4 changes: 4 additions & 0 deletions docs-translations/zh-TW/api/structures/size.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Size 物件

* `width` 數字
* `height` 數字
4 changes: 4 additions & 0 deletions docs-translations/zh-TW/api/structures/upload-blob.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# UploadBlob 物件

* `type` 字串 - 應為 `blob`
* `blobUUID` 字串 - 此上傳資料的 UUID 。

0 comments on commit 878813f

Please sign in to comment.