diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-04-05 00:02:58 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-04-05 00:02:58 +0900 |
| commit | 842bf9df75a5e23ab31bdfb5717b76449264e999 (patch) | |
| tree | 3acd09750c7fb40c32d8d0f8fc998a23be98aff1 /website/src/assets | |
| parent | 278b6c9a65b93af61146a11575b32814624a3e40 (diff) | |
| download | LunaticChat-842bf9df75a5e23ab31bdfb5717b76449264e999.tar.gz LunaticChat-842bf9df75a5e23ab31bdfb5717b76449264e999.tar.bz2 LunaticChat-842bf9df75a5e23ab31bdfb5717b76449264e999.zip | |
docs: add download page and rename docs to website
- Add download page with GitHub API data loader for latest releases
- Add DownloadCard Vue component with JA/EN i18n support
- Include Modrinth and CI build links
- Rename docs/ directory to website/
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'website/src/assets')
| -rw-r--r-- | website/src/assets/brand/LICENSE | 21 | ||||
| -rw-r--r-- | website/src/assets/brand/folia.svg | 3 | ||||
| -rw-r--r-- | website/src/assets/brand/paper.svg | 3 | ||||
| -rw-r--r-- | website/src/assets/brand/velocity.svg | 12 | ||||
| -rw-r--r-- | website/src/assets/features/channel-chat.png | bin | 0 -> 1063857 bytes | |||
| -rw-r--r-- | website/src/assets/features/cross-chat.png | bin | 0 -> 2146241 bytes | |||
| -rw-r--r-- | website/src/assets/features/dm.png | bin | 0 -> 964457 bytes | |||
| -rw-r--r-- | website/src/assets/features/romaji.png | bin | 0 -> 1023051 bytes | |||
| -rw-r--r-- | website/src/assets/icon.png | bin | 0 -> 122601 bytes |
9 files changed, 39 insertions, 0 deletions
diff --git a/website/src/assets/brand/LICENSE b/website/src/assets/brand/LICENSE new file mode 100644 index 0000000..bff9945 --- /dev/null +++ b/website/src/assets/brand/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 PaperMC Team + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/website/src/assets/brand/folia.svg b/website/src/assets/brand/folia.svg new file mode 100644 index 0000000..59a821b --- /dev/null +++ b/website/src/assets/brand/folia.svg @@ -0,0 +1,3 @@ +<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> +<path d="M17,8C8,10 5.9,16.17 3.82,21.34L5.71,22L6.66,19.7C7.14,19.87 7.64,20 8,20C19,20 22,3 22,3C21,5 14,5.25 9,6.25C4,7.25 2,11.5 2,13.5C2,15.5 3.75,17.25 3.75,17.25C7,8 17,8 17,8Z" fill="currentColor"/> +</svg> diff --git a/website/src/assets/brand/paper.svg b/website/src/assets/brand/paper.svg new file mode 100644 index 0000000..126e636 --- /dev/null +++ b/website/src/assets/brand/paper.svg @@ -0,0 +1,3 @@ +<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M23.9871 1.00449L20.5586 21.5759C20.5185 21.8303 20.3579 22.0446 20.13 22.1781C20.0027 22.2479 19.8599 22.2847 19.7147 22.2853C19.6044 22.2824 19.4956 22.2597 19.3933 22.2183L13.3263 19.7406L10.0852 23.6917C10.0062 23.7893 9.90612 23.8677 9.79248 23.921C9.67884 23.9744 9.55459 24.0014 9.42905 23.9999C9.32829 24.0017 9.22817 23.9835 9.13446 23.9464C8.96962 23.8865 8.82722 23.7773 8.72657 23.6336C8.62593 23.49 8.57192 23.3188 8.57187 23.1434V18.4686L20.1433 4.28567L5.82693 16.6739L0.536782 14.5044C0.228637 14.3839 0.0278925 14.1029 0.00104276 13.7679C-0.0067358 13.6096 0.029121 13.4521 0.104701 13.3128C0.18028 13.1734 0.292678 13.0575 0.429633 12.9777L22.7146 0.120453C22.8439 0.0420511 22.9921 0.000404741 23.1432 4.67454e-06C23.3151 -0.000564065 23.4831 0.0507774 23.6253 0.147303C23.7607 0.241085 23.8667 0.3715 23.9308 0.523296C23.9949 0.675093 24.0144 0.841995 23.9871 1.00449Z" fill="currentColor"/> +</svg> diff --git a/website/src/assets/brand/velocity.svg b/website/src/assets/brand/velocity.svg new file mode 100644 index 0000000..ee24f2b --- /dev/null +++ b/website/src/assets/brand/velocity.svg @@ -0,0 +1,12 @@ +<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"> +<g clip-path="url(#clip0_313_379)"> +<path d="M15.9489 15.1371L11.7286 9.37874C11.6243 9.23621 11.4813 9.12653 11.3166 9.06265C11.1519 8.99876 10.9724 8.98334 10.7992 9.01821L4.06776 10.3784C3.93676 10.4053 3.81314 10.4603 3.70538 10.5395C3.59762 10.6187 3.50827 10.7203 3.44346 10.8372L0.115968 16.8516C0.0302571 17.0061 -0.00934416 17.1819 0.00185928 17.3583C0.0130627 17.5346 0.0746008 17.7041 0.179177 17.8465L4.40956 23.6213C4.51392 23.7638 4.65689 23.8735 4.82158 23.9374C4.98627 24.0012 5.16581 24.0167 5.33898 23.9818L12.0502 22.6263C12.1813 22.5994 12.305 22.5444 12.4128 22.465C12.5206 22.3857 12.6099 22.2839 12.6745 22.1667L16.0129 16.1344C16.0988 15.9795 16.1384 15.8031 16.1271 15.6264C16.1157 15.4496 16.0539 15.2798 15.9489 15.1371V15.1371ZM11.3096 20.9282C11.2305 20.9864 11.1406 21.0283 11.0453 21.0517C10.9499 21.0751 10.8508 21.0795 10.7538 21.0645C10.6567 21.0496 10.5636 21.0157 10.4796 20.9647C10.3957 20.9137 10.3227 20.8467 10.2647 20.7675L7.84553 17.4712C7.70493 17.2801 7.51283 17.1331 7.29171 17.0473C7.07058 16.9615 6.82959 16.9404 6.59694 16.9866L2.49375 17.8161C2.39752 17.8356 2.2984 17.8359 2.20205 17.8171C2.10569 17.7982 2.01399 17.7606 1.93218 17.7063C1.85036 17.652 1.78004 17.5822 1.72523 17.5007C1.67042 17.4193 1.63218 17.3278 1.61272 17.2316C1.57333 17.0376 1.6125 16.8359 1.72163 16.6707C1.83077 16.5055 2.00096 16.3904 2.19487 16.3506L6.64298 15.4516C6.81991 15.4157 6.98695 15.3418 7.13259 15.2351C7.27823 15.1284 7.39899 14.9914 7.48656 14.8335L9.71919 10.8021C9.81511 10.629 9.97577 10.501 10.1659 10.4461C10.3561 10.3912 10.5603 10.414 10.7337 10.5095C10.9068 10.6054 11.0348 10.7661 11.0897 10.9562C11.1446 11.1464 11.1218 11.3506 11.0263 11.524L8.96926 15.2502C8.8545 15.4584 8.80155 15.695 8.81662 15.9322C8.83168 16.1694 8.91415 16.3974 9.05432 16.5894L11.4735 19.8849C11.5899 20.045 11.638 20.2448 11.6073 20.4404C11.5766 20.636 11.4695 20.8115 11.3096 20.9282V20.9282Z" fill="currentColor"/> +<path d="M30.0103 16.182C30.4339 16.182 30.7774 15.8385 30.7774 15.4149C30.7774 14.9912 30.4339 14.6478 30.0103 14.6478C29.5866 14.6478 29.2432 14.9912 29.2432 15.4149C29.2432 15.8385 29.5866 16.182 30.0103 16.182Z" fill="currentColor"/> +<path d="M33.2757 17.7162H19.4031C19.1997 17.7162 19.0046 17.6354 18.8607 17.4915C18.7168 17.3477 18.636 17.1525 18.636 16.9491C18.636 16.7457 18.7168 16.5505 18.8607 16.4067C19.0046 16.2628 19.1997 16.182 19.4031 16.182H27.6922C27.8915 16.1756 28.0805 16.092 28.2193 15.9488C28.358 15.8055 28.4356 15.6139 28.4356 15.4145C28.4356 15.2151 28.358 15.0235 28.2193 14.8803C28.0805 14.737 27.8915 14.6534 27.6922 14.647H22.214C22.0106 14.647 21.8154 14.5662 21.6716 14.4223C21.5277 14.2785 21.4469 14.0834 21.4469 13.8799C21.4469 13.6765 21.5277 13.4813 21.6716 13.3375C21.8154 13.1936 22.0106 13.1128 22.214 13.1128H30.514C30.7133 13.1064 30.9024 13.0228 31.0411 12.8796C31.1798 12.7363 31.2574 12.5447 31.2574 12.3453C31.2574 12.1459 31.1798 11.9543 31.0411 11.8111C30.9024 11.6678 30.7133 11.5842 30.514 11.5778H13.3404L15.9484 15.1371C16.0528 15.2796 16.1143 15.449 16.1255 15.6253C16.1367 15.8016 16.0972 15.9775 16.0116 16.1321L12.6732 22.1643C12.6423 22.22 12.6057 22.2723 12.564 22.3204H29.1304C29.3339 22.3204 29.529 22.2396 29.6728 22.0957C29.8167 21.9518 29.8975 21.7567 29.8975 21.5533C29.8975 21.3498 29.8167 21.1547 29.6728 21.0109C29.529 20.867 29.3339 20.7862 29.1304 20.7862H24.9531C24.8503 20.7895 24.7478 20.772 24.6518 20.7349C24.5558 20.6978 24.4683 20.6418 24.3944 20.5702C24.3205 20.4987 24.2617 20.4129 24.2216 20.3182C24.1814 20.2234 24.1607 20.1216 24.1607 20.0187C24.1607 19.9158 24.1814 19.8139 24.2216 19.7192C24.2617 19.6244 24.3205 19.5387 24.3944 19.4671C24.4683 19.3955 24.5558 19.3395 24.6518 19.3024C24.7478 19.2653 24.8503 19.2479 24.9531 19.2512H33.2757C33.3786 19.2545 33.4811 19.237 33.577 19.2C33.673 19.1629 33.7606 19.1069 33.8345 19.0353C33.9084 18.9637 33.9672 18.8779 34.0073 18.7832C34.0474 18.6884 34.0681 18.5866 34.0681 18.4837C34.0681 18.3808 34.0474 18.2789 34.0073 18.1842C33.9672 18.0894 33.9084 18.0037 33.8345 17.9321C33.7606 17.8605 33.673 17.8045 33.577 17.7674C33.4811 17.7303 33.3786 17.7129 33.2757 17.7162V17.7162Z" fill="currentColor"/> +</g> +<defs> +<clipPath id="clip0_313_379"> +<rect width="34" height="34" fill="white"/> +</clipPath> +</defs> +</svg> diff --git a/website/src/assets/features/channel-chat.png b/website/src/assets/features/channel-chat.png Binary files differnew file mode 100644 index 0000000..4f9dab2 --- /dev/null +++ b/website/src/assets/features/channel-chat.png diff --git a/website/src/assets/features/cross-chat.png b/website/src/assets/features/cross-chat.png Binary files differnew file mode 100644 index 0000000..34857e2 --- /dev/null +++ b/website/src/assets/features/cross-chat.png diff --git a/website/src/assets/features/dm.png b/website/src/assets/features/dm.png Binary files differnew file mode 100644 index 0000000..bcc429d --- /dev/null +++ b/website/src/assets/features/dm.png diff --git a/website/src/assets/features/romaji.png b/website/src/assets/features/romaji.png Binary files differnew file mode 100644 index 0000000..fd1dd9b --- /dev/null +++ b/website/src/assets/features/romaji.png diff --git a/website/src/assets/icon.png b/website/src/assets/icon.png Binary files differnew file mode 100644 index 0000000..064445a --- /dev/null +++ b/website/src/assets/icon.png |
