






[{"content":" 快速复制常用的文字树状图模板与符号，\n用于笔记、结构、文件整理等。\n基本模板 # 主分类 ├── 子分类A │ ├── A1 │ └── A2 └── 子分类B ├── B1 └── B2 三层结构（常用） # 主分类 ├── 分类1 │ ├── 项目1 │ └── 项目2 └── 分类2 ├── 项目3 └── 项目4 专案/资料夹结构结构 # my-project/ ├── src/ │ ├── components/ │ │ ├── Header.js │ │ └── Footer.js │ └── index.js ├── public/ │ └── index.html └── package.json 基本结构符号：🛠️ 自由组合 # 整理常用「文字树状图符号」，可自由组合、扩展自己的模板~\n符号 用途说明 程式码范例 实际渲染效果 ├─ 中间分支节点\n（后面还有同层级的项目） ├─ 子项目A ├─ 子项目A └─ 结尾分支节点\n（该层级的最后一个项目） └── 最后一项 └── 最后一项 │ 垂直延伸线\n（用于连接下方更深层的子项目） │ ├── 项目 │ ├── 项目 ── 水平连接线\n（用于拉长结构距离） ├─── 项目 ├─── 项目 节点点缀图示 # ● ○ ◎ ◉ ■ □ ▢ ▣ ◆ ◇ ▸ ▹ ▶ 📂📄 分类感框架（适合标记属性 # [ ] ( ) { } \u0026lt; \u0026gt; 【 】 「 」 ","date":"3030-50-39","externalUrl":null,"permalink":"/sc/notes/text-tree-diagram/","section":"笔记","summary":"\u003cp\u003e\n\u003cfigure\u003e\n        \u003cimg\n          class=\"my-0 rounded-md nozoom flex justify-center w-custom-330\"\n          srcset=\"\n          /notes/text-tree-diagram/images/inner_cover_text-tree-diagram_hu_900d28d7a63b206e.jpg 330w,\n          /notes/text-tree-diagram/images/inner_cover_text-tree-diagram_hu_5b7da8d454f24e04.jpg 660w,\n          /notes/text-tree-diagram/images/inner_cover_text-tree-diagram_hu_3dcbbd66f12a0945.jpg 1024w,\n          /notes/text-tree-diagram/images/inner_cover_text-tree-diagram_hu_b43071b4d837c467.jpg 2x\"\n          src=\"/notes/text-tree-diagram/images/inner_cover_text-tree-diagram_hu_5b7da8d454f24e04.jpg\"\n          alt=\"文字树状图常用符号与模板范例\"\n        /\u003e\n  \n  \n  \u003c/figure\u003e\n快速复制常用的文字树状图模板与符号，\u003cbr\u003e\n用于笔记、结构、文件整理等。\u003cbr\u003e\u003c/p\u003e","title":"【文字树状图】常用符号与可复制模板（笔记、程式、结构整理）","type":"notes"},{"content":" ","date":"26260-40-269","externalUrl":null,"permalink":"/sc/resources/2026-calendar/","section":"资源","summary":"查看完整 2026 年历与行事历，快速查询日期、星期及年度规划。","title":"2026 年历","type":"resources"},{"content":" Hugo搭配Blowfish主题的语法，\n大致分成：\nHTML语法：写模板、样式，最通用\nMD语法：常用于index.md内页，简便\nBlowfish 简码：Blowfish主题整理的GO语法\n常用语法 # 标注\n# \u0026lt;!-- --\u0026gt; 换行\n# \u0026lt;br\u0026gt; 程式码\n# 用👉`👈左右框住\n```go ```markdown ```html 插入图片\n# 在 Hugo 中， Page Bundle 图片的相对路径要注意规则。\n资料夹里必须要有一个 index.md (・ω・、)\n若只有 index.zh-tw.md Page Bundle会无法成立，图片破光光 (つд`ﾟ)･ﾟ･\ncontent/文章资料夹/ ├─ index.md # 必须存在，可以是空白档案 ├─ index.zh-tw.md └─ images/Export_UV_Layout.png 文章资料夹内同时要有\nindex.md index.zh-tw.md images 资料夹\nMD写法是 ![图片说明](图片相对位置)\n![Export UV Layout](images/Export_UV_Layout.png) MD的写法会强制满版、圆角，\n若图片宽度低于 602px，使用MD写法将会导致图片模糊\nfigure 写法的 default=true 能解除强制满版、圆角，以原尺寸、直角显示图片。\n不过 figure 写法无法放入程式码框，会强制启动插入图片，因此拆成\n{{ 与 \u0026lt; figure...\u0026gt; 与 }} 之间无空格\n{{之间的}}语法如下： \u0026lt; figure src=\u0026#34;images/ExampleImage.png\u0026#34; alt=\u0026#34;Example Image\u0026#34; \u0026gt; \u0026lt; figure src=\u0026#34;images/ExampleImage.png\u0026#34; alt=\u0026#34;Example Image\u0026#34; default=true \u0026gt; id内文跳转\n# 手动指定目标 id：{#3d}\n跳转连结写法：[连结文字](#3d)\n有时候主题或浏览器对中文 id 会有问题，所以在标题手动指定 id：\n## 3D笔记 {#3d} ## 架站笔记 {#site} 固定 id 名称后，再用：\n[3D](#3d)、[架站](#site) 连结\n# [显示文字](https://sample/go/) 预设会另开视窗\nHTML语法 # 标注\n# \u0026lt;!-- --\u0026gt; 程式码\n# 用👉`👈左右框住\n换行\n# \u0026lt;br\u0026gt; MD语法 # 官方文档 # Blowfish Markdown 示例 | Github 范例文章\n连结\n# [显示文字](https://sample/go/) 预设会另开视窗\nBlowfish 简码 # 官方文档 # Hugo 简码 | Blowfish 简码\n页面连结\n# [显示文字]({{ }}) 同视窗内跳转\n({{ }})内是\u0026lt; ref \u0026quot;/目标位置\u0026quot; \u0026gt; 强制触发，用程式码框也没用！\n‼️找不到目标时，会整个网站出不出来！慎用‼️\n","date":"5050-20-59","externalUrl":null,"permalink":"/sc/notes/dev/web/cheatsheet-hugo-blowfish/","section":"笔记","summary":"整理 Hugo 搭配 Blowfish 主题使用的Markdown、html等语法","title":"Hugo Blowfish 常用语法速查","type":"notes"},{"content":" figure简码写法 / MD写法\n图片的资料夹结构 # 在 Hugo 中， Page Bundle 图片的相对路径要注意规则。\n资料夹里必须要有一个 index.md (・ω・、)\n若只有 index.zh-tw.md 或其他语言的index\nPage Bundle会无法辨识，导致无法抓取，图片破光光 (つд`ﾟ)･ﾟ･\ncontent/文章资料夹/ ├─ index.md # 必须存在，可以是空白档案 ├─ index.zh-tw.md └─ images/ImageExample.png 文章资料夹内同时要有\nindex.md index.zh-tw.md images 资料夹\n插入图片 # MD 写法 # MD写法是 ![图片说明](图片相对位置)\n![Alt text](images/ImageExample.png) 也支援 \u0026quot;caption图片下方小标题\u0026quot;\n![Alt text](images/ImageExample.png \u0026#34;Image caption\u0026#34;) ↑原图片宽度=1978 px ↑原图片宽度=490 px MD的写法会强制满版、圆角，\n若图片宽度低于 660px，\n使用MD写法会让图片被强制拉宽，导致模糊 (如宽度=490 px图片)\n并且图片点开后，也是被Blowfish主题压缩后的尺寸，\n若有高解析、客制化的图片需求，建议使用 figure简码写法 figure 简码写法 # figure 写法的 default=true 能解除强制满版、圆角，\n以原尺寸、直角显示图片。 不过 figure 写法无法放入程式码框，会强制启动插入图片，因此拆成\n{{与\u0026lt; figure...\u0026gt;与}}之间无空格\n{{之间的}}语法如下： \u0026lt; figure src=\u0026#34;images/ImageExample.png\u0026#34; alt=\u0026#34;Example Image\u0026#34; default=true caption=\u0026#34;↑点开来会比MD写法更清晰\u0026#34; \u0026gt; {{}}\n\u0026lt; figure src=\u0026#34;images/ImageExample.png\u0026#34; alt=\u0026#34;Example Image\u0026#34; \u0026gt; ↑点开来会比MD写法更清晰\n↑不会被强制满版\n个人认为 figure简码写法会比 MD写法\n更适合图片作品展示、截图多的笔记\n相关参数 # default=true # default=true figure写法没有 [V]default=true ，效果就和MD写法差不多\nBlowfish主题会让图片套用 Hugo原生参数，如 width等\nfigure default=true → Hugo原生参数、Blowfish主题参数失效 figure 没有 default=true = MD写法 → Hugo原生参数失效、Blowfish主题参数为主 以下用 [ v / x ] default=true 表示能否运用于 default=true Hugo原生参数\n用 [ v / x ] Blowfish主题预设 表示能否运用于Blowfish主题预设\nwidth # [v] default=true [x] Blowfish主题预设 用 width=\u0026quot;图片宽度px值\u0026quot; 可以指定图片宽度\nwidth=\u0026#34;330\u0026#34; \u0026lt; figure src=\u0026#34;images/ImageExample.png\u0026#34; alt=\u0026#34;Example Image\u0026#34; default=true width=\u0026#34;330\u0026#34; caption=\u0026#34;↑width=330\u0026#34; \u0026gt; ↑width=330\n图片置中 # [v] default=true [x] Blowfish主题预设 图片会预设置左\n用 class=\u0026quot;flex justify-center\u0026quot; 可以使图片置中\nclass=\u0026#34;flex justify-center\u0026#34; \u0026lt; figure src=\u0026#34;images/ImageExample.png\u0026#34; alt=\u0026#34;Example Image\u0026#34; default=true width=\u0026#34;330\u0026#34; class=\u0026#34;flex justify-center\u0026#34; \u0026gt; caption=\u0026quot;图片说明\u0026quot; 会跑位\n\u0026lt; figure src=\u0026#34;images/ImageExample.png\u0026#34; alt=\u0026#34;Example Image\u0026#34; default=true width=\u0026#34;330\u0026#34; class=\u0026#34;flex justify-center\u0026#34; caption=\u0026#34;←图片置中，但caption会跑位\u0026#34; \u0026gt;}} ←图片置中，但caption会跑位\n没 default=true ，图片用 class=\u0026quot;flex justify-center\u0026quot; 置中会没用\n并且 width参数 也会失效\n需 自定义CSS ，下图使用 w-custom-330\n\u0026lt; figure src=\u0026#34;images/ImageExample.png\u0026#34; alt=\u0026#34;Example Image\u0026#34; class=\u0026#34;flex justify-center w-custom-330\u0026#34; caption=\u0026#34;↑没有default=true而失效的图片置中\u0026#34; \u0026gt; ↑没有default=true而失效的图片置中 自定义CSS # 到以下路径新增或修改 custom.css\nD:\\[project_folder]\\themes\\blowfish\\assets\\css 需在 params.toml 中 (路径：D:\\[project_folder]\\config\\_default\\)\n设定能读取 custom.css 加入以下程式码：\n[params.custom] css = [\u0026#34;css/custom.css\u0026#34;] 自订宽度css # default=true 的图片可以用 width参数 来自订宽度\n而没有 default=true 图片宽度会被 Blowfish主题 绑的很死、限宽660px\n需自定义CSS突破限制\n在 custom.css 中写下\n/* 自订宽度 */ .w-custom-770 { width: 770px !important; max-width: none !important; } 文章内的figure写法 class参数加上 w-custom-770\nclass=\u0026#34;w-custom-770\u0026#34; 下图 w-custom-770 示例程式码：\n\u0026lt; figure src=\u0026#34;images/ImageExample.png\u0026#34; alt=\u0026#34;Example Image\u0026#34; class=\u0026#34;mx-auto w-custom-770\u0026#34; \u0026gt;}} ↓这张 w-custom-770 示例 没有 default=true ↑没有 default=true Blowfish主题自带圆角\n并且点开之后的解析度会比 default=true 还差\n但是不点开放大的显示效果是好的\n并且自定义CSS视窗缩小时图片不会变小\n可搭配 nozoom 禁用图片点开放大检视\nnozoom # 禁用图片点开放大检视\n需注意这是 Blowfish主题预设的\n[x] default=true [v] Blowfish主题预设 nozoom=true \u0026lt; figure src=\u0026#34;images/ImageExample.png\u0026#34; alt=\u0026#34;Example Image\u0026#34; class=\u0026#34;mx-auto w-custom-770\u0026#34; nozoom=true caption=\u0026#34;↑`nozoom=true` 套用给上张 `w-custom-770` 示例，没有 `default=true`\u0026#34; \u0026gt;}} ↑nozoom=true 套用给上张 w-custom-770 示例，没有 default=true 而nozoom=true 套用给有 default=true + width=\u0026quot;770\u0026quot; 会失效\n\u0026lt; figure src=\u0026#34;images/ImageExample.png\u0026#34; alt=\u0026#34;Example Image\u0026#34; default=true width=\u0026#34;770\u0026#34; nozoom=true caption=\u0026#34;↑在 `default=true` 的情况下，`nozoom=true` 会失效\u0026#34; \u0026gt;}} ↑在 default=true 的情况下，nozoom=true 会失效\nclass=\u0026quot;nozoom\u0026quot; 也会失效，\n需自定义CSS给 default=true 图片以实现 nozoom 的功能\ndefault=true 图片实现 nozoom # 参考 自定义CSS的做法，\n在 custom.css 中写下\n/* 自订 nozoom img， */ /* 这边取名为「th-nozoom」 */ /* class名称前面要有1个. */ .th-nozoom img { /* 防止图片被点击放大 */ pointer-events: none; /* 确保图片显示正常 */ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* 防止拖拽 */ -webkit-user-drag: none; -khtml-user-drag: none; -moz-user-drag: none; -o-user-drag: none; } 在文章中使用该自定义CSS class\n\u0026lt; figure src=\u0026#34;images/ImageExample.png\u0026#34; alt=\u0026#34;Example Image\u0026#34; default=true class=\u0026#34;th-nozoom\u0026#34; \u0026gt; ↑在 default=true 的情况下，套用自定义CSS th-nozoom\ndefault=true 图片实现 rounded-md # 直接对 default=true 图片下 class=\u0026quot;rounded-md\u0026quot;没用， 图片依然是直角\n我用 F12 检查，发现应该是 rounded-md 是套用在 \u0026lt;figure\u0026gt;标签上，\n需 自定义CSS，\n把 \u0026lt;figure\u0026gt;标签的 rounded-md 传递给内部的 \u0026lt;img\u0026gt;标签\n/* 让 figure 的 rounded-md 传递给内部的 img */ figure.rounded-md img { border-radius: 0.375rem; /* rounded-md 的值 */ } 在文章内使用\n\u0026lt; figure src=\u0026#34;images/ImageExample.png\u0026#34; alt=\u0026#34;Example Image\u0026#34; default=true width=\u0026#34;330\u0026#34; class=\u0026#34;rounded-md\u0026#34; caption=\u0026#34;↑`default=true` 自定义CSS后使用 `rounded-md` 点开来会是直角、画质清晰\u0026#34; \u0026gt; ↑default=true 自定义CSS后使用 rounded-md 点开来会是直角、画质清晰\n而无 default=true 则自带 rounded-md\n\u0026lt; figure src=\u0026#34;images/ImageExample.png\u0026#34; alt=\u0026#34;Example Image\u0026#34; class=\u0026#34;w-custom-330\u0026#34; caption=\u0026#34;↑无 `default=true`自带 `rounded-md` 点开来会是圆角、画质模糊\u0026#34; \u0026gt; ↑无 default=true自带 rounded-md 点开来会是圆角、画质模糊 ","date":"5050-20-59","externalUrl":null,"permalink":"/sc/notes/dev/web/images-in-content/","section":"笔记","summary":"深入解析 Blowfish 主题的图片路径设定，以及如何利用内建功能优化图片载入速度与视觉效果。","title":"Hugo Blowfish 文章图片设定","type":"notes"},{"content":" 步骤提要 # 复制原专案资料夹、更名 移除新专案 旧Git远端连结 上传新专案到 GitHub，建立新 repository 忽略 /hugo.exe、/public/、/resources 连结到新的 GitHub repository\n→若忘记忽略→ 4.5. 补忽略+删除 验证 部属新专案 1. 复制专案资料夹 # # 在专案的上层目录执行 robocopy [原资料夹名] [新资料夹名] /MIR 完成后会得到：\n专案上层目录 ├── [原资料夹] └── [新资料夹] 或 git clone\n2. 移除新专案 旧Git远端连结 # 进入新专案：\ncd [新资料夹] 删掉旧 repo 的 .git：\nrmdir /S /Q .git 这样就不会带到：\n旧 commit 旧 remote 旧 branch 旧 GitHub repo 连结 初始化新的 Git 专案：\ngit init 建立主分支：\ngit branch -M main 3. 在 GitHub 上建立新的 repository # 前往 GitHub 网站 点击右上角的 \u0026ldquo;+\u0026rdquo; → \u0026ldquo;New repository\u0026rdquo; Repository name 填入：[新资料夹名] 选择 Public 或 Private 不要勾选 \u0026ldquo;Initialize this repository with a README\u0026rdquo; 点击 \u0026ldquo;Create repository\u0026rdquo; 4. .gitignore 设定忽略 # 从 GitHub Desktop 设定\nGitHub Desktop → Repository → Repository settings...\n在 Ignored files 中，输入/hugo.exe、/public/、/resources\n或 对档案点选右键 → 选单 → Ignored file 在 Ignored files 中，输入/hugo.exe、/public/、/resources\n5. 连结到新的 GitHub repository # # 添加新的远端连结 git remote add origin https://github.com/[帐号]/[新资料夹名].git # 推送到新的 repository git push -u origin main 注意：如果预设分支是 master 而非 main，请将上面的 main 改成 master。可以用 git branch 查看目前的分支名称。\n4.5. 补忽略+删除 # 若发现上传到/hugo.exe、/public/、/resources/ 则需 先停止 git追踪，再删除云端档案\n停止追踪 hugo.exe 和 public/ # # 1. 从 Git 追踪中移除（但保留本地档案） git rm --cached hugo.exe git rm -r --cached public/ git rm -r --cached resources/ # 2. 确认 .gitignore 内容正确 # 应该包含： # hugo.exe # /public/ # /resources/ # 若不正确 → 执行步骤4. 从GitHub Desktop中设定忽略 # 3. 提交这个「停止追踪」的变更 git add .gitignore git commit -m \u0026#34;Stop tracking hugo.exe, public and resource folder\u0026#34; # 4. 推送到 GitHub git push 从 GitHub 删除这些档案 # 上面的 git push 就已经完成删除了！因为：\ngit rm --cached = 告诉 Git「不要再追踪这些档案」 git commit + git push = 把这个「删除追踪」的动作同步到 GitHub GitHub 上的 hugo.exe 和 public/ 会被移除 验证是否成功 # # 检查本地状态 git status # 应该显示：working tree clean # hugo.exe 和 public/ 以及 resources/ 不应该出现在列表中 # 检查 GitHub # 去 GitHub repo 页面看，hugo.exe 和 public/ 以及 resources/ 应该消失了 预期结果 # 本地：hugo.exe 和 public/ 以及 resources/ 资料夹还在，可以正常使用 Git：不再追踪这些档案 GitHub：这些档案会被删除 之后：无论怎么修改这些档案，都不会被 Git 侦测到 6. 验证 # # 确认远端连结 git remote -v 应该会看到：\norigin https://github.com/[帐号]/[新资料夹名].git (fetch) origin https://github.com/[帐号]/[新资料夹名]5.git (push) 完成后，就有两个独立的专案了：\n[原资料夹名] → 连结到旧的 GitHub repo [新资料夹名] → 连结到新的 GitHub repo 7. 部属新专案 # 到： Cloudflare Dashboard\nWorkers 和 Pages [+] 建立应用程式\n选 Pages\n连接 GitHub repo\n若无显示 repo 则需依指示设定 GitHub 应用程式的存取权限 组件设定 # Framework 预设\n无 组件命令\nhugo 组件输出目录\n/public 环境变数\n变数名称HUGO_VERSION = 0.1420\n可于 cmd 中输入\nhugo version 确认使用的 Hugo 版本\n","date":"3030-100-39","externalUrl":null,"permalink":"/sc/notes/dev/web/copy-project-folder/","section":"笔记","summary":"逐步记录如何更新备份 Hugo 专案","title":"Hugo 专案更新与部署流程","type":"notes"},{"content":"","date":"9090-50-99","externalUrl":null,"permalink":"/sc/tags/3d/","section":"Tags","summary":"","title":"3D","type":"tags"},{"content":"3D、Blender相關筆記集中\n","date":"9090-50-99","externalUrl":null,"permalink":"/tc/notes/3d/","section":"筆記","summary":"\u003cp\u003e3D、Blender相關筆記集中\u003c/p\u003e\n\u003chr\u003e","title":"3D 筆記","type":"notes"},{"content":"","date":"9090-50-99","externalUrl":null,"permalink":"/sc/tags/auto-rig-pro/","section":"Tags","summary":"","title":"Auto-Rig Pro","type":"tags"},{"content":"","date":"9090-50-99","externalUrl":null,"permalink":"/sc/tags/blender/","section":"Tags","summary":"","title":"Blender","type":"tags"},{"content":" 简介 # Auto-Rig Pro 为 Blender 绑定插件\n本篇简称为ARP\n官方doc外连：ARP官方doc｜Smart 智能绑定\n本篇流程跳转：\n模型整理 / 身体绑定 / 面部 / Rig Layers\n概要流程 # 模型整理 ├─ 角色正面 -Y轴 ├─ Scale = 1 ├─ 检查法线 ├─ 清理多余 Mesh └─ 合并 Modifier 修改器 --\u0026gt;\u0026gt; 细分面、实体化可留 Auto-Rig Pro 身体绑定 ├─ Smart → Get Selecttd Objects 先身体 ├─ 放置标记点 ├─ 修改标记点 → 生成参考骨 -----\u0026gt;\u0026gt; ↓来回 ├─ Match to Rig → 生成控制器 --\u0026gt;\u0026gt; ↑来回 └─ Bind 身体 面部 模型整理 # ARP 用 Smart 智能绑定\n角色正面必须是 -Y轴\n若物件拆很细，可分别选物件 -\u0026gt; 选控制器 -\u0026gt; Bind\n善用 Tool 页签的 Rig Layers\n分组控制器\nARP 控制器很多，不能绑给 CSP当素材\nCSP 素体素材，自架骨架简单骨架，映射给CSP内建的 rig 系统\n并且 CSP 角色模型面朝 +Y轴\nARP 以 Blender 内制作动态为主\n身体绑定 # 选取模型后，Get Selected Objects 放置标记点\n点此展开截图：放置标记点 从Neck开始 调整记号 → 生成参考骨\n点此展开截图：调整记号 → 生成参考骨 记号摆好可以3D调整 按 Go! 生成参考骨\n参考骨 ←→ 控制器：切换操作 参考骨 → 控制器：Match to Rig 控制器 → 参考骨：Edit Reference Bones 参考骨 ←→ 控制器 \u0026ndash;\u0026raquo; 来回调整\nIK 控制器调整 [V] Show IK Directions 勾选后会显示绿线，可以确认控制器 IK 的位置 Edit Mode Global 旋转可调整 IK 控制器方向 Bind 绑定身体\n面部 # 面绑官方doc\n面部记号放 y=0 平面即可，\nARP会以 -y为正面 自动捕捉角色五官位置生成面部骨架\n不用特别对角色立体的五官，我初学时对过，然后就报错了\n面部记号 牙齿、舌头等，若有勾选，\n但生成参考骨时，没抓到物件（如截图 [v]Tonegue）\n没抓到物件会报错 ARP会报错，并生成错误的骨骼扰乱流程\n务必确认并存档\n骨位置修正 # ARP大概会抓不到非球形眼球的位置\n所以要手动调整\n眼骨位置修正 眼主骨是\neye_offset_ref.l 子集是 eyelid 系列 追加调整 # 选个别骨，如 head、spine 等，\n按 Rig 面板上的 Limb Options 进入设定\n选头骨之后，按 Rig 面板上的 Limb Options 进入设定\nEyelids Tweak Controllers Lips Offset Controller Sticky Lips Rig Layers # Rig Layers ","date":"9090-50-99","externalUrl":null,"permalink":"/sc/notes/3d/blender-auto-rig-pro/","section":"笔记","summary":"整理 Blender 插件 Auto-Rig Pro 智能绑定（Smart）的简要流程，以及遇到的错误与排查方式。","title":"Blender Auto-Rig Pro 智能绑定（Smart）流程与错误排查笔记","type":"notes"},{"content":"","date":"99 Oct 9090","externalUrl":null,"permalink":"/tags/notes/","section":"Tags","summary":"","title":"Notes","type":"tags"},{"content":"","date":"9090-50-99","externalUrl":null,"permalink":"/sc/tags/rigging/","section":"Tags","summary":"","title":"Rigging","type":"tags"},{"content":"","date":"9090-50-99","externalUrl":null,"permalink":"/sc/tags/","section":"Tags","summary":"","title":"Tags","type":"tags"},{"content":"","date":"9090-50-99","externalUrl":null,"permalink":"/sc/","section":"Thita希达的创作便利贴","summary":"","title":"Thita希达的创作便利贴","type":"page"},{"content":"","date":"9090-50-99","externalUrl":null,"permalink":"/ja/tags/%E3%83%A1%E3%83%A2/","section":"Tags","summary":"","title":"メモ","type":"tags"},{"content":"","date":"9090-50-99","externalUrl":null,"permalink":"/ja/tags/%E3%83%AA%E3%82%AE%E3%83%B3%E3%82%B0/","section":"Tags","summary":"","title":"リギング","type":"tags"},{"content":"","date":"9090-50-99","externalUrl":null,"permalink":"/sc/tags/%E7%AC%94%E8%AE%B0/","section":"Tags","summary":"","title":"笔记","type":"tags"},{"content":"创作 / 3D / 架站\n创作笔记 # 【文字树状图】常用符号与可复制模板（笔记、程式、结构整理） 创作 树状图 模板 Tree Diagram 笔记 3D 笔记 # Blender Auto-Rig Pro 智能绑定（Smart）流程与错误排查笔记 Blender Auto-Rig Pro Rigging 3D 绑定 笔记 架站笔记 # 自架网站相关，以Hugo搭配Blowfish主题为主 Hugo Blowfish 常用语法速查 Web Hugo Blowfish 语法 笔记 Hugo Blowfish 文章图片设定 Web Hugo Blowfish 图片 语法 笔记 Hugo 专案更新与部署流程 Web Hugo Git 部署 语法 笔记 ","date":"9090-50-99","externalUrl":null,"permalink":"/sc/notes/","section":"笔记","summary":"创作、3D、架站相关笔记整理。","title":"笔记","type":"notes"},{"content":"","date":"9090-50-99","externalUrl":null,"permalink":"/tc/tags/%E7%AD%86%E8%A8%98/","section":"Tags","summary":"","title":"筆記","type":"tags"},{"content":"","date":"9090-50-99","externalUrl":null,"permalink":"/tc/tags/%E7%B6%81%E5%AE%9A/","section":"Tags","summary":"","title":"綁定","type":"tags"},{"content":"","date":"9090-50-99","externalUrl":null,"permalink":"/sc/tags/%E7%BB%91%E5%AE%9A/","section":"Tags","summary":"","title":"绑定","type":"tags"},{"content":"","date":"39 Oct 3030","externalUrl":null,"permalink":"/tags/creative/","section":"Tags","summary":"","title":"Creative","type":"tags"},{"content":"","date":"39 Oct 3030","externalUrl":null,"permalink":"/tags/template/","section":"Tags","summary":"","title":"Template","type":"tags"},{"content":"","date":"3030-50-39","externalUrl":null,"permalink":"/sc/tags/tree-diagram/","section":"Tags","summary":"","title":"Tree Diagram","type":"tags"},{"content":"","date":"3030-50-39","externalUrl":null,"permalink":"/ja/tags/%E3%83%84%E3%83%AA%E3%83%BC%E5%9B%B3/","section":"Tags","summary":"","title":"ツリー図","type":"tags"},{"content":"","date":"3030-50-39","externalUrl":null,"permalink":"/ja/tags/%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88/","section":"Tags","summary":"","title":"テンプレート","type":"tags"},{"content":"","date":"3030-50-39","externalUrl":null,"permalink":"/sc/tags/%E5%88%9B%E4%BD%9C/","section":"Tags","summary":"","title":"创作","type":"tags"},{"content":"","date":"3030-50-39","externalUrl":null,"permalink":"/tc/tags/%E5%89%B5%E4%BD%9C/","section":"Tags","summary":"","title":"創作","type":"tags"},{"content":"","date":"3030-50-39","externalUrl":null,"permalink":"/sc/tags/%E6%A0%91%E7%8A%B6%E5%9B%BE/","section":"Tags","summary":"","title":"树状图","type":"tags"},{"content":"","date":"3030-50-39","externalUrl":null,"permalink":"/sc/tags/%E6%A8%A1%E6%9D%BF/","section":"Tags","summary":"","title":"模板","type":"tags"},{"content":"","date":"3030-50-39","externalUrl":null,"permalink":"/tc/tags/%E6%A8%B9%E7%8B%80%E5%9C%96/","section":"Tags","summary":"","title":"樹狀圖","type":"tags"},{"content":"","date":"39 Oct 3030","externalUrl":null,"permalink":"/tags/deployment/","section":"Tags","summary":"","title":"Deployment","type":"tags"},{"content":"","date":"3030-100-39","externalUrl":null,"permalink":"/sc/tags/git/","section":"Tags","summary":"","title":"Git","type":"tags"},{"content":"","date":"3030-100-39","externalUrl":null,"permalink":"/sc/tags/hugo/","section":"Tags","summary":"","title":"Hugo","type":"tags"},{"content":"","date":"39 Oct 3030","externalUrl":null,"permalink":"/tags/syntax/","section":"Tags","summary":"","title":"Syntax","type":"tags"},{"content":"","date":"3030-100-39","externalUrl":null,"permalink":"/sc/tags/web/","section":"Tags","summary":"","title":"Web","type":"tags"},{"content":"","date":"3030-100-39","externalUrl":null,"permalink":"/ja/tags/%E3%83%87%E3%83%97%E3%83%AD%E3%82%A4/","section":"Tags","summary":"","title":"デプロイ","type":"tags"},{"content":"自架網站相關，以Hugo搭配Blowfish主題為主\n","date":"3030-100-39","externalUrl":null,"permalink":"/tc/notes/dev/web/","section":"筆記","summary":"\u003cp\u003e自架網站相關，以Hugo搭配Blowfish主題為主\u003c/p\u003e\n\u003chr\u003e","title":"架站筆記","type":"notes"},{"content":"","date":"3030-100-39","externalUrl":null,"permalink":"/ja/tags/%E6%A7%8B%E6%96%87/","section":"Tags","summary":"","title":"構文","type":"tags"},{"content":"","date":"3030-100-39","externalUrl":null,"permalink":"/tc/tags/%E8%AA%9E%E6%B3%95/","section":"Tags","summary":"","title":"語法","type":"tags"},{"content":"","date":"3030-100-39","externalUrl":null,"permalink":"/sc/tags/%E8%AF%AD%E6%B3%95/","section":"Tags","summary":"","title":"语法","type":"tags"},{"content":"","date":"3030-100-39","externalUrl":null,"permalink":"/sc/tags/%E9%83%A8%E7%BD%B2/","section":"Tags","summary":"","title":"部署","type":"tags"},{"content":"","date":"269 Oct 26260","externalUrl":null,"permalink":"/tags/calendar/","section":"Tags","summary":"","title":"Calendar","type":"tags"},{"content":"","date":"269 Oct 26260","externalUrl":null,"permalink":"/tags/daily-tools/","section":"Tags","summary":"","title":"Daily Tools","type":"tags"},{"content":"","date":"269 Oct 26260","externalUrl":null,"permalink":"/tags/web-tools/","section":"Tags","summary":"","title":"Web Tools","type":"tags"},{"content":"","date":"26260-40-269","externalUrl":null,"permalink":"/ja/tags/web%E3%83%84%E3%83%BC%E3%83%AB/","section":"Tags","summary":"","title":"Webツール","type":"tags"},{"content":"","date":"26260-40-269","externalUrl":null,"permalink":"/ja/tags/%E3%82%AB%E3%83%AC%E3%83%B3%E3%83%80%E3%83%BC/","section":"Tags","summary":"","title":"カレンダー","type":"tags"},{"content":"","date":"26260-40-269","externalUrl":null,"permalink":"/sc/tags/%E5%88%9B%E4%BD%9C%E8%B5%84%E6%BA%90/","section":"Tags","summary":"","title":"创作资源","type":"tags"},{"content":"","date":"26260-40-269","externalUrl":null,"permalink":"/tc/tags/%E5%89%B5%E4%BD%9C%E8%B3%87%E6%BA%90/","section":"Tags","summary":"","title":"創作資源","type":"tags"},{"content":"","date":"26260-40-269","externalUrl":null,"permalink":"/sc/tags/%E5%B9%B4%E5%8E%86/","section":"Tags","summary":"","title":"年历","type":"tags"},{"content":"","date":"26260-40-269","externalUrl":null,"permalink":"/tc/tags/%E5%B9%B4%E6%9B%86/","section":"Tags","summary":"","title":"年曆","type":"tags"},{"content":"","date":"26260-40-269","externalUrl":null,"permalink":"/ja/tags/%E6%97%A5%E5%B8%B8%E3%83%84%E3%83%BC%E3%83%AB/","section":"Tags","summary":"","title":"日常ツール","type":"tags"},{"content":"","date":"26260-40-269","externalUrl":null,"permalink":"/sc/tags/%E6%97%A5%E5%B8%B8%E5%B7%A5%E5%85%B7/","section":"Tags","summary":"","title":"日常工具","type":"tags"},{"content":"","date":"26260-40-269","externalUrl":null,"permalink":"/sc/tags/%E7%B4%A0%E6%9D%90/","section":"Tags","summary":"","title":"素材","type":"tags"},{"content":"","date":"26260-40-269","externalUrl":null,"permalink":"/tc/tags/%E7%B6%B2%E9%A0%81%E5%B7%A5%E5%85%B7/","section":"Tags","summary":"","title":"網頁工具","type":"tags"},{"content":"","date":"26260-40-269","externalUrl":null,"permalink":"/tc/tags/%E7%B7%9A%E4%B8%8A%E5%B7%A5%E5%85%B7/","section":"Tags","summary":"","title":"線上工具","type":"tags"},{"content":"","date":"26260-40-269","externalUrl":null,"permalink":"/sc/tags/%E7%BA%BF%E4%B8%8A%E5%B7%A5%E5%85%B7/","section":"Tags","summary":"","title":"线上工具","type":"tags"},{"content":"","date":"26260-40-269","externalUrl":null,"permalink":"/sc/tags/%E7%BD%91%E9%A1%B5%E5%B7%A5%E5%85%B7/","section":"Tags","summary":"","title":"网页工具","type":"tags"},{"content":"日常工具 / 素材\n日常工具 # 2026 年历 年历 网页工具 日常工具 素材 # CSP素材 3D女性素体 素材 ","date":"26260-40-269","externalUrl":null,"permalink":"/sc/resources/","section":"资源","summary":"收录网站工具、创作素材与实用资源，方便快速查找与使用。","title":"资源","type":"resources"},{"content":"","date":"5050-20-59","externalUrl":null,"permalink":"/sc/tags/blowfish/","section":"Tags","summary":"","title":"Blowfish","type":"tags"},{"content":"","date":"59 Oct 5050","externalUrl":null,"permalink":"/tags/images/","section":"Tags","summary":"","title":"Images","type":"tags"},{"content":"","date":"5050-20-59","externalUrl":null,"permalink":"/sc/tags/%E5%9B%BE%E7%89%87/","section":"Tags","summary":"","title":"图片","type":"tags"},{"content":"","date":"5050-20-59","externalUrl":null,"permalink":"/tc/tags/%E5%9C%96%E7%89%87/","section":"Tags","summary":"","title":"圖片","type":"tags"},{"content":"","date":"5050-20-59","externalUrl":null,"permalink":"/ja/tags/%E7%94%BB%E5%83%8F/","section":"Tags","summary":"","title":"画像","type":"tags"},{"content":" 关于 Thita希达 嗨！我是 Thita希达\n是一名数位创作者，\n喜欢美术、漫画、3D与各种技术。\n向往被创作与笔记环绕的生活。\n擅长使用3D结合电绘呈现想像中的画面。\n现为接案工作者，有漫画、游戏美术方面的经验。\n曾任条漫人物作画、游戏公司3D美术、漫画助手。\n美术方面，主要使用CSP与Blender，不使用AI。\nAI使用在翻译、程式，以及语言学习方面。\n经历了社群帐号被删、硬碟坏掉之后，对突发状况深感敬畏，而自学技术架设了本网站：Thita希达的创作便利贴，用科技魔法召唤的赛博书柜，会放一些笔记、创作、工具与素材等，欢迎浏览使用。 追踪Thita希达 # ","date":"4040-20-49","externalUrl":null,"permalink":"/sc/about/","section":"","summary":"\u003ch4 class=\"text-primary-600 dark:text-secondary-100\"\u003e\n关于\u003c/h4\u003e\n\u003c!--\n\u003ca class=\"hover:underline decoration-neutral-300 dark:underline-neutral-600\"\u003e\nAbouts\u003c/a\u003e\n--\u003e\u003cdiv class=\"mt-0 text-2xl font-extrabold text-neutral-900 dark:text-neutral\"\u003e\n  Thita希达\n\u003c/div\u003e\n\u003c!--\n\u003ch1 class=\"mt-0  font-extrabold text-neutral-900 dark:text-neutral\"\u003e\n      关于THITAart与Thita 希达\n\u003c/h1\u003e\n--\u003e\n\u003cbr\u003e\n嗨！我是 \u003cdiv class=\"font-extrabold text-primary-700 dark:text-neutral-200 inline\"\u003eThita希达\u003c/div\u003e\u003cbr\u003e\n是一名数位创作者，\u003cbr\u003e\n喜欢美术、漫画、3D与各种技术。\u003cbr\u003e\n\u003cbr\u003e\n向往被创作与笔记环绕的生活。\u003cbr\u003e\n擅长使用3D结合电绘呈现想像中的画面。\u003cbr\u003e\n\u003cbr\u003e\n现为接案工作者，有漫画、游戏美术方面的经验。\u003cbr\u003e\n曾任条漫人物作画、游戏公司3D美术、漫画助手。\u003cbr\u003e\n\u003cbr\u003e\n美术方面，主要使用CSP与Blender，不使用AI。\u003cbr\u003e\nAI使用在翻译、程式，以及语言学习方面。\u003cbr\u003e\n\u003cbr\u003e\n经历了社群帐号被删、硬碟坏掉之后，对突发状况深感敬畏，而自学技术架设了本网站：\u003ca class=\"font-extrabold text-primary-700 dark:text-neutral-200 inline\"  href=\"/sc/\"\u003eThita希达的创作便利贴\u003c/a\u003e，用科技魔法召唤的赛博书柜，会放一些笔记、创作、工具与素材等，欢迎浏览使用。\n\u003chr\u003e\n\n\n\u003ch2 class=\"relative group\"\u003e追踪Thita希达 \n    \u003cdiv id=\"%E8%BF%BD%E8%B8%AAthita%E5%B8%8C%E8%BE%BE\" class=\"anchor\"\u003e\u003c/div\u003e\n    \n    \u003cspan\n        class=\"absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100\"\u003e\n        \u003ca class=\"group-hover:text-primary-300 dark:group-hover:text-neutral-700\"\n            style=\"text-decoration-line: none !important;\" href=\"#%E8%BF%BD%E8%B8%AAthita%E5%B8%8C%E8%BE%BE\" aria-label=\"锚点\"\u003e#\u003c/a\u003e\n    \u003c/span\u003e        \n    \n\u003c/h2\u003e\n\u003cp\u003e\u003ca href=\"https://x.com/THITAart\" target=\"_blank\" class=\"inline-grid p-2 rounded-md\" \nstyle=\"font-size: 48px\"\u003e\n\n  \n    \u003cspan class=\"relative inline-block align-text-bottom icon\"\u003e\n      \u003csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"\u003e\u003cpath fill=\"currentColor\" d=\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\"/\u003e\u003c/svg\u003e\n    \u003c/span\u003e\n  \n\n\u003c/a\u003e\n\u003ca href=\"https://www.instagram.com/thitaart\" target=\"_blank\" class=\"inline-grid p-2 rounded-md\" \nstyle=\"font-size: 48px\"\u003e\n\n  \n    \u003cspan class=\"relative inline-block align-text-bottom icon\"\u003e\n      \u003csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"\u003e\u003cpath fill=\"currentColor\" d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"/\u003e\u003c/svg\u003e\n  \n    \u003c/span\u003e\n  \n\n\u003c/a\u003e\n\u003ca href=\"https://www.facebook.com/THITAart\" target=\"_blank\" class=\"inline-grid p-2 rounded-md\" \nstyle=\"font-size: 48px\"\u003e\n\n   \n     \u003cspan class=\"relative inline-block align-text-bottom icon\"\u003e\n       \u003csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"\u003e\u003cpath fill=\"currentColor\" d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"/\u003e\u003c/svg\u003e\n   \n     \u003c/span\u003e\n   \n\n\u003c/a\u003e\n\u003ca href=\"https://www.youtube.com/@thitaart\" target=\"_blank\" class=\"inline-grid p-2 rounded-md\" \nstyle=\"font-size: 48px\"\u003e\n\n   \n     \u003cspan class=\"relative inline-block align-text-bottom icon\"\u003e\n       \u003csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"\u003e\u003cpath fill=\"currentColor\" d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"/\u003e\u003c/svg\u003e\n   \n     \u003c/span\u003e\n   \n\n\u003c/a\u003e\n\u003ca href=\"https://github.com/thitaart\" target=\"_blank\" class=\"inline-grid p-2 rounded-md\" \nstyle=\"font-size: 48px\"\u003e\n\n   \n     \u003cspan class=\"relative inline-block align-text-bottom icon\"\u003e\n       \u003csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"\u003e\u003cpath fill=\"currentColor\" d=\"M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z\"/\u003e\u003c/svg\u003e\n   \n     \u003c/span\u003e\n   \n\n\u003c/a\u003e\u003c/p\u003e","title":"","type":"about"},{"content":"","date":"4040-20-49","externalUrl":null,"permalink":"/sc/tags/%E5%85%B3%E4%BA%8E/","section":"Tags","summary":"","title":"关于","type":"tags"},{"content":"","date":"4040-20-49","externalUrl":null,"permalink":"/tc/tags/%E9%97%9C%E6%96%BC/","section":"Tags","summary":"","title":"關於","type":"tags"},{"content":"","date":"299 Oct 29290","externalUrl":null,"permalink":"/tags/commercial/","section":"Tags","summary":"","title":"Commercial","type":"tags"},{"content":"","date":"299 Oct 29290","externalUrl":null,"permalink":"/tags/webtoon/","section":"Tags","summary":"","title":"Webtoon","type":"tags"},{"content":"","date":"29290-60-299","externalUrl":null,"permalink":"/ja/tags/%E3%82%AF%E3%83%A9%E3%82%A4%E3%82%A2%E3%83%B3%E3%83%88%E3%83%AF%E3%83%BC%E3%82%AF/","section":"Tags","summary":"","title":"クライアントワーク","type":"tags"},{"content":"","date":"29290-60-299","externalUrl":null,"permalink":"/ja/tags/%E3%82%BF%E3%83%86%E3%83%A8%E3%83%9F/","section":"Tags","summary":"","title":"タテヨミ","type":"tags"},{"content":"创作 / 商业\n创作 # 商业 # 条漫《不伦战队》 条漫 商业 漫画3D制作《黑道甜点店》 3D制作 商业 ","date":"29290-60-299","externalUrl":null,"permalink":"/sc/art/","section":"作品","summary":"\u003cp\u003e\u003ca href=\"#art\"\u003e创作\u003c/a\u003e / \u003ca href=\"#commercial\"\u003e商业\u003c/a\u003e\u003c/p\u003e\n\u003chr\u003e\n\n\n\u003ch2 class=\"relative group\"\u003e创作 \n    \u003cdiv id=\"art\" class=\"anchor\"\u003e\u003c/div\u003e\n    \n    \u003cspan\n        class=\"absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100\"\u003e\n        \u003ca class=\"group-hover:text-primary-300 dark:group-hover:text-neutral-700\"\n            style=\"text-decoration-line: none !important;\" href=\"#art\" aria-label=\"锚点\"\u003e#\u003c/a\u003e\n    \u003c/span\u003e        \n    \n\u003c/h2\u003e\n\n\n\u003cdiv id=\"gallery-c96b0f29bd3a8acbc0f756928ed4d589\" class=\"gallery\"\u003e\n  \n  \u003cimg src=\"/img/ThitaCreatorClips_Cover.jpg\" class=\"grid-w50 md:grid-w33 xl:grid-w25\" /\u003e\n  \u003cimg src=\"/img/profile_picture_md_thitaart.jpg\" class=\"grid-w50 md:grid-w33 xl:grid-w25\" /\u003e\n  \u003cimg src=\"/art/images/studio_background_image_thta.jpg\" class=\"grid-w50 md:grid-w33 xl:grid-w25\" /\u003e\n  \n  \u003cimg src=\"/art/images/thita-avatar-character-concept_0302-26_thita.png\" class=\"grid-w50 md:grid-w33 xl:grid-w25\" /\u003e\n  \u003cimg src=\"/art/images/character-concept_emon_1011-23_thita.png\" class=\"grid-w50 md:grid-w33 xl:grid-w25\" /\u003e\n  \n  \u003cimg src=\"/art/images/character-styleframe_0707-2024_thita.png\" class=\"grid-w50 md:grid-w33 xl:grid-w25\" /\u003e\n\n  \u003cimg src=\"/art/images/3d-colored-manga-scene-windmill.png\" class=\"grid-w50 md:grid-w33 xl:grid-w25\" /\u003e\n  \u003cimg src=\"/art/images/character-styleframe_0419-24_thita.png\" class=\"grid-w50 md:grid-w33 xl:grid-w25\" /\u003e\n\n\u003c/div\u003e\n\u003chr\u003e\n\n\n\u003ch2 class=\"relative group\"\u003e商业 \n    \u003cdiv id=\"commercial\" class=\"anchor\"\u003e\u003c/div\u003e\n    \n    \u003cspan\n        class=\"absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100\"\u003e\n        \u003ca class=\"group-hover:text-primary-300 dark:group-hover:text-neutral-700\"\n            style=\"text-decoration-line: none !important;\" href=\"#commercial\" aria-label=\"锚点\"\u003e#\u003c/a\u003e\n    \u003c/span\u003e        \n    \n\u003c/h2\u003e\n\n\n\n\n\n\n\n\u003csection class=\"w-full grid gap-4 sm:grid-cols-2 md:grid-cols-3\"\u003e\n    \n        \n\n  \u003ca href=\"/sc/art/commercial/furin-sentai/\" class=\"min-w-full\"\u003e\n    \n    \u003cdiv class=\"min-h-full border border-neutral-200 dark:border-neutral-700 border-2 rounded overflow-hidden shadow-2xl relative\"\u003e\n        \n        \u003cdiv class=\"w-full thumbnail_card nozoom\" style=\"background-image:url(/art/commercial/furin-sentai/featured_hu_8920be238ab23dea.png);\"\u003e\u003c/div\u003e\n        \n      \n\n      \u003cdiv class=\"px-6 py-4\"\u003e\n\n        \n        \u003cdiv class=\"font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral\"\n          href=\"/sc/art/commercial/furin-sentai/\"\u003e条漫《不伦战队》\u003c/div\u003e\n        \n\n        \u003cdiv class=\"text-sm text-neutral-500 dark:text-neutral-400\"\u003e\n          \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"flex flex-row flex-wrap items-center\"\u003e\n  \n  \n\n  \n  \n\u003c/div\u003e\n\n\n\u003cdiv class=\"flex flex-row flex-wrap items-center\"\u003e\n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n\u003c/div\u003e\n\n\n\n\n\u003cdiv class=\"flex flex-row flex-wrap items-center\"\u003e\n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \u003cspan style=\"margin-top:0.5rem\" class=\"mr-2\" onclick=\"window.open(\u0026#34;/sc/tags/%E6%9D%A1%E6%BC%AB/\u0026#34;,'_self');return false;\"\u003e\n    \u003cspan class=\"flex\" style=\"cursor: pointer;\"\u003e\n  \u003cspan class=\"rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400\"\u003e\n    条漫\n  \u003c/span\u003e\n\u003c/span\u003e\n  \u003c/span\u003e\n  \n  \u003cspan style=\"margin-top:0.5rem\" class=\"mr-2\" onclick=\"window.open(\u0026#34;/sc/tags/%E5%95%86%E4%B8%9A/\u0026#34;,'_self');return false;\"\u003e\n    \u003cspan class=\"flex\" style=\"cursor: pointer;\"\u003e\n  \u003cspan class=\"rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400\"\u003e\n    商业\n  \u003c/span\u003e\n\u003c/span\u003e\n  \u003c/span\u003e\n  \n  \n  \n  \n\u003c/div\u003e\n\n\n\n\n        \u003c/div\u003e\n\n        \n      \u003c/div\u003e\n      \u003cdiv class=\"px-6 pt-4 pb-2\"\u003e\n\n      \u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/a\u003e\n\n    \n        \n\n  \u003ca href=\"/sc/art/commercial/gun-cake-or-me-3d-scene/\" class=\"min-w-full\"\u003e\n    \n    \u003cdiv class=\"min-h-full border border-neutral-200 dark:border-neutral-700 border-2 rounded overflow-hidden shadow-2xl relative\"\u003e\n        \n        \u003cdiv class=\"w-full thumbnail_card nozoom\" style=\"background-image:url(/art/commercial/gun-cake-or-me-3d-scene/featured_hu_81b219864aefd939.jpg);\"\u003e\u003c/div\u003e\n        \n      \n\n      \u003cdiv class=\"px-6 py-4\"\u003e\n\n        \n        \u003cdiv class=\"font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral\"\n          href=\"/sc/art/commercial/gun-cake-or-me-3d-scene/\"\u003e漫画3D制作《黑道甜点店》\u003c/div\u003e\n        \n\n        \u003cdiv class=\"text-sm text-neutral-500 dark:text-neutral-400\"\u003e\n          \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"flex flex-row flex-wrap items-center\"\u003e\n  \n  \n\n  \n  \n\u003c/div\u003e\n\n\n\u003cdiv class=\"flex flex-row flex-wrap items-center\"\u003e\n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n\u003c/div\u003e\n\n\n\n\n\u003cdiv class=\"flex flex-row flex-wrap items-center\"\u003e\n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \u003cspan style=\"margin-top:0.5rem\" class=\"mr-2\" onclick=\"window.open(\u0026#34;/sc/tags/3d%E5%88%B6%E4%BD%9C/\u0026#34;,'_self');return false;\"\u003e\n    \u003cspan class=\"flex\" style=\"cursor: pointer;\"\u003e\n  \u003cspan class=\"rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400\"\u003e\n    3D制作\n  \u003c/span\u003e\n\u003c/span\u003e\n  \u003c/span\u003e\n  \n  \u003cspan style=\"margin-top:0.5rem\" class=\"mr-2\" onclick=\"window.open(\u0026#34;/sc/tags/%E5%95%86%E4%B8%9A/\u0026#34;,'_self');return false;\"\u003e\n    \u003cspan class=\"flex\" style=\"cursor: pointer;\"\u003e\n  \u003cspan class=\"rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400\"\u003e\n    商业\n  \u003c/span\u003e\n\u003c/span\u003e\n  \u003c/span\u003e\n  \n  \n  \n  \n\u003c/div\u003e\n\n\n\n\n        \u003c/div\u003e\n\n        \n      \u003c/div\u003e\n      \u003cdiv class=\"px-6 pt-4 pb-2\"\u003e\n\n      \u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/a\u003e\n\n    \n\u003c/section\u003e","title":"作品","type":"art"},{"content":"","date":"29290-60-299","externalUrl":null,"permalink":"/sc/tags/%E5%95%86%E4%B8%9A/","section":"Tags","summary":"","title":"商业","type":"tags"},{"content":" 商业 # 条漫《不伦战队》 条漫 商业 漫画3D制作《黑道甜点店》 3D制作 商业 ","date":"29290-60-299","externalUrl":null,"permalink":"/sc/art/commercial/","section":"作品","summary":"\u003ch2 class=\"relative group\"\u003e商业 \n    \u003cdiv id=\"commercial\" class=\"anchor\"\u003e\u003c/div\u003e\n    \n    \u003cspan\n        class=\"absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100\"\u003e\n        \u003ca class=\"group-hover:text-primary-300 dark:group-hover:text-neutral-700\"\n            style=\"text-decoration-line: none !important;\" href=\"#commercial\" aria-label=\"锚点\"\u003e#\u003c/a\u003e\n    \u003c/span\u003e        \n    \n\u003c/h2\u003e\n\n\n\n\n\n\n\n\u003csection class=\"w-full grid gap-4 sm:grid-cols-2 md:grid-cols-3\"\u003e\n    \n        \n\n  \u003ca href=\"/sc/art/commercial/furin-sentai/\" class=\"min-w-full\"\u003e\n    \n    \u003cdiv class=\"min-h-full border border-neutral-200 dark:border-neutral-700 border-2 rounded overflow-hidden shadow-2xl relative\"\u003e\n        \n        \u003cdiv class=\"w-full thumbnail_card nozoom\" style=\"background-image:url(/art/commercial/furin-sentai/featured_hu_8920be238ab23dea.png);\"\u003e\u003c/div\u003e\n        \n      \n\n      \u003cdiv class=\"px-6 py-4\"\u003e\n\n        \n        \u003cdiv class=\"font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral\"\n          href=\"/sc/art/commercial/furin-sentai/\"\u003e条漫《不伦战队》\u003c/div\u003e\n        \n\n        \u003cdiv class=\"text-sm text-neutral-500 dark:text-neutral-400\"\u003e\n          \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"flex flex-row flex-wrap items-center\"\u003e\n  \n  \n\n  \n  \n\u003c/div\u003e\n\n\n\u003cdiv class=\"flex flex-row flex-wrap items-center\"\u003e\n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n\u003c/div\u003e\n\n\n\n\n\u003cdiv class=\"flex flex-row flex-wrap items-center\"\u003e\n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \u003cspan style=\"margin-top:0.5rem\" class=\"mr-2\" onclick=\"window.open(\u0026#34;/sc/tags/%E6%9D%A1%E6%BC%AB/\u0026#34;,'_self');return false;\"\u003e\n    \u003cspan class=\"flex\" style=\"cursor: pointer;\"\u003e\n  \u003cspan class=\"rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400\"\u003e\n    条漫\n  \u003c/span\u003e\n\u003c/span\u003e\n  \u003c/span\u003e\n  \n  \u003cspan style=\"margin-top:0.5rem\" class=\"mr-2\" onclick=\"window.open(\u0026#34;/sc/tags/%E5%95%86%E4%B8%9A/\u0026#34;,'_self');return false;\"\u003e\n    \u003cspan class=\"flex\" style=\"cursor: pointer;\"\u003e\n  \u003cspan class=\"rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400\"\u003e\n    商业\n  \u003c/span\u003e\n\u003c/span\u003e\n  \u003c/span\u003e\n  \n  \n  \n  \n\u003c/div\u003e\n\n\n\n\n        \u003c/div\u003e\n\n        \n      \u003c/div\u003e\n      \u003cdiv class=\"px-6 pt-4 pb-2\"\u003e\n\n      \u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/a\u003e\n\n    \n        \n\n  \u003ca href=\"/sc/art/commercial/gun-cake-or-me-3d-scene/\" class=\"min-w-full\"\u003e\n    \n    \u003cdiv class=\"min-h-full border border-neutral-200 dark:border-neutral-700 border-2 rounded overflow-hidden shadow-2xl relative\"\u003e\n        \n        \u003cdiv class=\"w-full thumbnail_card nozoom\" style=\"background-image:url(/art/commercial/gun-cake-or-me-3d-scene/featured_hu_81b219864aefd939.jpg);\"\u003e\u003c/div\u003e\n        \n      \n\n      \u003cdiv class=\"px-6 py-4\"\u003e\n\n        \n        \u003cdiv class=\"font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral\"\n          href=\"/sc/art/commercial/gun-cake-or-me-3d-scene/\"\u003e漫画3D制作《黑道甜点店》\u003c/div\u003e\n        \n\n        \u003cdiv class=\"text-sm text-neutral-500 dark:text-neutral-400\"\u003e\n          \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"flex flex-row flex-wrap items-center\"\u003e\n  \n  \n\n  \n  \n\u003c/div\u003e\n\n\n\u003cdiv class=\"flex flex-row flex-wrap items-center\"\u003e\n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n\u003c/div\u003e\n\n\n\n\n\u003cdiv class=\"flex flex-row flex-wrap items-center\"\u003e\n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \u003cspan style=\"margin-top:0.5rem\" class=\"mr-2\" onclick=\"window.open(\u0026#34;/sc/tags/3d%E5%88%B6%E4%BD%9C/\u0026#34;,'_self');return false;\"\u003e\n    \u003cspan class=\"flex\" style=\"cursor: pointer;\"\u003e\n  \u003cspan class=\"rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400\"\u003e\n    3D制作\n  \u003c/span\u003e\n\u003c/span\u003e\n  \u003c/span\u003e\n  \n  \u003cspan style=\"margin-top:0.5rem\" class=\"mr-2\" onclick=\"window.open(\u0026#34;/sc/tags/%E5%95%86%E4%B8%9A/\u0026#34;,'_self');return false;\"\u003e\n    \u003cspan class=\"flex\" style=\"cursor: pointer;\"\u003e\n  \u003cspan class=\"rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400\"\u003e\n    商业\n  \u003c/span\u003e\n\u003c/span\u003e\n  \u003c/span\u003e\n  \n  \n  \n  \n\u003c/div\u003e\n\n\n\n\n        \u003c/div\u003e\n\n        \n      \u003c/div\u003e\n      \u003cdiv class=\"px-6 pt-4 pb-2\"\u003e\n\n      \u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/a\u003e\n\n    \n\u003c/section\u003e","title":"商业","type":"art"},{"content":"","date":"29290-60-299","externalUrl":null,"permalink":"/sc/tags/%E6%9D%A1%E6%BC%AB/","section":"Tags","summary":"","title":"条漫","type":"tags"},{"content":" ■ 作品介绍 # 由日本电视台企划与制作的条漫作品。\n故事以遭受怪人威胁的世界为背景，描绘隶属于特殊战队的成员们为守护世界而战的过程。\n然而，在战队体制之下，内部却充斥著外遇、背叛与复杂的人际关系，\n呈现出结合英雄题材与职场情感剧的强烈戏剧张力。 ■ 制作名单 # 企划原案：M.Marie 制作著作：日本テレビ 作画：THITA希达／ontembaar 制作：NTV／ontembaar／プラス81 ©NTV\n【LINEマンガ】\nhttps://app-manga.line.me/app/periodic/S143030 ■ 发行资讯 # 上线日期：2024年6月29日 发行平台：LINEマンガ 更新频率：每周六 ■ 负责内容 # 于本作中参与以下制作内容：\n角色设计 人物作画 初期场景背景制作 ","date":"29290-60-299","externalUrl":null,"permalink":"/sc/art/commercial/furin-sentai/","section":"作品","summary":"参与日本电视台企划条漫《不伦战队》的制作案例，负责角色设计、人物作画与初期场景背景。","title":"条漫《不伦战队》","type":"art"},{"content":"","date":"29290-60-299","externalUrl":null,"permalink":"/tc/tags/%E6%A2%9D%E6%BC%AB/","section":"Tags","summary":"","title":"條漫","type":"tags"},{"content":"","date":"12120-20-129","externalUrl":null,"permalink":"/sc/tags/3d%E5%88%B6%E4%BD%9C/","section":"Tags","summary":"","title":"3D制作","type":"tags"},{"content":"","date":"129 Oct 12120","externalUrl":null,"permalink":"/tags/3d%E5%A0%B4%E6%99%AF/","section":"Tags","summary":"","title":"3D場景","type":"tags"},{"content":"","date":"12120-20-129","externalUrl":null,"permalink":"/tc/tags/3d%E8%A3%BD%E4%BD%9C/","section":"Tags","summary":"","title":"3D製作","type":"tags"},{"content":"","date":"129 Oct 12120","externalUrl":null,"permalink":"/tags/%E5%95%86%E6%A5%AD/","section":"Tags","summary":"","title":"商業","type":"tags"},{"content":" ■ 作品介绍 # 立志要行侠仗义的女警，踏进了黑道老大开的纯素甜点店！ 黑道老大究竟在追梦，还是犯罪掩盖？ 这是一部结合「黑道 × 女警 × 甜点店」的警匪喜剧，在蛋糕香气与悬疑气氛中，甜中带笑、笑里藏刀！ 立志要将饴湾第一大帮「松义盟」首脑绳之以法的女警，一步一步在香甜诱惑之下登上江湖盟主的传奇故事，就此展开！ ■ 作者介绍 # 漫画：陈小雅\n台湾女性漫画家，擅长创作人文方面的故事。大学毕业之际即创立「有桥漫画工作室」，致力于建立好故事与读者间的桥梁。曾获 2016 新北市漫画竞赛首奖、2012 金漫奖新人佳作等。代表作有《四个初夏的蓝天》、《KANO》、《风中的黑籽菜》等，近年作品多见于《CCC 追漫台》、《未来少年》、《未来儿童》等书刊。\n编剧：东默农\n1985 年生，屏东人。曾写过的案型有电视剧、电影、舞台剧、漫画、微电影等等，触角多元。曾合作开课的知名单位有文化大学推广部、青创总会、壹壹影业、Hahow 好学校、Yotta 友读等。 现为接案编剧及编剧讲师，全台最大编剧教学平台「东默农编剧」创办人，持续撰写编剧相关教学文章超过 10 年，原子编剧课创作陪跑课导师。从 2017 年至今，进行超过 150 门故事相关课程、讲座、校园分享及企业内训，其学员亦陆续在影剧界获奖及推出作品。 ■ 连载资讯 # 上线日期：2024年2月12日 连载平台：CCC追漫台 更新频率：双周更，每隔周一 晚间八点更新 ■ 3D制作 # 于本作中参与以下制作内容：\n","date":"12120-20-129","externalUrl":null,"permalink":"/sc/art/commercial/gun-cake-or-me-3d-scene/","section":"作品","summary":"\u003cfigure class=\"th-nozoom\"\u003e\u003cimg src=\"/art/commercial/gun-cake-or-me-3d-scene/featured_02.jpg\"\n    alt=\"featured Image\" width=\"480\"\u003e\n\u003c/figure\u003e\n\n\n\n\n\u003ch3 class=\"relative group\"\u003e■ 作品介绍 \n    \u003cdiv id=\"-%E4%BD%9C%E5%93%81%E4%BB%8B%E7%BB%8D\" class=\"anchor\"\u003e\u003c/div\u003e\n    \n    \u003cspan\n        class=\"absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100\"\u003e\n        \u003ca class=\"group-hover:text-primary-300 dark:group-hover:text-neutral-700\"\n            style=\"text-decoration-line: none !important;\" href=\"#-%E4%BD%9C%E5%93%81%E4%BB%8B%E7%BB%8D\" aria-label=\"锚点\"\u003e#\u003c/a\u003e\n    \u003c/span\u003e        \n    \n\u003c/h3\u003e\n\u003cdiv class=\"lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl\"\u003e\n  立志要行侠仗义的女警，踏进了黑道老大开的纯素甜点店！\n\u003c/div\u003e\n\n\u003cp\u003e黑道老大究竟在追梦，还是犯罪掩盖？\n这是一部结合「黑道 × 女警 × 甜点店」的警匪喜剧，在蛋糕香气与悬疑气氛中，甜中带笑、笑里藏刀！\n立志要将饴湾第一大帮「松义盟」首脑绳之以法的女警，一步一步在香甜诱惑之下登上江湖盟主的传奇故事，就此展开！\n\u003cbr\u003e\u003c/p\u003e","title":"漫画3D制作《黑道甜点店》","type":"art"},{"content":"","date":"319 Oct 31310","externalUrl":null,"permalink":"/tags/assets/","section":"Tags","summary":"","title":"Assets","type":"tags"},{"content":" ▼ 3D素体下载 ▼ https://assets.clip-studio.com/zh-tw/detail?id=1863114\n","date":"31310-80-319","externalUrl":null,"permalink":"/sc/resources/thita-3d-body-female_2021/","section":"资源","summary":"内建辅助线的女性3D素体，方便参考人体结构与绘制各种姿势。","title":"CSP素材 3D女性素体","type":"resources"},{"content":"","externalUrl":null,"permalink":"/sc/authors/","section":"Authors","summary":"","title":"Authors","type":"authors"},{"content":"","externalUrl":null,"permalink":"/sc/categories/","section":"Categories","summary":"","title":"Categories","type":"categories"},{"content":"","externalUrl":null,"permalink":"/sc/series/","section":"Series","summary":"","title":"Series","type":"series"},{"content":"","externalUrl":null,"permalink":"/sc/home/","section":"我的主页","summary":"\u003c!--\n# 欢迎！\n\n这里是我的中文主页内容。\n--\u003e","title":"我的主页","type":"home"}]