mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 06:34:15 +00:00
feat: use data from demo
This commit is contained in:
parent
22911804c0
commit
74139dd54e
28 changed files with 364 additions and 377 deletions
|
|
@ -18,32 +18,27 @@ export default function SubmitTutorialButton() {
|
|||
<Tutorial
|
||||
tutorials={[
|
||||
{
|
||||
title: "Create QR Code",
|
||||
thumbnail: "/tutorial/switch/create-qr-code/thumbnail.png",
|
||||
title: "Mii Instructions",
|
||||
steps: [
|
||||
{
|
||||
text: "1. Enter the town hall",
|
||||
imageSrc: "/tutorial/switch/step1.png",
|
||||
text: "1. Press X to open the menu, then select 'Add a Mii' (or 'Residents' if you're submitting an existing Mii)",
|
||||
imageSrc: "/tutorial/switch/step1.jpg",
|
||||
},
|
||||
{
|
||||
text: "2. Go into 'QR Code'",
|
||||
imageSrc: "/tutorial/switch/create-qr-code/step2.png",
|
||||
text: "2. Press 'From scratch' and choose the Male template (instructions may be slightly inaccurate if you select Female, it's fine if you change all defaults)",
|
||||
imageSrc: "/tutorial/switch/step2.jpg",
|
||||
},
|
||||
{
|
||||
text: "3. Press 'Create QR Code'",
|
||||
imageSrc: "/tutorial/switch/create-qr-code/step3.png",
|
||||
text: "3. Customize your Mii to your liking",
|
||||
imageSrc: "/tutorial/switch/step3.jpg",
|
||||
},
|
||||
{
|
||||
text: "4. Select and press 'OK' on the Mii you wish to submit",
|
||||
imageSrc: "/tutorial/switch/create-qr-code/step4.png",
|
||||
text: "4. All instructions are optional but if you want to add height, distance, etc. the value will be relative to how many times you clicked the button - positive for up/left, negative for down/right",
|
||||
imageSrc: "/tutorial/switch/step4.jpg",
|
||||
},
|
||||
{
|
||||
text: "5. Pick any option; it doesn't matter since the QR code regenerates upon submission.",
|
||||
imageSrc: "/tutorial/switch/create-qr-code/step5.png",
|
||||
},
|
||||
{
|
||||
text: "6. Exit the tutorial; Upload the QR code (scan with camera or upload file through SD card).",
|
||||
imageSrc: "/tutorial/switch/create-qr-code/step6.png",
|
||||
text: "5. Upload instructions, then screenshot the Mii for the portrait (feel free to crop it)",
|
||||
imageSrc: "/tutorial/switch/step5.jpg",
|
||||
},
|
||||
{ type: "finish" },
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue