Skip to content

Commit d574019

Browse files
committed
Added ChatGPT Tutor
1 parent b9ab043 commit d574019

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

wiki/.vuepress/components/custom-button.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
mask-image: url(/images/npm.svg);
9292
-webkit-mask-image: url(/images/npm.svg);
9393
}
94+
&.gpt {
95+
mask-image: url(/images/gpt.svg);
96+
-webkit-mask-image: url(/images/gpt.svg);
97+
}
9498
}
9599
96100
.label {

wiki/.vuepress/public/images/gpt.svg

Lines changed: 3 additions & 0 deletions
Loading

wiki/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ A two-dimensional drawing api geared towards modern web browsers. It is renderer
1111
<custom-button text="Github" type="github" href="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/jonobr1/two.js" />
1212
<custom-button text="Package" type="npm" href="https://www.npmjs.com/package/two.js" />
1313
<custom-button text="Sponsor" type="sponsor" href="https://github.com/sponsors/jonobr1" />
14+
<custom-button text="ChatGPT" type="gpt" href="https://chatgpt.com/g/g-hkcTX8uPm-two-js-tutor" />
1415
</div>
1516

1617
<carbon-ads />

0 commit comments

Comments
 (0)