Makelore 2.0 initial clean snapshot

This commit is contained in:
inman
2026-07-29 17:22:35 +08:00
commit b8ca3f8eea
694 changed files with 139782 additions and 0 deletions

32
resources/brand/README.md Normal file
View File

@@ -0,0 +1,32 @@
# Makelore 2.0 Brand Assets
Makelore is the primary product brand. `麦洛` may be used only as an auxiliary Chinese name. The product slogan is:
> 一念成光,万物可创。
## Asset map
- `makelore-mark.svg`: transparent icon-only master.
- `makelore-wordmark.svg`: transparent horizontal master; the portal-shaped `M` and `akelore` read as `Makelore`.
- `makelore-brand-sheet.svg`: one-page visual reference.
- Generated PNG files, including `makelore-brand-sheet.png`, are created by `pnpm icons` from these vector masters.
- `../dmg-background.svg` uses the same masters for the macOS installer background.
## Core palette
| Role | Color |
| --- | --- |
| Brand blue | `#3A5578` |
| Spark orange | `#F26A3D` |
| Ink | `#26384D` |
| Muted text | `#68788B` |
| Mist surface | `#EEF3F7` |
| Canvas | `#FFFFFF` |
## Usage
- Keep the logo flat: no gradients, shadows, bevels, or effects.
- Keep the spark orange; do not recolor it as a general-purpose accent.
- Prefer the horizontal wordmark when the available width is at least four times the logo height. Use the mark alone for app icons, favicons, and compact controls.
- Leave clear space around the mark equal to at least one spark width.
- Use the supplied SVGs as masters. Do not redraw the geometry from raster exports.

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View File

