This commit is contained in:
Cheng Zhao 2013-12-05 11:46:36 +08:00
Π ΠΎΠ΄ΠΈΡ‚Π΅Π»ΡŒ a0c0bb18b7
ΠšΠΎΠΌΠΌΠΈΡ‚ 5f4a9316f1
1 ΠΈΠ·ΠΌΠ΅Π½Ρ‘Π½Π½Ρ‹Ρ… Ρ„Π°ΠΉΠ»ΠΎΠ²: 5 Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠΉ ΠΈ 7 ΡƒΠ΄Π°Π»Π΅Π½ΠΈΠΉ

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -84,14 +84,12 @@ be returned.
## app.getName()
Returns current application's name, the name in `package.json` would be
preferred.
used.
## app.setName(name)
* `name` String
Set application's name to `name`, usually the name in `package.json` is a short
lowercased name, the `name` set here should be full and capitalized.
Usually the `name` field of `package.json` is a short lowercased name, according
to the spec of npm modules. So usually you should also specify a `productName`
field, which is your application's full capitalized name, and it will be
preferred over `name` by atom-shell.
## app.getBrowserWindows()