@kudoai/chatgpt.js 2.6.7 → 2.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +9 -0
- package/README.md +26 -24
- package/chatgpt.js +2056 -2060
- package/dist/chatgpt.min.js +3 -3
- package/docs/README.md +26 -24
- package/docs/SECURITY.md +25 -25
- package/docs/USERGUIDE.md +6 -6
- package/docs/de/LICENSE.md +29 -29
- package/docs/de/README.md +25 -23
- package/docs/de/SECURITY.md +25 -25
- package/docs/es/LICENSE.md +29 -29
- package/docs/es/README.md +25 -23
- package/docs/es/SECURITY.md +25 -25
- package/docs/fr/LICENSE.md +29 -29
- package/docs/fr/README.md +25 -23
- package/docs/fr/SECURITY.md +25 -25
- package/docs/hi/LICENSE.md +29 -29
- package/docs/hi/README.md +25 -23
- package/docs/hi/SECURITY.md +25 -25
- package/docs/it/LICENSE.md +26 -26
- package/docs/it/README.md +25 -23
- package/docs/it/SECURITY.md +25 -25
- package/docs/ja/LICENSE.md +29 -29
- package/docs/ja/README.md +25 -23
- package/docs/ja/SECURITY.md +25 -25
- package/docs/ko/LICENSE.md +32 -32
- package/docs/ko/README.md +25 -23
- package/docs/ko/SECURITY.md +25 -25
- package/docs/ne/LICENSE.md +35 -35
- package/docs/ne/README.md +25 -23
- package/docs/ne/SECURITY.md +25 -25
- package/docs/nl/LICENSE.md +29 -29
- package/docs/nl/README.md +25 -23
- package/docs/nl/SECURITY.md +25 -25
- package/docs/pt/LICENSE.md +28 -28
- package/docs/pt/README.md +25 -23
- package/docs/pt/SECURITY.md +25 -25
- package/docs/vi/LICENSE.md +29 -29
- package/docs/vi/README.md +25 -23
- package/docs/vi/SECURITY.md +25 -25
- package/docs/zh-cn/LICENSE.md +29 -29
- package/docs/zh-cn/README.md +25 -24
- package/docs/zh-cn/SECURITY.md +25 -25
- package/docs/zh-tw/LICENSE.md +29 -29
- package/docs/zh-tw/README.md +26 -24
- package/docs/zh-tw/SECURITY.md +25 -25
- package/package.json +73 -73
- package/starters/chrome/LICENSE.md +31 -43
- package/starters/chrome/docs/README.md +93 -93
- package/starters/chrome/docs/SECURITY.md +17 -17
- package/starters/chrome/docs/de/LICENSE.md +31 -31
- package/starters/chrome/docs/de/README.md +93 -93
- package/starters/chrome/docs/es/LICENSE.md +31 -31
- package/starters/chrome/docs/es/README.md +93 -93
- package/starters/chrome/docs/fr/LICENSE.md +31 -31
- package/starters/chrome/docs/fr/README.md +93 -93
- package/starters/chrome/docs/hi/LICENSE.md +31 -31
- package/starters/chrome/docs/hi/README.md +93 -93
- package/starters/chrome/docs/hi/SECURITY.md +17 -17
- package/starters/chrome/docs/it/LICENSE.md +29 -29
- package/starters/chrome/docs/it/README.md +93 -93
- package/starters/chrome/docs/ja/LICENSE.md +31 -31
- package/starters/chrome/docs/ja/README.md +93 -93
- package/starters/chrome/docs/ko/LICENSE.md +34 -34
- package/starters/chrome/docs/ko/README.md +93 -93
- package/starters/chrome/docs/nl/LICENSE.md +31 -30
- package/starters/chrome/docs/nl/README.md +93 -93
- package/starters/chrome/docs/pt/LICENSE.md +31 -31
- package/starters/chrome/docs/pt/README.md +93 -93
- package/starters/chrome/docs/vi/LICENSE.md +31 -31
- package/starters/chrome/docs/vi/README.md +93 -93
- package/starters/chrome/docs/zh-cn/LICENSE.md +31 -31
- package/starters/chrome/docs/zh-cn/README.md +93 -93
- package/starters/chrome/docs/zh-cn/SECURITY.md +17 -17
- package/starters/chrome/docs/zh-tw/LICENSE.md +31 -31
- package/starters/chrome/docs/zh-tw/README.md +93 -93
- package/starters/chrome/extension/background.js +14 -14
- package/starters/chrome/extension/content.js +62 -62
- package/starters/chrome/extension/lib/chatgpt.js +2057 -2061
- package/starters/chrome/extension/lib/settings-utils.js +24 -24
- package/starters/chrome/extension/manifest.json +24 -24
- package/starters/chrome/extension/popup/index.html +62 -62
- package/starters/chrome/extension/popup/popup.js +92 -92
- package/starters/chrome/extension/popup/style.css +55 -55
- package/starters/docs/LICENSE.md +13 -25
- package/starters/docs/README.md +29 -29
- package/starters/docs/de/LICENSE.md +13 -13
- package/starters/docs/de/README.md +29 -29
- package/starters/docs/es/LICENSE.md +13 -13
- package/starters/docs/es/README.md +29 -29
- package/starters/docs/fr/LICENSE.md +13 -13
- package/starters/docs/fr/README.md +29 -29
- package/starters/docs/hi/LICENSE.md +13 -13
- package/starters/docs/hi/README.md +29 -29
- package/starters/docs/it/LICENSE.md +11 -11
- package/starters/docs/it/README.md +29 -29
- package/starters/docs/ja/LICENSE.md +13 -13
- package/starters/docs/ja/README.md +30 -30
- package/starters/docs/ko/LICENSE.md +16 -16
- package/starters/docs/ko/README.md +29 -29
- package/starters/docs/nl/LICENSE.md +13 -13
- package/starters/docs/nl/README.md +29 -29
- package/starters/docs/pt/LICENSE.md +13 -13
- package/starters/docs/pt/README.md +29 -29
- package/starters/docs/vi/LICENSE.md +13 -13
- package/starters/docs/vi/README.md +29 -29
- package/starters/docs/zh-cn/LICENSE.md +13 -13
- package/starters/docs/zh-cn/README.md +30 -30
- package/starters/docs/zh-tw/LICENSE.md +13 -13
- package/starters/docs/zh-tw/README.md +29 -29
- package/starters/greasemonkey/LICENSE.md +31 -43
- package/starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js +5 -5
- package/starters/greasemonkey/docs/README.md +7 -7
- package/starters/greasemonkey/docs/SECURITY.md +17 -17
- package/starters/greasemonkey/docs/de/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/es/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/fr/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/hi/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/hi/SECURITY.md +17 -17
- package/starters/greasemonkey/docs/it/LICENSE.md +29 -29
- package/starters/greasemonkey/docs/ja/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/ko/LICENSE.md +34 -34
- package/starters/greasemonkey/docs/nl/LICENSE.md +31 -30
- package/starters/greasemonkey/docs/pt/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/vi/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/zh-cn/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/zh-cn/SECURITY.md +17 -17
- package/starters/greasemonkey/docs/zh-tw/LICENSE.md +31 -31
- package/LICENSE +0 -21
package/docs/it/LICENSE.md
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
<h6>
|
|
3
|
-
<a href="../"><img height=15 style="margin: 0 3px -2px" src="https://raw.githubusercontent.com/
|
|
4
|
-
Italiano |
|
|
5
|
-
<a href="../../LICENSE.md">English</a> |
|
|
6
|
-
<a href="../zh-cn/LICENSE.md">简体中文</a> |
|
|
7
|
-
<a href="../zh-tw/LICENSE.md">繁體中文</a> |
|
|
8
|
-
<a href="../ja/LICENSE.md">日本</a> |
|
|
9
|
-
<a href="../ko/LICENSE.md">한국인</a> |
|
|
10
|
-
<a href="../hi/LICENSE.md">हिंदी</a> |
|
|
11
|
-
<a href="../ne/LICENSE.md">नेपाली</a> |
|
|
12
|
-
<a href="../de/LICENSE.md">Deutsch</a> |
|
|
13
|
-
<a href="../es/LICENSE.md">Español</a> |
|
|
14
|
-
<a href="../fr/LICENSE.md">Français</a> |
|
|
15
|
-
<a href="../nl/LICENSE.md">Nederlands</a> |
|
|
16
|
-
<a href="../pt/LICENSE.md">Português</a> |
|
|
17
|
-
<a href="../vi/LICENSE.md">Việt</a>
|
|
18
|
-
</h6>
|
|
19
|
-
</div>
|
|
20
|
-
|
|
21
|
-
# Licenza MIT
|
|
22
|
-
|
|
23
|
-
Diritto d'autore
|
|
24
|
-
|
|
25
|
-
Con la presente si concede, a chiunque ottenga una copia di questo software e dei file di documentazione associati (il "Software"), l'autorizzazione a usare gratuitamente il Software senza alcuna limitazione, compresi i diritti di usare, copiare, modificare, unire, pubblicare, distribuire, cedere in sottolicenza e/o vendere copie del Software, nonché di permettere ai soggetti cui il Software è fornito di fare altrettanto, alle seguenti condizioni: L'avviso di copyright indicato sopra e questo avviso di autorizzazione devono essere inclusi in ogni copia o parte sostanziale del Software.
|
|
26
|
-
|
|
1
|
+
<div align="center">
|
|
2
|
+
<h6>
|
|
3
|
+
<a href="../"><img height=15 style="margin: 0 3px -2px" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/6fa1659feadaf70853996dc7d7f6e1ab5a1e6301/media/images/icons/earth-americas.svg"></a>
|
|
4
|
+
Italiano |
|
|
5
|
+
<a href="../../LICENSE.md">English</a> |
|
|
6
|
+
<a href="../zh-cn/LICENSE.md">简体中文</a> |
|
|
7
|
+
<a href="../zh-tw/LICENSE.md">繁體中文</a> |
|
|
8
|
+
<a href="../ja/LICENSE.md">日本</a> |
|
|
9
|
+
<a href="../ko/LICENSE.md">한국인</a> |
|
|
10
|
+
<a href="../hi/LICENSE.md">हिंदी</a> |
|
|
11
|
+
<a href="../ne/LICENSE.md">नेपाली</a> |
|
|
12
|
+
<a href="../de/LICENSE.md">Deutsch</a> |
|
|
13
|
+
<a href="../es/LICENSE.md">Español</a> |
|
|
14
|
+
<a href="../fr/LICENSE.md">Français</a> |
|
|
15
|
+
<a href="../nl/LICENSE.md">Nederlands</a> |
|
|
16
|
+
<a href="../pt/LICENSE.md">Português</a> |
|
|
17
|
+
<a href="../vi/LICENSE.md">Việt</a>
|
|
18
|
+
</h6>
|
|
19
|
+
</div>
|
|
20
|
+
|
|
21
|
+
# Licenza MIT
|
|
22
|
+
|
|
23
|
+
Diritto d'autore © 2023–2024 [KudoAI](https://github.com/KudoAI) e [contributori](.#-contributori)
|
|
24
|
+
|
|
25
|
+
Con la presente si concede, a chiunque ottenga una copia di questo software e dei file di documentazione associati (il "Software"), l'autorizzazione a usare gratuitamente il Software senza alcuna limitazione, compresi i diritti di usare, copiare, modificare, unire, pubblicare, distribuire, cedere in sottolicenza e/o vendere copie del Software, nonché di permettere ai soggetti cui il Software è fornito di fare altrettanto, alle seguenti condizioni: L'avviso di copyright indicato sopra e questo avviso di autorizzazione devono essere inclusi in ogni copia o parte sostanziale del Software.
|
|
26
|
+
|
|
27
27
|
IL SOFTWARE VIENE FORNITO "COSÌ COM'È", SENZA GARANZIE DI ALCUN TIPO, ESPLICITE O IMPLICITE, IVI INCLUSE, IN VIA ESEMPLIFICATIVA, LE GARANZIE DI COMMERCIABILITÀ, IDONEITÀ A UN FINE PARTICOLARE E NON VIOLAZIONE DEI DIRITTI ALTRUI. IN NESSUN CASO GLI AUTORI O I TITOLARI DEL COPYRIGHT SARANNO RESPONSABILI PER QUALSIASI RECLAMO, DANNO O ALTRO TIPO DI RESPONSABILITÀ, A SEGUITO DI AZIONE CONTRATTUALE, ILLECITO O ALTRO, DERIVANTE DA O IN CONNESSIONE AL SOFTWARE, AL SUO UTILIZZO O AD ALTRE OPERAZIONI CON LO STESSO.
|
package/docs/it/README.md
CHANGED
|
@@ -27,10 +27,12 @@
|
|
|
27
27
|
|
|
28
28
|
<br>
|
|
29
29
|
|
|
30
|
-
<
|
|
31
|
-
<
|
|
32
|
-
|
|
33
|
-
|
|
30
|
+
<a href="https://chatgpt.js.org">
|
|
31
|
+
<picture>
|
|
32
|
+
<source type="image/png" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/chatgpt.js/with-reflection/darkmode.png">
|
|
33
|
+
<img width=800 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/chatgpt.js/with-reflection/lightmode.png">
|
|
34
|
+
</picture>
|
|
35
|
+
</a>
|
|
34
36
|
|
|
35
37
|
### 🤖 Una potente libreria JavaScript lato client per ChatGPT
|
|
36
38
|
|
|
@@ -42,9 +44,9 @@
|
|
|
42
44
|
|
|
43
45
|
[](https://github.com/KudoAI/chatgpt.js/stargazers)
|
|
44
46
|
[](LICENSE.md)
|
|
45
|
-
[](https://github.com/KudoAI/chatgpt.js/commits/main)
|
|
48
|
+

|
|
49
|
+
[](https://www.codefactor.io/repository/github/kudoai/chatgpt.js)
|
|
48
50
|
[](https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=kudoai_chatgpt.js)
|
|
49
51
|
[](https://github.com/sindresorhus/awesome-chatgpt#javascript)
|
|
50
52
|
[](https://www.producthunt.com/posts/chatgpt-js)
|
|
@@ -52,7 +54,7 @@
|
|
|
52
54
|
|
|
53
55
|
</div>
|
|
54
56
|
|
|
55
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
57
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
56
58
|
|
|
57
59
|
<div id="intro">
|
|
58
60
|
|
|
@@ -67,7 +69,7 @@
|
|
|
67
69
|
- Facile da usare
|
|
68
70
|
- Leggero (ma molto performante)
|
|
69
71
|
|
|
70
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
72
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
71
73
|
|
|
72
74
|
<div id="importing">
|
|
73
75
|
|
|
@@ -81,7 +83,7 @@
|
|
|
81
83
|
|
|
82
84
|
```js
|
|
83
85
|
(async () => {
|
|
84
|
-
await import('https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.
|
|
86
|
+
await import('https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js');
|
|
85
87
|
// Il tuo codice qui...
|
|
86
88
|
})();
|
|
87
89
|
```
|
|
@@ -90,7 +92,7 @@
|
|
|
90
92
|
|
|
91
93
|
```js
|
|
92
94
|
var xhr = new XMLHttpRequest();
|
|
93
|
-
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.
|
|
95
|
+
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js');
|
|
94
96
|
xhr.onload = function () {
|
|
95
97
|
if (xhr.status === 200) {
|
|
96
98
|
var chatgptJS = document.createElement('script');
|
|
@@ -106,13 +108,13 @@ function yourCode() {
|
|
|
106
108
|
}
|
|
107
109
|
```
|
|
108
110
|
|
|
109
|
-
### <img style="margin: 0 2px -0.065rem 0" height=17 src="https://raw.githubusercontent.com/
|
|
111
|
+
### <img style="margin: 0 2px -0.065rem 0" height=17 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/starters/media/images/icons/tampermonkey-icon28.png"><img style="margin: 0 2px -0.035rem 1px" height=17.5 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/starters/media/images/icons/violentmonkey-icon100.png"> Greasemonkey:
|
|
110
112
|
|
|
111
113
|
> **Nota** _Per utilizzare un modello iniziale: [kudoai/chatgpt.js-greasemonkey-starter](https://github.com/KudoAI/chatgpt.js-greasemonkey-starter)_
|
|
112
114
|
|
|
113
115
|
```js
|
|
114
116
|
...
|
|
115
|
-
// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.
|
|
117
|
+
// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js
|
|
116
118
|
// ==/UserScript==
|
|
117
119
|
|
|
118
120
|
// Il tuo codice qui...
|
|
@@ -124,7 +126,7 @@ function yourCode() {
|
|
|
124
126
|
|
|
125
127
|
Poiché Google non consente il codice remoto, è richiesta l'importazione di chatgpt.js localmente:
|
|
126
128
|
|
|
127
|
-
1. Salva https://raw.githubusercontent.com/
|
|
129
|
+
1. Salva https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/chatgpt.js in una sottocartella (`lib` in questo esempio)
|
|
128
130
|
|
|
129
131
|
2. Aggiungi la dichiarazione di esportazione ES6 alla fine di `lib/chatgpt.js`
|
|
130
132
|
```js
|
|
@@ -148,7 +150,7 @@ export { chatgpt }
|
|
|
148
150
|
})();
|
|
149
151
|
```
|
|
150
152
|
|
|
151
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
153
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
152
154
|
|
|
153
155
|
<div id="npm">
|
|
154
156
|
|
|
@@ -166,7 +168,7 @@ Dopo l'installazione, vai a `node_modules/@kudoai/chatgpt.js` per trovare il sor
|
|
|
166
168
|
|
|
167
169
|
</div>
|
|
168
170
|
|
|
169
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
171
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
170
172
|
|
|
171
173
|
<div id="usage">
|
|
172
174
|
|
|
@@ -189,7 +191,7 @@ Ogni chiamata ritorna ugualmente l'ultima risposta di ChatGPT. Se pensi che funz
|
|
|
189
191
|
|
|
190
192
|
In caso contrario, consulta la [guida per l'utente](https://github.com/KudoAI/chatgpt.js/blob/main/docs/USERGUIDE.md) estesa o invia semplicemente un [problema](https://github.com/KudoAI/chatgpt.js/issues) o [PR](https://github.com/KudoAI/chatgpt.js/pulls) e sarà integrato, facile!
|
|
191
193
|
|
|
192
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
194
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
193
195
|
|
|
194
196
|
<div id="showcase">
|
|
195
197
|
|
|
@@ -268,7 +270,7 @@ https://github.com/KudoAI/chatgpt.js/assets/10906554/f53c740f-d5e0-49b6-ae02-3b3
|
|
|
268
270
|
Se hai creato qualcosa con chatgpt.js che desideri condividere, invia un'email a <a href="mailto:showcase@chatgptjs.org">showcase@chatgptjs.org</a> o semplicemente apri una <a href="https://github.com/KudoAI/chatgpt.js/pulls" target="_blank" rel="noopener">pull request</a>!
|
|
269
271
|
</p>
|
|
270
272
|
|
|
271
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
273
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
272
274
|
|
|
273
275
|
<div id="contributors">
|
|
274
276
|
|
|
@@ -305,12 +307,12 @@ Questa libreria esiste grazie al codice, alle traduzioni, alle issues e alle ide
|
|
|
305
307
|
[](https://github.com/Luwa-Tech)
|
|
306
308
|
[](https://github.com/dependabot)
|
|
307
309
|
[](https://chat.openai.com)
|
|
308
|
-
[](https://poe.com)
|
|
309
311
|
[](https://github.com/ImgBotApp)
|
|
310
312
|
|
|
311
313
|
</div><br>
|
|
312
314
|
|
|
313
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
315
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
314
316
|
|
|
315
317
|
<div id="partners">
|
|
316
318
|
|
|
@@ -323,15 +325,15 @@ Questa libreria esiste grazie al codice, alle traduzioni, alle issues e alle ide
|
|
|
323
325
|
<div id="partners-collage" align="center">
|
|
324
326
|
|
|
325
327
|
<picture>
|
|
326
|
-
<source type="image/png" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/
|
|
327
|
-
<img width=888 src="https://raw.githubusercontent.com/
|
|
328
|
+
<source type="image/png" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/partners/collage/white.png">
|
|
329
|
+
<img width=888 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/partners/collage/black.png">
|
|
328
330
|
</picture>
|
|
329
331
|
|
|
330
332
|
</div>
|
|
331
333
|
|
|
332
334
|
<br>
|
|
333
335
|
|
|
334
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
336
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
335
337
|
|
|
336
338
|
<div align="center">
|
|
337
339
|
|
package/docs/it/SECURITY.md
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
<h6>
|
|
3
|
-
<a href="../"><img height=15 style="margin: 0 3px -2px" src="https://raw.githubusercontent.com/
|
|
4
|
-
Italiano |
|
|
5
|
-
<a href="../SECURITY.md">English</a> |
|
|
6
|
-
<a href="../zh-cn/SECURITY.md">简体中文</a> |
|
|
7
|
-
<a href="../zh-tw/SECURITY.md">繁體中文</a> |
|
|
8
|
-
<a href="../ja/SECURITY.md">日本</a> |
|
|
9
|
-
<a href="../ko/SECURITY.md">한국인</a> |
|
|
10
|
-
<a href="../hi/SECURITY.md">हिंदी</a> |
|
|
11
|
-
<a href="../ne/SECURITY.md">नेपाली</a> |
|
|
12
|
-
<a href="../de/SECURITY.md">Deutsch</a> |
|
|
13
|
-
<a href="../es/SECURITY.md">Español</a> |
|
|
14
|
-
<a href="../fr/SECURITY.md">Français</a> |
|
|
15
|
-
<a href="../nl/SECURITY.md">Nederlands</a> |
|
|
16
|
-
<a href="../pt/SECURITY.md">Português</a> |
|
|
17
|
-
<a href="../vi/SECURITY.md">Việt</a>
|
|
18
|
-
</h6>
|
|
19
|
-
</div>
|
|
20
|
-
|
|
21
|
-
# Politica di Sicurezza
|
|
22
|
-
|
|
23
|
-
Se trovi una vulnerabilità, apri una [bozza di avviso di sicurezza](https://github.com/KudoAI/chatgpt.js/security/advisories/new).
|
|
24
|
-
|
|
25
|
-
Anche le pull request sono benvenute, ma per motivi di sicurezza, invia un'e-mail a <security@kudoai.com> e attendi una risposta prima di renderla pubblica.
|
|
1
|
+
<div align="center">
|
|
2
|
+
<h6>
|
|
3
|
+
<a href="../"><img height=15 style="margin: 0 3px -2px" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/6fa1659feadaf70853996dc7d7f6e1ab5a1e6301/media/images/icons/earth-americas.svg"></a>
|
|
4
|
+
Italiano |
|
|
5
|
+
<a href="../SECURITY.md">English</a> |
|
|
6
|
+
<a href="../zh-cn/SECURITY.md">简体中文</a> |
|
|
7
|
+
<a href="../zh-tw/SECURITY.md">繁體中文</a> |
|
|
8
|
+
<a href="../ja/SECURITY.md">日本</a> |
|
|
9
|
+
<a href="../ko/SECURITY.md">한국인</a> |
|
|
10
|
+
<a href="../hi/SECURITY.md">हिंदी</a> |
|
|
11
|
+
<a href="../ne/SECURITY.md">नेपाली</a> |
|
|
12
|
+
<a href="../de/SECURITY.md">Deutsch</a> |
|
|
13
|
+
<a href="../es/SECURITY.md">Español</a> |
|
|
14
|
+
<a href="../fr/SECURITY.md">Français</a> |
|
|
15
|
+
<a href="../nl/SECURITY.md">Nederlands</a> |
|
|
16
|
+
<a href="../pt/SECURITY.md">Português</a> |
|
|
17
|
+
<a href="../vi/SECURITY.md">Việt</a>
|
|
18
|
+
</h6>
|
|
19
|
+
</div>
|
|
20
|
+
|
|
21
|
+
# Politica di Sicurezza
|
|
22
|
+
|
|
23
|
+
Se trovi una vulnerabilità, apri una [bozza di avviso di sicurezza](https://github.com/KudoAI/chatgpt.js/security/advisories/new).
|
|
24
|
+
|
|
25
|
+
Anche le pull request sono benvenute, ma per motivi di sicurezza, invia un'e-mail a <security@kudoai.com> e attendi una risposta prima di renderla pubblica.
|
package/docs/ja/LICENSE.md
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
<h6>
|
|
3
|
-
<a href="../"><img height=15 style="margin: 0 3px -2px" src="https://raw.githubusercontent.com/
|
|
4
|
-
日本 |
|
|
5
|
-
<a href="../../LICENSE.md">English</a> |
|
|
6
|
-
<a href="../zh-cn/LICENSE.md">简体中文</a> |
|
|
7
|
-
<a href="../zh-tw/LICENSE.md">繁體中文</a> |
|
|
8
|
-
<a href="../ko/LICENSE.md">한국인</a> |
|
|
9
|
-
<a href="../hi/LICENSE.md">हिंदी</a> |
|
|
10
|
-
<a href="../ne/LICENSE.md">नेपाली</a> |
|
|
11
|
-
<a href="../de/LICENSE.md">Deutsch</a> |
|
|
12
|
-
<a href="../es/LICENSE.md">Español</a> |
|
|
13
|
-
<a href="../fr/LICENSE.md">Français</a> |
|
|
14
|
-
<a href="../it/LICENSE.md">Italiano</a> |
|
|
15
|
-
<a href="../nl/LICENSE.md">Nederlands</a> |
|
|
16
|
-
<a href="../pt/LICENSE.md">Português</a> |
|
|
17
|
-
<a href="../vi/LICENSE.md">Việt</a>
|
|
18
|
-
</h6>
|
|
19
|
-
</div>
|
|
20
|
-
|
|
21
|
-
# MIT ライセンス
|
|
22
|
-
|
|
23
|
-
著作権
|
|
24
|
-
|
|
25
|
-
ここに、コピーを入手する人には無償で許可が与えられます。 このソフトウェアおよび関連ドキュメント ファイル (以下「ソフトウェア」) を取り扱うため、権利を含むがこれに限定されない、ソフトウェア内の使用、コピー、変更、マージ、公開、配布、サブライセンス、および/または販売することソフトウェアのコピー、およびソフトウェアのコピーを他人に許可すること以下の条件に従って、そうするために提供されます:
|
|
26
|
-
|
|
27
|
-
上記の著作権表示とこの許可表示は、すべてのコンテンツに含まれるものとします。 ソフトウェアのコピーまたは実質的な部分。
|
|
28
|
-
|
|
29
|
-
ソフトウェアは「現状のまま」提供され、明示的または明示的を問わず、いかなる種類の保証もありません。 商品性の保証を含みますがこれに限定されない黙示的、特定の目的への適合性および非侵害。 いかなる場合も、著者または著作権所有者は、あらゆる請求、損害、その他について責任を負います。 契約行為、不法行為、その他に起因する責任ソフトウェアまたはソフトウェアの使用またはその他の取引に関連して、またはそれに関連してソフトウェア。
|
|
1
|
+
<div align="center">
|
|
2
|
+
<h6>
|
|
3
|
+
<a href="../"><img height=15 style="margin: 0 3px -2px" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/6fa1659feadaf70853996dc7d7f6e1ab5a1e6301/media/images/icons/earth-americas.svg"></a>
|
|
4
|
+
日本 |
|
|
5
|
+
<a href="../../LICENSE.md">English</a> |
|
|
6
|
+
<a href="../zh-cn/LICENSE.md">简体中文</a> |
|
|
7
|
+
<a href="../zh-tw/LICENSE.md">繁體中文</a> |
|
|
8
|
+
<a href="../ko/LICENSE.md">한국인</a> |
|
|
9
|
+
<a href="../hi/LICENSE.md">हिंदी</a> |
|
|
10
|
+
<a href="../ne/LICENSE.md">नेपाली</a> |
|
|
11
|
+
<a href="../de/LICENSE.md">Deutsch</a> |
|
|
12
|
+
<a href="../es/LICENSE.md">Español</a> |
|
|
13
|
+
<a href="../fr/LICENSE.md">Français</a> |
|
|
14
|
+
<a href="../it/LICENSE.md">Italiano</a> |
|
|
15
|
+
<a href="../nl/LICENSE.md">Nederlands</a> |
|
|
16
|
+
<a href="../pt/LICENSE.md">Português</a> |
|
|
17
|
+
<a href="../vi/LICENSE.md">Việt</a>
|
|
18
|
+
</h6>
|
|
19
|
+
</div>
|
|
20
|
+
|
|
21
|
+
# MIT ライセンス
|
|
22
|
+
|
|
23
|
+
著作権 © 2023–2024 [KudoAI](https://github.com/KudoAI) と[貢献者](.#-貢献者)
|
|
24
|
+
|
|
25
|
+
ここに、コピーを入手する人には無償で許可が与えられます。 このソフトウェアおよび関連ドキュメント ファイル (以下「ソフトウェア」) を取り扱うため、権利を含むがこれに限定されない、ソフトウェア内の使用、コピー、変更、マージ、公開、配布、サブライセンス、および/または販売することソフトウェアのコピー、およびソフトウェアのコピーを他人に許可すること以下の条件に従って、そうするために提供されます:
|
|
26
|
+
|
|
27
|
+
上記の著作権表示とこの許可表示は、すべてのコンテンツに含まれるものとします。 ソフトウェアのコピーまたは実質的な部分。
|
|
28
|
+
|
|
29
|
+
ソフトウェアは「現状のまま」提供され、明示的または明示的を問わず、いかなる種類の保証もありません。 商品性の保証を含みますがこれに限定されない黙示的、特定の目的への適合性および非侵害。 いかなる場合も、著者または著作権所有者は、あらゆる請求、損害、その他について責任を負います。 契約行為、不法行為、その他に起因する責任ソフトウェアまたはソフトウェアの使用またはその他の取引に関連して、またはそれに関連してソフトウェア。
|
package/docs/ja/README.md
CHANGED
|
@@ -27,10 +27,12 @@
|
|
|
27
27
|
|
|
28
28
|
<br>
|
|
29
29
|
|
|
30
|
-
<
|
|
31
|
-
<
|
|
32
|
-
|
|
33
|
-
|
|
30
|
+
<a href="https://chatgpt.js.org">
|
|
31
|
+
<picture>
|
|
32
|
+
<source type="image/png" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/chatgpt.js/with-reflection/darkmode.png">
|
|
33
|
+
<img width=800 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/chatgpt.js/with-reflection/lightmode.png">
|
|
34
|
+
</picture>
|
|
35
|
+
</a>
|
|
34
36
|
|
|
35
37
|
### 🤖 ChatGPT 用の強力なクライアント側 JavaScript ライブラリ
|
|
36
38
|
|
|
@@ -42,9 +44,9 @@
|
|
|
42
44
|
|
|
43
45
|
[](https://github.com/KudoAI/chatgpt.js/stargazers)
|
|
44
46
|
[](LICENSE.md)
|
|
45
|
-
[](https://github.com/KudoAI/chatgpt.js/commits/main)
|
|
48
|
+

|
|
49
|
+
[](https://www.codefactor.io/repository/github/kudoai/chatgpt.js)
|
|
48
50
|
[](https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=kudoai_chatgpt.js)
|
|
49
51
|
[](https://github.com/sindresorhus/awesome-chatgpt#javascript)
|
|
50
52
|
[](https://www.producthunt.com/posts/chatgpt-js)
|
|
@@ -52,7 +54,7 @@
|
|
|
52
54
|
|
|
53
55
|
</div>
|
|
54
56
|
|
|
55
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
57
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
56
58
|
|
|
57
59
|
<div id="intro">
|
|
58
60
|
|
|
@@ -67,7 +69,7 @@
|
|
|
67
69
|
- 使いやすい
|
|
68
70
|
- 軽量 (それでも最適なパフォーマンス)
|
|
69
71
|
|
|
70
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
72
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
71
73
|
|
|
72
74
|
<div id="importing">
|
|
73
75
|
|
|
@@ -81,7 +83,7 @@
|
|
|
81
83
|
|
|
82
84
|
```js
|
|
83
85
|
(async () => {
|
|
84
|
-
await import('https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.
|
|
86
|
+
await import('https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js');
|
|
85
87
|
// コードはここにあります...
|
|
86
88
|
})();
|
|
87
89
|
```
|
|
@@ -90,7 +92,7 @@
|
|
|
90
92
|
|
|
91
93
|
```js
|
|
92
94
|
var xhr = new XMLHttpRequest()
|
|
93
|
-
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.
|
|
95
|
+
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js')
|
|
94
96
|
xhr.onload = function() {
|
|
95
97
|
if (xhr.status === 200) {
|
|
96
98
|
var chatgptJS = document.createElement('script')
|
|
@@ -106,13 +108,13 @@ function yourCode() {
|
|
|
106
108
|
}
|
|
107
109
|
```
|
|
108
110
|
|
|
109
|
-
### <img style="margin: 0 2px -0.065rem 0" height=17 src="https://raw.githubusercontent.com/
|
|
111
|
+
### <img style="margin: 0 2px -0.065rem 0" height=17 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/starters/media/images/icons/tampermonkey-icon28.png"><img style="margin: 0 2px -0.035rem 1px" height=17.5 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/starters/media/images/icons/violentmonkey-icon100.png"> Greasemonkey:
|
|
110
112
|
|
|
111
113
|
> **ノート** _スターター テンプレートを使用するには: [kudoai/chatgpt.js-greasemonkey-starter](https://github.com/KudoAI/chatgpt.js-greasemonkey-starter)_
|
|
112
114
|
|
|
113
115
|
```js
|
|
114
116
|
...
|
|
115
|
-
// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.
|
|
117
|
+
// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js
|
|
116
118
|
// ==/UserScript==
|
|
117
119
|
|
|
118
120
|
// コードはここにあります...
|
|
@@ -124,7 +126,7 @@ function yourCode() {
|
|
|
124
126
|
|
|
125
127
|
Google ではリモート コードが許可されていないため、chatgpt.js をローカルにインポートする必要があります:
|
|
126
128
|
|
|
127
|
-
1. https://raw.githubusercontent.com/
|
|
129
|
+
1. https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/chatgpt.js をサブディレクトリ (この例では `lib`) に保存します
|
|
128
130
|
|
|
129
131
|
2. ES6 のエクスポート ステートメントを `lib/chatgpt.js` の末尾に追加します
|
|
130
132
|
```js
|
|
@@ -148,7 +150,7 @@ export { chatgpt }
|
|
|
148
150
|
})();
|
|
149
151
|
```
|
|
150
152
|
|
|
151
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
153
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
152
154
|
|
|
153
155
|
<div id="npm">
|
|
154
156
|
|
|
@@ -166,7 +168,7 @@ npm install @kudoai/chatgpt.js
|
|
|
166
168
|
|
|
167
169
|
</div>
|
|
168
170
|
|
|
169
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
171
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
170
172
|
|
|
171
173
|
<div id="usage">
|
|
172
174
|
|
|
@@ -189,7 +191,7 @@ chatgpt.get('reply', 'last')
|
|
|
189
191
|
|
|
190
192
|
そうでない場合は、拡張された [ユーザーガイド](https://github.com/KudoAI/chatgpt.js/blob/main/docs/USERGUIDE.md) を確認するか、単に [問題](https://github.com/KudoAI/chatgpt.js/issues) または [PR](https://github.com/KudoAI/chatgpt.js/pulls) と統合されるので、簡単です!
|
|
191
193
|
|
|
192
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
194
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
193
195
|
|
|
194
196
|
<div id="showcase">
|
|
195
197
|
|
|
@@ -268,7 +270,7 @@ https://github.com/KudoAI/chatgpt.js/assets/10906554/f53c740f-d5e0-49b6-ae02-3b3
|
|
|
268
270
|
chatgpt.js で何かを作成して共有したい場合は、<a href="mailto:showcase@chatgptjs.org">showcase@chatgptjs.org</a> にメールするか、<a href="https://github.com/KudoAI/chatgpt.js/pulls" target="_blank" rel="noopener">プル リクエスト</a>!
|
|
269
271
|
</p>
|
|
270
272
|
|
|
271
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
273
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
272
274
|
|
|
273
275
|
<div id="contributors">
|
|
274
276
|
|
|
@@ -305,12 +307,12 @@ chatgpt.js で何かを作成して共有したい場合は、<a href="mailto:sh
|
|
|
305
307
|
[](https://github.com/Luwa-Tech)
|
|
306
308
|
[](https://github.com/dependabot)
|
|
307
309
|
[](https://chat.openai.com)
|
|
308
|
-
[](https://poe.com)
|
|
309
311
|
[](https://github.com/ImgBotApp)
|
|
310
312
|
|
|
311
313
|
</div><br>
|
|
312
314
|
|
|
313
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
315
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
314
316
|
|
|
315
317
|
<div id="partners">
|
|
316
318
|
|
|
@@ -323,15 +325,15 @@ chatgpt.js で何かを作成して共有したい場合は、<a href="mailto:sh
|
|
|
323
325
|
<div id="partners-collage" align="center">
|
|
324
326
|
|
|
325
327
|
<picture>
|
|
326
|
-
<source type="image/png" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/
|
|
327
|
-
<img width=888 src="https://raw.githubusercontent.com/
|
|
328
|
+
<source type="image/png" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/partners/collage/white.png">
|
|
329
|
+
<img width=888 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/partners/collage/black.png">
|
|
328
330
|
</picture>
|
|
329
331
|
|
|
330
332
|
</div>
|
|
331
333
|
|
|
332
334
|
<br>
|
|
333
335
|
|
|
334
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
336
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
335
337
|
|
|
336
338
|
<div align="center">
|
|
337
339
|
|
package/docs/ja/SECURITY.md
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
<h6>
|
|
3
|
-
<a href="../"><img height=15 style="margin: 0 3px -2px" src="https://raw.githubusercontent.com/
|
|
4
|
-
日本 |
|
|
5
|
-
<a href="../SECURITY.md">English</a> |
|
|
6
|
-
<a href="../zh-cn/SECURITY.md">简体中文</a> |
|
|
7
|
-
<a href="../zh-tw/SECURITY.md">繁體中文</a> |
|
|
8
|
-
<a href="../ko/SECURITY.md">한국인</a> |
|
|
9
|
-
<a href="../hi/SECURITY.md">हिंदी</a> |
|
|
10
|
-
<a href="../ne/SECURITY.md">नेपाली</a> |
|
|
11
|
-
<a href="../de/SECURITY.md">Deutsch</a> |
|
|
12
|
-
<a href="../es/SECURITY.md">Español</a> |
|
|
13
|
-
<a href="../fr/SECURITY.md">Français</a> |
|
|
14
|
-
<a href="../it/SECURITY.md">Italiano</a> |
|
|
15
|
-
<a href="../nl/SECURITY.md">Nederlands</a> |
|
|
16
|
-
<a href="../pt/SECURITY.md">Português</a> |
|
|
17
|
-
<a href="../vi/SECURITY.md">Việt</a>
|
|
18
|
-
</h6>
|
|
19
|
-
</div>
|
|
20
|
-
|
|
21
|
-
# セキュリティポリシー
|
|
22
|
-
|
|
23
|
-
脆弱性を見つけた場合は、[セキュリティ勧告草案](https://github.com/KudoAI/chatgpt.js/security/advisories/new) を開いてください。
|
|
24
|
-
|
|
25
|
-
プル リクエストも歓迎しますが、安全上の理由から、公開する前に <security@kudoai.com> に電子メールを送信し、応答を待ってください。
|
|
1
|
+
<div align="center">
|
|
2
|
+
<h6>
|
|
3
|
+
<a href="../"><img height=15 style="margin: 0 3px -2px" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/6fa1659feadaf70853996dc7d7f6e1ab5a1e6301/media/images/icons/earth-americas.svg"></a>
|
|
4
|
+
日本 |
|
|
5
|
+
<a href="../SECURITY.md">English</a> |
|
|
6
|
+
<a href="../zh-cn/SECURITY.md">简体中文</a> |
|
|
7
|
+
<a href="../zh-tw/SECURITY.md">繁體中文</a> |
|
|
8
|
+
<a href="../ko/SECURITY.md">한국인</a> |
|
|
9
|
+
<a href="../hi/SECURITY.md">हिंदी</a> |
|
|
10
|
+
<a href="../ne/SECURITY.md">नेपाली</a> |
|
|
11
|
+
<a href="../de/SECURITY.md">Deutsch</a> |
|
|
12
|
+
<a href="../es/SECURITY.md">Español</a> |
|
|
13
|
+
<a href="../fr/SECURITY.md">Français</a> |
|
|
14
|
+
<a href="../it/SECURITY.md">Italiano</a> |
|
|
15
|
+
<a href="../nl/SECURITY.md">Nederlands</a> |
|
|
16
|
+
<a href="../pt/SECURITY.md">Português</a> |
|
|
17
|
+
<a href="../vi/SECURITY.md">Việt</a>
|
|
18
|
+
</h6>
|
|
19
|
+
</div>
|
|
20
|
+
|
|
21
|
+
# セキュリティポリシー
|
|
22
|
+
|
|
23
|
+
脆弱性を見つけた場合は、[セキュリティ勧告草案](https://github.com/KudoAI/chatgpt.js/security/advisories/new) を開いてください。
|
|
24
|
+
|
|
25
|
+
プル リクエストも歓迎しますが、安全上の理由から、公開する前に <security@kudoai.com> に電子メールを送信し、応答を待ってください。
|