@@ -0,0 +1,32 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 1000" role="img" aria-labelledby="title desc">
<title id="title">Makelore 2.0 brand sheet</title>
<desc id="desc">Production logo, colors, slogan, and usage examples for Makelore 2.0.</desc>
<rect width="1600" height="1000" fill="#FFFFFF"/>
<path fill="#3A5578" d="M120 380V184c0-61.9 50.1-112 112-112 34.4 0 66.7 15.8 88 42.5C341.3 87.8 373.6 72 408 72c61.9 0 112 50.1 112 112v196l-100-36V180c0-13.7-14.8-22.2-26.7-15.2L320 208l-73.3-43.2C234.8 157.8 220 166.3 220 180v164l-100 36Z"/>
<path fill="#3A5578" d="m154 384 160-46-48 46H154Z"/>
<path fill="#F26A3D" d="M320 232c4.6 24.7 18.7 38.8 44 44-25.3 5.2-39.4 19.3-44 44-4.6-24.7-18.7-38.8-44-44 25.3-5.2 39.4-19.3 44-44Z"/>
<g fill="none" stroke="#3A5578" stroke-width="42" stroke-linecap="round" stroke-linejoin="round" transform="translate(-5 68)">
<circle cx="590" cy="188" r="55"/>
<path d="M645 133v110M720 85v158M720 190l82-62M720 190l85 53"/>
<path d="M1007 219c-22 27-75 31-108-3-32-34-14-94 34-105 45-10 80 21 80 65H886"/>
<path d="M1081 85v158"/>
<circle cx="1190" cy="188" r="55"/>
<path d="M1284 243V134M1284 174c5-29 29-46 64-43"/>
<path d="M1504 219c-22 27-75 31-108-3-32-34-14-94 34-105 45-10 80 21 80 65h-127"/>
</g>
<text x="120" y="510" fill="#68788B" font-family="-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif" font-size="32" font-weight="650" letter-spacing="2">一念成光,万物可创。</text>
<line x1="120" y1="580" x2="1480" y2="580" stroke="#D8E0E8" stroke-width="2"/>
<text x="120" y="652" fill="#26384D" font-family="-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif" font-size="22" font-weight="700" letter-spacing="3">CORE PALETTE</text>
<rect x="120" y="700" width="300" height="150" rx="18" fill="#3A5578"/>
<text x="145" y="895" fill="#26384D" font-family="-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif" font-size="24" font-weight="700">BRAND BLUE</text>
<text x="145" y="930" fill="#68788B" font-family="ui-monospace,SFMono-Regular,Menlo,monospace" font-size="22">#3A5578</text>
<rect x="470" y="700" width="300" height="150" rx="18" fill="#F26A3D"/>
<text x="495" y="895" fill="#26384D" font-family="-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif" font-size="24" font-weight="700">SPARK ORANGE</text>
<text x="495" y="930" fill="#68788B" font-family="ui-monospace,SFMono-Regular,Menlo,monospace" font-size="22">#F26A3D</text>
<rect x="820" y="700" width="300" height="150" rx="18" fill="#EEF3F7" stroke="#D8E0E8" stroke-width="2"/>
<text x="845" y="895" fill="#26384D" font-family="-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif" font-size="24" font-weight="700">MIST</text>
<text x="845" y="930" fill="#68788B" font-family="ui-monospace,SFMono-Regular,Menlo,monospace" font-size="22">#EEF3F7</text>
<rect x="1170" y="700" width="300" height="150" rx="18" fill="#26384D"/>
<text x="1195" y="895" fill="#26384D" font-family="-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif" font-size="24" font-weight="700">INK</text>
<text x="1195" y="930" fill="#68788B" font-family="ui-monospace,SFMono-Regular,Menlo,monospace" font-size="22">#26384D</text>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 464 340" role="img" aria-labelledby="title desc">
<title id="title">Makelore mark</title>
<desc id="desc">A portal-shaped letter M with an orange spark.</desc>
<path fill="#3A5578" d="M32 312V116C32 54.1 82.1 4 144 4c34.4 0 66.7 15.8 88 42.5C253.3 19.8 285.6 4 320 4c61.9 0 112 50.1 112 112v196l-100-36V112c0-13.7-14.8-22.2-26.7-15.2L232 140l-73.3-43.2C146.8 89.8 132 98.3 132 112v164L32 312Z"/>
<path fill="#3A5578" d="m66 316 160-46-48 46H66Z"/>
<path fill="#F26A3D" d="M232 164c4.6 24.7 18.7 38.8 44 44-25.3 5.2-39.4 19.3-44 44-4.6-24.7-18.7-38.8-44-44 25.3-5.2 39.4-19.3 44-44Z"/>
</svg>

After

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 340" role="img" aria-labelledby="title desc">
<title id="title">Makelore</title>
<desc id="desc">Makelore portal mark and rounded wordmark.</desc>
<g>
<path fill="#3A5578" d="M32 312V116C32 54.1 82.1 4 144 4c34.4 0 66.7 15.8 88 42.5C253.3 19.8 285.6 4 320 4c61.9 0 112 50.1 112 112v196l-100-36V112c0-13.7-14.8-22.2-26.7-15.2L232 140l-73.3-43.2C146.8 89.8 132 98.3 132 112v164L32 312Z"/>
<path fill="#3A5578" d="m66 316 160-46-48 46H66Z"/>
<path fill="#F26A3D" d="M232 164c4.6 24.7 18.7 38.8 44 44-25.3 5.2-39.4 19.3-44 44-4.6-24.7-18.7-38.8-44-44 25.3-5.2 39.4-19.3 44-44Z"/>
</g>
<g fill="none" stroke="#3A5578" stroke-width="42" stroke-linecap="round" stroke-linejoin="round">
<circle cx="590" cy="188" r="55"/>
<path d="M645 133v110M720 85v158M720 190l82-62M720 190l85 53"/>
<path d="M1007 219c-22 27-75 31-108-3-32-34-14-94 34-105 45-10 80 21 80 65H886"/>
<path d="M1081 85v158"/>
<circle cx="1190" cy="188" r="55"/>
<path d="M1284 243V134M1284 174c5-29 29-46 64-43"/>
<path d="M1504 219c-22 27-75 31-108-3-32-34-14-94 34-105 45-10 80 21 80 65h-127"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB