diff --git a/README.md b/README.md
index 83d1781..f56438e 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@
|
| 篮球哥哥 | `original-zongzhu-basketball-chicken` | 2 | 篮球哥哥是一个以宗主经典篮球舞台形象为原型的原创 Codex 宠物,保留蓬松中分发型、黑色高领、白色背带与篮球舞步等标志性元素。 | [YaKun9](https://github.com/YaKun9) | [查看](./original-zongzhu-basketball-chicken/) |
|
| 涛涛 | `original-taotao` | 2 | 涛涛是一个面向开发者社区的原创 IT 吉祥物,拥有短黑发、灿烂笑容和黑色连帽衫,以阳光开朗的形象与活力十足的背带舞陪伴每一次编码。 | [GitXMING](https://github.com/GitXMING) | [查看](./original-taotao/) |
|
| 小满 | `original-xiaoman` | 2 | 小满是一只以中华田园犬为底子的原创 Q 版 Codex 宠物,拥有圆润幼态的脸、麦金短毛、奶油胸口、机灵立耳与红色织项圈,亲人又可靠。 | [YaKun9](https://github.com/YaKun9) | [查看](./original-xiaoman/) |
+|
| Scout | `original-scout-corgi` | 2 | Scout 是一只原创水彩柯基探险家,拥有橙白毛色、灵动棕眼、青绿色背包与胸前相机,乐于记录每一次编码旅程。 | [fanslead](https://github.com/fanslead) | [查看](./original-scout-corgi/) |
## 使用方式
diff --git a/README_EN.md b/README_EN.md
index 9cea6a5..44e89a0 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -23,6 +23,7 @@ The website code is open source under MIT, while pet assets are licensed per dir
|
| Basketball Bro | `original-zongzhu-basketball-chicken` | 2 | Basketball Bro is an original Codex pet inspired by Zongzhu's iconic basketball-stage look, featuring fluffy center-parted hair, a black turtleneck, white suspenders, and signature ball-handling dance moves. | [YaKun9](https://github.com/YaKun9) | [View](./original-zongzhu-basketball-chicken/) |
|
| Taotao | `original-taotao` | 2 | Taotao is an original IT mascot for the developer community, featuring short black hair, a radiant smile, and a black hoodie, with upbeat suspender-dance moves that bring energy and companionship to every coding session. | [GitXMING](https://github.com/GitXMING) | [View](./original-taotao/) |
|
| Xiaoman | `original-xiaoman` | 2 | Xiaoman is an original chibi Codex pet based on a Chinese village dog, featuring a rounded puppy face, wheat-gold short coat, cream chest, alert upright ears, and a red woven collar—friendly, clever, and dependable. | [YaKun9](https://github.com/YaKun9) | [View](./original-xiaoman/) |
+|
| 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/) |
## Usage
diff --git a/original-scout-corgi/LICENSE.md b/original-scout-corgi/LICENSE.md
new file mode 100644
index 0000000..ec66751
--- /dev/null
+++ b/original-scout-corgi/LICENSE.md
@@ -0,0 +1,14 @@
+# Scout 素材许可证 / Scout Asset License
+
+- 作者 / Creator: FunShow ([@fanslead](https://github.com/fanslead))
+- 宠物 / Pet: Scout
+- 形象来源 / Source: 基于贡献者提供的水彩柯基探险家概念,使用 AI 辅助创作的原创 Codex 宠物 / An original Codex pet created with AI assistance from a contributor-supplied watercolor corgi explorer concept
+- 许可证 / 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.
+
+Scout 不以任何特定第三方角色、人物或品牌为原型。本许可仅覆盖 FunShow 实际拥有的原创创作权利,不包含任何第三方肖像、商标或其他知识产权。
+
+Scout is not intended to depict any specific third-party character, person, or brand. This license covers only original rights owned by FunShow and does not grant rights in any third-party likeness, trademark, or other intellectual property.
diff --git a/original-scout-corgi/pet.json b/original-scout-corgi/pet.json
new file mode 100644
index 0000000..8de3911
--- /dev/null
+++ b/original-scout-corgi/pet.json
@@ -0,0 +1,7 @@
+{
+ "id": "original-scout-corgi",
+ "displayName": "Scout",
+ "description": "Scout 是一只原创水彩柯基探险家,拥有橙白毛色、灵动棕眼、青绿色背包与胸前相机,乐于记录每一次编码旅程。",
+ "spriteVersionNumber": 2,
+ "spritesheetPath": "spritesheet.webp"
+}
diff --git a/original-scout-corgi/preview.webp b/original-scout-corgi/preview.webp
new file mode 100644
index 0000000..2e16507
Binary files /dev/null and b/original-scout-corgi/preview.webp differ
diff --git a/original-scout-corgi/spritesheet.webp b/original-scout-corgi/spritesheet.webp
new file mode 100644
index 0000000..e977a50
Binary files /dev/null and b/original-scout-corgi/spritesheet.webp differ
diff --git a/script.js b/script.js
index 63b9d13..dc20d20 100644
--- a/script.js
+++ b/script.js
@@ -132,6 +132,18 @@ const pets = [
licenseType: "cc-by-nc-sa",
contributor: "YaKun9",
color: "217, 154, 72"
+ },
+ {
+ id: "original-scout-corgi",
+ series: "original",
+ name: { zh: "Scout", en: "Scout" },
+ description: {
+ zh: "Scout 是一只原创水彩柯基探险家,背着青绿色背包、挂着相机,陪你记录每一次编码旅程。",
+ en: "Scout is an original watercolor corgi explorer with a teal backpack and camera, ready for every coding journey."
+ },
+ licenseType: "cc-by-nc-sa",
+ contributor: "fanslead",
+ color: "46, 188, 181"
}
];