|
46 | 46 | "An Elaina Theme release zip or a local build output from this repository.", |
47 | 47 | "A writable Pengu Loader plugins folder." |
48 | 48 | ], |
| 49 | + "quickGuide": { |
| 50 | + "warning": "Do exactly the guide if you don't know what you gonna do", |
| 51 | + "steps": [ |
| 52 | + { |
| 53 | + "title": "Active Pengu Loader", |
| 54 | + "images": [ |
| 55 | + { |
| 56 | + "alt": "Active Pengu Loader", |
| 57 | + "src": "https://user-images.githubusercontent.com/94338907/232275600-d2917ec3-62a8-4f16-8411-6750ccf2c43b.png" |
| 58 | + } |
| 59 | + ] |
| 60 | + }, |
| 61 | + { |
| 62 | + "title": "Download theme [here](https://github.com/Elaina69/Elaina-theme/releases)", |
| 63 | + "images": [ |
| 64 | + { |
| 65 | + "alt": "Download theme release", |
| 66 | + "src": "https://github.com/user-attachments/assets/4a642bb8-28e7-49fb-bbdb-c3d848ed2c80" |
| 67 | + } |
| 68 | + ] |
| 69 | + }, |
| 70 | + { |
| 71 | + "title": "Extract theme (Choose \"Extract to...\")", |
| 72 | + "images": [ |
| 73 | + { |
| 74 | + "alt": "Extract theme", |
| 75 | + "src": "https://github.com/user-attachments/assets/fffaff79-0a7e-481a-8874-54845ff8fcec" |
| 76 | + } |
| 77 | + ] |
| 78 | + }, |
| 79 | + { |
| 80 | + "title": "Open Plugin folder", |
| 81 | + "images": [ |
| 82 | + { |
| 83 | + "alt": "Open Plugin folder from Pengu Loader", |
| 84 | + "src": "https://github.com/Elaina69/Elaina-V4/assets/94338907/b357078e-f868-4c23-a5fa-2c85d25d51a2" |
| 85 | + }, |
| 86 | + { |
| 87 | + "alt": "Pengu Loader plugins folder", |
| 88 | + "src": "https://github.com/Elaina69/Elaina-V4/assets/94338907/19214594-91de-4f10-a33f-d88fc0175731" |
| 89 | + } |
| 90 | + ] |
| 91 | + }, |
| 92 | + { |
| 93 | + "title": "Copy extracted folder to Pengu Loader `plugins` folder", |
| 94 | + "images": [ |
| 95 | + { |
| 96 | + "alt": "Copy Elaina Theme folder to plugins folder", |
| 97 | + "src": "https://github.com/Elaina69/Elaina-V2/assets/94338907/08caceba-e092-4808-a2af-3a05b3b36e71" |
| 98 | + } |
| 99 | + ] |
| 100 | + }, |
| 101 | + { |
| 102 | + "title": "Done" |
| 103 | + } |
| 104 | + ], |
| 105 | + "treeIntro": "So...It must be like this", |
| 106 | + "tree": ".\n├── plugins/ # Pengu plugins folder\n│ └── Elaina-theme/ # Ur theme here\n│ ├── assets/\n│ ├── config/\n│ ├── locales/\n│ └── index.js\n├── ...\n\n└──" |
| 107 | + }, |
49 | 108 | "folderLayout": [ |
50 | 109 | "The theme folder should be placed inside the Pengu Loader plugins directory.", |
51 | 110 | "The folder must contain the built `index.js`, `assets`, `config`, `locales`, and related theme files.", |
|
0 commit comments