|
5 | 5 | <meta charset="UTF-8" /> |
6 | 6 | <link rel="icon" |
7 | 7 | href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎭</text></svg>" /> |
| 8 | + <link rel="apple-touch-icon" sizes="180x180" href="/icon_180x180.png"> |
| 9 | + <link rel="icon" type="image/png" sizes="32x32" href="/icon_32x32.png"> |
| 10 | + <link rel="icon" type="image/png" sizes="16x16" href="/icon_16x16.png"> |
| 11 | + <link rel="manifest" href="/site.webmanifest"> |
| 12 | + |
8 | 13 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
9 | | - <title>CCEditor - Character Card Editor</title> |
| 14 | + |
| 15 | + <title>CCEditor - Online AI Character Card Editor | Multi-Format Support</title> |
| 16 | + <meta name="description" |
| 17 | + content="CCEditor: A free, open-source online editor for AI character cards. Supports multiple formats (v1, v2, v3), multi-language UI, local history, and direct URL loading. Ideal for SillyTavern and AI enthusiasts." /> |
| 18 | + <meta name="keywords" |
| 19 | + content="character card editor, ai character, cceditor, sillytavern, prompt editor, character definition, online editor, open source, v1 card, v2 card, v3 card, ai tools, character creation" /> |
| 20 | + <meta name="author" content="lenML" /> |
| 21 | + <link rel="canonical" href="https://lenml.github.io/CCEditor/" /> |
| 22 | + |
| 23 | + <meta property="og:title" content="CCEditor - Online AI Character Card Editor" /> |
| 24 | + <meta property="og:description" |
| 25 | + content="Create and edit AI character cards with CCEditor. Supports multiple formats, languages, and features a VSCode-like editor. Free and open-source." /> |
| 26 | + <meta property="og:type" content="website" /> |
| 27 | + <meta property="og:url" content="https://lenml.github.io/CCEditor/" /> |
| 28 | + <meta property="og:image" content="https://lenml.github.io/CCEditor/share_screenshot.jpg" /> |
| 29 | + <meta property="og:site_name" content="CCEditor" /> |
| 30 | + <meta property="og:locale" content="en_US" /> |
| 31 | + <meta property="og:locale:alternate" content="zh_CN" /> |
| 32 | + <meta property="og:locale:alternate" content="ja_JP" /> |
| 33 | + <meta property="og:locale:alternate" content="ko_KR" /> |
| 34 | + |
| 35 | + |
| 36 | + <meta name="twitter:card" content="summary_large_image" /> |
| 37 | + <meta name="twitter:title" content="CCEditor - Online AI Character Card Editor" /> |
| 38 | + <meta name="twitter:description" |
| 39 | + content="CCEditor: A free, open-source online editor for AI character cards. Supports multiple formats (v1, v2, v3), multi-language UI, and more." /> |
| 40 | + <meta name="twitter:image" content="https://lenml.github.io/CCEditor/share_screenshot.jpg" /> |
| 41 | + |
| 42 | + <script type="application/ld+json"> |
| 43 | + { |
| 44 | + "@context": "https://schema.org", |
| 45 | + "@type": "SoftwareApplication", |
| 46 | + "name": "CCEditor", |
| 47 | + "applicationCategory": "DesignApplication", |
| 48 | + "operatingSystem": "Web Browser", |
| 49 | + "description": "An online character card editor for AI character definitions. Supports multiple formats (v1, v2, v3), multi-language UI, local history, built-in code editor, export options, and direct card loading via URL.", |
| 50 | + "url": "https://lenml.github.io/CCEditor/", |
| 51 | + "screenshot": "https://lenml.github.io/CCEditor/share_screenshot.jpg", |
| 52 | + "softwareVersion": "1.0.7", |
| 53 | + "offers": { |
| 54 | + "@type": "Offer", |
| 55 | + "price": "0", |
| 56 | + "priceCurrency": "USD" |
| 57 | + }, |
| 58 | + "author": { |
| 59 | + "@type": "lenML", |
| 60 | + "name": "lenML", |
| 61 | + "url": "https://github.com/lenML" |
| 62 | + }, |
| 63 | + "keywords": "character card editor, ai character, cceditor, sillytavern, prompt editor, character definition, online editor, open source", |
| 64 | + "inLanguage": ["en", "zh", "ja", "ko"], |
| 65 | + "license": "https://spdx.org/licenses/AGPL-3.0-only.html" |
| 66 | + } |
| 67 | + </script> |
| 68 | + |
10 | 69 | </head> |
11 | 70 |
|
12 | 71 | <body> |
13 | | - <div id="root"></div> |
| 72 | + <div id="root"> |
| 73 | + <noscript> |
| 74 | + <h1>CCEditor - AI Character Card Editor</h1> |
| 75 | + <p> |
| 76 | + CCEditor is an online tool for creating and editing AI character cards. |
| 77 | + It supports multiple formats, languages, and offers a built-in code editor. |
| 78 | + Please enable JavaScript to use CCEditor. |
| 79 | + </p> |
| 80 | + <p> |
| 81 | + Visit our project on <a href="https://github.com/lenML/CCEditor">GitHub</a>. |
| 82 | + </p> |
| 83 | + </noscript> |
| 84 | + </div> |
14 | 85 | <script type="module" src="/src/main.tsx"></script> |
15 | 86 | </body> |
16 | 87 |
|
|
0 commit comments