diff --git a/README.md b/README.md index 5e9c9a7..19e06b1 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ | 刘亦菲·赵灵儿 | 刘亦菲·赵灵儿 | `chinese-paladin-liu-yifei-zhao-linger` | 2 | 刘亦菲在 2005 版《仙剑奇侠传》中赵灵儿造型的真人写实 Codex 宠物,保留清雅眉眼、半束长发与白浅玉色纱裙,不采用 Q 版比例。 | [YaKun9](https://github.com/YaKun9) | [查看](./chinese-paladin-liu-yifei-zhao-linger/) | | Scout | Scout | `original-scout-corgi` | 2 | Scout 是一只原创水彩柯基探险家,拥有橙白毛色、灵动棕眼、青绿色背包与胸前相机,乐于记录每一次编码旅程。 | [fanslead](https://github.com/fanslead) | [查看](./original-scout-corgi/) | | 迪迦奥特曼 | 迪迦奥特曼 | `ultraman-tiga-multi-type` | 2 | 《迪迦奥特曼》经典三形态的精致动画赛璐璐风 Q 版 Codex 宠物,以复合型为主体,并在移动与跳跃动画中展现空中型和强力型。 | [YaKun9](https://github.com/YaKun9) | [查看](./ultraman-tiga-multi-type/) | +| 布布 | 布布 | `original-bubu-codebrew-bear` | 2 | 布布是一只原创 AI 辅助创作的可可棕色编程熊,专注地使用青色笔记本电脑,身旁放着一只白色咖啡杯。 | [xxhh0822](https://github.com/xxhh0822) | [查看](./original-bubu-codebrew-bear/) | ## 使用方式 diff --git a/README_EN.md b/README_EN.md index 9e0c98c..7476143 100644 --- a/README_EN.md +++ b/README_EN.md @@ -28,6 +28,7 @@ The pet index is ordered by the commit time when each pet first entered `main`, | Liu Yifei · Zhao Ling'er | Liu Yifei · Zhao Ling'er | `chinese-paladin-liu-yifei-zhao-linger` | 2 | A photorealistic, non-chibi Codex pet of Liu Yifei as Zhao Ling'er in the 2005 live-action *Chinese Paladin*, preserving her period hairstyle and white-and-pale-jade gauze costume. | [YaKun9](https://github.com/YaKun9) | [View](./chinese-paladin-liu-yifei-zhao-linger/) | | Scout | Scout | `original-scout-corgi` | 2 | Scout is an original watercolor corgi explorer with orange-and-white fur, bright brown eyes, a teal backpack, and a camera ready to capture every coding journey. | [fanslead](https://github.com/fanslead) | [View](./original-scout-corgi/) | | Ultraman Tiga | Ultraman Tiga | `ultraman-tiga-multi-type` | 2 | A polished cel-animated chibi Codex pet featuring Ultraman Tiga's three classic forms, led by Multi Type with Sky Type movement and a Power Type jump. | [YaKun9](https://github.com/YaKun9) | [View](./ultraman-tiga-multi-type/) | +| Bubu | Bubu | `original-bubu-codebrew-bear` | 2 | Bubu is an original AI-assisted cocoa-brown coding bear, focused on a cyan laptop with a small white coffee mug nearby. | [xxhh0822](https://github.com/xxhh0822) | [View](./original-bubu-codebrew-bear/) | ## Usage diff --git a/original-bubu-codebrew-bear/LICENSE.md b/original-bubu-codebrew-bear/LICENSE.md new file mode 100644 index 0000000..e71bc5a --- /dev/null +++ b/original-bubu-codebrew-bear/LICENSE.md @@ -0,0 +1,14 @@ +# 布布素材许可证 / Bubu Asset License + +- 作者 / Creator: xxhh0822 ([@xxhh0822](https://github.com/xxhh0822)) +- 宠物 / Pet: 布布 / Bubu +- 形象来源 / Source: 基于贡献者提供的编程熊工作台概念,使用 AI 辅助创作的原创 Codex 宠物;未复制第三方素材像素 / An original Codex pet created with AI assistance from a contributor-supplied coding-bear workstation concept; no third-party source pixels were copied +- 许可证 / License: [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) + +本目录中由作者拥有的原创创作部分采用知识共享署名—非商业性使用—相同方式共享 4.0 国际许可协议。使用时须署名,不得用于商业目的;改编后的作品须采用相同许可证。 + +The original creative elements in this directory that are owned by the creator are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. Use requires attribution, must be non-commercial, and adaptations must use the same license. + +布布不以任何特定第三方角色、人物或品牌为原型。本许可仅覆盖 xxhh0822 实际拥有的原创创作权利,不包含任何第三方肖像、商标或其他知识产权。 + +Bubu is not intended to depict any specific third-party character, person, or brand. This license covers only original rights owned by xxhh0822 and does not grant rights in any third-party likeness, trademark, or other intellectual property. diff --git a/original-bubu-codebrew-bear/pet.json b/original-bubu-codebrew-bear/pet.json new file mode 100644 index 0000000..f05d34e --- /dev/null +++ b/original-bubu-codebrew-bear/pet.json @@ -0,0 +1,7 @@ +{ + "id": "original-bubu-codebrew-bear", + "displayName": "布布", + "description": "布布是一只原创 AI 辅助创作的可可棕色编程熊,专注地使用青色笔记本电脑,身旁放着一只白色咖啡杯。", + "spriteVersionNumber": 2, + "spritesheetPath": "spritesheet.webp" +} diff --git a/original-bubu-codebrew-bear/preview.webp b/original-bubu-codebrew-bear/preview.webp new file mode 100644 index 0000000..9daba59 Binary files /dev/null and b/original-bubu-codebrew-bear/preview.webp differ diff --git a/original-bubu-codebrew-bear/spritesheet.webp b/original-bubu-codebrew-bear/spritesheet.webp new file mode 100644 index 0000000..7609655 Binary files /dev/null and b/original-bubu-codebrew-bear/spritesheet.webp differ diff --git a/script.js b/script.js index e688088..a4e5c88 100644 --- a/script.js +++ b/script.js @@ -177,6 +177,18 @@ const pets = [ licenseType: "fan-noncommercial", contributor: "YaKun9", color: "136, 91, 200" + }, + { + id: "original-bubu-codebrew-bear", + series: "original", + name: { zh: "布布", en: "Bubu" }, + description: { + zh: "布布是一只原创 AI 辅助创作的可可棕色编程熊,专注地使用青色笔记本电脑,身旁放着一只白色咖啡杯。", + en: "Bubu is an original AI-assisted cocoa-brown coding bear, focused on a cyan laptop with a small white coffee mug nearby." + }, + licenseType: "cc-by-nc-sa", + contributor: "xxhh0822", + color: "73, 201, 210" } ];