mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 14:49:30 +08:00
293 lines
227 KiB
HTML
293 lines
227 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="zh">
|
||
<head prefix="og: https://ogp.me/ns#">
|
||
<meta charset="utf-8" />
|
||
<meta name="generator" content="gh:importantimport/urara" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<link rel="manifest" crossorigin="use-credentials" href="/manifest.webmanifest" />
|
||
<link rel="alternate" type="application/feed+json" href="/feed.json" />
|
||
<link rel="alternate" type="application/atom+xml" href="/atom.xml" />
|
||
<link rel="sitemap" type="application/xml" href="/sitemap.xml" />
|
||
<meta http-equiv="content-security-policy" content=""><title>JavaScript · 数组中的copyWithin方法 | Seviche.cc</title><link rel="me" href="https://kongwoo.icu/@seviche" data-svelte="svelte-1592q3p"><link rel="webmention" href="https://webmention.io/seviche.cc/webmention" data-svelte="svelte-1592q3p">
|
||
<link rel="pingback" href="https://webmention.io/seviche.cc/xmlrpc" data-svelte="svelte-1592q3p"><link rel="shortcut icon" href="https://seviche.cc/favicon.png" sizes="48x48" type="image/png" data-svelte="svelte-1kxdj3d"><link rel="apple-touch-icon" href="https://seviche.cc/assets/any@180.png" sizes="180x180" type="image/png" data-svelte="svelte-1kxdj3d"><link rel="icon" href="https://seviche.cc/assets/any@192.png" sizes="192x192" type="image/png" data-svelte="svelte-1kxdj3d"><meta name="theme-color" data-svelte="svelte-1g590ms"><meta name="author" content="酸橘汁腌鱼" data-svelte="svelte-abrfj"><link rel="canonical" href="https://seviche.cc/2022-05-09-copywithin" data-svelte="svelte-abrfj">
|
||
|
||
<meta name="keywords" content="JavaScript" data-svelte="svelte-abrfj">
|
||
<meta name="description" content="一种数组内元素复制的方法" data-svelte="svelte-abrfj"><!-- HTML_TAG_START --><link rel="authorization_endpoint" href="https://indieauth.com/auth"><!-- HTML_TAG_END --><!-- HTML_TAG_START --><link rel="token_endpoint" href="https://tokens.indieauth.com/token"><!-- HTML_TAG_END --><!-- HTML_TAG_START --><link rel="me" href="https://github.com/sevichecc" /><!-- HTML_TAG_END --><!-- HTML_TAG_START --><script data-cfasync="false" defer data-do-not-track="true" data-website-id="2403ea30-74ff-4ffa-8264-556b9f3b2897" src="https://hexoverc.vercel.app/umami.js"></script><!-- HTML_TAG_END --><!-- HTML_TAG_START --><script async data-cfasync="false" src="https://cdn.splitbee.io/sb.js"></script><!-- HTML_TAG_END --><!-- HTML_TAG_START --><meta name="baiduspider" content="noindex"><!-- HTML_TAG_END --><!-- HTML_TAG_START --><link rel="microsub" href="https://aperture.p3k.io/microsub/761"><!-- HTML_TAG_END --><meta property="og:site_name" content="Seviche.cc" data-svelte="svelte-1y1uq0g"><meta property="og:locale" content="zh" data-svelte="svelte-1y1uq0g"><meta property="og:type" content="article" data-svelte="svelte-1y1uq0g">
|
||
<meta property="og:title" content="JavaScript · 数组中的copyWithin方法" data-svelte="svelte-1y1uq0g">
|
||
<meta property="og:description" content="一种数组内元素复制的方法" data-svelte="svelte-1y1uq0g">
|
||
<meta property="og:image" content="https://seviche.cc/assets/maskable@512.png" data-svelte="svelte-1y1uq0g">
|
||
<meta name="twitter:card" content="summary" data-svelte="svelte-1y1uq0g">
|
||
<meta property="article:tag" content="JavaScript" data-svelte="svelte-1y1uq0g">
|
||
<meta property="og:url" content="https://seviche.cc/2022-05-09-copywithin" data-svelte="svelte-1y1uq0g">
|
||
<meta property="article:author" content="酸橘汁腌鱼" data-svelte="svelte-1y1uq0g">
|
||
<meta property="article:published_time" content="2022-05-08T17:13:47.671Z" data-svelte="svelte-1y1uq0g">
|
||
<meta property="article:modified_time" content="2022-08-01T03:03:33.294Z" data-svelte="svelte-1y1uq0g">
|
||
<link href="/_app/immutable/assets/__layout-916a0572.css" rel="stylesheet">
|
||
<link rel="modulepreload" href="/_app/immutable/start-f4ec0a74.js">
|
||
<link rel="modulepreload" href="/_app/immutable/chunks/index-cd58b8d1.js">
|
||
<link rel="modulepreload" href="/_app/immutable/chunks/index-81c83cec.js">
|
||
<link rel="modulepreload" href="/_app/immutable/pages/__layout.svelte-251b91cc.js">
|
||
<link rel="modulepreload" href="/_app/immutable/chunks/title-765c989f.js">
|
||
<link rel="modulepreload" href="/_app/immutable/chunks/posts-c52cb603.js">
|
||
<link rel="modulepreload" href="/_app/immutable/chunks/posts-57ab4794.js">
|
||
<link rel="modulepreload" href="/_app/immutable/chunks/icon-3aa13b39.js">
|
||
<link rel="modulepreload" href="/_app/immutable/pages/2022-05-09-copywithin/index.md-069d2bad.js">
|
||
<link rel="modulepreload" href="/_app/immutable/chunks/post_layout-9085e57e.js">
|
||
<link rel="modulepreload" href="/_app/immutable/chunks/post_card-e7f4525a.js">
|
||
<link rel="modulepreload" href="/_app/immutable/chunks/head-4a058b17.js">
|
||
<link rel="modulepreload" href="/_app/immutable/chunks/footer-1abd9501.js">
|
||
</head>
|
||
|
||
<body itemscope itemtype="https://schema.org/WebPage">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<header id="header" class="fixed z-50 w-screen transition-all duration-500 ease-in-out border-b-2 border-transparent max-h-[4.125rem] false"><div class="navbar"><div class="navbar-start"><div class="dropdown lg:hidden"><label for="navbar-dropdown" tabindex="0" class="btn btn-square btn-ghost"><span class="i-heroicons-outline-menu-alt-1"></span></label>
|
||
<ul id="navbar-dropdown" tabindex="0" class="menu menu-compact dropdown-content bg-base-100 text-base-content shadow-lg rounded-box max-w-52 p-2"><li><a sveltekit:prefetch href="/projects">Projects</a>
|
||
</li><li><a sveltekit:prefetch href="/friends">Friends</a>
|
||
</li><li><a sveltekit:prefetch href="/about">About</a>
|
||
</li></ul></div>
|
||
<div class="swap order-last hidden lg:inline-grid"><button class="swap-on btn btn-ghost text-base font-normal normal-case transition-all duration-200 hidden"></button>
|
||
<ul class="swap-off menu menu-horizontal p-0"><li><a sveltekit:prefetch href="/projects">Projects</a>
|
||
</li><li><a sveltekit:prefetch href="/friends">Friends</a>
|
||
</li><li><a sveltekit:prefetch href="/about">About</a>
|
||
</li></ul></div>
|
||
<a href="/" sveltekit:prefetch class="btn btn-ghost normal-case text-lg">Seviche.cc</a></div>
|
||
<div class="navbar-end">
|
||
|
||
|
||
|
||
|
||
<div id="change-theme" class="dropdown dropdown-end"><div tabindex="0" class="btn btn-square btn-ghost"><span class="i-heroicons-outline-color-swatch"></span></div>
|
||
<ul tabindex="0" class="flex shadow-2xl menu dropdown-content bg-base-100 text-base-content rounded-box w-52 p-2 gap-2 overflow-y-auto max-h-[21.5rem]"><button data-theme="lemonade" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Light</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="night" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Dark</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="cupcake" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Cupcake</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="bumblebee" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Bumblebee</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="emerald" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Emerald</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="corporate" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Corporate</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="valentine" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Valentine</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="synthwave" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Synthwave</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="retro" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Retro</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="cyberpunk" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Cyberpunk</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="halloween" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Halloween</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="garden" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Garden</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="forest" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Forest</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="aqua" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Aqua</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="lofi" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Lo-Fi</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="pastel" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Pastel</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="fantasy" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Fantasy</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="wirefream" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Wireframe</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="black" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Black</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="luxury" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Luxury</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="dracula" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Dracula</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="cmyk" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">CMYK</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="autumn" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Autumn</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="business" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Business</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="acid" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Acid</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="coffee" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Coffee</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button><button data-theme="winter" class="btn btn-ghost hover:bg-primary group rounded-lg flex bg-base-100 p-2 transition-all"><p class="flex-1 text-left text-base-content group-hover:text-primary-content transition-color">Winter</p>
|
||
<div class="flex-none m-auto flex gap-1"><div class="bg-primary w-2 h-4 rounded"></div>
|
||
<div class="bg-secondary w-2 h-4 rounded"></div>
|
||
<div class="bg-accent w-2 h-4 rounded"></div>
|
||
<div class="bg-neutral w-2 h-4 rounded"></div></div>
|
||
</button></ul></div></div></div></header>
|
||
|
||
<button id="totop" aria-label="scroll to top" class="fixed grid group btn btn-circle btn-lg border-none backdrop-blur bottom-6 right-6 z-50 duration-500 ease-in-out btn-ghost bg-base-100/30 md:bg-base-200/30 translate-y-24"><div class="radial-progress text-accent transition-all duration-500 ease-in-out group-hover:text-accent-focus col-start-1 row-start-1" style="--size:4rem; --thickness: 0.25rem; --value:undefined;"></div>
|
||
<div class="border-4 border-base-content/10 group-hover:border-transparent col-start-1 row-start-1 rounded-full w-full h-full p-4 grid duration-500 ease-in-out"><span class="i-heroicons-solid-chevron-up !w-6 !h-6"></span></div></button>
|
||
|
||
<div class="bg-base-100 md:bg-base-200 min-h-screen pt-16 md:pb-8 lg:pb-16">
|
||
|
||
|
||
|
||
<div class="flex flex-col flex-nowrap justify-center xl:flex-row xl:flex-wrap"><div class="flex-1 w-full max-w-screen-md order-first ease-out transform mx-auto xl:mr-0"></div>
|
||
<div class="flex-1 w-full max-w-screen-md xl:order-last ease-out transform mx-auto xl:mr-0"></div>
|
||
<div class="flex-none w-full max-w-screen-md mx-auto xl:mx-0"><article itemscope itemtype="https://schema.org/BlogPosting" itemprop="blogPost" class="card bg-base-100 rounded-none md:rounded-box md:shadow-xl z-10 md:mb-8 lg:mb-16"><div id="bridgy" class="hidden"><a href="https://brid.gy/publish/mastodon">mastodon</a></div>
|
||
|
||
|
||
<div class="card-body gap-0 "><div class="flex flex-col gap-2">
|
||
<div class="flex font-semibold gap-1.5"><a rel="author" class="opacity-75 hover:opacity-100 hover:text-primary duration-500 ease-in-out p-author h-card" href="https://seviche.cc">酸橘汁腌鱼</a>
|
||
<span class="opacity-50">/</span>
|
||
<a href="/2022-05-09-copywithin" class="swap hover:swap-active u-url u-uid"><time class="swap-off font-semibold opacity-75 duration-500 ease-in-out mr-auto dt-published" datetime="2022-05-08T17:13:47.671Z" itemprop="datePublished">Mon, May 9, 2022</time>
|
||
<time class="swap-on font-semibold text-primary duration-500 ease-in-out mr-auto dt-updated" datetime="2022-08-01T03:03:33.294Z" itemprop="dateModified">Mon, Aug 1, 2022</time></a></div>
|
||
<h1 itemprop="name headline" class="card-title text-3xl mb-8 p-name">JavaScript · 数组中的copyWithin方法</h1>
|
||
<p itemprop="description" class="p-summary mb-auto hidden">一种数组内元素复制的方法</p></div>
|
||
<main itemprop="articleBody" class="urara-prose prose e-content"><blockquote><p><code>copyWithin()</code> 方法浅复制数组的一部分到同一数组中的另一个位置,并返回它,不会改变原数组的长度</p>
|
||
<p>—— MDN</p></blockquote>
|
||
<h2 id="简介"><a href="#简介">简介</a></h2>
|
||
<p>以下部分内容来自 <a href="https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Array/copyWithin" rel="nofollow noopener noreferrer external" target="_blank">MDN</a></p>
|
||
<h3 id="语法"><a href="#语法">语法:</a></h3>
|
||
<!-- HTML_TAG_START --><pre class="shiki material-default" style="background-color: #263238; color: #EEFFFF" js="true"><div class="language-id">js</div><div class='code-container'><code><div class='line'><span style="color: #EEFFFF"> arr</span><span style="color: #89DDFF">.</span><span style="color: #82AAFF">copyWithin</span><span style="color: #EEFFFF">(target[</span><span style="color: #89DDFF">,</span><span style="color: #EEFFFF"> start[</span><span style="color: #89DDFF">,</span><span style="color: #EEFFFF"> end]])</span></div></code></div></pre><!-- HTML_TAG_END -->
|
||
<h2 id="参数"><a href="#参数">参数</a></h2>
|
||
<h3 id="target"><a href="#target">target</a></h3>
|
||
<p>0 为基底的索引,复制序列到该位置。</p>
|
||
<p>如果是负数,<code>target</code> 将从末尾开始计算。如果 <code>target</code> 大于等于 <code>arr.length</code>,将会不发生拷贝。如果 <code>target</code> 在 <code>start</code> 之后,复制的序列将被修改以符合 <code>arr.length</code>。</p>
|
||
<h3 id="start"><a href="#start">start</a></h3>
|
||
<p>0 为基底的索引,开始复制元素的起始位置。</p>
|
||
<p>如果是负数,<code>start</code> 将从末尾开始计算。如果 <code>start</code> 被忽略,<code>copyWithin</code> 将会从 0 开始复制。</p>
|
||
<h3 id="end"><a href="#end">end</a></h3>
|
||
<p>0 为基底的索引,开始复制元素的结束位置。</p>
|
||
<p><code>copyWithin</code> 将<strong>会拷贝到该位置,但不包括 <code>end</code> 这个位置的元素</strong>。</p>
|
||
<p>如果是负数, <code>end</code> 将从末尾开始计算。如果 <code>end</code> 被忽略,<code>copyWithin</code> 方法将会一直复制至数组结尾(默认为 <code>arr.length</code>)。</p>
|
||
<h2 id="例子"><a href="#例子">例子</a></h2>
|
||
<h3 id="源码"><a href="#源码">源码</a></h3>
|
||
<!-- HTML_TAG_START --><pre class="shiki material-default" style="background-color: #263238; color: #EEFFFF" js="true"><div class="language-id">js</div><div class='code-container'><code><div class='line'><span style="color: #C792EA">const</span><span style="color: #EEFFFF"> array1 </span><span style="color: #89DDFF">=</span><span style="color: #EEFFFF"> [</span><span style="color: #89DDFF">'</span><span style="color: #C3E88D">a</span><span style="color: #89DDFF">'</span><span style="color: #89DDFF">,</span><span style="color: #EEFFFF"> </span><span style="color: #89DDFF">'</span><span style="color: #C3E88D">b</span><span style="color: #89DDFF">'</span><span style="color: #89DDFF">,</span><span style="color: #EEFFFF"> </span><span style="color: #89DDFF">'</span><span style="color: #C3E88D">c</span><span style="color: #89DDFF">'</span><span style="color: #89DDFF">,</span><span style="color: #EEFFFF"> </span><span style="color: #89DDFF">'</span><span style="color: #C3E88D">d</span><span style="color: #89DDFF">'</span><span style="color: #89DDFF">,</span><span style="color: #EEFFFF"> </span><span style="color: #89DDFF">'</span><span style="color: #C3E88D">e</span><span style="color: #89DDFF">'</span><span style="color: #EEFFFF">]</span></div><div class='line'></div><div class='line'><span style="color: #546E7A">// copy to index 0 the element at index 3</span></div><div class='line'><span style="color: #EEFFFF">console</span><span style="color: #89DDFF">.</span><span style="color: #82AAFF">log</span><span style="color: #EEFFFF">(array1</span><span style="color: #89DDFF">.</span><span style="color: #82AAFF">copyWithin</span><span style="color: #EEFFFF">(</span><span style="color: #F78C6C">0</span><span style="color: #89DDFF">,</span><span style="color: #EEFFFF"> </span><span style="color: #F78C6C">3</span><span style="color: #89DDFF">,</span><span style="color: #EEFFFF"> </span><span style="color: #F78C6C">4</span><span style="color: #EEFFFF">))</span></div><div class='line'><span style="color: #546E7A">// expected output: Array ["d", "b", "c", "d", "e"]</span></div><div class='line'></div><div class='line'><span style="color: #546E7A">// copy to index 1 all elements from index 3 to the end</span></div><div class='line'><span style="color: #EEFFFF">console</span><span style="color: #89DDFF">.</span><span style="color: #82AAFF">log</span><span style="color: #EEFFFF">(array1</span><span style="color: #89DDFF">.</span><span style="color: #82AAFF">copyWithin</span><span style="color: #EEFFFF">(</span><span style="color: #F78C6C">1</span><span style="color: #89DDFF">,</span><span style="color: #EEFFFF"> </span><span style="color: #F78C6C">3</span><span style="color: #EEFFFF">))</span></div><div class='line'><span style="color: #546E7A">// expected output: Array ["d", "d", "e", "d", "e"]</span></div></code></div></pre><!-- HTML_TAG_END -->
|
||
<h3 id="可视化"><a href="#可视化">可视化</a></h3>
|
||
<svg width="511" height="544" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M57.693 31.748v-9.791c0-.75-.152-1.4-.457-1.951a2.991 2.991 0 00-1.336-1.3c-.597-.306-1.335-.458-2.215-.458-.82 0-1.54.14-2.162.422-.609.281-1.09.65-1.441 1.107-.34.457-.51.95-.51 1.477H46.32c0-.68.176-1.354.528-2.022.351-.668.855-1.271 1.511-1.81.668-.55 1.465-.985 2.391-1.3.938-.329 1.98-.493 3.129-.493 1.383 0 2.602.234 3.656.703 1.067.469 1.899 1.178 2.496 2.127.61.938.914 2.115.914 3.533v8.86c0 .632.053 1.306.158 2.021.118.715.288 1.33.51 1.846V35h-3.392c-.164-.375-.293-.873-.387-1.494a12.045 12.045 0 01-.14-1.758zm.563-8.28l.035 2.286h-3.287c-.926 0-1.752.076-2.479.228-.726.141-1.335.358-1.828.65a3.092 3.092 0 00-1.125 1.108c-.258.434-.387.944-.387 1.53 0 .597.135 1.142.405 1.634s.674.885 1.213 1.178c.55.281 1.224.422 2.021.422.996 0 1.875-.211 2.637-.633.762-.422 1.365-.937 1.81-1.547.457-.61.704-1.201.739-1.775l1.388 1.564c-.082.492-.304 1.037-.668 1.635-.363.598-.85 1.172-1.458 1.723-.598.539-1.313.99-2.145 1.353-.82.352-1.746.528-2.777.528-1.29 0-2.42-.252-3.393-.756-.96-.504-1.71-1.178-2.25-2.022-.527-.855-.791-1.81-.791-2.865 0-1.02.2-1.916.598-2.69a5.192 5.192 0 011.722-1.95c.75-.528 1.653-.926 2.707-1.196 1.055-.27 2.233-.404 3.534-.404h3.779zm11.056-4.5V35h-3.251V15.98h3.164l.088 2.989zm5.942-3.093l-.018 3.023a4.693 4.693 0 00-.773-.105 8.2 8.2 0 00-.809-.035c-.75 0-1.412.117-1.986.351a4.116 4.116 0 00-1.459.985 4.732 4.732 0 00-.95 1.511 7.262 7.262 0 00-.439 1.899l-.914.527c0-1.148.112-2.226.334-3.234.235-1.008.592-1.899 1.073-2.672.48-.785 1.09-1.395 1.828-1.828.75-.445 1.64-.668 2.671-.668.235 0 .504.03.81.088.304.047.515.1.632.158zm6.258 3.094V35H78.26V15.98h3.164l.088 2.989zm5.941-3.094l-.017 3.023a4.693 4.693 0 00-.774-.105 8.2 8.2 0 00-.809-.035c-.75 0-1.412.117-1.986.351a4.116 4.116 0 00-1.459.985 4.735 4.735 0 00-.949 1.511 7.262 7.262 0 00-.44 1.899l-.913.527c0-1.148.11-2.226.334-3.234.234-1.008.591-1.899 1.072-2.672.48-.785 1.09-1.395 1.828-1.828.75-.445 1.64-.668 2.672-.668.234 0 .504.03.808.088.305.047.516.1.633.158zm13.518 15.873v-9.791c0-.75-.153-1.4-.457-1.951a2.992 2.992 0 00-1.336-1.3c-.598-.306-1.336-.458-2.215-.458-.82 0-1.541.14-2.162.422-.61.281-1.09.65-1.442 1.107-.34.457-.51.95-.51 1.477h-3.251c0-.68.175-1.354.527-2.022.352-.668.856-1.271 1.512-1.81.668-.55 1.465-.985 2.39-1.3.938-.329 1.98-.493 3.13-.493 1.382 0 2.6.234 3.655.703 1.067.469 1.899 1.178 2.497 2.127.609.938.914 2.115.914 3.533v8.86c0 .632.052 1.306.158 2.021.117.715.287 1.33.51 1.846V35h-3.393c-.164-.375-.293-.873-.387-1.494a12.152 12.152 0 01-.14-1.758zm.562-8.28l.035 2.286h-3.287c-.925 0-1.752.076-2.478.228-.727.141-1.336.358-1.828.65a3.092 3.092 0 00-1.125 1.108c-.258.434-.387.944-.387 1.53 0 .597.135 1.142.404 1.634.27.492.674.885 1.213 1.178.55.281 1.225.422 2.022.422.996 0 1.875-.211 2.636-.633.762-.422 1.366-.937 1.811-1.547.457-.61.703-1.201.738-1.775l1.389 1.564c-.082.492-.305 1.037-.668 1.635-.363.598-.85 1.172-1.459 1.723-.598.539-1.313.99-2.145 1.353-.82.352-1.746.528-2.777.528-1.29 0-2.42-.252-3.393-.756-.96-.504-1.71-1.178-2.25-2.022-.527-.855-.79-1.81-.79-2.865 0-1.02.199-1.916.597-2.69a5.193 5.193 0 011.723-1.95c.75-.528 1.652-.926 2.707-1.196 1.054-.27 2.232-.404 3.533-.404h3.779zm12.867 9.563l5.291-17.05h3.481l-7.629 21.954c-.176.47-.41.973-.703 1.512a7.242 7.242 0 01-1.09 1.565c-.445.492-.984.89-1.617 1.195-.621.316-1.365.475-2.233.475-.257 0-.586-.035-.984-.106a9.578 9.578 0 01-.844-.176l-.017-2.636c.093.011.24.023.439.035.211.023.358.035.44.035.738 0 1.365-.1 1.88-.299.516-.187.95-.51 1.301-.967.364-.445.674-1.06.932-1.845l1.353-3.692zm-3.884-17.05l4.939 14.765.844 3.428-2.338 1.195-6.996-19.389h3.551zm25.927-6.715V35h-3.252V13.326l-6.556 2.39v-2.935l9.299-3.515h.509zm33.698 8.595v2.83H155.48v-2.83h14.661zm0 7.295v2.83H155.48v-2.83h14.661zM190.689 5.75v2.672h-3.357v29.39h3.357v2.672h-6.609V5.75h6.609zM195.523 8v1.934l-.369 6.468h-2.267l.017-6.17V8h2.619zm14.643 23.748v-9.791c0-.75-.152-1.4-.457-1.951a2.99 2.99 0 00-1.336-1.3c-.598-.306-1.336-.458-2.215-.458-.82 0-1.541.14-2.162.422-.609.281-1.09.65-1.441 1.107-.34.457-.51.95-.51 1.477h-3.252c0-.68.176-1.354.527-2.022.352-.668.856-1.271 1.512-1.81.668-.55 1.465-.985 2.391-1.3.937-.329 1.98-.493 3.129-.493 1.382 0 2.601.234 3.656.703 1.066.469 1.898 1.178 2.496 2.127.609.938.914 2.115.914 3.533v8.86c0 .632.053 1.306.158 2.021.117.715.287 1.33.51 1.846V35h-3.393c-.164-.375-.293-.873-.386-1.494a12.02 12.02 0 01-.141-1.758zm.563-8.28l.035 2.286h-3.287c-.926 0-1.752.076-2.479.228-.727.141-1.336.358-1.828.65a3.095 3.095 0 00-1.125 1.108c-.258.434-.387.944-.387 1.53 0 .597.135 1.142.404 1.634.27.492.674.885 1.213 1.178.551.281 1.225.422 2.022.422.996 0 1.875-.211 2.637-.633.761-.422 1.365-.937 1.81-1.547.457-.61.703-1.201.738-1.775l1.389 1.564c-.082.492-.305 1.037-.668 1.635-.363.598-.849 1.172-1.459 1.723-.598.539-1.312.99-2.144 1.353-.821.352-1.746.528-2.778.528-1.289 0-2.42-.252-3.392-.756-.961-.504-1.711-1.178-2.25-2.022-.528-.855-.791-1.81-.791-2.865 0-1.02.199-1.916.597-2.69a5.198 5.198 0 011.723-1.95c.75-.528 1.652-.926 2.707-1.196 1.055-.27 2.232-.404 3.533-.404h3.78zM219.324 8v1.934l-.369 6.468h-2.267l.017-6.17V8h2.619zm7.26 23.133v2.619c0 1.066-.27 2.191-.809 3.375a8.114 8.114 0 01-2.267 2.988l-1.846-1.283c.375-.516.692-1.043.949-1.582a7.473 7.473 0 00.58-1.652c.141-.563.211-1.16.211-1.793v-2.672h3.182zM241.648 8v1.934l-.369 6.468h-2.267l.017-6.17V8h2.619zm4.29 0h3.269v23.309L248.926 35h-2.988V8zm16.119 17.332v.37c0 1.382-.164 2.665-.493 3.849-.328 1.172-.808 2.191-1.441 3.058a6.717 6.717 0 01-2.32 2.022c-.914.48-1.963.72-3.147.72-1.207 0-2.267-.204-3.181-.615a6.258 6.258 0 01-2.286-1.81c-.621-.785-1.119-1.735-1.494-2.848-.363-1.113-.615-2.367-.756-3.762V24.7c.141-1.406.393-2.666.756-3.78.375-1.112.873-2.062 1.494-2.847a6.025 6.025 0 012.286-1.81c.902-.422 1.951-.633 3.146-.633 1.195 0 2.256.234 3.182.703a6.252 6.252 0 012.32 1.969c.633.855 1.113 1.88 1.441 3.076.329 1.184.493 2.502.493 3.955zm-3.27.37v-.37c0-.95-.088-1.84-.264-2.672-.175-.844-.457-1.582-.843-2.215a4.205 4.205 0 00-1.53-1.511c-.632-.375-1.412-.563-2.338-.563-.82 0-1.535.14-2.144.422a4.633 4.633 0 00-1.529 1.143 6.049 6.049 0 00-1.037 1.617 9.289 9.289 0 00-.581 1.863v4.236a9.05 9.05 0 00.915 2.373 5.519 5.519 0 001.722 1.846c.727.48 1.623.72 2.69.72.879 0 1.629-.175 2.25-.526a4.254 4.254 0 001.529-1.495c.398-.633.691-1.365.879-2.197.187-.832.281-1.723.281-2.672zM267.629 8v1.934l-.369 6.468h-2.268l.018-6.17V8h2.619zm7.26 23.133v2.619c0 1.066-.27 2.191-.809 3.375a8.106 8.106 0 01-2.268 2.988l-1.845-1.283a10.11 10.11 0 00.949-1.582 7.473 7.473 0 00.58-1.652c.141-.563.211-1.16.211-1.793v-2.672h3.182zM289.953 8v1.934l-.369 6.468h-2.268l.018-6.17V8h2.619zm10.863 24.68c.774 0 1.489-.158 2.145-.475a4.42 4.42 0 001.617-1.3 3.625 3.625 0 00.721-1.917h3.094c-.059 1.125-.44 2.174-1.143 3.147-.691.96-1.6 1.74-2.725 2.338-1.125.586-2.361.879-3.709.879-1.429 0-2.677-.252-3.744-.756a7.423 7.423 0 01-2.636-2.074 9.265 9.265 0 01-1.565-3.024 12.753 12.753 0 01-.51-3.639v-.738c0-1.277.17-2.484.51-3.621.352-1.148.873-2.162 1.565-3.041a7.423 7.423 0 012.636-2.074c1.067-.504 2.315-.756 3.744-.756 1.489 0 2.789.305 3.903.914 1.113.598 1.986 1.418 2.619 2.46.644 1.032.996 2.204 1.055 3.517h-3.094a4.686 4.686 0 00-.668-2.127 4.167 4.167 0 00-1.547-1.512c-.645-.387-1.4-.58-2.268-.58-.996 0-1.834.199-2.513.597a4.41 4.41 0 00-1.6 1.582 7.383 7.383 0 00-.844 2.198 12.09 12.09 0 00-.246 2.443v.738c0 .832.082 1.653.246 2.461a7.05 7.05 0 00.827 2.198 4.59 4.59 0 001.599 1.582c.68.386 1.524.58 2.531.58zM313.824 8v1.934l-.369 6.468h-2.267l.017-6.17V8h2.619zm7.26 23.133v2.619c0 1.066-.27 2.191-.809 3.375a8.114 8.114 0 01-2.267 2.988l-1.846-1.283c.375-.516.692-1.043.949-1.582a7.473 7.473 0 00.58-1.652c.141-.563.211-1.16.211-1.793v-2.672h3.182zM336.148 8v1.934l-.369 6.468h-2.267l.017-6.17V8h2.619zm15.241 23.309V8h3.269v27h-2.988l-.281-3.691zM338.592 25.7v-.369c0-1.453.176-2.771.527-3.955.363-1.195.873-2.22 1.529-3.076a6.92 6.92 0 012.373-1.969c.926-.469 1.958-.703 3.094-.703 1.196 0 2.239.21 3.129.633a6.021 6.021 0 012.285 1.81c.633.785 1.131 1.735 1.494 2.848.364 1.113.616 2.373.756 3.78v1.616c-.129 1.395-.381 2.649-.756 3.762-.363 1.113-.861 2.063-1.494 2.848a6.255 6.255 0 01-2.285 1.81c-.902.41-1.957.616-3.164.616-1.113 0-2.133-.24-3.059-.721a7.22 7.22 0 01-2.373-2.022c-.656-.867-1.166-1.886-1.529-3.058-.351-1.184-.527-2.467-.527-3.85zm3.269-.369v.37c0 .948.094 1.839.282 2.671.199.832.503 1.564.914 2.197.41.633.931 1.131 1.564 1.495.633.351 1.389.527 2.268.527 1.078 0 1.963-.229 2.654-.686a5.103 5.103 0 001.687-1.81c.422-.75.75-1.565.985-2.444v-4.236a9.447 9.447 0 00-.615-1.863 5.742 5.742 0 00-1.02-1.617c-.41-.48-.92-.862-1.529-1.143-.598-.281-1.307-.422-2.127-.422-.891 0-1.658.188-2.303.563a4.482 4.482 0 00-1.564 1.511c-.411.633-.715 1.371-.914 2.215a12.103 12.103 0 00-.282 2.672zM361.707 8v1.934l-.369 6.468h-2.268l.018-6.17V8h2.619zm7.26 23.133v2.619c0 1.066-.27 2.191-.809 3.375a8.114 8.114 0 01-2.267 2.988l-1.846-1.283a10.11 10.11 0 00.949-1.582 7.473 7.473 0 00.58-1.652c.141-.563.211-1.16.211-1.793v-2.672h3.182zM384.031 8v1.934l-.369 6.468h-2.267l.017-6.17V8h2.619zm11.145 27.352c-1.324 0-2.526-.223-3.604-.668a8.18 8.18 0 01-2.76-1.916c-.761-.82-1.347-1.793-1.757-2.918-.41-1.125-.616-2.356-.616-3.692v-.738c0-1.547.229-2.924.686-4.13.457-1.22 1.078-2.25 1.863-3.095a7.982 7.982 0 012.672-1.916 7.677 7.677 0 013.094-.65c1.359 0 2.531.234 3.516.703a6.41 6.41 0 012.443 1.969c.633.832 1.101 1.816 1.406 2.953.305 1.125.457 2.355.457 3.691v1.46h-14.203V23.75h10.951v-.246a8.104 8.104 0 00-.527-2.461 4.428 4.428 0 00-1.406-1.969c-.645-.515-1.524-.773-2.637-.773-.738 0-1.418.158-2.039.474-.621.305-1.154.762-1.6 1.372-.445.609-.791 1.353-1.037 2.232-.246.879-.369 1.892-.369 3.04v.74c0 .902.123 1.751.369 2.548a6.517 6.517 0 001.108 2.074 5.31 5.31 0 001.775 1.407c.703.34 1.5.51 2.391.51 1.148 0 2.121-.235 2.918-.704a7.225 7.225 0 002.091-1.88l1.969 1.564a9.118 9.118 0 01-1.564 1.775c-.633.563-1.412 1.02-2.338 1.371-.914.352-1.998.528-3.252.528zM408.113 8v1.934l-.369 6.468h-2.267l.017-6.17V8h2.619zm2.004.422V5.75h6.645v34.734h-6.645v-2.672h3.375V8.422h-3.375zM54.693 366.748v-9.791c0-.75-.152-1.4-.457-1.951a2.99 2.99 0 00-1.336-1.301c-.597-.305-1.335-.457-2.215-.457-.82 0-1.54.141-2.162.422-.609.281-1.09.65-1.441 1.107-.34.457-.51.95-.51 1.477H43.32c0-.68.176-1.354.528-2.022.351-.668.855-1.271 1.511-1.81.668-.551 1.465-.984 2.391-1.301.938-.328 1.98-.492 3.129-.492 1.383 0 2.602.234 3.656.703 1.067.469 1.899 1.178 2.496 2.127.61.937.914 2.115.914 3.533v8.86c0 .632.053 1.306.158 2.021.118.715.288 1.33.51 1.846V370h-3.392c-.164-.375-.293-.873-.387-1.494a12.048 12.048 0 01-.14-1.758zm.563-8.279l.035 2.285h-3.287c-.926 0-1.752.076-2.479.228-.726.141-1.335.358-1.828.651-.492.293-.867.662-1.125 1.107-.258.434-.387.944-.387 1.53 0 .597.135 1.142.405 1.634s.674.885 1.213 1.178c.55.281 1.224.422 2.021.422.996 0 1.875-.211 2.637-.633.762-.422 1.365-.937 1.81-1.547.457-.609.704-1.201.739-1.775l1.388 1.564c-.082.492-.304 1.037-.668 1.635-.363.598-.85 1.172-1.458 1.723-.598.539-1.313.99-2.145 1.353-.82.352-1.746.528-2.777.528-1.29 0-2.42-.252-3.393-.756-.96-.504-1.71-1.178-2.25-2.022-.527-.855-.791-1.81-.791-2.865 0-1.02.2-1.916.598-2.689a5.19 5.19 0 011.722-1.952c.75-.527 1.653-.925 2.707-1.195 1.055-.269 2.233-.404 3.534-.404h3.779zm11.056-4.5V370H63.06v-19.02h3.165l.088 2.989zm5.942-3.094l-.018 3.023a4.79 4.79 0 00-.773-.105 8.363 8.363 0 00-.809-.035c-.75 0-1.412.117-1.986.351a4.123 4.123 0 00-1.459.985 4.742 4.742 0 00-.95 1.511 7.269 7.269 0 00-.439 1.899l-.914.527c0-1.148.112-2.226.334-3.234.235-1.008.592-1.899 1.073-2.672.48-.785 1.09-1.395 1.828-1.828.75-.445 1.64-.668 2.671-.668.235 0 .504.029.81.088.304.047.515.099.632.158zm6.258 3.094V370H75.26v-19.02h3.164l.088 2.989zm5.941-3.094l-.017 3.023a4.79 4.79 0 00-.774-.105 8.363 8.363 0 00-.809-.035c-.75 0-1.412.117-1.986.351a4.123 4.123 0 00-1.459.985 4.745 4.745 0 00-.949 1.511 7.269 7.269 0 00-.44 1.899l-.913.527c0-1.148.11-2.226.334-3.234.234-1.008.591-1.899 1.072-2.672.48-.785 1.09-1.395 1.828-1.828.75-.445 1.64-.668 2.672-.668.234 0 .504.029.808.088.305.047.516.099.633.158zm13.518 15.873v-9.791c0-.75-.153-1.4-.457-1.951a2.99 2.99 0 00-1.336-1.301c-.598-.305-1.336-.457-2.215-.457-.82 0-1.541.141-2.162.422-.61.281-1.09.65-1.442 1.107-.34.457-.51.95-.51 1.477h-3.251c0-.68.175-1.354.527-2.022.352-.668.856-1.271 1.512-1.81.668-.551 1.465-.984 2.39-1.301.938-.328 1.98-.492 3.13-.492 1.382 0 2.6.234 3.656.703 1.066.469 1.898 1.178 2.496 2.127.609.937.914 2.115.914 3.533v8.86c0 .632.052 1.306.158 2.021.117.715.287 1.33.51 1.846V370h-3.393c-.164-.375-.293-.873-.387-1.494a12.062 12.062 0 01-.14-1.758zm.562-8.279l.035 2.285h-3.287c-.925 0-1.752.076-2.478.228-.727.141-1.336.358-1.828.651-.493.293-.868.662-1.125 1.107-.258.434-.387.944-.387 1.53 0 .597.135 1.142.404 1.634.27.492.674.885 1.213 1.178.55.281 1.225.422 2.022.422.996 0 1.875-.211 2.636-.633.762-.422 1.365-.937 1.81-1.547.458-.609.704-1.201.74-1.775l1.388 1.564c-.082.492-.305 1.037-.668 1.635-.364.598-.85 1.172-1.46 1.723-.597.539-1.312.99-2.144 1.353-.82.352-1.746.528-2.777.528-1.29 0-2.42-.252-3.393-.756-.96-.504-1.71-1.178-2.25-2.022-.527-.855-.79-1.81-.79-2.865 0-1.02.199-1.916.597-2.689a5.192 5.192 0 011.723-1.952c.75-.527 1.652-.925 2.707-1.195 1.054-.269 2.232-.404 3.533-.404h3.78zm12.867 9.562l5.291-17.051h3.481l-7.629 21.956c-.176.468-.41.972-.703 1.511a7.234 7.234 0 01-1.09 1.565c-.445.492-.984.89-1.617 1.195-.621.316-1.365.475-2.233.475-.257 0-.586-.036-.984-.106a9.41 9.41 0 01-.844-.176l-.017-2.636c.093.011.24.023.439.035.211.023.358.035.44.035.738 0 1.365-.1 1.88-.299.516-.187.95-.51 1.301-.967.364-.445.674-1.06.932-1.845l1.353-3.692zm-3.884-17.051l4.939 14.766.844 3.428-2.338 1.195-6.996-19.389h3.551zm25.927-6.714V370h-3.252v-21.674l-6.556 2.391v-2.936l9.299-3.515h.509zm33.698 8.595v2.83H152.48v-2.83h14.661zm0 7.295v2.83H152.48v-2.83h14.661zm20.548-19.406v2.672h-3.357v29.39h3.357v2.672h-6.609V340.75h6.609zm4.834 2.25v1.934l-.369 6.468h-2.267l.017-6.17V343h2.619zm14.643 23.748v-9.791c0-.75-.152-1.4-.457-1.951a2.99 2.99 0 00-1.336-1.301c-.598-.305-1.336-.457-2.215-.457-.82 0-1.541.141-2.162.422-.609.281-1.09.65-1.441 1.107-.34.457-.51.95-.51 1.477h-3.252c0-.68.176-1.354.527-2.022.352-.668.856-1.271 1.512-1.81.668-.551 1.465-.984 2.391-1.301.937-.328 1.98-.492 3.129-.492 1.382 0 2.601.234 3.656.703 1.066.469 1.898 1.178 2.496 2.127.609.937.914 2.115.914 3.533v8.86c0 .632.053 1.306.158 2.021.117.715.287 1.33.51 1.846V370h-3.393c-.164-.375-.293-.873-.386-1.494a12.024 12.024 0 01-.141-1.758zm.563-8.279l.035 2.285h-3.287c-.926 0-1.752.076-2.479.228-.727.141-1.336.358-1.828.651a3.096 3.096 0 00-1.125 1.107c-.258.434-.387.944-.387 1.53 0 .597.135 1.142.404 1.634.27.492.674.885 1.213 1.178.551.281 1.225.422 2.022.422.996 0 1.875-.211 2.637-.633.761-.422 1.365-.937 1.81-1.547.457-.609.703-1.201.738-1.775l1.389 1.564c-.082.492-.305 1.037-.668 1.635-.363.598-.849 1.172-1.459 1.723a7.871 7.871 0 01-2.144 1.353c-.821.352-1.746.528-2.778.528-1.289 0-2.42-.252-3.392-.756-.961-.504-1.711-1.178-2.25-2.022-.528-.855-.791-1.81-.791-2.865 0-1.02.199-1.916.597-2.689a5.197 5.197 0 011.723-1.952c.75-.527 1.652-.925 2.707-1.195 1.055-.269 2.232-.404 3.533-.404h3.78zM216.324 343v1.934l-.369 6.468h-2.267l.017-6.17V343h2.619zm7.26 23.133v2.619c0 1.066-.27 2.191-.809 3.375a8.117 8.117 0 01-2.267 2.988l-1.846-1.283c.375-.516.692-1.043.949-1.582a7.469 7.469 0 00.58-1.652c.141-.563.211-1.16.211-1.793v-2.672h3.182zM238.648 343v1.934l-.369 6.468h-2.267l.017-6.17V343h2.619zm4.29 0h3.269v23.309l-.281 3.691h-2.988v-27zm16.119 17.332v.369c0 1.383-.164 2.666-.493 3.85-.328 1.172-.808 2.191-1.441 3.058a6.716 6.716 0 01-2.32 2.022c-.914.48-1.963.721-3.147.721-1.207 0-2.267-.206-3.181-.616a6.26 6.26 0 01-2.286-1.81c-.621-.785-1.119-1.735-1.494-2.848-.363-1.113-.615-2.367-.756-3.762v-1.617c.141-1.406.393-2.666.756-3.779.375-1.113.873-2.063 1.494-2.848a6.02 6.02 0 012.286-1.81c.902-.422 1.951-.633 3.146-.633 1.195 0 2.256.234 3.182.703a6.247 6.247 0 012.32 1.969c.633.855 1.113 1.881 1.441 3.076.329 1.184.493 2.502.493 3.955zm-3.27.369v-.369a12.9 12.9 0 00-.264-2.672c-.175-.844-.457-1.582-.843-2.215a4.204 4.204 0 00-1.53-1.511c-.632-.375-1.412-.563-2.338-.563-.82 0-1.535.141-2.144.422a4.624 4.624 0 00-1.529 1.143 6.024 6.024 0 00-1.037 1.617 9.262 9.262 0 00-.581 1.863v4.236c.188.821.493 1.612.915 2.373a5.515 5.515 0 001.722 1.846c.727.481 1.623.721 2.69.721.879 0 1.629-.176 2.25-.528a4.25 4.25 0 001.529-1.494c.398-.632.691-1.365.879-2.197.187-.832.281-1.723.281-2.672zM264.629 343v1.934l-.369 6.468h-2.268l.018-6.17V343h2.619zm7.26 23.133v2.619c0 1.066-.27 2.191-.809 3.375a8.11 8.11 0 01-2.268 2.988l-1.845-1.283c.375-.516.691-1.043.949-1.582a7.469 7.469 0 00.58-1.652c.141-.563.211-1.16.211-1.793v-2.672h3.182zM286.953 343v1.934l-.369 6.468h-2.268l.018-6.17V343h2.619zm10.863 24.68c.774 0 1.489-.159 2.145-.475a4.415 4.415 0 001.617-1.301 3.623 3.623 0 00.721-1.916h3.094c-.059 1.125-.44 2.174-1.143 3.147-.691.961-1.6 1.74-2.725 2.338-1.125.586-2.361.879-3.709.879-1.429 0-2.677-.252-3.744-.756a7.426 7.426 0 01-2.636-2.075 9.251 9.251 0 01-1.565-3.023 12.75 12.75 0 01-.51-3.639v-.738c0-1.277.17-2.484.51-3.621.352-1.148.873-2.162 1.565-3.041a7.423 7.423 0 012.636-2.074c1.067-.504 2.315-.756 3.744-.756 1.489 0 2.789.305 3.903.914 1.113.598 1.986 1.418 2.619 2.461.644 1.031.996 2.203 1.055 3.516h-3.094a4.68 4.68 0 00-.668-2.127 4.166 4.166 0 00-1.547-1.512c-.645-.387-1.4-.58-2.268-.58-.996 0-1.834.199-2.513.597a4.412 4.412 0 00-1.6 1.582 7.392 7.392 0 00-.844 2.198 12.087 12.087 0 00-.246 2.443v.738c0 .832.082 1.653.246 2.461.164.809.44 1.541.827 2.198a4.596 4.596 0 001.599 1.582c.68.386 1.524.58 2.531.58zM310.824 343v1.934l-.369 6.468h-2.267l.017-6.17V343h2.619zm7.26 23.133v2.619c0 1.066-.27 2.191-.809 3.375a8.117 8.117 0 01-2.267 2.988l-1.846-1.283c.375-.516.692-1.043.949-1.582a7.469 7.469 0 00.58-1.652c.141-.563.211-1.16.211-1.793v-2.672h3.182zM333.148 343v1.934l-.369 6.468h-2.267l.017-6.17V343h2.619zm15.241 23.309V343h3.269v27h-2.988l-.281-3.691zm-12.797-5.608v-.369c0-1.453.176-2.771.527-3.955.363-1.195.873-2.221 1.529-3.076a6.914 6.914 0 012.373-1.969c.926-.469 1.958-.703 3.094-.703 1.196 0 2.239.211 3.129.633a6.017 6.017 0 012.285 1.81c.633.785 1.131 1.735 1.494 2.848.364 1.113.616 2.373.756 3.779v1.617c-.129 1.395-.381 2.649-.756 3.762-.363 1.113-.861 2.063-1.494 2.848a6.257 6.257 0 01-2.285 1.81c-.902.41-1.957.616-3.164.616-1.113 0-2.133-.241-3.059-.721a7.218 7.218 0 01-2.373-2.022c-.656-.867-1.166-1.886-1.529-3.058-.351-1.184-.527-2.467-.527-3.85zm3.269-.369v.369c0 .949.094 1.84.282 2.672.199.832.503 1.565.914 2.197a4.53 4.53 0 001.564 1.494c.633.352 1.389.528 2.268.528 1.078 0 1.963-.229 2.654-.686a5.101 5.101 0 001.687-1.81c.422-.75.75-1.565.985-2.444v-4.236a9.418 9.418 0 00-.615-1.863 5.72 5.72 0 00-1.02-1.617 4.4 4.4 0 00-1.529-1.143c-.598-.281-1.307-.422-2.127-.422-.891 0-1.658.188-2.303.563a4.482 4.482 0 00-1.564 1.511c-.411.633-.715 1.371-.914 2.215a12.106 12.106 0 00-.282 2.672zM358.707 343v1.934l-.369 6.468h-2.268l.018-6.17V343h2.619zm7.26 23.133v2.619c0 1.066-.27 2.191-.809 3.375a8.117 8.117 0 01-2.267 2.988l-1.846-1.283c.375-.516.691-1.043.949-1.582a7.469 7.469 0 00.58-1.652c.141-.563.211-1.16.211-1.793v-2.672h3.182zM381.031 343v1.934l-.369 6.468h-2.267l.017-6.17V343h2.619zm11.145 27.352c-1.324 0-2.526-.223-3.604-.668a8.184 8.184 0 01-2.76-1.916 8.536 8.536 0 01-1.757-2.918c-.41-1.125-.616-2.356-.616-3.692v-.738c0-1.547.229-2.924.686-4.131.457-1.219 1.078-2.25 1.863-3.094a7.998 7.998 0 012.672-1.916 7.686 7.686 0 013.094-.65c1.359 0 2.531.234 3.516.703a6.41 6.41 0 012.443 1.969c.633.832 1.101 1.816 1.406 2.953.305 1.125.457 2.355.457 3.691v1.459h-14.203v-2.654h10.951v-.246a8.104 8.104 0 00-.527-2.461 4.43 4.43 0 00-1.406-1.969c-.645-.515-1.524-.773-2.637-.773-.738 0-1.418.158-2.039.474-.621.305-1.154.762-1.6 1.371-.445.61-.791 1.354-1.037 2.233-.246.879-.369 1.892-.369 3.041v.738c0 .903.123 1.752.369 2.549a6.512 6.512 0 001.108 2.074 5.31 5.31 0 001.775 1.407c.703.339 1.5.509 2.391.509 1.148 0 2.121-.234 2.918-.703a7.232 7.232 0 002.091-1.881l1.969 1.565a9.104 9.104 0 01-1.564 1.775c-.633.563-1.412 1.02-2.338 1.371-.914.352-1.998.528-3.252.528zM405.113 343v1.934l-.369 6.468h-2.267l.017-6.17V343h2.619zm2.004.422v-2.672h6.645v34.734h-6.645v-2.672h3.375v-29.39h-3.375z" fill="#000"></path><path fill="#D66" fill-opacity=".32" d="M194 2h38v47h-38zM229 337h38v47h-38zM351 416h38v47h-38zM332 98h38v47h-38z"></path><path fill="#66DDD6" fill-opacity=".32" d="M332 0h38v47h-38zM329 335h86v47h-86z"></path><path stroke="#66DDD6" stroke-opacity=".32" stroke-width="5" d="M372.5 2.5h40v42h-40z"></path><path fill="#66DDD6" fill-opacity=".32" d="M275 497h109v47H275zM392 416h45v47h-45zM232 193h38v47h-38zM377 97h64v47h-64z"></path><path d="M57.693 128.748v-9.791c0-.75-.152-1.4-.457-1.951a2.99 2.99 0 00-1.336-1.301c-.597-.305-1.335-.457-2.215-.457-.82 0-1.54.141-2.162.422-.609.281-1.09.65-1.441 1.107-.34.457-.51.95-.51 1.477H46.32c0-.68.176-1.354.528-2.022.351-.668.855-1.271 1.511-1.81.668-.551 1.465-.984 2.391-1.301.938-.328 1.98-.492 3.129-.492 1.383 0 2.602.234 3.656.703 1.067.469 1.899 1.178 2.496 2.127.61.937.914 2.115.914 3.533v8.86c0 .632.053 1.306.158 2.021.118.715.288 1.33.51 1.846V132h-3.392c-.164-.375-.293-.873-.387-1.494a12.048 12.048 0 01-.14-1.758zm.563-8.279l.035 2.285h-3.287c-.926 0-1.752.076-2.479.228-.726.141-1.335.358-1.828.651-.492.293-.867.662-1.125 1.107-.258.434-.387.944-.387 1.53 0 .597.135 1.142.405 1.634s.674.885 1.213 1.178c.55.281 1.224.422 2.021.422.996 0 1.875-.211 2.637-.633.762-.422 1.365-.937 1.81-1.547.457-.609.704-1.201.739-1.775l1.388 1.564c-.082.492-.304 1.037-.668 1.635-.363.598-.85 1.172-1.458 1.723-.598.539-1.313.99-2.145 1.353-.82.352-1.746.528-2.777.528-1.29 0-2.42-.252-3.393-.756-.96-.504-1.71-1.178-2.25-2.022-.527-.855-.791-1.81-.791-2.865 0-1.02.2-1.916.598-2.689a5.19 5.19 0 011.722-1.952c.75-.527 1.653-.925 2.707-1.195 1.055-.269 2.233-.404 3.534-.404h3.779zm11.056-4.5V132h-3.251v-19.02h3.164l.088 2.989zm5.942-3.094l-.018 3.023a4.79 4.79 0 00-.773-.105 8.363 8.363 0 00-.809-.035c-.75 0-1.412.117-1.986.351a4.123 4.123 0 00-1.459.985 4.742 4.742 0 00-.95 1.511 7.269 7.269 0 00-.439 1.899l-.914.527c0-1.148.112-2.226.334-3.234.235-1.008.592-1.899 1.073-2.672.48-.785 1.09-1.395 1.828-1.828.75-.445 1.64-.668 2.671-.668.235 0 .504.029.81.088.304.047.515.099.632.158zm6.258 3.094V132H78.26v-19.02h3.164l.088 2.989zm5.941-3.094l-.017 3.023a4.79 4.79 0 00-.774-.105 8.363 8.363 0 00-.809-.035c-.75 0-1.412.117-1.986.351a4.123 4.123 0 00-1.459.985 4.745 4.745 0 00-.949 1.511 7.269 7.269 0 00-.44 1.899l-.913.527c0-1.148.11-2.226.334-3.234.234-1.008.591-1.899 1.072-2.672.48-.785 1.09-1.395 1.828-1.828.75-.445 1.64-.668 2.672-.668.234 0 .504.029.808.088.305.047.516.099.633.158zm13.518 15.873v-9.791c0-.75-.153-1.4-.457-1.951a2.991 2.991 0 00-1.336-1.301c-.598-.305-1.336-.457-2.215-.457-.82 0-1.541.141-2.162.422-.61.281-1.09.65-1.442 1.107-.34.457-.51.95-.51 1.477h-3.251c0-.68.175-1.354.527-2.022.352-.668.856-1.271 1.512-1.81.668-.551 1.465-.984 2.39-1.301.938-.328 1.98-.492 3.13-.492 1.382 0 2.6.234 3.655.703 1.067.469 1.899 1.178 2.497 2.127.609.937.914 2.115.914 3.533v8.86c0 .632.052 1.306.158 2.021.117.715.287 1.33.51 1.846V132h-3.393c-.164-.375-.293-.873-.387-1.494a12.155 12.155 0 01-.14-1.758zm.562-8.279l.035 2.285h-3.287c-.925 0-1.752.076-2.478.228-.727.141-1.336.358-1.828.651-.493.293-.868.662-1.125 1.107-.258.434-.387.944-.387 1.53 0 .597.135 1.142.404 1.634.27.492.674.885 1.213 1.178.55.281 1.225.422 2.022.422.996 0 1.875-.211 2.636-.633.762-.422 1.366-.937 1.811-1.547.457-.609.703-1.201.738-1.775l1.389 1.564c-.082.492-.305 1.037-.668 1.635-.363.598-.85 1.172-1.459 1.723-.598.539-1.313.99-2.145 1.353-.82.352-1.746.528-2.777.528-1.29 0-2.42-.252-3.393-.756-.96-.504-1.71-1.178-2.25-2.022-.527-.855-.79-1.81-.79-2.865 0-1.02.199-1.916.597-2.689a5.192 5.192 0 011.723-1.952c.75-.527 1.652-.925 2.707-1.195 1.054-.269 2.232-.404 3.533-.404h3.779zm12.867 9.562l5.291-17.051h3.481l-7.629 21.956c-.176.468-.41.972-.703 1.511a7.234 7.234 0 01-1.09 1.565c-.445.492-.984.89-1.617 1.195-.621.316-1.365.475-2.233.475-.257 0-.586-.036-.984-.106a9.41 9.41 0 01-.844-.176l-.017-2.636c.093.011.24.023.439.035.211.023.358.035.44.035.738 0 1.365-.1 1.88-.299.516-.187.95-.51 1.301-.967.364-.445.674-1.06.932-1.845l1.353-3.692zm-3.884-17.051l4.939 14.766.844 3.428-2.338 1.195-6.996-19.389h3.551zm25.927-6.714V132h-3.252v-21.674l-6.556 2.391v-2.936l9.299-3.515h.509zm9.967 24.011c0-.55.17-1.013.51-1.388.351-.387.855-.58 1.512-.58.656 0 1.154.193 1.494.58.351.375.527.838.527 1.388 0 .539-.176.996-.527 1.371-.34.375-.838.563-1.494.563-.657 0-1.161-.188-1.512-.563-.34-.375-.51-.832-.51-1.371zm17.051-.597c.773 0 1.488-.159 2.144-.475a4.41 4.41 0 001.618-1.301 3.613 3.613 0 00.72-1.916h3.094c-.058 1.125-.439 2.174-1.142 3.147-.692.961-1.6 1.74-2.725 2.338-1.125.586-2.361.879-3.709.879-1.43 0-2.678-.252-3.744-.756a7.42 7.42 0 01-2.637-2.075 9.249 9.249 0 01-1.564-3.023 12.75 12.75 0 01-.51-3.639v-.738c0-1.277.17-2.484.51-3.621a9.24 9.24 0 011.564-3.041 7.418 7.418 0 012.637-2.074c1.066-.504 2.314-.756 3.744-.756 1.488 0 2.789.305 3.902.914 1.114.598 1.987 1.418 2.619 2.461.645 1.031.997 2.203 1.055 3.516h-3.094a4.668 4.668 0 00-.668-2.127 4.163 4.163 0 00-1.546-1.512c-.645-.387-1.401-.58-2.268-.58-.996 0-1.834.199-2.514.597a4.401 4.401 0 00-1.599 1.582 7.392 7.392 0 00-.844 2.198 12.087 12.087 0 00-.246 2.443v.738c0 .832.082 1.653.246 2.461.164.809.439 1.541.826 2.198a4.608 4.608 0 001.6 1.582c.679.386 1.523.58 2.531.58zm10.371-6.979v-.404c0-1.371.199-2.643.598-3.815.398-1.183.972-2.209 1.722-3.076a7.696 7.696 0 012.725-2.039c1.066-.492 2.262-.738 3.586-.738 1.336 0 2.537.246 3.603.738a7.647 7.647 0 012.743 2.039c.761.867 1.341 1.893 1.74 3.076.398 1.172.597 2.444.597 3.815v.404c0 1.371-.199 2.643-.597 3.815a9.147 9.147 0 01-1.74 3.076 7.978 7.978 0 01-2.725 2.039c-1.055.48-2.25.721-3.586.721-1.336 0-2.537-.241-3.603-.721a8.154 8.154 0 01-2.743-2.039c-.75-.879-1.324-1.904-1.722-3.076-.399-1.172-.598-2.444-.598-3.815zm3.252-.404v.404c0 .949.111 1.846.334 2.69.223.832.557 1.57 1.002 2.214a5.065 5.065 0 001.705 1.53c.68.363 1.471.545 2.373.545.891 0 1.67-.182 2.338-.545a4.898 4.898 0 001.687-1.53 7.04 7.04 0 001.002-2.214 9.99 9.99 0 00.352-2.69v-.404a9.72 9.72 0 00-.352-2.654 6.826 6.826 0 00-1.019-2.233 4.844 4.844 0 00-1.688-1.547c-.668-.375-1.453-.562-2.355-.562-.891 0-1.676.187-2.356.562a5.059 5.059 0 00-1.687 1.547 7.078 7.078 0 00-1.002 2.233 10.21 10.21 0 00-.334 2.654zm21.393-5.66v22.675h-3.27V112.98h2.988l.282 3.657zm12.814 5.695v.369c0 1.383-.164 2.666-.492 3.85-.328 1.172-.809 2.191-1.442 3.058a6.554 6.554 0 01-2.302 2.022c-.914.48-1.963.721-3.147.721-1.207 0-2.273-.2-3.199-.598a6.316 6.316 0 01-2.355-1.74c-.645-.762-1.161-1.676-1.547-2.743-.375-1.066-.633-2.267-.774-3.603v-1.969c.141-1.406.405-2.666.791-3.779.387-1.113.897-2.063 1.53-2.848a6.268 6.268 0 012.337-1.81c.914-.422 1.969-.633 3.164-.633 1.196 0 2.256.234 3.182.703a6.398 6.398 0 012.338 1.969c.633.855 1.107 1.881 1.424 3.076.328 1.184.492 2.502.492 3.955zm-3.27.369v-.369c0-.949-.099-1.84-.298-2.672-.2-.844-.51-1.582-.932-2.215a4.433 4.433 0 00-1.582-1.511c-.645-.375-1.412-.563-2.303-.563-.82 0-1.535.141-2.144.422a4.628 4.628 0 00-1.53 1.143 6.073 6.073 0 00-1.037 1.617 9.324 9.324 0 00-.58 1.863v4.553c.235.82.563 1.593.985 2.32a5.088 5.088 0 001.687 1.74c.703.434 1.588.651 2.654.651.879 0 1.635-.182 2.268-.545a4.584 4.584 0 001.582-1.53 6.977 6.977 0 00.932-2.214c.199-.844.298-1.741.298-2.69zm12.551 7.33l5.291-17.051h3.481l-7.629 21.956c-.176.468-.41.972-.703 1.511a7.269 7.269 0 01-1.09 1.565c-.445.492-.984.89-1.617 1.195-.621.316-1.366.475-2.233.475-.258 0-.586-.036-.984-.106a9.332 9.332 0 01-.844-.176l-.017-2.636c.093.011.24.023.439.035.211.023.357.035.439.035.739 0 1.366-.1 1.881-.299.516-.187.95-.51 1.301-.967.363-.445.674-1.06.932-1.845l1.353-3.692zm-3.884-17.051l4.939 14.766.844 3.428-2.338 1.195-6.996-19.389h3.551zm22.816 11.286l5.08-17.86h2.461l-1.424 6.944-5.467 18.65h-2.443l1.793-7.734zm-5.256-17.86l4.043 17.508 1.213 8.086h-2.426l-6.205-25.594h3.375zm19.371 17.49l3.955-17.49h3.393L254.779 132h-2.425l1.265-8.104zm-6.205-17.49l4.94 17.86 1.792 7.734h-2.443l-5.273-18.65-1.442-6.944h2.426zm20.356 6.574V132h-3.27v-19.02h3.27zm-3.516-5.044c0-.528.158-.973.475-1.336.328-.364.808-.545 1.441-.545.621 0 1.096.181 1.424.545.34.363.51.808.51 1.336 0 .503-.17.937-.51 1.3-.328.352-.803.528-1.424.528-.633 0-1.113-.176-1.441-.528a1.911 1.911 0 01-.475-1.3zm16.699 5.044v2.497H270.67v-2.497h10.283zm-6.803-4.623h3.252v18.932c0 .645.1 1.131.299 1.459.199.328.457.545.774.65.316.106.656.159 1.019.159.27 0 .551-.024.844-.071.305-.058.533-.105.685-.14l.018 2.654a7.717 7.717 0 01-1.02.229c-.41.082-.908.123-1.494.123a5.072 5.072 0 01-2.197-.475c-.668-.316-1.201-.844-1.6-1.582-.386-.75-.58-1.758-.58-3.024v-18.914zM288.02 105v27h-3.252v-27h3.252zm-.774 16.77l-1.353-.053c.011-1.301.205-2.502.58-3.604.375-1.113.902-2.08 1.582-2.9a7.057 7.057 0 012.425-1.899c.95-.457 1.999-.685 3.147-.685.937 0 1.781.129 2.531.387.75.246 1.389.644 1.916 1.195.539.551.949 1.266 1.231 2.144.281.868.422 1.928.422 3.182V132h-3.27v-12.498c0-.996-.146-1.793-.439-2.391-.293-.609-.721-1.049-1.284-1.318-.562-.281-1.254-.422-2.074-.422-.808 0-1.547.17-2.215.51a5.303 5.303 0 00-1.705 1.406 7.055 7.055 0 00-1.107 2.057 7.507 7.507 0 00-.387 2.426zm20.883-8.79V132h-3.27v-19.02h3.27zm-3.516-5.044c0-.528.158-.973.475-1.336.328-.364.808-.545 1.441-.545.621 0 1.096.181 1.424.545.34.363.51.808.51 1.336 0 .503-.17.937-.51 1.3-.328.352-.803.528-1.424.528-.633 0-1.113-.176-1.441-.528a1.911 1.911 0 01-.475-1.3zm11.989 9.105V132h-3.252v-19.02h3.076l.176 4.061zm-.774 4.729l-1.353-.053c.011-1.301.205-2.502.58-3.604.375-1.113.902-2.08 1.582-2.9a7.057 7.057 0 012.425-1.899c.95-.457 1.999-.685 3.147-.685.937 0 1.781.129 2.531.387.75.246 1.389.644 1.916 1.195.539.551.949 1.266 1.231 2.144.281.868.422 1.928.422 3.182V132h-3.27v-12.498c0-.996-.146-1.793-.439-2.391-.293-.609-.721-1.049-1.284-1.318-.562-.281-1.254-.422-2.074-.422-.808 0-1.547.17-2.215.51a5.303 5.303 0 00-1.705 1.406 7.078 7.078 0 00-1.107 2.057 7.507 7.507 0 00-.387 2.426zm17.297 0v-.176c0-2.555.287-4.864.861-6.926.575-2.074 1.307-3.891 2.198-5.449.89-1.559 1.828-2.848 2.812-3.867.984-1.032 1.893-1.776 2.725-2.233l.685 2.145c-.691.527-1.394 1.254-2.109 2.179-.703.926-1.354 2.063-1.951 3.411-.586 1.347-1.061 2.912-1.424 4.693-.363 1.781-.545 3.785-.545 6.012v.246c0 2.226.182 4.236.545 6.029.363 1.781.838 3.352 1.424 4.711.597 1.359 1.248 2.514 1.951 3.463.715.961 1.418 1.722 2.109 2.285l-.685 1.969c-.832-.457-1.741-1.201-2.725-2.233-.984-1.019-1.922-2.308-2.812-3.867-.891-1.547-1.623-3.357-2.198-5.432-.574-2.074-.861-4.394-.861-6.96zm28.178-4.606v3.902c0 2.098-.188 3.868-.563 5.309-.375 1.441-.914 2.602-1.617 3.48-.703.879-1.553 1.518-2.549 1.916-.984.387-2.097.581-3.34.581-.984 0-1.892-.123-2.724-.37a6.466 6.466 0 01-2.25-1.177c-.656-.551-1.219-1.266-1.688-2.145-.468-.879-.826-1.945-1.072-3.199-.246-1.254-.369-2.719-.369-4.395v-3.902c0-2.098.187-3.855.562-5.273.387-1.418.932-2.555 1.635-3.411.703-.867 1.547-1.488 2.531-1.863.996-.375 2.11-.562 3.34-.562.996 0 1.91.123 2.742.369a6.191 6.191 0 012.25 1.142c.657.516 1.213 1.207 1.67 2.075.469.855.827 1.904 1.073 3.146s.369 2.701.369 4.377zm-3.27 4.43v-4.975c0-1.148-.07-2.156-.211-3.023-.129-.879-.322-1.629-.58-2.25-.258-.621-.586-1.125-.984-1.512a3.478 3.478 0 00-1.354-.844c-.504-.187-1.072-.281-1.705-.281-.773 0-1.459.146-2.056.439-.598.282-1.102.733-1.512 1.354-.399.621-.703 1.436-.914 2.443-.211 1.008-.317 2.233-.317 3.674v4.975c0 1.148.065 2.162.194 3.041.14.879.345 1.64.615 2.285.27.633.598 1.154.984 1.564.387.411.832.715 1.336.914a4.947 4.947 0 001.705.282c.797 0 1.495-.153 2.092-.457.598-.305 1.096-.78 1.494-1.424.41-.656.715-1.494.914-2.514.2-1.031.299-2.262.299-3.691zm10.758 6.539v2.619c0 1.066-.27 2.191-.809 3.375a8.107 8.107 0 01-2.267 2.988l-1.846-1.283c.375-.516.692-1.043.949-1.582a7.418 7.418 0 00.58-1.652c.141-.563.211-1.16.211-1.793v-2.672h3.182zm17.473-10.529h2.32c1.137 0 2.074-.188 2.812-.563.75-.387 1.307-.908 1.67-1.564.375-.668.563-1.418.563-2.25 0-.985-.164-1.811-.492-2.479a3.298 3.298 0 00-1.477-1.512c-.656-.34-1.488-.509-2.496-.509-.914 0-1.723.181-2.426.544a3.993 3.993 0 00-1.634 1.512c-.387.656-.581 1.43-.581 2.321h-3.252c0-1.301.329-2.485.985-3.551.656-1.067 1.576-1.916 2.76-2.549 1.195-.633 2.578-.949 4.148-.949 1.547 0 2.9.275 4.061.826a6.05 6.05 0 012.707 2.426c.644 1.066.966 2.396.966 3.99 0 .644-.152 1.336-.457 2.074-.293.727-.755 1.406-1.388 2.039-.621.633-1.43 1.154-2.426 1.565-.996.398-2.191.597-3.586.597h-2.777v-1.968zm0 2.671v-1.951h2.777c1.629 0 2.977.194 4.043.58 1.066.387 1.904.903 2.514 1.547.621.645 1.054 1.354 1.3 2.127.258.762.387 1.524.387 2.285 0 1.196-.205 2.256-.615 3.182a6.486 6.486 0 01-1.705 2.355 7.283 7.283 0 01-2.567 1.459c-.984.329-2.056.493-3.216.493-1.114 0-2.162-.159-3.147-.475a8.13 8.13 0 01-2.584-1.371 6.427 6.427 0 01-1.758-2.233c-.422-.89-.632-1.904-.632-3.041h3.251c0 .891.194 1.67.581 2.338.398.668.961 1.19 1.687 1.565.738.363 1.606.545 2.602.545.996 0 1.851-.17 2.566-.51a3.701 3.701 0 001.67-1.582c.398-.703.598-1.588.598-2.654 0-1.067-.223-1.94-.668-2.62-.446-.691-1.078-1.201-1.899-1.529-.808-.34-1.763-.51-2.865-.51h-2.32zm18.808 7.858v2.619c0 1.066-.269 2.191-.808 3.375a8.11 8.11 0 01-2.268 2.988l-1.846-1.283a10.14 10.14 0 00.95-1.582 7.52 7.52 0 00.58-1.652c.14-.563.211-1.16.211-1.793v-2.672h3.181zm30.024-4.746v2.672h-18.492v-1.916l11.46-17.737h2.655l-2.848 5.133-7.576 11.848h14.801zm-3.569-16.981V132h-3.252v-25.594h3.252zm14.362 15.188v.176c0 2.566-.287 4.886-.862 6.96-.574 2.075-1.306 3.885-2.197 5.432-.891 1.559-1.828 2.848-2.812 3.867-.985 1.032-1.893 1.776-2.725 2.233l-.686-1.969c.692-.527 1.389-1.266 2.092-2.215.703-.937 1.354-2.098 1.951-3.48.598-1.371 1.079-2.953 1.442-4.746.363-1.805.545-3.821.545-6.047v-.246c0-2.227-.194-4.237-.58-6.03-.387-1.804-.891-3.392-1.512-4.763-.609-1.371-1.266-2.526-1.969-3.463-.691-.949-1.347-1.682-1.969-2.198l.686-1.986c.832.457 1.74 1.201 2.725 2.233.984 1.019 1.921 2.308 2.812 3.867.891 1.558 1.623 3.375 2.197 5.449.575 2.062.862 4.371.862 6.926zM5.617 221.701v-.404c0-1.371.2-2.643.598-3.815.398-1.183.973-2.209 1.723-3.076a7.69 7.69 0 012.724-2.039c1.066-.492 2.262-.738 3.586-.738 1.336 0 2.537.246 3.604.738a7.652 7.652 0 012.742 2.039c.761.867 1.341 1.893 1.74 3.076.398 1.172.598 2.444.598 3.815v.404c0 1.371-.2 2.643-.598 3.815a9.127 9.127 0 01-1.74 3.076 7.973 7.973 0 01-2.725 2.039c-1.055.48-2.25.721-3.586.721-1.336 0-2.537-.241-3.603-.721a8.154 8.154 0 01-2.742-2.039c-.75-.879-1.325-1.904-1.723-3.076-.399-1.172-.598-2.444-.598-3.815zm3.252-.404v.404c0 .949.111 1.846.334 2.69a7.07 7.07 0 001.002 2.214 5.068 5.068 0 001.705 1.53c.68.363 1.47.545 2.373.545.89 0 1.67-.182 2.338-.545a4.905 4.905 0 001.688-1.53 7.069 7.069 0 001.002-2.214c.234-.844.351-1.741.351-2.69v-.404c0-.938-.117-1.822-.351-2.654a6.84 6.84 0 00-1.02-2.233 4.848 4.848 0 00-1.688-1.547c-.668-.375-1.453-.562-2.355-.562-.89 0-1.676.187-2.355.562a5.06 5.06 0 00-1.688 1.547 7.063 7.063 0 00-1.002 2.233 10.226 10.226 0 00-.334 2.654zm29.778 5.308V211.98h3.269V231h-3.111l-.158-4.395zm.615-4.007l1.353-.036c0 1.266-.135 2.438-.404 3.516-.258 1.067-.68 1.992-1.266 2.777-.586.786-1.353 1.401-2.302 1.846-.95.434-2.104.651-3.463.651-.926 0-1.776-.135-2.55-.405a5.08 5.08 0 01-1.968-1.248c-.55-.562-.978-1.295-1.283-2.197-.293-.902-.44-1.986-.44-3.252v-12.27h3.252v12.305c0 .856.094 1.565.282 2.127.199.551.463.99.79 1.318.34.317.715.54 1.126.668.421.129.855.194 1.3.194 1.383 0 2.479-.264 3.288-.791a4.509 4.509 0 001.74-2.162c.363-.914.545-1.928.545-3.041zm15.574-10.618v2.497H44.553v-2.497h10.283zm-6.803-4.623h3.252v18.932c0 .645.1 1.131.299 1.459.2.328.457.545.773.65a3.19 3.19 0 001.02.159c.27 0 .55-.024.844-.071.304-.058.533-.105.685-.14l.018 2.654a7.703 7.703 0 01-1.02.229c-.41.082-.908.123-1.494.123-.797 0-1.53-.159-2.197-.475-.668-.316-1.201-.844-1.6-1.582-.386-.75-.58-1.758-.58-3.024v-18.914zm13.87 8.28v22.675h-3.27V211.98h2.988l.281 3.657zm12.814 5.695v.369c0 1.383-.164 2.666-.492 3.85-.328 1.172-.809 2.191-1.442 3.058a6.557 6.557 0 01-2.302 2.022c-.915.48-1.963.721-3.147.721-1.207 0-2.273-.2-3.2-.598a6.323 6.323 0 01-2.355-1.74c-.644-.762-1.16-1.676-1.547-2.743-.375-1.066-.632-2.267-.773-3.603v-1.969c.14-1.406.404-2.666.791-3.779s.897-2.063 1.53-2.848a6.274 6.274 0 012.337-1.81c.914-.422 1.969-.633 3.164-.633 1.196 0 2.256.234 3.182.703a6.397 6.397 0 012.338 1.969c.633.855 1.107 1.881 1.424 3.076.328 1.184.492 2.502.492 3.955zm-3.27.369v-.369c0-.949-.1-1.84-.299-2.672-.199-.844-.51-1.582-.931-2.215a4.438 4.438 0 00-1.582-1.511c-.645-.375-1.412-.563-2.303-.563-.82 0-1.535.141-2.144.422a4.627 4.627 0 00-1.53 1.143 6.04 6.04 0 00-1.037 1.617 9.266 9.266 0 00-.58 1.863v4.553c.234.82.563 1.593.984 2.32a5.097 5.097 0 001.688 1.74c.703.434 1.588.651 2.654.651.88 0 1.635-.182 2.268-.545a4.59 4.59 0 001.582-1.53 6.96 6.96 0 00.931-2.214c.2-.844.3-1.741.3-2.69zm19.055 4.904V211.98h3.27V231H90.66l-.158-4.395zm.615-4.007l1.354-.036c0 1.266-.135 2.438-.405 3.516-.257 1.067-.68 1.992-1.265 2.777-.586.786-1.354 1.401-2.303 1.846-.95.434-2.104.651-3.463.651-.926 0-1.775-.135-2.549-.405a5.081 5.081 0 01-1.968-1.248c-.551-.562-.979-1.295-1.284-2.197-.293-.902-.44-1.986-.44-3.252v-12.27h3.253v12.305c0 .856.094 1.565.281 2.127.2.551.463.99.791 1.318.34.317.715.54 1.125.668.422.129.856.194 1.3.194 1.384 0 2.48-.264 3.288-.791a4.509 4.509 0 001.74-2.162c.364-.914.545-1.928.545-3.041zm15.574-10.618v2.497H96.408v-2.497h10.283zm-6.802-4.623h3.252v18.932c0 .645.099 1.131.298 1.459.2.328.457.545.774.65.316.106.656.159 1.019.159.27 0 .551-.024.844-.071.305-.058.533-.105.686-.14l.017 2.654a7.697 7.697 0 01-1.019.229c-.41.082-.908.123-1.494.123-.797 0-1.53-.159-2.198-.475-.668-.316-1.201-.844-1.599-1.582-.387-.75-.58-1.758-.58-3.024v-18.914zm10.476 21.92c0-.55.17-1.013.51-1.388.352-.387.855-.58 1.512-.58.656 0 1.154.193 1.494.58.351.375.527.838.527 1.388 0 .539-.176.996-.527 1.371-.34.375-.838.563-1.494.563-.657 0-1.16-.188-1.512-.563-.34-.375-.51-.832-.51-1.371zm.018-15.521c0-.551.17-1.014.51-1.389.351-.387.855-.58 1.511-.58.657 0 1.155.193 1.494.58.352.375.528.838.528 1.389 0 .539-.176.996-.528 1.371-.339.375-.837.562-1.494.562-.656 0-1.16-.187-1.511-.562-.34-.375-.51-.832-.51-1.371zm27.738-6.082L129.648 231h-3.462l9.755-25.594h2.233l-.053 2.268zM145.223 231l-8.491-23.326-.052-2.268h2.232L148.703 231h-3.48zm-.44-9.475v2.778h-14.379v-2.778h14.379zm10.108-6.556V231h-3.252v-19.02h3.164l.088 2.989zm5.941-3.094l-.018 3.023a4.779 4.779 0 00-.773-.105 8.36 8.36 0 00-.809-.035c-.75 0-1.412.117-1.986.351a4.13 4.13 0 00-1.459.985 4.745 4.745 0 00-.949 1.511 7.285 7.285 0 00-.44 1.899l-.914.527c0-1.148.112-2.226.334-3.234.235-1.008.592-1.899 1.073-2.672.48-.785 1.089-1.395 1.828-1.828.75-.445 1.64-.668 2.672-.668a4.3 4.3 0 01.808.088c.305.047.516.099.633.158zm6.258 3.094V231h-3.252v-19.02h3.164l.088 2.989zm5.941-3.094l-.017 3.023a4.805 4.805 0 00-.774-.105 8.354 8.354 0 00-.808-.035c-.75 0-1.412.117-1.987.351a4.13 4.13 0 00-1.459.985 4.745 4.745 0 00-.949 1.511 7.245 7.245 0 00-.439 1.899l-.914.527c0-1.148.111-2.226.334-3.234.234-1.008.591-1.899 1.072-2.672.48-.785 1.09-1.395 1.828-1.828.75-.445 1.641-.668 2.672-.668a4.3 4.3 0 01.808.088c.305.047.516.099.633.158zm13.518 15.873v-9.791c0-.75-.153-1.4-.457-1.951a2.99 2.99 0 00-1.336-1.301c-.598-.305-1.336-.457-2.215-.457-.82 0-1.541.141-2.162.422-.609.281-1.09.65-1.441 1.107-.34.457-.51.95-.51 1.477h-3.252c0-.68.176-1.354.527-2.022.352-.668.856-1.271 1.512-1.81.668-.551 1.465-.984 2.39-1.301.938-.328 1.981-.492 3.129-.492 1.383 0 2.602.234 3.657.703 1.066.469 1.898 1.178 2.496 2.127.609.937.914 2.115.914 3.533v8.86c0 .632.053 1.306.158 2.021.117.715.287 1.33.51 1.846V231h-3.393c-.164-.375-.293-.873-.387-1.494a12.155 12.155 0 01-.14-1.758zm.562-8.279l.035 2.285h-3.287c-.925 0-1.752.076-2.478.228-.727.141-1.336.358-1.828.651a3.096 3.096 0 00-1.125 1.107c-.258.434-.387.944-.387 1.53 0 .597.135 1.142.404 1.634.27.492.674.885 1.213 1.178.551.281 1.225.422 2.022.422.996 0 1.875-.211 2.636-.633.762-.422 1.366-.937 1.811-1.547.457-.609.703-1.201.738-1.775l1.389 1.564c-.082.492-.305 1.037-.668 1.635-.363.598-.85 1.172-1.459 1.723a7.877 7.877 0 01-2.145 1.353c-.82.352-1.746.528-2.777.528-1.289 0-2.42-.252-3.393-.756-.96-.504-1.71-1.178-2.25-2.022-.527-.855-.791-1.81-.791-2.865 0-1.02.2-1.916.598-2.689a5.197 5.197 0 011.723-1.952c.75-.527 1.652-.925 2.707-1.195 1.055-.269 2.232-.404 3.533-.404h3.779zm12.868 9.562l5.291-17.051h3.48l-7.629 21.956c-.176.468-.41.972-.703 1.511a7.234 7.234 0 01-1.09 1.565c-.445.492-.984.89-1.617 1.195-.621.316-1.365.475-2.232.475-.258 0-.586-.036-.985-.106a9.41 9.41 0 01-.844-.176l-.017-2.636c.094.011.24.023.439.035.211.023.358.035.44.035.738 0 1.365-.1 1.881-.299a2.84 2.84 0 001.3-.967c.364-.445.674-1.06.932-1.845l1.354-3.692zm-3.885-17.051l4.939 14.766.844 3.428-2.338 1.195-6.996-19.389h3.551zm31.236-10.23v2.672h-3.357v29.39h3.357v2.672h-6.609V201.75h6.609zm5.256 2.25v2.391l-.527 6.275h-1.952V204h2.479zm4.746 0v2.391l-.527 6.275h-1.951V204h2.478zm15.311 23.309V204h3.269v27h-2.988l-.281-3.691zm-12.797-5.608v-.369c0-1.453.175-2.771.527-3.955.363-1.195.873-2.221 1.529-3.076a6.914 6.914 0 012.373-1.969c.926-.469 1.957-.703 3.094-.703 1.195 0 2.238.211 3.129.633a6.017 6.017 0 012.285 1.81c.633.785 1.131 1.735 1.494 2.848.364 1.113.616 2.373.756 3.779v1.617c-.129 1.395-.381 2.649-.756 3.762-.363 1.113-.861 2.063-1.494 2.848a6.257 6.257 0 01-2.285 1.81c-.902.41-1.957.616-3.164.616-1.113 0-2.133-.241-3.059-.721a7.218 7.218 0 01-2.373-2.022c-.656-.867-1.166-1.886-1.529-3.058-.352-1.184-.527-2.467-.527-3.85zm3.269-.369v.369c0 .949.094 1.84.281 2.672.2.832.504 1.565.915 2.197a4.53 4.53 0 001.564 1.494c.633.352 1.389.528 2.268.528 1.078 0 1.962-.229 2.654-.686a5.11 5.11 0 001.687-1.81c.422-.75.75-1.565.985-2.444v-4.236a9.418 9.418 0 00-.615-1.863 5.72 5.72 0 00-1.02-1.617 4.4 4.4 0 00-1.529-1.143c-.598-.281-1.307-.422-2.127-.422-.891 0-1.658.188-2.303.563a4.482 4.482 0 00-1.564 1.511c-.411.633-.715 1.371-.915 2.215a12.168 12.168 0 00-.281 2.672zM263.383 204v2.391l-.528 6.275h-1.951V204h2.479zm4.746 0v2.391l-.527 6.275h-1.952V204h2.479zm7.33 23.133v2.619c0 1.066-.27 2.191-.809 3.375a8.117 8.117 0 01-2.267 2.988l-1.846-1.283c.375-.516.692-1.043.949-1.582a7.418 7.418 0 00.58-1.652c.141-.563.211-1.16.211-1.793v-2.672h3.182zM290.945 204v2.391l-.527 6.275h-1.951V204h2.478zm4.746 0v2.391l-.527 6.275h-1.951V204h2.478zm4.36 0h3.269v23.309l-.281 3.691h-2.988v-27zm16.119 17.332v.369c0 1.383-.164 2.666-.492 3.85-.328 1.172-.809 2.191-1.442 3.058a6.707 6.707 0 01-2.32 2.022c-.914.48-1.963.721-3.146.721-1.208 0-2.268-.206-3.182-.616a6.257 6.257 0 01-2.285-1.81c-.621-.785-1.119-1.735-1.494-2.848-.364-1.113-.616-2.367-.756-3.762v-1.617c.14-1.406.392-2.666.756-3.779.375-1.113.873-2.063 1.494-2.848a6.017 6.017 0 012.285-1.81c.902-.422 1.951-.633 3.146-.633 1.196 0 2.256.234 3.182.703a6.247 6.247 0 012.32 1.969c.633.855 1.114 1.881 1.442 3.076.328 1.184.492 2.502.492 3.955zm-3.27.369v-.369c0-.949-.088-1.84-.263-2.672-.176-.844-.457-1.582-.844-2.215a4.21 4.21 0 00-1.529-1.511c-.633-.375-1.412-.563-2.338-.563-.821 0-1.535.141-2.145.422a4.634 4.634 0 00-1.529 1.143 6.024 6.024 0 00-1.037 1.617 9.26 9.26 0 00-.58 1.863v4.236c.187.821.492 1.612.914 2.373a5.525 5.525 0 001.722 1.846c.727.481 1.624.721 2.69.721.879 0 1.629-.176 2.25-.528a4.233 4.233 0 001.529-1.494c.399-.632.692-1.365.879-2.197.188-.832.281-1.723.281-2.672zM322.164 204v2.391l-.527 6.275h-1.951V204h2.478zm4.746 0v2.391l-.527 6.275h-1.951V204h2.478zm7.33 23.133v2.619c0 1.066-.269 2.191-.808 3.375a8.11 8.11 0 01-2.268 2.988l-1.846-1.283a10.14 10.14 0 00.95-1.582 7.52 7.52 0 00.58-1.652c.14-.563.211-1.16.211-1.793v-2.672h3.181zM349.727 204v2.391l-.528 6.275h-1.951V204h2.479zm4.746 0v2.391l-.528 6.275h-1.951V204h2.479zm10.933 24.68c.774 0 1.489-.159 2.145-.475a4.415 4.415 0 001.617-1.301 3.623 3.623 0 00.721-1.916h3.093c-.058 1.125-.439 2.174-1.142 3.147-.692.961-1.6 1.74-2.725 2.338-1.125.586-2.361.879-3.709.879-1.429 0-2.677-.252-3.744-.756a7.43 7.43 0 01-2.637-2.075 9.249 9.249 0 01-1.564-3.023 12.75 12.75 0 01-.51-3.639v-.738c0-1.277.17-2.484.51-3.621a9.24 9.24 0 011.564-3.041 7.427 7.427 0 012.637-2.074c1.067-.504 2.315-.756 3.744-.756 1.489 0 2.789.305 3.903.914 1.113.598 1.986 1.418 2.619 2.461.644 1.031.996 2.203 1.054 3.516h-3.093a4.692 4.692 0 00-.668-2.127 4.166 4.166 0 00-1.547-1.512c-.645-.387-1.401-.58-2.268-.58-.996 0-1.834.199-2.513.597a4.404 4.404 0 00-1.6 1.582 7.392 7.392 0 00-.844 2.198 12.087 12.087 0 00-.246 2.443v.738c0 .832.082 1.653.246 2.461a7.08 7.08 0 00.826 2.198 4.608 4.608 0 001.6 1.582c.68.386 1.523.58 2.531.58zm13.43-24.68v2.391l-.527 6.275h-1.952V204h2.479zm4.746 0v2.391l-.527 6.275h-1.951V204h2.478zm7.33 23.133v2.619c0 1.066-.269 2.191-.808 3.375a8.12 8.12 0 01-2.268 2.988l-1.846-1.283c.375-.516.692-1.043.949-1.582a7.472 7.472 0 00.581-1.652c.14-.563.21-1.16.21-1.793v-2.672h3.182zM406.398 204v2.391l-.527 6.275h-1.951V204h2.478zm4.747 0v2.391l-.528 6.275h-1.951V204h2.479zm15.31 23.309V204h3.27v27h-2.989l-.281-3.691zm-12.797-5.608v-.369c0-1.453.176-2.771.528-3.955.363-1.195.873-2.221 1.529-3.076a6.914 6.914 0 012.373-1.969c.926-.469 1.957-.703 3.094-.703 1.195 0 2.238.211 3.129.633a6.017 6.017 0 012.285 1.81c.633.785 1.131 1.735 1.494 2.848.363 1.113.615 2.373.756 3.779v1.617c-.129 1.395-.381 2.649-.756 3.762-.363 1.113-.861 2.063-1.494 2.848a6.257 6.257 0 01-2.285 1.81c-.903.41-1.957.616-3.165.616-1.113 0-2.132-.241-3.058-.721a7.218 7.218 0 01-2.373-2.022c-.656-.867-1.166-1.886-1.529-3.058-.352-1.184-.528-2.467-.528-3.85zm3.27-.369v.369c0 .949.093 1.84.281 2.672.199.832.504 1.565.914 2.197.41.633.932 1.131 1.565 1.494.632.352 1.388.528 2.267.528 1.078 0 1.963-.229 2.654-.686a5.113 5.113 0 001.688-1.81c.422-.75.75-1.565.984-2.444v-4.236a9.29 9.29 0 00-.615-1.863 5.72 5.72 0 00-1.02-1.617 4.39 4.39 0 00-1.529-1.143c-.597-.281-1.306-.422-2.127-.422-.89 0-1.658.188-2.302.563a4.484 4.484 0 00-1.565 1.511c-.41.633-.715 1.371-.914 2.215a12.107 12.107 0 00-.281 2.672zM437.195 204v2.391l-.527 6.275h-1.951V204h2.478zm4.746 0v2.391l-.527 6.275h-1.951V204h2.478zm7.33 23.133v2.619c0 1.066-.269 2.191-.808 3.375a8.11 8.11 0 01-2.268 2.988l-1.845-1.283c.375-.516.691-1.043.949-1.582a7.469 7.469 0 00.58-1.652c.141-.563.211-1.16.211-1.793v-2.672h3.181zM464.758 204v2.391l-.528 6.275h-1.951V204h2.479zm4.746 0v2.391l-.527 6.275h-1.952V204h2.479zm11.215 27.352c-1.324 0-2.526-.223-3.604-.668a8.184 8.184 0 01-2.76-1.916 8.536 8.536 0 01-1.757-2.918c-.41-1.125-.616-2.356-.616-3.692v-.738c0-1.547.229-2.924.686-4.131.457-1.219 1.078-2.25 1.863-3.094a7.998 7.998 0 012.672-1.916 7.683 7.683 0 013.094-.65c1.359 0 2.531.234 3.515.703a6.406 6.406 0 012.444 1.969c.633.832 1.101 1.816 1.406 2.953.305 1.125.457 2.355.457 3.691v1.459h-14.203v-2.654h10.951v-.246a8.104 8.104 0 00-.527-2.461 4.43 4.43 0 00-1.406-1.969c-.645-.515-1.524-.773-2.637-.773-.738 0-1.418.158-2.039.474-.621.305-1.154.762-1.6 1.371-.445.61-.791 1.354-1.037 2.233-.246.879-.369 1.892-.369 3.041v.738c0 .903.123 1.752.369 2.549a6.512 6.512 0 001.108 2.074 5.3 5.3 0 001.775 1.407c.703.339 1.5.509 2.391.509 1.148 0 2.121-.234 2.917-.703a7.223 7.223 0 002.092-1.881l1.969 1.565a9.104 9.104 0 01-1.564 1.775c-.633.563-1.413 1.02-2.338 1.371-.914.352-1.998.528-3.252.528zM494.078 204v2.391l-.527 6.275H491.6V204h2.478zm4.746 0v2.391l-.527 6.275h-1.951V204h2.478zm2.074.422v-2.672h6.645v34.734h-6.645v-2.672h3.375v-29.39h-3.375z" fill="#000"></path><path d="M276.595 195.474a1.5 1.5 0 00.879 1.931l12.644 4.732a1.5 1.5 0 001.051-2.81l-11.238-4.206 4.206-11.239a1.5 1.5 0 00-2.81-1.051l-4.732 12.643zm112.783-51.839l-112 51 1.244 2.73 112-51-1.244-2.73zM397.298 98.326a1.5 1.5 0 002.028-.624l6.316-11.931a1.5 1.5 0 00-2.651-1.404l-5.615 10.605-10.605-5.614a1.5 1.5 0 00-1.404 2.651l11.931 6.317zM380.566 45.44l16 52 2.868-.882-16-52-2.868.882z" fill="#66DDD6" fill-opacity=".32"></path><path d="M339.509 98.411a1.5 1.5 0 00.902-1.92l-4.579-12.7a1.5 1.5 0 10-2.822 1.018l4.07 11.289-11.289 4.07a1.5 1.5 0 101.018 2.822l12.7-4.579zM238.362 51.358l100 47 1.276-2.716-100-47-1.276 2.715zM268.517 186.777a1.499 1.499 0 001.26 1.706l13.35 2.009a1.5 1.5 0 00.446-2.967l-11.867-1.785 1.786-11.867a1.5 1.5 0 00-2.967-.446l-2.008 13.35zm65.592-48.984l-65 48 1.782 2.414 65-48-1.782-2.414zM351.498 426.415a1.5 1.5 0 00.917-1.913l-4.479-12.735a1.5 1.5 0 00-2.83.995l3.981 11.321-11.32 3.981a1.5 1.5 0 00.995 2.83l12.736-4.479zm-99.147-47.063l98 47.001 1.298-2.705-98-47-1.298 2.704zM313.5 501.015a1.5 1.5 0 001.515 1.485l13.5-.139a1.5 1.5 0 00-.031-3l-12 .124-.123-12a1.5 1.5 0 00-3 .031l.139 13.499zm48.428-50.065l-48 49 2.144 2.1 48-49-2.144-2.1z" fill="#D66" fill-opacity=".32"></path><path d="M70.693 448.748v-9.791c0-.75-.152-1.4-.457-1.951a2.99 2.99 0 00-1.336-1.301c-.597-.305-1.336-.457-2.215-.457-.82 0-1.54.141-2.162.422-.609.281-1.09.65-1.441 1.107-.34.457-.51.95-.51 1.477H59.32c0-.68.176-1.354.528-2.022.351-.668.855-1.271 1.511-1.81.668-.551 1.465-.984 2.391-1.301.938-.328 1.98-.492 3.129-.492 1.383 0 2.602.234 3.656.703 1.067.469 1.899 1.178 2.496 2.127.61.937.914 2.115.914 3.533v8.86c0 .632.053 1.306.159 2.021.117.715.287 1.33.51 1.846V452H71.22c-.164-.375-.293-.873-.387-1.494a12.048 12.048 0 01-.14-1.758zm.563-8.279l.035 2.285h-3.287c-.926 0-1.752.076-2.479.228-.726.141-1.336.358-1.828.651-.492.293-.867.662-1.125 1.107-.258.434-.387.944-.387 1.53 0 .597.135 1.142.405 1.634s.674.885 1.213 1.178c.55.281 1.224.422 2.021.422.996 0 1.875-.211 2.637-.633.762-.422 1.365-.937 1.81-1.547.457-.609.704-1.201.739-1.775l1.388 1.564c-.082.492-.304 1.037-.667 1.635-.364.598-.85 1.172-1.46 1.723-.597.539-1.312.99-2.144 1.353-.82.352-1.746.528-2.777.528-1.29 0-2.42-.252-3.393-.756-.96-.504-1.71-1.178-2.25-2.022-.527-.855-.791-1.81-.791-2.865 0-1.02.2-1.916.598-2.689a5.19 5.19 0 011.722-1.952c.75-.527 1.653-.925 2.707-1.195 1.055-.269 2.233-.404 3.534-.404h3.779zm11.056-4.5V452h-3.251v-19.02h3.164l.088 2.989zm5.942-3.094l-.018 3.023a4.79 4.79 0 00-.773-.105 8.363 8.363 0 00-.809-.035c-.75 0-1.412.117-1.986.351a4.123 4.123 0 00-1.459.985 4.742 4.742 0 00-.95 1.511 7.269 7.269 0 00-.439 1.899l-.914.527c0-1.148.112-2.226.334-3.234.235-1.008.592-1.899 1.073-2.672.48-.785 1.09-1.395 1.828-1.828.75-.445 1.64-.668 2.671-.668.235 0 .504.029.81.088.304.047.515.099.632.158zm6.258 3.094V452H91.26v-19.02h3.164l.088 2.989zm5.941-3.094l-.017 3.023a4.803 4.803 0 00-.774-.105 8.363 8.363 0 00-.809-.035c-.75 0-1.412.117-1.986.351a4.123 4.123 0 00-1.459.985 4.745 4.745 0 00-.949 1.511 7.269 7.269 0 00-.44 1.899l-.913.527c0-1.148.11-2.226.334-3.234.234-1.008.591-1.899 1.072-2.672.48-.785 1.09-1.395 1.828-1.828.75-.445 1.64-.668 2.672-.668.234 0 .504.029.808.088.305.047.516.099.633.158zm13.518 15.873v-9.791c0-.75-.153-1.4-.457-1.951a2.994 2.994 0 00-1.336-1.301c-.598-.305-1.336-.457-2.215-.457-.82 0-1.541.141-2.162.422-.61.281-1.09.65-1.442 1.107-.339.457-.509.95-.509 1.477h-3.252c0-.68.175-1.354.527-2.022.352-.668.855-1.271 1.512-1.81.668-.551 1.465-.984 2.39-1.301.938-.328 1.981-.492 3.129-.492 1.383 0 2.602.234 3.656.703 1.067.469 1.899 1.178 2.497 2.127.609.937.914 2.115.914 3.533v8.86c0 .632.052 1.306.158 2.021.117.715.287 1.33.51 1.846V452h-3.393c-.164-.375-.293-.873-.387-1.494a12.155 12.155 0 01-.14-1.758zm.562-8.279l.035 2.285h-3.287c-.926 0-1.752.076-2.478.228-.727.141-1.336.358-1.828.651-.493.293-.868.662-1.125 1.107-.258.434-.387.944-.387 1.53 0 .597.135 1.142.404 1.634.27.492.674.885 1.213 1.178.551.281 1.225.422 2.022.422.996 0 1.875-.211 2.636-.633.762-.422 1.366-.937 1.811-1.547.457-.609.703-1.201.738-1.775l1.389 1.564c-.082.492-.305 1.037-.668 1.635-.363.598-.85 1.172-1.459 1.723a7.877 7.877 0 01-2.145 1.353c-.82.352-1.746.528-2.777.528-1.289 0-2.42-.252-3.393-.756-.961-.504-1.711-1.178-2.25-2.022-.527-.855-.791-1.81-.791-2.865 0-1.02.2-1.916.598-2.689a5.188 5.188 0 011.723-1.952c.75-.527 1.652-.925 2.707-1.195 1.054-.269 2.232-.404 3.533-.404h3.779zm12.867 9.562l5.291-17.051h3.481l-7.629 21.956c-.176.468-.41.972-.703 1.511a7.234 7.234 0 01-1.09 1.565c-.445.492-.984.89-1.617 1.195-.621.316-1.365.475-2.233.475-.257 0-.586-.036-.984-.106a9.41 9.41 0 01-.844-.176l-.017-2.636c.093.011.24.023.439.035.211.023.358.035.44.035.738 0 1.365-.1 1.88-.299.516-.187.95-.51 1.301-.967.364-.445.674-1.06.932-1.845l1.353-3.692zm-3.884-17.051l4.939 14.766.844 3.428-2.338 1.195-6.996-19.389h3.551zm25.927-6.714V452h-3.252v-21.674l-6.556 2.391v-2.936l9.299-3.515h.509zm9.967 24.011c0-.55.17-1.013.51-1.388.351-.387.855-.58 1.512-.58.656 0 1.154.193 1.494.58.351.375.527.838.527 1.388 0 .539-.176.996-.527 1.371-.34.375-.838.563-1.494.563-.657 0-1.161-.188-1.512-.563-.34-.375-.51-.832-.51-1.371zm17.051-.597c.773 0 1.488-.159 2.144-.475a4.41 4.41 0 001.618-1.301 3.613 3.613 0 00.72-1.916h3.094c-.058 1.125-.439 2.174-1.142 3.147-.692.961-1.6 1.74-2.725 2.338-1.125.586-2.361.879-3.709.879-1.43 0-2.678-.252-3.744-.756a7.42 7.42 0 01-2.637-2.075 9.249 9.249 0 01-1.564-3.023 12.75 12.75 0 01-.51-3.639v-.738c0-1.277.17-2.484.51-3.621a9.24 9.24 0 011.564-3.041 7.418 7.418 0 012.637-2.074c1.066-.504 2.314-.756 3.744-.756 1.488 0 2.789.305 3.902.914 1.114.598 1.987 1.418 2.619 2.461.645 1.031.997 2.203 1.055 3.516h-3.094a4.668 4.668 0 00-.668-2.127 4.163 4.163 0 00-1.546-1.512c-.645-.387-1.401-.58-2.268-.58-.996 0-1.834.199-2.514.597a4.401 4.401 0 00-1.599 1.582 7.392 7.392 0 00-.844 2.198 12.087 12.087 0 00-.246 2.443v.738c0 .832.082 1.653.246 2.461.164.809.439 1.541.826 2.198a4.608 4.608 0 001.6 1.582c.679.386 1.523.58 2.531.58zm10.371-6.979v-.404c0-1.371.199-2.643.598-3.815.398-1.183.972-2.209 1.722-3.076a7.696 7.696 0 012.725-2.039c1.066-.492 2.262-.738 3.586-.738 1.336 0 2.537.246 3.603.738a7.647 7.647 0 012.743 2.039c.761.867 1.341 1.893 1.74 3.076.398 1.172.597 2.444.597 3.815v.404c0 1.371-.199 2.643-.597 3.815a9.147 9.147 0 01-1.74 3.076 7.978 7.978 0 01-2.725 2.039c-1.055.48-2.25.721-3.586.721-1.336 0-2.537-.241-3.603-.721a8.154 8.154 0 01-2.743-2.039c-.75-.879-1.324-1.904-1.722-3.076-.399-1.172-.598-2.444-.598-3.815zm3.252-.404v.404c0 .949.111 1.846.334 2.69.223.832.557 1.57 1.002 2.214a5.065 5.065 0 001.705 1.53c.68.363 1.471.545 2.373.545.891 0 1.67-.182 2.338-.545a4.898 4.898 0 001.687-1.53 7.04 7.04 0 001.002-2.214 9.99 9.99 0 00.352-2.69v-.404a9.72 9.72 0 00-.352-2.654 6.826 6.826 0 00-1.019-2.233 4.844 4.844 0 00-1.688-1.547c-.668-.375-1.453-.562-2.355-.562-.891 0-1.676.187-2.356.562a5.059 5.059 0 00-1.687 1.547 7.078 7.078 0 00-1.002 2.233 10.21 10.21 0 00-.334 2.654zm21.393-5.66v22.675h-3.27V432.98h2.988l.282 3.657zm12.814 5.695v.369c0 1.383-.164 2.666-.492 3.85-.328 1.172-.809 2.191-1.442 3.058a6.554 6.554 0 01-2.302 2.022c-.914.48-1.963.721-3.147.721-1.207 0-2.273-.2-3.199-.598a6.316 6.316 0 01-2.355-1.74c-.645-.762-1.161-1.676-1.547-2.743-.375-1.066-.633-2.267-.774-3.603v-1.969c.141-1.406.405-2.666.791-3.779.387-1.113.897-2.063 1.53-2.848a6.268 6.268 0 012.337-1.81c.914-.422 1.969-.633 3.164-.633 1.196 0 2.256.234 3.182.703a6.398 6.398 0 012.338 1.969c.633.855 1.107 1.881 1.424 3.076.328 1.184.492 2.502.492 3.955zm-3.27.369v-.369c0-.949-.099-1.84-.298-2.672-.2-.844-.51-1.582-.932-2.215a4.433 4.433 0 00-1.582-1.511c-.645-.375-1.412-.563-2.303-.563-.82 0-1.535.141-2.144.422a4.628 4.628 0 00-1.53 1.143 6.073 6.073 0 00-1.037 1.617 9.324 9.324 0 00-.58 1.863v4.553c.235.82.563 1.593.985 2.32a5.088 5.088 0 001.687 1.74c.703.434 1.588.651 2.654.651.879 0 1.635-.182 2.268-.545a4.584 4.584 0 001.582-1.53 6.977 6.977 0 00.932-2.214c.199-.844.298-1.741.298-2.69zm12.551 7.33l5.291-17.051h3.481l-7.629 21.956c-.176.468-.41.972-.703 1.511a7.269 7.269 0 01-1.09 1.565c-.445.492-.984.89-1.617 1.195-.621.316-1.366.475-2.233.475-.258 0-.586-.036-.984-.106a9.332 9.332 0 01-.844-.176l-.017-2.636c.093.011.24.023.439.035.211.023.357.035.439.035.739 0 1.366-.1 1.881-.299.516-.187.95-.51 1.301-.967.363-.445.674-1.06.932-1.845l1.353-3.692zm-3.884-17.051l4.939 14.766.844 3.428-2.338 1.195-6.996-19.389h3.551zm22.816 11.286l5.08-17.86h2.461l-1.424 6.944-5.467 18.65h-2.443l1.793-7.734zm-5.256-17.86l4.043 17.508 1.213 8.086h-2.426l-6.205-25.594h3.375zm19.371 17.49l3.955-17.49h3.393L267.779 452h-2.425l1.265-8.104zm-6.205-17.49l4.94 17.86 1.792 7.734h-2.443l-5.273-18.65-1.442-6.944h2.426zm20.356 6.574V452h-3.27v-19.02h3.27zm-3.516-5.044c0-.528.158-.973.475-1.336.328-.364.808-.545 1.441-.545.621 0 1.096.181 1.424.545.34.363.51.808.51 1.336 0 .503-.17.937-.51 1.3-.328.352-.803.528-1.424.528-.633 0-1.113-.176-1.441-.528a1.911 1.911 0 01-.475-1.3zm16.699 5.044v2.497H283.67v-2.497h10.283zm-6.803-4.623h3.252v18.932c0 .645.1 1.131.299 1.459.199.328.457.545.774.65.316.106.656.159 1.019.159.27 0 .551-.024.844-.071.305-.058.533-.105.685-.14l.018 2.654a7.717 7.717 0 01-1.02.229c-.41.082-.908.123-1.494.123a5.072 5.072 0 01-2.197-.475c-.668-.316-1.201-.844-1.6-1.582-.386-.75-.58-1.758-.58-3.024v-18.914zM301.02 425v27h-3.252v-27h3.252zm-.774 16.77l-1.353-.053c.011-1.301.205-2.502.58-3.604.375-1.113.902-2.08 1.582-2.9a7.057 7.057 0 012.425-1.899c.95-.457 1.999-.685 3.147-.685.937 0 1.781.129 2.531.387.75.246 1.389.644 1.916 1.195.539.551.949 1.266 1.231 2.144.281.868.422 1.928.422 3.182V452h-3.27v-12.498c0-.996-.146-1.793-.439-2.391-.293-.609-.721-1.049-1.284-1.318-.562-.281-1.254-.422-2.074-.422-.808 0-1.547.17-2.215.51a5.303 5.303 0 00-1.705 1.406 7.055 7.055 0 00-1.107 2.057 7.507 7.507 0 00-.387 2.426zm20.883-8.79V452h-3.27v-19.02h3.27zm-3.516-5.044c0-.528.158-.973.475-1.336.328-.364.808-.545 1.441-.545.621 0 1.096.181 1.424.545.34.363.51.808.51 1.336 0 .503-.17.937-.51 1.3-.328.352-.803.528-1.424.528-.633 0-1.113-.176-1.441-.528a1.911 1.911 0 01-.475-1.3zm11.989 9.105V452h-3.252v-19.02h3.076l.176 4.061zm-.774 4.729l-1.353-.053c.011-1.301.205-2.502.58-3.604.375-1.113.902-2.08 1.582-2.9a7.057 7.057 0 012.425-1.899c.95-.457 1.999-.685 3.147-.685.937 0 1.781.129 2.531.387.75.246 1.389.644 1.916 1.195.539.551.949 1.266 1.231 2.144.281.868.422 1.928.422 3.182V452h-3.27v-12.498c0-.996-.146-1.793-.439-2.391-.293-.609-.721-1.049-1.284-1.318-.562-.281-1.254-.422-2.074-.422-.808 0-1.547.17-2.215.51a5.303 5.303 0 00-1.705 1.406 7.078 7.078 0 00-1.107 2.057 7.507 7.507 0 00-.387 2.426zm17.297 0v-.176c0-2.555.287-4.864.861-6.926.575-2.074 1.307-3.891 2.198-5.449.89-1.559 1.828-2.848 2.812-3.867.984-1.032 1.893-1.776 2.725-2.233l.685 2.145c-.691.527-1.394 1.254-2.109 2.179-.703.926-1.354 2.063-1.951 3.411-.586 1.347-1.061 2.912-1.424 4.693-.363 1.781-.545 3.785-.545 6.012v.246c0 2.226.182 4.236.545 6.029.363 1.781.838 3.352 1.424 4.711.597 1.359 1.248 2.514 1.951 3.463.715.961 1.418 1.722 2.109 2.285l-.685 1.969c-.832-.457-1.741-1.201-2.725-2.233-.984-1.019-1.922-2.308-2.812-3.867-.891-1.547-1.623-3.357-2.198-5.432-.574-2.074-.861-4.394-.861-6.96zm22.799-15.504V452h-3.252v-21.674l-6.557 2.391v-2.936l9.299-3.515h.51zm12.867 21.867v2.619c0 1.066-.27 2.191-.809 3.375a8.107 8.107 0 01-2.267 2.988l-1.846-1.283c.375-.516.692-1.043.949-1.582a7.418 7.418 0 00.58-1.652c.141-.563.211-1.16.211-1.793v-2.672h3.182zm17.473-10.529h2.32c1.137 0 2.074-.188 2.812-.563.75-.387 1.307-.908 1.67-1.564.375-.668.563-1.418.563-2.25 0-.985-.164-1.811-.492-2.479a3.298 3.298 0 00-1.477-1.512c-.656-.34-1.488-.509-2.496-.509-.914 0-1.723.181-2.426.544a3.993 3.993 0 00-1.634 1.512c-.387.656-.581 1.43-.581 2.321h-3.252c0-1.301.329-2.485.985-3.551.656-1.067 1.576-1.916 2.76-2.549 1.195-.633 2.578-.949 4.148-.949 1.547 0 2.9.275 4.061.826a6.05 6.05 0 012.707 2.426c.644 1.066.966 2.396.966 3.99 0 .644-.152 1.336-.457 2.074-.293.727-.755 1.406-1.388 2.039-.621.633-1.43 1.154-2.426 1.565-.996.398-2.191.597-3.586.597h-2.777v-1.968zm0 2.671v-1.951h2.777c1.629 0 2.977.194 4.043.58 1.066.387 1.904.903 2.514 1.547.621.645 1.054 1.354 1.3 2.127.258.762.387 1.524.387 2.285 0 1.196-.205 2.256-.615 3.182a6.486 6.486 0 01-1.705 2.355 7.283 7.283 0 01-2.567 1.459c-.984.329-2.056.493-3.216.493-1.114 0-2.162-.159-3.147-.475a8.13 8.13 0 01-2.584-1.371 6.427 6.427 0 01-1.758-2.233c-.422-.89-.632-1.904-.632-3.041h3.251c0 .891.194 1.67.581 2.338.398.668.961 1.19 1.687 1.565.738.363 1.606.545 2.602.545.996 0 1.851-.17 2.566-.51a3.701 3.701 0 001.67-1.582c.398-.703.598-1.588.598-2.654 0-1.067-.223-1.94-.668-2.62-.446-.691-1.078-1.201-1.899-1.529-.808-.34-1.763-.51-2.865-.51h-2.32zm23.343 1.319v.176c0 2.566-.287 4.886-.861 6.96-.574 2.075-1.307 3.885-2.197 5.432-.891 1.559-1.828 2.848-2.813 3.867-.984 1.032-1.892 1.776-2.724 2.233l-.686-1.969c.692-.527 1.389-1.266 2.092-2.215.703-.937 1.353-2.098 1.951-3.48.598-1.371 1.078-2.953 1.442-4.746.363-1.805.544-3.821.544-6.047v-.246c0-2.227-.193-4.237-.58-6.03-.386-1.804-.89-3.392-1.511-4.763-.61-1.371-1.266-2.526-1.969-3.463-.691-.949-1.348-1.682-1.969-2.198l.686-1.986c.832.457 1.74 1.201 2.724 2.233.985 1.019 1.922 2.308 2.813 3.867.89 1.558 1.623 3.375 2.197 5.449.574 2.062.861 4.371.861 6.926zm12.551 0v.176c0 2.566-.287 4.886-.861 6.96-.574 2.075-1.307 3.885-2.197 5.432-.891 1.559-1.829 2.848-2.813 3.867-.984 1.032-1.892 1.776-2.725 2.233l-.685-1.969c.691-.527 1.389-1.266 2.092-2.215.703-.937 1.353-2.098 1.951-3.48.598-1.371 1.078-2.953 1.441-4.746.364-1.805.545-3.821.545-6.047v-.246c0-2.227-.193-4.237-.58-6.03-.387-1.804-.89-3.392-1.512-4.763-.609-1.371-1.265-2.526-1.968-3.463-.692-.949-1.348-1.682-1.969-2.198l.685-1.986c.833.457 1.741 1.201 2.725 2.233.984 1.019 1.922 2.308 2.813 3.867.89 1.558 1.623 3.375 2.197 5.449.574 2.062.861 4.371.861 6.926zM1.617 519.701v-.404c0-1.371.2-2.643.598-3.815.398-1.183.973-2.209 1.723-3.076a7.69 7.69 0 012.724-2.039c1.067-.492 2.262-.738 3.586-.738 1.336 0 2.537.246 3.604.738a7.652 7.652 0 012.742 2.039c.761.867 1.341 1.893 1.74 3.076.398 1.172.598 2.444.598 3.815v.404c0 1.371-.2 2.643-.598 3.815a9.127 9.127 0 01-1.74 3.076 7.973 7.973 0 01-2.725 2.039c-1.054.48-2.25.721-3.586.721-1.336 0-2.537-.241-3.603-.721a8.154 8.154 0 01-2.742-2.039c-.75-.879-1.325-1.904-1.723-3.076-.399-1.172-.598-2.444-.598-3.815zm3.252-.404v.404c0 .949.111 1.846.334 2.69a7.07 7.07 0 001.002 2.214 5.069 5.069 0 001.705 1.53c.68.363 1.47.545 2.373.545.89 0 1.67-.182 2.338-.545a4.905 4.905 0 001.688-1.53 7.069 7.069 0 001.002-2.214c.234-.844.351-1.741.351-2.69v-.404c0-.938-.117-1.822-.352-2.654a6.84 6.84 0 00-1.019-2.233 4.848 4.848 0 00-1.688-1.547c-.668-.375-1.453-.562-2.355-.562-.89 0-1.676.187-2.355.562a5.06 5.06 0 00-1.688 1.547 7.064 7.064 0 00-1.002 2.233 10.226 10.226 0 00-.334 2.654zm29.778 5.308V509.98h3.269V529h-3.111l-.158-4.395zm.615-4.007l1.353-.036c0 1.266-.135 2.438-.404 3.516-.258 1.067-.68 1.992-1.266 2.777-.586.786-1.353 1.401-2.302 1.846-.95.434-2.104.651-3.463.651-.926 0-1.776-.135-2.55-.405a5.08 5.08 0 01-1.968-1.248c-.55-.562-.978-1.295-1.283-2.197-.293-.902-.44-1.986-.44-3.252v-12.27h3.252v12.305c0 .856.094 1.565.282 2.127.199.551.463.99.79 1.318.34.317.715.54 1.126.668.422.129.855.194 1.3.194 1.383 0 2.479-.264 3.288-.791a4.509 4.509 0 001.74-2.162c.363-.914.545-1.928.545-3.041zm15.574-10.618v2.497H40.553v-2.497h10.283zm-6.803-4.623h3.252v18.932c0 .645.1 1.131.299 1.459.2.328.457.545.773.65a3.19 3.19 0 001.02.159c.27 0 .55-.024.844-.071.304-.058.533-.105.685-.14l.018 2.654a7.703 7.703 0 01-1.02.229c-.41.082-.908.123-1.494.123-.797 0-1.53-.159-2.197-.475-.668-.316-1.201-.844-1.6-1.582-.386-.75-.58-1.758-.58-3.024v-18.914zm13.87 8.28v22.675h-3.27V509.98h2.988l.281 3.657zm12.814 5.695v.369c0 1.383-.164 2.666-.492 3.85-.328 1.172-.809 2.191-1.442 3.058a6.557 6.557 0 01-2.302 2.022c-.915.48-1.963.721-3.147.721-1.207 0-2.274-.2-3.2-.598a6.323 6.323 0 01-2.355-1.74c-.644-.762-1.16-1.676-1.547-2.743-.375-1.066-.632-2.267-.773-3.603v-1.969c.14-1.406.404-2.666.791-3.779s.897-2.063 1.53-2.848a6.274 6.274 0 012.337-1.81c.914-.422 1.969-.633 3.164-.633 1.196 0 2.256.234 3.182.703a6.397 6.397 0 012.338 1.969c.633.855 1.107 1.881 1.424 3.076.328 1.184.492 2.502.492 3.955zm-3.27.369v-.369c0-.949-.1-1.84-.299-2.672-.199-.844-.51-1.582-.931-2.215a4.438 4.438 0 00-1.582-1.511c-.645-.375-1.412-.563-2.303-.563-.82 0-1.535.141-2.145.422a4.627 4.627 0 00-1.529 1.143 6.04 6.04 0 00-1.037 1.617 9.266 9.266 0 00-.58 1.863v4.553c.234.82.563 1.593.984 2.32a5.097 5.097 0 001.688 1.74c.703.434 1.588.651 2.654.651.88 0 1.635-.182 2.268-.545a4.59 4.59 0 001.582-1.53 6.96 6.96 0 00.931-2.214c.2-.844.3-1.741.3-2.69zm19.055 4.904V509.98h3.27V529H86.66l-.158-4.395zm.615-4.007l1.354-.036c0 1.266-.135 2.438-.405 3.516-.257 1.067-.68 1.992-1.265 2.777-.586.786-1.354 1.401-2.303 1.846-.95.434-2.104.651-3.463.651-.926 0-1.775-.135-2.549-.405a5.081 5.081 0 01-1.968-1.248c-.551-.562-.979-1.295-1.284-2.197-.293-.902-.44-1.986-.44-3.252v-12.27h3.253v12.305c0 .856.094 1.565.281 2.127.2.551.463.99.791 1.318.34.317.715.54 1.125.668.422.129.856.194 1.3.194 1.384 0 2.48-.264 3.288-.791a4.509 4.509 0 001.74-2.162c.364-.914.545-1.928.545-3.041zm15.574-10.618v2.497H92.408v-2.497h10.283zm-6.802-4.623h3.252v18.932c0 .645.1 1.131.298 1.459.2.328.458.545.774.65.316.106.656.159 1.019.159.27 0 .551-.024.844-.071.305-.058.533-.105.686-.14l.017 2.654a7.697 7.697 0 01-1.019.229c-.41.082-.908.123-1.494.123-.797 0-1.53-.159-2.198-.475-.668-.316-1.2-.844-1.6-1.582-.386-.75-.58-1.758-.58-3.024v-18.914zm10.476 21.92c0-.55.17-1.013.51-1.388.352-.387.855-.58 1.512-.58.656 0 1.154.193 1.494.58.351.375.527.838.527 1.388 0 .539-.176.996-.527 1.371-.34.375-.838.563-1.494.563-.657 0-1.16-.188-1.512-.563-.34-.375-.51-.832-.51-1.371zm.018-15.521c0-.551.17-1.014.51-1.389.351-.387.855-.58 1.511-.58.657 0 1.155.193 1.494.58.352.375.528.838.528 1.389 0 .539-.176.996-.528 1.371-.339.375-.837.562-1.494.562-.656 0-1.16-.187-1.511-.562-.34-.375-.51-.832-.51-1.371zm27.738-6.082L125.648 529h-3.462l9.755-25.594h2.233l-.053 2.268zM141.223 529l-8.491-23.326-.052-2.268h2.232L144.703 529h-3.48zm-.44-9.475v2.778h-14.379v-2.778h14.379zm10.108-6.556V529h-3.252v-19.02h3.164l.088 2.989zm5.941-3.094l-.018 3.023a4.779 4.779 0 00-.773-.105 8.36 8.36 0 00-.809-.035c-.75 0-1.412.117-1.986.351a4.13 4.13 0 00-1.459.985 4.745 4.745 0 00-.949 1.511 7.285 7.285 0 00-.44 1.899l-.914.527c0-1.148.112-2.226.334-3.234.235-1.008.592-1.899 1.073-2.672.48-.785 1.089-1.395 1.828-1.828.75-.445 1.64-.668 2.672-.668a4.3 4.3 0 01.808.088c.305.047.516.099.633.158zm6.258 3.094V529h-3.252v-19.02h3.164l.088 2.989zm5.941-3.094l-.017 3.023a4.805 4.805 0 00-.774-.105 8.354 8.354 0 00-.808-.035c-.75 0-1.412.117-1.987.351a4.13 4.13 0 00-1.459.985 4.745 4.745 0 00-.949 1.511 7.245 7.245 0 00-.439 1.899l-.914.527c0-1.148.111-2.226.334-3.234.234-1.008.591-1.899 1.072-2.672.48-.785 1.09-1.395 1.828-1.828.75-.445 1.641-.668 2.672-.668a4.3 4.3 0 01.808.088c.305.047.516.099.633.158zm13.518 15.873v-9.791c0-.75-.153-1.4-.457-1.951a2.99 2.99 0 00-1.336-1.301c-.598-.305-1.336-.457-2.215-.457-.82 0-1.541.141-2.162.422-.609.281-1.09.65-1.441 1.107-.34.457-.51.95-.51 1.477h-3.252c0-.68.176-1.354.527-2.022.352-.668.856-1.271 1.512-1.81.668-.551 1.465-.984 2.39-1.301.938-.328 1.981-.492 3.129-.492 1.383 0 2.602.234 3.657.703 1.066.469 1.898 1.178 2.496 2.127.609.937.914 2.115.914 3.533v8.86c0 .632.053 1.306.158 2.021.117.715.287 1.33.51 1.846V529h-3.393c-.164-.375-.293-.873-.387-1.494a12.155 12.155 0 01-.14-1.758zm.562-8.279l.035 2.285h-3.287c-.925 0-1.752.076-2.478.228-.727.141-1.336.358-1.828.651a3.096 3.096 0 00-1.125 1.107c-.258.434-.387.944-.387 1.53 0 .597.135 1.142.404 1.634.27.492.674.885 1.213 1.178.551.281 1.225.422 2.022.422.996 0 1.875-.211 2.636-.633.762-.422 1.366-.937 1.811-1.547.457-.609.703-1.201.738-1.775l1.389 1.564c-.082.492-.305 1.037-.668 1.635-.363.598-.85 1.172-1.459 1.723a7.877 7.877 0 01-2.145 1.353c-.82.352-1.746.528-2.777.528-1.289 0-2.42-.252-3.393-.756-.96-.504-1.71-1.178-2.25-2.022-.527-.855-.791-1.81-.791-2.865 0-1.02.2-1.916.598-2.689a5.197 5.197 0 011.723-1.952c.75-.527 1.652-.925 2.707-1.195 1.055-.269 2.232-.404 3.533-.404h3.779zm12.868 9.562l5.291-17.051h3.48l-7.629 21.956c-.176.468-.41.972-.703 1.511a7.234 7.234 0 01-1.09 1.565c-.445.492-.984.89-1.617 1.195-.621.316-1.365.475-2.232.475-.258 0-.586-.036-.985-.106a9.41 9.41 0 01-.844-.176l-.017-2.636c.094.011.24.023.439.035.211.023.358.035.44.035.738 0 1.365-.1 1.881-.299a2.84 2.84 0 001.3-.967c.364-.445.674-1.06.932-1.845l1.354-3.692zm-3.885-17.051l4.939 14.766.844 3.428-2.338 1.195-6.996-19.389h3.551zm31.236-10.23v2.672h-3.357v29.39h3.357v2.672h-6.609V499.75h6.609zm5.256 2.25v2.391l-.527 6.275h-1.952V502h2.479zm4.746 0v2.391l-.527 6.275h-1.951V502h2.478zm14.713 23.748v-9.791c0-.75-.152-1.4-.457-1.951a2.99 2.99 0 00-1.336-1.301c-.598-.305-1.336-.457-2.215-.457-.82 0-1.541.141-2.162.422-.609.281-1.09.65-1.441 1.107-.34.457-.51.95-.51 1.477h-3.252c0-.68.176-1.354.527-2.022.352-.668.856-1.271 1.512-1.81.668-.551 1.465-.984 2.391-1.301.937-.328 1.98-.492 3.128-.492 1.383 0 2.602.234 3.657.703 1.066.469 1.898 1.178 2.496 2.127.609.937.914 2.115.914 3.533v8.86c0 .632.053 1.306.158 2.021.117.715.287 1.33.51 1.846V529h-3.393c-.164-.375-.293-.873-.386-1.494a12.024 12.024 0 01-.141-1.758zm.562-8.279l.036 2.285h-3.288c-.925 0-1.751.076-2.478.228-.727.141-1.336.358-1.828.651a3.096 3.096 0 00-1.125 1.107c-.258.434-.387.944-.387 1.53 0 .597.135 1.142.404 1.634.27.492.674.885 1.213 1.178.551.281 1.225.422 2.022.422.996 0 1.875-.211 2.636-.633.762-.422 1.366-.937 1.811-1.547.457-.609.703-1.201.738-1.775l1.389 1.564c-.082.492-.305 1.037-.668 1.635-.363.598-.85 1.172-1.459 1.723a7.871 7.871 0 01-2.144 1.353c-.821.352-1.747.528-2.778.528-1.289 0-2.42-.252-3.392-.756-.961-.504-1.711-1.178-2.25-2.022-.528-.855-.791-1.81-.791-2.865 0-1.02.199-1.916.597-2.689a5.197 5.197 0 011.723-1.952c.75-.527 1.652-.925 2.707-1.195 1.055-.269 2.232-.404 3.533-.404h3.779zM257.625 502v2.391l-.527 6.275h-1.952V502h2.479zm4.746 0v2.391l-.527 6.275h-1.951V502h2.478zm7.33 23.133v2.619c0 1.066-.269 2.191-.808 3.375a8.11 8.11 0 01-2.268 2.988l-1.846-1.283a10.14 10.14 0 00.95-1.582 7.52 7.52 0 00.58-1.652c.14-.563.211-1.16.211-1.793v-2.672h3.181zM285.188 502v2.391l-.528 6.275h-1.951V502h2.479zm4.746 0v2.391l-.528 6.275h-1.951V502h2.479zm15.31 23.309V502h3.27v27h-2.989l-.281-3.691zm-12.797-5.608v-.369c0-1.453.176-2.771.528-3.955.363-1.195.873-2.221 1.529-3.076a6.914 6.914 0 012.373-1.969c.926-.469 1.957-.703 3.094-.703 1.195 0 2.238.211 3.129.633a6.017 6.017 0 012.285 1.81c.633.785 1.131 1.735 1.494 2.848.363 1.113.615 2.373.756 3.779v1.617c-.129 1.395-.381 2.649-.756 3.762-.363 1.113-.861 2.063-1.494 2.848a6.257 6.257 0 01-2.285 1.81c-.903.41-1.957.616-3.164.616-1.114 0-2.133-.241-3.059-.721a7.218 7.218 0 01-2.373-2.022c-.656-.867-1.166-1.886-1.529-3.058-.352-1.184-.528-2.467-.528-3.85zm3.27-.369v.369c0 .949.094 1.84.281 2.672.199.832.504 1.565.914 2.197.41.633.932 1.131 1.565 1.494.632.352 1.388.528 2.267.528 1.078 0 1.963-.229 2.654-.686a5.104 5.104 0 001.688-1.81c.422-.75.75-1.565.984-2.444v-4.236a9.29 9.29 0 00-.615-1.863 5.74 5.74 0 00-1.019-1.617 4.404 4.404 0 00-1.53-1.143c-.597-.281-1.306-.422-2.127-.422-.89 0-1.658.188-2.302.563a4.484 4.484 0 00-1.565 1.511c-.41.633-.715 1.371-.914 2.215a12.168 12.168 0 00-.281 2.672zM315.984 502v2.391l-.527 6.275h-1.951V502h2.478zm4.746 0v2.391l-.527 6.275h-1.951V502h2.478zm7.331 23.133v2.619c0 1.066-.27 2.191-.809 3.375a8.11 8.11 0 01-2.268 2.988l-1.845-1.283c.375-.516.691-1.043.949-1.582a7.469 7.469 0 00.58-1.652c.141-.563.211-1.16.211-1.793v-2.672h3.182zM343.547 502v2.391l-.527 6.275h-1.952V502h2.479zm4.746 0v2.391l-.527 6.275h-1.952V502h2.479zm11.215 27.352c-1.324 0-2.526-.223-3.604-.668a8.17 8.17 0 01-2.759-1.916c-.762-.821-1.348-1.793-1.758-2.918-.41-1.125-.616-2.356-.616-3.692v-.738c0-1.547.229-2.924.686-4.131.457-1.219 1.078-2.25 1.863-3.094a7.998 7.998 0 012.672-1.916 7.686 7.686 0 013.094-.65c1.359 0 2.531.234 3.516.703a6.41 6.41 0 012.443 1.969c.633.832 1.101 1.816 1.406 2.953.305 1.125.457 2.355.457 3.691v1.459h-14.203v-2.654h10.951v-.246a8.104 8.104 0 00-.527-2.461 4.43 4.43 0 00-1.406-1.969c-.645-.515-1.524-.773-2.637-.773-.738 0-1.418.158-2.039.474-.621.305-1.154.762-1.6 1.371-.445.61-.791 1.354-1.037 2.233-.246.879-.369 1.892-.369 3.041v.738c0 .903.123 1.752.369 2.549a6.512 6.512 0 001.108 2.074 5.31 5.31 0 001.775 1.407c.703.339 1.5.509 2.391.509 1.148 0 2.121-.234 2.918-.703a7.232 7.232 0 002.091-1.881l1.969 1.565a9.104 9.104 0 01-1.564 1.775c-.633.563-1.412 1.02-2.338 1.371-.914.352-1.998.528-3.252.528zM372.867 502v2.391l-.527 6.275h-1.951V502h2.478zm4.746 0v2.391l-.527 6.275h-1.951V502h2.478zm7.33 23.133v2.619c0 1.066-.269 2.191-.808 3.375a8.11 8.11 0 01-2.268 2.988l-1.846-1.283a10.14 10.14 0 00.95-1.582 7.469 7.469 0 00.58-1.652c.14-.563.211-1.16.211-1.793v-2.672h3.181zM400.43 502v2.391l-.528 6.275h-1.951V502h2.479zm4.746 0v2.391l-.528 6.275h-1.951V502h2.479zm15.31 23.309V502h3.27v27h-2.988l-.282-3.691zm-12.797-5.608v-.369c0-1.453.176-2.771.528-3.955.363-1.195.873-2.221 1.529-3.076a6.914 6.914 0 012.373-1.969c.926-.469 1.957-.703 3.094-.703 1.195 0 2.238.211 3.129.633a6.017 6.017 0 012.285 1.81c.633.785 1.131 1.735 1.494 2.848.363 1.113.615 2.373.756 3.779v1.617c-.129 1.395-.381 2.649-.756 3.762-.363 1.113-.861 2.063-1.494 2.848a6.257 6.257 0 01-2.285 1.81c-.903.41-1.957.616-3.164.616-1.114 0-2.133-.241-3.059-.721a7.218 7.218 0 01-2.373-2.022c-.656-.867-1.166-1.886-1.529-3.058-.352-1.184-.528-2.467-.528-3.85zm3.27-.369v.369c0 .949.094 1.84.281 2.672.199.832.504 1.565.914 2.197.41.633.932 1.131 1.565 1.494.633.352 1.388.528 2.267.528 1.078 0 1.963-.229 2.655-.686a5.11 5.11 0 001.687-1.81c.422-.75.75-1.565.984-2.444v-4.236a9.29 9.29 0 00-.615-1.863 5.717 5.717 0 00-1.019-1.617 4.395 4.395 0 00-1.53-1.143c-.597-.281-1.306-.422-2.127-.422-.89 0-1.658.188-2.302.563a4.484 4.484 0 00-1.565 1.511c-.41.633-.715 1.371-.914 2.215a12.168 12.168 0 00-.281 2.672zM431.227 502v2.391l-.528 6.275h-1.951V502h2.479zm4.746 0v2.391l-.528 6.275h-1.951V502h2.479zm7.33 23.133v2.619c0 1.066-.27 2.191-.809 3.375a8.117 8.117 0 01-2.267 2.988l-1.846-1.283c.375-.516.691-1.043.949-1.582a7.469 7.469 0 00.58-1.652c.141-.563.211-1.16.211-1.793v-2.672h3.182zM458.789 502v2.391l-.527 6.275h-1.951V502h2.478zm4.746 0v2.391l-.527 6.275h-1.951V502h2.478zm11.215 27.352c-1.324 0-2.525-.223-3.604-.668a8.17 8.17 0 01-2.759-1.916c-.762-.821-1.348-1.793-1.758-2.918-.41-1.125-.615-2.356-.615-3.692v-.738c0-1.547.228-2.924.685-4.131.457-1.219 1.078-2.25 1.863-3.094a8.008 8.008 0 012.672-1.916 7.686 7.686 0 013.094-.65c1.36 0 2.531.234 3.516.703a6.41 6.41 0 012.443 1.969c.633.832 1.102 1.816 1.406 2.953.305 1.125.457 2.355.457 3.691v1.459h-14.203v-2.654h10.951v-.246a8.074 8.074 0 00-.527-2.461 4.43 4.43 0 00-1.406-1.969c-.645-.515-1.524-.773-2.637-.773-.738 0-1.418.158-2.039.474-.621.305-1.154.762-1.6 1.371-.445.61-.791 1.354-1.037 2.233-.246.879-.369 1.892-.369 3.041v.738c0 .903.123 1.752.369 2.549a6.512 6.512 0 001.108 2.074 5.31 5.31 0 001.775 1.407c.703.339 1.5.509 2.391.509 1.148 0 2.121-.234 2.918-.703a7.235 7.235 0 002.092-1.881l1.968 1.565a9.071 9.071 0 01-1.564 1.775c-.633.563-1.412 1.02-2.338 1.371-.914.352-1.998.528-3.252.528zM488.109 502v2.391l-.527 6.275h-1.951V502h2.478zm4.746 0v2.391l-.527 6.275h-1.951V502h2.478zm2.075.422v-2.672h6.644v34.734h-6.644v-2.672h3.375v-29.39h-3.375z" fill="#000"></path></svg>
|
||
<p>上图将 target 位置用红色的部分表示,被复制的元素为蓝色。</p>
|
||
<ol><li><code>a = array1[0]</code> ,所在位置是将要被替换的 target 位置。<code>d = array1[3]</code>是复制的起始元素,复制结束在<code>array1[4]</code>之前。复制后<code>a</code>的位置被 <code>d</code>所取代。</li>
|
||
<li><code>b = array1[1]</code> ,所在位置是将要被替换的 target 位置,<code>d = array1[3]</code>是复制的起始元素,复制没有指定结束位置,所以一直复制到数组末尾。复制后<code>a</code>的位置被 <code>'d','e'</code>所取代。</li></ol></main>
|
||
<div class="divider mt-4 mb-0"></div>
|
||
<div><a href="/?tags=JavaScript" class="btn btn-sm btn-ghost normal-case mt-2 mr-2 p-category">#JavaScript
|
||
</a></div></div>
|
||
|
||
</article>
|
||
<footer id="footer" class="footer footer-center bg-base-300 text-base-content shadow-inner p-8 md:rounded-box sticky bottom-0 z-0 md:static "><div class="prose"><p><a href="/atom.xml" rel="noopener external" target="_blank">Feed</a>
|
||
<span class="mr-1">·</span><a href="/sitemap.xml" rel="noopener external" target="_blank">Sitemap</a>
|
||
<span class="mr-1">·</span><a href="/privacy" rel="noopener external" target="_blank">Pravicy</a>
|
||
|
||
<br>
|
||
Copyright © 2022
|
||
酸橘汁腌鱼
|
||
<br>
|
||
Powered by
|
||
<a rel="noopener external" target="_blank" class="tooltip tooltip-secondary hover:text-secondary" data-tip="🌸 [δ] - Based on MDsveX & SvelteKit 🌸" href="https://github.com/importantimport/urara">Urara
|
||
</a>
|
||
<br>
|
||
<!-- HTML_TAG_START --><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a><!-- HTML_TAG_END --></p></div></footer></div></div></div>
|
||
|
||
|
||
<script type="module" data-sveltekit-hydrate="14hq8bb">
|
||
import { set_public_env, start } from "/_app/immutable/start-f4ec0a74.js";
|
||
|
||
set_public_env({});
|
||
|
||
start({
|
||
target: document.querySelector('[data-sveltekit-hydrate="14hq8bb"]').parentNode,
|
||
paths: {"base":"","assets":""},
|
||
session: {},
|
||
route: true,
|
||
spa: false,
|
||
trailing_slash: "never",
|
||
hydrate: {
|
||
status: 200,
|
||
error: null,
|
||
nodes: [0, 19],
|
||
params: {},
|
||
routeId: "2022-05-09-copywithin"
|
||
}
|
||
});
|
||
</script><script type="application/json" sveltekit:data-type="data" sveltekit:data-url="/posts.json">{"status":200,"statusText":"","headers":{"content-type":"application/json; charset=utf-8"},"body":"[\n {\n \"title\": \"Vue.js 挑战练习\",\n \"created\": \"2022-08-12T00:00:00.000Z\",\n \"summary\": \"我的答案以及相关知识点\",\n \"tags\": [\n \"Vue\"\n ],\n \"slug\": \"/2022-08-12-vue-challenges.md\",\n \"path\": \"/2022-08-12-vue-challenges\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"Built-ins\",\n \"slug\": \"built-ins\"\n },\n {\n \"depth\": 3,\n \"title\": \"DOM 传送门\",\n \"slug\": \"dom-传送门\"\n },\n {\n \"depth\": 3,\n \"title\": \"优化性能的指令\",\n \"slug\": \"优化性能的指令\"\n },\n {\n \"depth\": 2,\n \"title\": \"CSS Features\",\n \"slug\": \"css-features\"\n },\n {\n \"depth\": 3,\n \"title\": \"动态 CSS\",\n \"slug\": \"动态-css\"\n },\n {\n \"depth\": 3,\n \"title\": \"全局 CSS\",\n \"slug\": \"全局-css\"\n },\n {\n \"depth\": 2,\n \"title\": \"Components\",\n \"slug\": \"components\"\n },\n {\n \"depth\": 3,\n \"title\": \"DOM 传送门\",\n \"slug\": \"dom-传送门-1\"\n },\n {\n \"depth\": 3,\n \"title\": \"Props 验证\",\n \"slug\": \"props-验证\"\n },\n {\n \"depth\": 3,\n \"title\": \"函数式组件\",\n \"slug\": \"函数式组件\"\n },\n {\n \"depth\": 3,\n \"title\": \"渲染函数h()\",\n \"slug\": \"渲染函数h\"\n },\n {\n \"depth\": 3,\n \"title\": \"树组件\",\n \"slug\": \"树组件\"\n },\n {\n \"depth\": 2,\n \"title\": \"Composable Function\",\n \"slug\": \"composable-function\"\n },\n {\n \"depth\": 3,\n \"title\": \"切换器\",\n \"slug\": \"切换器\"\n },\n {\n \"depth\": 3,\n \"title\": \"计数器\",\n \"slug\": \"计数器\"\n },\n {\n \"depth\": 3,\n \"title\": \"实现本地存储函数\",\n \"slug\": \"实现本地存储函数\"\n },\n {\n \"depth\": 3,\n \"title\": \"鼠标坐标\",\n \"slug\": \"鼠标坐标\"\n },\n {\n \"depth\": 2,\n \"title\": \"Composition API\",\n \"slug\": \"composition-api\"\n },\n {\n \"depth\": 3,\n \"title\": \"生命周期钩子\",\n \"slug\": \"生命周期钩子\"\n },\n {\n \"depth\": 3,\n \"title\": \"ref 全家桶\",\n \"slug\": \"ref-全家桶\"\n },\n {\n \"depth\": 3,\n \"title\": \"响应性丢失\",\n \"slug\": \"响应性丢失\"\n },\n {\n \"depth\": 3,\n \"title\": \"可写的计算属性\",\n \"slug\": \"可写的计算属性\"\n },\n {\n \"depth\": 3,\n \"title\": \"watch 全家桶\",\n \"slug\": \"watch-全家桶\"\n },\n {\n \"depth\": 3,\n \"title\": \"浅层 ref\",\n \"slug\": \"浅层-ref\"\n },\n {\n \"depth\": 3,\n \"title\": \"依赖注入\",\n \"slug\": \"依赖注入\"\n },\n {\n \"depth\": 3,\n \"title\": \"Effect 作用域 API\",\n \"slug\": \"effect-作用域-api\"\n },\n {\n \"depth\": 3,\n \"title\": \"自定义 ref\",\n \"slug\": \"自定义-ref\"\n },\n {\n \"depth\": 2,\n \"title\": \"Directives\",\n \"slug\": \"directives\"\n },\n {\n \"depth\": 3,\n \"title\": \"大写\",\n \"slug\": \"大写\"\n },\n {\n \"depth\": 3,\n \"title\": \"优化性能的指令\",\n \"slug\": \"优化性能的指令-1\"\n },\n {\n \"depth\": 3,\n \"title\": \"切换焦点指令\",\n \"slug\": \"切换焦点指令\"\n },\n {\n \"depth\": 3,\n \"title\": \"防抖点击指令\",\n \"slug\": \"防抖点击指令\"\n },\n {\n \"depth\": 3,\n \"title\": \"激活的样式-指令\",\n \"slug\": \"激活的样式-指令\"\n },\n {\n \"depth\": 3,\n \"title\": \"实现简易版v-model指令\",\n \"slug\": \"实现简易版v-model指令\"\n },\n {\n \"depth\": 2,\n \"title\": \"Event Handling\",\n \"slug\": \"event-handling\"\n },\n {\n \"depth\": 3,\n \"title\": \"阻止事件冒泡\",\n \"slug\": \"阻止事件冒泡\"\n },\n {\n \"depth\": 3,\n \"title\": \"按键修饰符\",\n \"slug\": \"按键修饰符\"\n },\n {\n \"depth\": 2,\n \"title\": \"Global API:General\",\n \"slug\": \"global-apigeneral\"\n },\n {\n \"depth\": 3,\n \"title\": \"下一次 DOM 更新\",\n \"slug\": \"下一次-dom-更新\"\n },\n {\n \"depth\": 2,\n \"title\": \"Lifecycle\",\n \"slug\": \"lifecycle\"\n },\n {\n \"depth\": 3,\n \"title\": \"生命周期钩子\",\n \"slug\": \"生命周期钩子-1\"\n },\n {\n \"depth\": 2,\n \"title\": \"Reactivity:Advanced\",\n \"slug\": \"reactivityadvanced\"\n },\n {\n \"depth\": 3,\n \"title\": \"浅层 ref\",\n \"slug\": \"浅层-ref-1\"\n },\n {\n \"depth\": 3,\n \"title\": \"原始值 API\",\n \"slug\": \"原始值-api\"\n },\n {\n \"depth\": 3,\n \"title\": \"Effect 作用域 API\",\n \"slug\": \"effect-作用域-api-1\"\n },\n {\n \"depth\": 3,\n \"title\": \"自定义 ref\",\n \"slug\": \"自定义-ref-1\"\n },\n {\n \"depth\": 2,\n \"title\": \"Reactivity:Core\",\n \"slug\": \"reactivitycore\"\n },\n {\n \"depth\": 3,\n \"title\": \"ref 全家桶\",\n \"slug\": \"ref-全家桶-1\"\n },\n {\n \"depth\": 3,\n \"title\": \"可写的计算属性\",\n \"slug\": \"可写的计算属性-1\"\n },\n {\n \"depth\": 3,\n \"title\": \"watch 全家桶\",\n \"slug\": \"watch-全家桶-1\"\n },\n {\n \"depth\": 2,\n \"title\": \"Reactivity:Utilities\",\n \"slug\": \"reactivityutilities\"\n },\n {\n \"depth\": 3,\n \"title\": \"响应性丟失\",\n \"slug\": \"响应性丟失\"\n },\n {\n \"depth\": 2,\n \"title\": \"Utility Function\",\n \"slug\": \"utility-function\"\n },\n {\n \"depth\": 3,\n \"title\": \"until\",\n \"slug\": \"until\"\n },\n {\n \"depth\": 2,\n \"title\": \"Web Components\",\n \"slug\": \"web-components\"\n },\n {\n \"depth\": 3,\n \"title\": \"自定义元素\",\n \"slug\": \"自定义元素\"\n }\n ],\n \"updated\": \"2022-08-13T08:21:08.878Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"Monkey Patch\",\n \"created\": \"2022-08-06T00:00:00.000Z\",\n \"summary\": \"猴子打补丁\",\n \"toc\": false,\n \"tag\": [\n \"Notes\"\n ],\n \"slug\": \"/2022-08-06-notes/index.md\",\n \"path\": \"/2022-08-06-notes\",\n \"updated\": \"2022-08-07T04:36:02.907Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"我在看什么 · 7 月\",\n \"created\": \"2022-07-31T00:00:00.000Z\",\n \"summary\": \"eval / CSP&XSS / Commonplace Book ……\",\n \"tags\": [\n \"我在看什么\"\n ],\n \"image\": \"/2022-07-31-reading-7/july.webp\",\n \"slug\": \"/2022-07-31-reading-7/index.md\",\n \"path\": \"/2022-07-31-reading-7\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"前端\",\n \"slug\": \"前端\"\n },\n {\n \"depth\": 2,\n \"title\": \"后端\",\n \"slug\": \"后端\"\n },\n {\n \"depth\": 2,\n \"title\": \"什锦\",\n \"slug\": \"什锦\"\n },\n {\n \"depth\": 2,\n \"title\": \"Commonplace Book\",\n \"slug\": \"commonplace-book\"\n }\n ],\n \"updated\": \"2022-08-06T11:32:41.119Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"JS中的二进制数字\",\n \"created\": \"2022-07-27T00:00:00.000Z\",\n \"summary\": \"0b/0B和paresInt\",\n \"tags\": [\n \"JavsScript\"\n ],\n \"slug\": \"/2022-07-27-bin.md\",\n \"path\": \"/2022-07-27-bin\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"ES6+\",\n \"slug\": \"es6\"\n },\n {\n \"depth\": 2,\n \"title\": \"Before ES6\",\n \"slug\": \"before-es6\"\n }\n ],\n \"updated\": \"2022-08-11T17:12:21.128Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"created\": \"2022-07-26T00:00:00.000Z\",\n \"tags\": [\n \"XSS\",\n \"Notes\"\n ],\n \"slug\": \"/2022-07-23-notes-xss.md\",\n \"path\": \"/2022-07-23-notes-xss\",\n \"toc\": [\n {\n \"depth\": 3,\n \"title\": \"XSS 学习\",\n \"slug\": \"xss-学习\"\n }\n ],\n \"updated\": \"2022-08-11T17:39:51.841Z\",\n \"type\": \"note\",\n \"html\": \"\u003Ch3 id=\\\"xss-学习\\\">\u003Ca href=\\\"#xss-学习\\\">XSS 学习\u003C/a>\u003C/h3>\u003Cp>介绍文章:\u003C/p>\u003Cul>\u003Cli>\u003Ca href=\\\"https://tech.meituan.com/2018/09/27/fe-security.html\\\" rel=\\\"nofollow noopener noreferrer external\\\" target=\\\"_blank\\\">前端安全系列(一):如何防止 XSS 攻击? - 美团技术团队\u003C/a>\u003C/li>\u003Cli>\u003Ca href=\\\"https://developer.mozilla.org/zh-CN/docs/Glossary/Cross-site_scripting\\\" rel=\\\"nofollow noopener noreferrer external\\\" target=\\\"_blank\\\">Cross-site scripting(跨站脚本攻击) - 术语表 | MDN\u003C/a>\u003C/li>\u003C/ul>\u003Cp>练习:\u003C/p>\u003Cul>\u003Cli>\u003Ca href=\\\"https://prompt.ml/\\\" rel=\\\"nofollow noopener noreferrer external\\\" target=\\\"_blank\\\">prompt(1) to win\u003C/a>\u003C/li>\u003Cli>解答:\u003Ca href=\\\"https://github.com/cure53/XSSChallengeWiki/wiki/prompt.ml#level-1\\\" rel=\\\"nofollow noopener noreferrer external\\\" target=\\\"_blank\\\">prompt.ml\u003C/a>\u003C/li>\u003C/ul>\u003Cp>相关文章:\u003C/p>\u003Cul>\u003Cli>\u003Ca href=\\\"https://www.leavesongs.com/PENETRATION/xss-from-my-blog.html\\\" rel=\\\"nofollow noopener noreferrer external\\\" target=\\\"_blank\\\">我自己博客的一个 XSS 的故事 | 离别歌\u003C/a>\u003C/li>\u003C/ul>\"\n },\n {\n \"title\": \"D3.js 基础笔记\",\n \"created\": \"2022-07-23T00:00:00.000Z\",\n \"summary\": \"即使是FreeCodeCamp也要做笔记\",\n \"tags\": [\n \"D3.js\",\n \"数据可视化\"\n ],\n \"slug\": \"/2022-07-23-d3.md\",\n \"path\": \"/2022-07-23-d3\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"学习资源\",\n \"slug\": \"学习资源\"\n },\n {\n \"depth\": 2,\n \"title\": \"基础操作\",\n \"slug\": \"基础操作\"\n },\n {\n \"depth\": 3,\n \"title\": \"修改元素\",\n \"slug\": \"修改元素\"\n },\n {\n \"depth\": 3,\n \"title\": \"使用数据\",\n \"slug\": \"使用数据\"\n },\n {\n \"depth\": 3,\n \"title\": \"使用动态数据\",\n \"slug\": \"使用动态数据\"\n },\n {\n \"depth\": 3,\n \"title\": \"给元素添加内联样式\",\n \"slug\": \"给元素添加内联样式\"\n },\n {\n \"depth\": 3,\n \"title\": \"添加 Class\",\n \"slug\": \"添加-class\"\n },\n {\n \"depth\": 3,\n \"title\": \"标签\",\n \"slug\": \"标签\"\n },\n {\n \"depth\": 3,\n \"title\": \"添加工具提示 tooltip\",\n \"slug\": \"添加工具提示-tooltip\"\n },\n {\n \"depth\": 2,\n \"title\": \"SVG\",\n \"slug\": \"svg\"\n },\n {\n \"depth\": 3,\n \"title\": \"创建 SVG\",\n \"slug\": \"创建-svg\"\n },\n {\n \"depth\": 3,\n \"title\": \"反转 SVG 元素\",\n \"slug\": \"反转-svg-元素\"\n },\n {\n \"depth\": 3,\n \"title\": \"更改 SVG 元素的颜色\",\n \"slug\": \"更改-svg-元素的颜色\"\n },\n {\n \"depth\": 3,\n \"title\": \"SVG 图形\",\n \"slug\": \"svg-图形\"\n },\n {\n \"depth\": 4,\n \"title\": \"矩形\",\n \"slug\": \"矩形\"\n },\n {\n \"depth\": 4,\n \"title\": \"圆形\",\n \"slug\": \"圆形\"\n },\n {\n \"depth\": 2,\n \"title\": \"比例尺\",\n \"slug\": \"比例尺\"\n },\n {\n \"depth\": 3,\n \"title\": \"创建线性比例\",\n \"slug\": \"创建线性比例\"\n },\n {\n \"depth\": 4,\n \"title\": \"线性缩放\",\n \"slug\": \"线性缩放\"\n },\n {\n \"depth\": 4,\n \"title\": \"按比例设置域和范围\",\n \"slug\": \"按比例设置域和范围\"\n },\n {\n \"depth\": 4,\n \"title\": \"最小值最大值\",\n \"slug\": \"最小值最大值\"\n },\n {\n \"depth\": 3,\n \"title\": \"使用动态比例\",\n \"slug\": \"使用动态比例\"\n },\n {\n \"depth\": 3,\n \"title\": \"使用预定义的比例放置元素\",\n \"slug\": \"使用预定义的比例放置元素\"\n },\n {\n \"depth\": 3,\n \"title\": \"添加坐标轴\",\n \"slug\": \"添加坐标轴\"\n },\n {\n \"depth\": 2,\n \"title\": \"常见图表\",\n \"slug\": \"常见图表\"\n },\n {\n \"depth\": 3,\n \"title\": \"散点图\",\n \"slug\": \"散点图\"\n }\n ],\n \"updated\": \"2022-08-01T03:03:33.463Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"css和js两种方式实现div右移1000px动画\",\n \"created\": \"2022-07-20T00:00:00.000Z\",\n \"summary\": \"用keyframes和timer\",\n \"tags\": [\n \"CSS\",\n \"JavaScript\",\n \"animation\"\n ],\n \"slug\": \"/2022-07-20-animation/index.svelte.md\",\n \"path\": \"/2022-07-20-animation\",\n \"toc\": [],\n \"updated\": \"2022-08-01T03:03:33.463Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"我在看什么 · 5月\",\n \"created\": \"2022-07-16T00:00:00.000Z\",\n \"summary\": \"Anki / JSDoc / 蘑菇 / Music-Map ……\",\n \"tags\": [\n \"我在看什么\"\n ],\n \"image\": \"/2022-07-16-reading-5/May1.jpg\",\n \"slug\": \"/2022-07-16-reading-5/index.md\",\n \"path\": \"/2022-07-16-reading-5\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"Productivity\",\n \"slug\": \"productivity\"\n },\n {\n \"depth\": 2,\n \"title\": \"有趣的\",\n \"slug\": \"有趣的\"\n }\n ],\n \"updated\": \"2022-08-11T16:29:56.272Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"我在看什么 · 6月\",\n \"created\": \"2022-07-15T00:00:00.000Z\",\n \"summary\": \"Vue / 网页性能优化 / npm ……\",\n \"tags\": [\n \"我在看什么\"\n ],\n \"image\": \"/2022-07-15-reading-6/june.png\",\n \"slug\": \"/2022-07-15-reading-6/index.md\",\n \"path\": \"/2022-07-15-reading-6\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"编程相关\",\n \"slug\": \"编程相关\"\n },\n {\n \"depth\": 3,\n \"title\": \"前端\",\n \"slug\": \"前端\"\n },\n {\n \"depth\": 3,\n \"title\": \"后端\",\n \"slug\": \"后端\"\n },\n {\n \"depth\": 2,\n \"title\": \"其他\",\n \"slug\": \"其他\"\n },\n {\n \"depth\": 2,\n \"title\": \"互联网哲学\",\n \"slug\": \"互联网哲学\"\n }\n ],\n \"updated\": \"2022-08-06T11:32:41.091Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"SQL 基础笔记\",\n \"created\": \"2022-07-13T00:00:00.000Z\",\n \"summary\": \"关于增改删查的方式\",\n \"tags\": [\n \"SQL\"\n ],\n \"slug\": \"/2022-07-13-sql.md\",\n \"path\": \"/2022-07-13-sql\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"SQL vs. NOSQL\",\n \"slug\": \"sql-vs-nosql\"\n },\n {\n \"depth\": 2,\n \"title\": \"CRUD\",\n \"slug\": \"crud\"\n },\n {\n \"depth\": 3,\n \"title\": \"Create\",\n \"slug\": \"create\"\n },\n {\n \"depth\": 3,\n \"title\": \"Read\",\n \"slug\": \"read\"\n },\n {\n \"depth\": 3,\n \"title\": \"Update\",\n \"slug\": \"update\"\n },\n {\n \"depth\": 3,\n \"title\": \"Destory\",\n \"slug\": \"destory\"\n },\n {\n \"depth\": 2,\n \"title\": \"Understanding SQL Relationships, Foreign Keys and Inner Joins\",\n \"slug\": \"understanding-sql-relationships-foreign-keys-and-inner-joins\"\n },\n {\n \"depth\": 3,\n \"title\": \"FOREIGN KEY\",\n \"slug\": \"foreign-key\"\n },\n {\n \"depth\": 3,\n \"title\": \"INNER JOIN\",\n \"slug\": \"inner-join\"\n }\n ],\n \"updated\": \"2022-08-01T03:03:33.359Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"一些设计作品\",\n \"created\": \"2022-07-13T00:00:00.000Z\",\n \"summary\": \"logo / UI / 包装 / 儿童玩具 ……\",\n \"slug\": \"/2022-07-13-work/index.md\",\n \"path\": \"/2022-07-13-work\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"二十四节气茶包\",\n \"slug\": \"二十四节气茶包\"\n },\n {\n \"depth\": 2,\n \"title\": \"UI 设计\",\n \"slug\": \"ui-设计\"\n },\n {\n \"depth\": 2,\n \"title\": \"饼干包装\",\n \"slug\": \"饼干包装\"\n },\n {\n \"depth\": 2,\n \"title\": \"Logo\",\n \"slug\": \"logo\"\n },\n {\n \"depth\": 2,\n \"title\": \"排版装帧\",\n \"slug\": \"排版装帧\"\n },\n {\n \"depth\": 2,\n \"title\": \"儿童玩具\",\n \"slug\": \"儿童玩具\"\n }\n ],\n \"updated\": \"2022-08-01T03:03:33.433Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"Privacy Policy 隐私声明\",\n \"created\": \"2022-06-19T00:00:00.000Z\",\n \"flags\": [\n \"unlisted\"\n ],\n \"slug\": \"/privacy/index.svelte.md\",\n \"path\": \"/privacy\",\n \"toc\": [],\n \"updated\": \"2022-08-01T03:03:33.476Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"VPS · Jellyfin结合Cloudreve开启线上影院\",\n \"created\": \"2022-06-15T00:00:00.000Z\",\n \"summary\": \"基于 Docker 和 Nginx 的信心搭建过程\",\n \"image\": \"/2022-06-15-jellyfin/1.jpg\",\n \"tags\": [\n \"Nginx\",\n \"VPS\",\n \"Docker\"\n ],\n \"slug\": \"/2022-06-15-jellyfin/index.md\",\n \"path\": \"/2022-06-15-jellyfin\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"关于 Jellyfin\",\n \"slug\": \"关于-jellyfin\"\n },\n {\n \"depth\": 2,\n \"title\": \"Cloudrever\",\n \"slug\": \"cloudrever\"\n },\n {\n \"depth\": 3,\n \"title\": \"反代\",\n \"slug\": \"反代\"\n },\n {\n \"depth\": 3,\n \"title\": \"一些配置\",\n \"slug\": \"一些配置\"\n },\n {\n \"depth\": 2,\n \"title\": \"Jellyfin\",\n \"slug\": \"jellyfin\"\n },\n {\n \"depth\": 3,\n \"title\": \"搭建\",\n \"slug\": \"搭建\"\n },\n {\n \"depth\": 3,\n \"title\": \"反代\",\n \"slug\": \"反代-1\"\n },\n {\n \"depth\": 3,\n \"title\": \"媒体库路径\",\n \"slug\": \"媒体库路径\"\n },\n {\n \"depth\": 3,\n \"title\": \"插件安装\",\n \"slug\": \"插件安装\"\n },\n {\n \"depth\": 3,\n \"title\": \"主题和语言\",\n \"slug\": \"主题和语言\"\n }\n ],\n \"updated\": \"2022-08-06T11:32:41.091Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"VPS · 配置 Cloudflare 的免费 SSL 证书\",\n \"created\": \"2022-06-12T00:00:00.000Z\",\n \"summary\": \"关于如何为多个域名配置SSL证书的操作笔记\",\n \"tags\": [\n \"Nginx\",\n \"VPS\"\n ],\n \"slug\": \"/2022-06-12-cloudflare.md\",\n \"path\": \"/2022-06-12-cloudflare\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"1. 创建证书\",\n \"slug\": \"1-创建证书\"\n },\n {\n \"depth\": 2,\n \"title\": \"2. 密钥上传到 VPS\",\n \"slug\": \"2-密钥上传到-vps\"\n },\n {\n \"depth\": 2,\n \"title\": \"3. 修改 Nginx 配置\",\n \"slug\": \"3-修改-nginx-配置\"\n }\n ],\n \"updated\": \"2022-08-01T03:03:33.353Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"实现一个返回页面顶部的 Vue3 组件\",\n \"created\": \"2022-06-10T00:00:00.000Z\",\n \"summary\": \"结合流畅的动画平滑滚动到页面顶部\",\n \"tags\": [\n \"Vue3\",\n \"BootStrap\"\n ],\n \"slug\": \"/2022-06-10-backtotop.md\",\n \"path\": \"/2022-06-10-backtotop\",\n \"toc\": [],\n \"updated\": \"2022-08-01T11:38:16.754Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"Contabo OSS + PicGo 图床配置\",\n \"created\": \"2022-05-30T00:00:00.000Z\",\n \"summary\": \"OSS自建图床笔记\",\n \"tags\": [\n \"OSS\"\n ],\n \"slug\": \"/2022-05-30-contabo-oss.md\",\n \"path\": \"/2022-05-30-contabo-oss\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"1. 购买套餐\",\n \"slug\": \"1-购买套餐\"\n },\n {\n \"depth\": 2,\n \"title\": \"2. 创建 Bucket\",\n \"slug\": \"2-创建-bucket\"\n },\n {\n \"depth\": 2,\n \"title\": \"3. 安装 PicGo 插件\",\n \"slug\": \"3-安装-picgo-插件\"\n },\n {\n \"depth\": 2,\n \"title\": \"4. 配置插件\",\n \"slug\": \"4-配置插件\"\n },\n {\n \"depth\": 3,\n \"title\": \"应用密钥 ID 和 应用密钥\",\n \"slug\": \"应用密钥-id-和-应用密钥\"\n },\n {\n \"depth\": 3,\n \"title\": \"桶 / 自定义节点 /自定义域名\",\n \"slug\": \"桶--自定义节点-自定义域名\"\n },\n {\n \"depth\": 3,\n \"title\": \"其他设置\",\n \"slug\": \"其他设置\"\n },\n {\n \"depth\": 2,\n \"title\": \"5. 其他\",\n \"slug\": \"5-其他\"\n },\n {\n \"depth\": 3,\n \"title\": \"Obsidian 中的图床设置\",\n \"slug\": \"obsidian-中的图床设置\"\n },\n {\n \"depth\": 3,\n \"title\": \"更多 PicGO 插件:\",\n \"slug\": \"更多-picgo-插件\"\n }\n ],\n \"updated\": \"2022-08-01T03:03:33.353Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"为博客写一个Project showcase 页面\",\n \"created\": \"2022-05-26T00:00:00.000Z\",\n \"summary\": \"第一次Pull Request的经历\",\n \"tags\": [\n \"Svelte\",\n \"Open Source\"\n ],\n \"slug\": \"/2022-05-26-write-a-page-template.md\",\n \"path\": \"/2022-05-26-write-a-page-template\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"1. 分析需求\",\n \"slug\": \"1-分析需求\"\n },\n {\n \"depth\": 2,\n \"title\": \"2. 画原型图\",\n \"slug\": \"2-画原型图\"\n },\n {\n \"depth\": 2,\n \"title\": \"2. 创建组件样式 CSS\",\n \"slug\": \"2-创建组件样式-css\"\n },\n {\n \"depth\": 2,\n \"title\": \"4. 编写组件代码\",\n \"slug\": \"4-编写组件代码\"\n },\n {\n \"depth\": 3,\n \"title\": \"数据\",\n \"slug\": \"数据\"\n },\n {\n \"depth\": 3,\n \"title\": \"组件\",\n \"slug\": \"组件\"\n },\n {\n \"depth\": 3,\n \"title\": \"页面\",\n \"slug\": \"页面\"\n },\n {\n \"depth\": 3,\n \"title\": \"响应式布局\",\n \"slug\": \"响应式布局\"\n },\n {\n \"depth\": 2,\n \"title\": \"5. 测试\",\n \"slug\": \"5-测试\"\n },\n {\n \"depth\": 2,\n \"title\": \"6. Pull request 到 Github\",\n \"slug\": \"6-pull-request-到-github\"\n },\n {\n \"depth\": 2,\n \"title\": \"7. Last but not least\",\n \"slug\": \"7-last-but-not-least\"\n }\n ],\n \"updated\": \"2022-08-01T11:36:42.589Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"Git · 常用操作笔记\",\n \"created\": \"2022-05-25T00:00:00.000Z\",\n \"summary\": \"每次更新博客进行的操作以及常见错误处理\",\n \"tags\": [\n \"Git\"\n ],\n \"slug\": \"/2022-05-25-git.md\",\n \"path\": \"/2022-05-25-git\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"每次更新博客进行的操作\",\n \"slug\": \"每次更新博客进行的操作\"\n },\n {\n \"depth\": 3,\n \"title\": \"1. 追踪所有文件\",\n \"slug\": \"1-追踪所有文件\"\n },\n {\n \"depth\": 3,\n \"title\": \"2. 提交上传信息\",\n \"slug\": \"2-提交上传信息\"\n },\n {\n \"depth\": 3,\n \"title\": \"3. push 到 Github\",\n \"slug\": \"3-push-到-github\"\n },\n {\n \"depth\": 2,\n \"title\": \"常用 Git 操作\",\n \"slug\": \"常用-git-操作\"\n },\n {\n \"depth\": 2,\n \"title\": \"常见问题\",\n \"slug\": \"常见问题\"\n },\n {\n \"depth\": 3,\n \"title\": \"版本回滚\",\n \"slug\": \"版本回滚\"\n },\n {\n \"depth\": 3,\n \"title\": \"报错处理\",\n \"slug\": \"报错处理\"\n },\n {\n \"depth\": 3,\n \"title\": \"博客相关\",\n \"slug\": \"博客相关\"\n },\n {\n \"depth\": 3,\n \"title\": \"其他\",\n \"slug\": \"其他\"\n }\n ],\n \"updated\": \"2022-08-01T03:03:33.322Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"Hypothesis 使用小记\",\n \"created\": \"2022-05-25T00:00:00.000Z\",\n \"summary\": \"Hypothesis同步到Obsidian / Logseq的方法\",\n \"tags\": [\n \"Logseq\",\n \"Obsidian\"\n ],\n \"slug\": \"/2022-05-25-hypothesis/index.md\",\n \"path\": \"/2022-05-25-hypothesis\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"同步到 Logseq\",\n \"slug\": \"同步到-logseq\"\n },\n {\n \"depth\": 3,\n \"title\": \"1. 打开插件系统开关\",\n \"slug\": \"1-打开插件系统开关\"\n },\n {\n \"depth\": 3,\n \"title\": \"2. 安装 Hypothesis 插件\",\n \"slug\": \"2-安装-hypothesis-插件\"\n },\n {\n \"depth\": 3,\n \"title\": \"3. 获取 API Token\",\n \"slug\": \"3-获取-api-token\"\n },\n {\n \"depth\": 3,\n \"title\": \"4. 同步笔记\",\n \"slug\": \"4-同步笔记\"\n },\n {\n \"depth\": 3,\n \"title\": \"5. 修改笔记模板\",\n \"slug\": \"5-修改笔记模板\"\n },\n {\n \"depth\": 2,\n \"title\": \"同步到 Obsidian\",\n \"slug\": \"同步到-obsidian\"\n },\n {\n \"depth\": 3,\n \"title\": \"1. 安装 Hypothesis 插件\",\n \"slug\": \"1-安装-hypothesis-插件\"\n },\n {\n \"depth\": 3,\n \"title\": \"2. API 配置\",\n \"slug\": \"2-api-配置\"\n },\n {\n \"depth\": 3,\n \"title\": \"3. 笔记模板配置\",\n \"slug\": \"3-笔记模板配置\"\n },\n {\n \"depth\": 3,\n \"title\": \"4. 更新笔记\",\n \"slug\": \"4-更新笔记\"\n },\n {\n \"depth\": 2,\n \"title\": \"订阅 Hypothesis 的 RSS\",\n \"slug\": \"订阅-hypothesis-的-rss\"\n },\n {\n \"depth\": 2,\n \"title\": \"其他参考\",\n \"slug\": \"其他参考\"\n }\n ],\n \"updated\": \"2022-08-01T03:03:33.353Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"SQL · 在 Windows 10 上安装 sqlite\",\n \"created\": \"2022-05-23T00:00:00.000Z\",\n \"summary\": \"写给计算机小白的 sqlite 安装笔记\",\n \"tags\": [\n \"SQL\"\n ],\n \"slug\": \"/2022-05-23-win-sql/index.md\",\n \"path\": \"/2022-05-23-win-sql\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"1. 下载二进制文件\",\n \"slug\": \"1-下载二进制文件\"\n },\n {\n \"depth\": 2,\n \"title\": \"2. 创建安装文件夹\",\n \"slug\": \"2-创建安装文件夹\"\n },\n {\n \"depth\": 2,\n \"title\": \"3. 添加环境变量\",\n \"slug\": \"3-添加环境变量\"\n },\n {\n \"depth\": 2,\n \"title\": \"4. 命令提示符中查看 sqlite3 版本\",\n \"slug\": \"4-命令提示符中查看-sqlite3-版本\"\n },\n {\n \"depth\": 2,\n \"title\": \"常用命令行\",\n \"slug\": \"常用命令行\"\n }\n ],\n \"updated\": \"2022-08-01T03:03:33.303Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"JavaScript · 数组中的copyWithin方法\",\n \"created\": \"2022-05-08T17:13:47.671Z\",\n \"summary\": \"一种数组内元素复制的方法\",\n \"tags\": [\n \"JavaScript\"\n ],\n \"lastmod\": \"2022-05-09T02:27:47.533Z\",\n \"slug\": \"/2022-05-09-copywithin/index.md\",\n \"path\": \"/2022-05-09-copywithin\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"简介\",\n \"slug\": \"简介\"\n },\n {\n \"depth\": 3,\n \"title\": \"语法:\",\n \"slug\": \"语法\"\n },\n {\n \"depth\": 2,\n \"title\": \"参数\",\n \"slug\": \"参数\"\n },\n {\n \"depth\": 3,\n \"title\": \"target\",\n \"slug\": \"target\"\n },\n {\n \"depth\": 3,\n \"title\": \"start\",\n \"slug\": \"start\"\n },\n {\n \"depth\": 3,\n \"title\": \"end\",\n \"slug\": \"end\"\n },\n {\n \"depth\": 2,\n \"title\": \"例子\",\n \"slug\": \"例子\"\n },\n {\n \"depth\": 3,\n \"title\": \"源码\",\n \"slug\": \"源码\"\n },\n {\n \"depth\": 3,\n \"title\": \"可视化\",\n \"slug\": \"可视化\"\n }\n ],\n \"updated\": \"2022-08-01T03:03:33.294Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"VPS 安全初始化\",\n \"created\": \"2022-05-06T00:00:00.000Z\",\n \"summary\": \"上次 VPS 被别人暴力破解了,一哭二闹三重装之后,有了本文\",\n \"tags\": [\n \"VPS\",\n \"Self hosted\"\n ],\n \"slug\": \"/2022-05-07-vps-init.md\",\n \"path\": \"/2022-05-07-vps-init\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"思路\",\n \"slug\": \"思路\"\n },\n {\n \"depth\": 3,\n \"title\": \"日常防护\",\n \"slug\": \"日常防护\"\n },\n {\n \"depth\": 3,\n \"title\": \"安全检查\",\n \"slug\": \"安全检查\"\n },\n {\n \"depth\": 2,\n \"title\": \"1. 创建新用户\",\n \"slug\": \"1-创建新用户\"\n },\n {\n \"depth\": 2,\n \"title\": \"2. 配置 SSH-keys\",\n \"slug\": \"2-配置-ssh-keys\"\n },\n {\n \"depth\": 3,\n \"title\": \"本地生成 SSH 密钥对\",\n \"slug\": \"本地生成-ssh-密钥对\"\n },\n {\n \"depth\": 3,\n \"title\": \"安装公钥\",\n \"slug\": \"安装公钥\"\n },\n {\n \"depth\": 3,\n \"title\": \"修改权限\",\n \"slug\": \"修改权限\"\n },\n {\n \"depth\": 3,\n \"title\": \"修改 sshd 配置文件\",\n \"slug\": \"修改-sshd-配置文件\"\n },\n {\n \"depth\": 3,\n \"title\": \"禁用密码登陆和改端口\",\n \"slug\": \"禁用密码登陆和改端口\"\n },\n {\n \"depth\": 3,\n \"title\": \"修改默认登陆端口\",\n \"slug\": \"修改默认登陆端口\"\n },\n {\n \"depth\": 2,\n \"title\": \"3. 安装 ClamAV\",\n \"slug\": \"3-安装-clamav\"\n },\n {\n \"depth\": 3,\n \"title\": \"安装\",\n \"slug\": \"安装\"\n },\n {\n \"depth\": 3,\n \"title\": \"更新病毒数据库\",\n \"slug\": \"更新病毒数据库\"\n },\n {\n \"depth\": 3,\n \"title\": \"开机启动\",\n \"slug\": \"开机启动\"\n },\n {\n \"depth\": 3,\n \"title\": \"下载 ClamAV 数据库\",\n \"slug\": \"下载-clamav-数据库\"\n },\n {\n \"depth\": 3,\n \"title\": \"限制 Clamscan CPU 使用率\",\n \"slug\": \"限制-clamscan-cpu-使用率\"\n },\n {\n \"depth\": 3,\n \"title\": \"常见 CLI\",\n \"slug\": \"常见-cli\"\n },\n {\n \"depth\": 3,\n \"title\": \"ClamAV 返回码\",\n \"slug\": \"clamav-返回码\"\n },\n {\n \"depth\": 2,\n \"title\": \"4. 安装 Fail2ban\",\n \"slug\": \"4-安装-fail2ban\"\n },\n {\n \"depth\": 3,\n \"title\": \"准备\",\n \"slug\": \"准备\"\n },\n {\n \"depth\": 3,\n \"title\": \"安装\",\n \"slug\": \"安装-1\"\n },\n {\n \"depth\": 3,\n \"title\": \"修改配置:\",\n \"slug\": \"修改配置\"\n },\n {\n \"depth\": 2,\n \"title\": \"5. SSL 证书相关\",\n \"slug\": \"5-ssl-证书相关\"\n }\n ],\n \"updated\": \"2022-08-01T03:03:33.291Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"About\",\n \"created\": \"2022-05-06T00:00:00.000Z\",\n \"updated\": \"2022-05-06T00:00:00.000Z\",\n \"flags\": [\n \"unlisted\"\n ],\n \"lastmod\": \"2022-05-20T04:07:08.760Z\",\n \"slug\": \"/about/index.svelte.md\",\n \"path\": \"/about\",\n \"toc\": [\n {\n \"depth\": 3,\n \"title\": \"写码进度\",\n \"slug\": \"写码进度\"\n },\n {\n \"depth\": 3,\n \"title\": \"其他站点\",\n \"slug\": \"其他站点\"\n },\n {\n \"depth\": 3,\n \"title\": \"博客日志\",\n \"slug\": \"博客日志\"\n }\n ],\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"CSS · 解决 Chrome 中小于12px的字体不显示的问题\",\n \"lastmod\": \"2022-04-07T07:36:23.629Z\",\n \"summary\": \"先用scale总体缩小再补上减少的宽度\",\n \"created\": \"2022-03-29T13:46:29.228Z\",\n \"tags\": [\n \"CSS\",\n \"CSS Trick\"\n ],\n \"categories\": [\n \"CSS\"\n ],\n \"toc\": false,\n \"slug\": \"/2022-03-29-12px.md\",\n \"path\": \"/2022-03-29-12px\",\n \"updated\": \"2022-08-06T10:50:25.374Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"Miniflux · 保存文章到 Pocket 以及 RSS\",\n \"summary\": \"将 Miniflux 上的文章到保存到 Pocket/Instapaper,以及 RSS 相关文章和资源\",\n \"created\": \"2022-03-10T16:24:38.663Z\",\n \"preview\": \"\",\n \"draft\": \"\",\n \"tags\": [\n \"RSS\",\n \"Miniflux\"\n ],\n \"changelogs\": [\n {\n \"tag\": \"202203011\",\n \"summary\": [\n \"添加了`instapaper`的连接方式\",\n \"添加了Pocket按钮嵌入方式\"\n ]\n }\n ],\n \"lastmod\": \"2022-04-07T07:38:52.406Z\",\n \"slug\": \"/2022-03-11-miniflux-to-pocket.md\",\n \"path\": \"/2022-03-11-miniflux-to-pocket\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"1. 创建 Pocket Application\",\n \"slug\": \"1-创建-pocket-application\"\n },\n {\n \"depth\": 2,\n \"title\": \"2. 获取 Consumer Key 用户密钥\",\n \"slug\": \"2-获取-consumer-key-用户密钥\"\n },\n {\n \"depth\": 2,\n \"title\": \"3. 获取 Access Token 访问密钥\",\n \"slug\": \"3-获取-access-token-访问密钥\"\n },\n {\n \"depth\": 2,\n \"title\": \"其他\",\n \"slug\": \"其他\"\n },\n {\n \"depth\": 3,\n \"title\": \"1.为博客添加 Pocket 收藏按钮\",\n \"slug\": \"1为博客添加-pocket-收藏按钮\"\n },\n {\n \"depth\": 3,\n \"title\": \"2.用 Fever 同步到 Reeder\",\n \"slug\": \"2用-fever-同步到-reeder\"\n },\n {\n \"depth\": 3,\n \"title\": \"3.连接到 Instapaper\",\n \"slug\": \"3连接到-instapaper\"\n },\n {\n \"depth\": 2,\n \"title\": \"RSS 相关内容\",\n \"slug\": \"rss-相关内容\"\n },\n {\n \"depth\": 3,\n \"title\": \"1. Miniflux 搭建\",\n \"slug\": \"1-miniflux-搭建\"\n },\n {\n \"depth\": 3,\n \"title\": \"2. 其他选择\",\n \"slug\": \"2-其他选择\"\n },\n {\n \"depth\": 3,\n \"title\": \"3. RSS 生成\",\n \"slug\": \"3-rss-生成\"\n },\n {\n \"depth\": 3,\n \"title\": \"4. 看什么\",\n \"slug\": \"4-看什么\"\n },\n {\n \"depth\": 4,\n \"title\": \"5. 关于 RSS\",\n \"slug\": \"5-关于-rss\"\n }\n ],\n \"updated\": \"2022-08-06T10:51:23.859Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"Forty页面仿写\",\n \"summary\": \"完成 HTML、CSS 代码编写,暂无 JavaScript\",\n \"created\": \"2022-03-10T08:38:17.227Z\",\n \"preview\": \"\",\n \"draft\": \"\",\n \"tags\": [\n \"CSS\",\n \"HTML\"\n ],\n \"lastmod\": \"2022-04-07T07:39:48.473Z\",\n \"slug\": \"/2022-03-10-forty.md\",\n \"path\": \"/2022-03-10-forty\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"题目\",\n \"slug\": \"题目\"\n },\n {\n \"depth\": 2,\n \"title\": \"示例图\",\n \"slug\": \"示例图\"\n },\n {\n \"depth\": 2,\n \"title\": \"Demo\",\n \"slug\": \"demo\"\n }\n ],\n \"updated\": \"2022-08-06T10:51:23.374Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"CSS · Tab选项卡\",\n \"summary\": \"一个纯 CSS 实现的 Tab 选项卡\",\n \"created\": \"2022-03-09T07:42:25.299Z\",\n \"tags\": [\n \"CSS\"\n ],\n \"categories\": [\n \"CSS\"\n ],\n \"lastmod\": \"2022-04-07T07:40:02.371Z\",\n \"slug\": \"/2022-03-09-css-tab.md\",\n \"path\": \"/2022-03-09-css-tab\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"原理\",\n \"slug\": \"原理\"\n },\n {\n \"depth\": 2,\n \"title\": \"代码\",\n \"slug\": \"代码\"\n },\n {\n \"depth\": 3,\n \"title\": \"HTML\",\n \"slug\": \"html\"\n },\n {\n \"depth\": 3,\n \"title\": \"CSS\",\n \"slug\": \"css\"\n },\n {\n \"depth\": 2,\n \"title\": \"参考\",\n \"slug\": \"参考\"\n }\n ],\n \"updated\": \"2022-08-06T10:50:54.161Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"JavaScript · 打字机效果生成器\",\n \"summary\": \"用 JavaScript 实现网页打字机效果\",\n \"created\": \"2022-03-08T16:19:05.137Z\",\n \"tags\": [\n \"JavaScript\"\n ],\n \"categories\": [\n \"JavaScript\"\n ],\n \"lastmod\": \"2022-04-07T07:40:27.758Z\",\n \"slug\": \"/2022-03-09-typewriter.md\",\n \"path\": \"/2022-03-09-typewriter\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"题目\",\n \"slug\": \"题目\"\n },\n {\n \"depth\": 2,\n \"title\": \"解法\",\n \"slug\": \"解法\"\n },\n {\n \"depth\": 2,\n \"title\": \"参考\",\n \"slug\": \"参考\"\n }\n ],\n \"updated\": \"2022-08-06T10:50:29.470Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"JavaScript · Caesar Cipher 凯撒加密\",\n \"summary\": \"用JavaScrpit编码实现凯撒加密算法\",\n \"created\": \"2022-03-08T16:01:08.850Z\",\n \"tags\": [\n \"JavaScript\"\n ],\n \"categories\": [\n \"JavaScript\"\n ],\n \"lastmod\": \"2022-04-07T07:20:47.694Z\",\n \"slug\": \"/2022-03-09-caesar-cipher.md\",\n \"path\": \"/2022-03-09-caesar-cipher\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"题目\",\n \"slug\": \"题目\"\n },\n {\n \"depth\": 2,\n \"title\": \"解法\",\n \"slug\": \"解法\"\n },\n {\n \"depth\": 3,\n \"title\": \"HTML\",\n \"slug\": \"html\"\n },\n {\n \"depth\": 3,\n \"title\": \"JS\",\n \"slug\": \"js\"\n },\n {\n \"depth\": 2,\n \"title\": \"参考\",\n \"slug\": \"参考\"\n }\n ],\n \"updated\": \"2022-08-06T10:50:48.659Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"JavaScript · 字符串去重\",\n \"summary\": \"编码实现字符串去重\",\n \"created\": \"2022-03-07T13:55:21.090Z\",\n \"tags\": [\n \"JavaScript\"\n ],\n \"categories\": [\n \"JavaScript\"\n ],\n \"lastmod\": \"2022-04-07T07:20:30.550Z\",\n \"slug\": \"/2022-03-07-filter.md\",\n \"path\": \"/2022-03-07-filter\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"题目\",\n \"slug\": \"题目\"\n },\n {\n \"depth\": 2,\n \"title\": \"解法\",\n \"slug\": \"解法\"\n },\n {\n \"depth\": 2,\n \"title\": \"其他解法\",\n \"slug\": \"其他解法\"\n }\n ],\n \"updated\": \"2022-08-06T10:50:50.151Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"Obsidian · 网课学习笔记整理\",\n \"summary\": \"拆分整合的过程\",\n \"created\": \"2022-03-06T16:23:33.118Z\",\n \"tags\": [\n \"Obsidian\"\n ],\n \"categories\": [\n \"Obsidian\"\n ],\n \"lastmod\": \"2022-04-07T07:20:39.933Z\",\n \"slug\": \"/2022-03-07-obsidian-notes1.md\",\n \"path\": \"/2022-03-07-obsidian-notes1\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"具体的方法\",\n \"slug\": \"具体的方法\"\n },\n {\n \"depth\": 3,\n \"title\": \"Step1-构建地图\",\n \"slug\": \"step1-构建地图\"\n },\n {\n \"depth\": 3,\n \"title\": \"Step2-写课堂笔记\",\n \"slug\": \"step2-写课堂笔记\"\n },\n {\n \"depth\": 3,\n \"title\": \"Step3-重组笔记\",\n \"slug\": \"step3-重组笔记\"\n },\n {\n \"depth\": 4,\n \"title\": \"布局\",\n \"slug\": \"布局\"\n },\n {\n \"depth\": 4,\n \"title\": \"结构编辑\",\n \"slug\": \"结构编辑\"\n },\n {\n \"depth\": 4,\n \"title\": \"拆分笔记\",\n \"slug\": \"拆分笔记\"\n }\n ],\n \"updated\": \"2022-08-06T10:50:46.655Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"Airtable · 网页剪藏\",\n \"summary\": \"Airtable Web Cilpper设置\",\n \"created\": \"2022-03-06T05:58:29.026Z\",\n \"categories\": [\n \"实用技巧\"\n ],\n \"tags\": [\n \"实用技巧\"\n ],\n \"lastmod\": \"2022-04-16T12:54:20.049Z\",\n \"slug\": \"/2022-03-06-airtable.md\",\n \"path\": \"/2022-03-06-airtable\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"书签这回事\",\n \"slug\": \"书签这回事\"\n },\n {\n \"depth\": 2,\n \"title\": \"关于 Airtable\",\n \"slug\": \"关于-airtable\"\n },\n {\n \"depth\": 2,\n \"title\": \"怎么用 Airtable 剪切网页\",\n \"slug\": \"怎么用-airtable-剪切网页\"\n },\n {\n \"depth\": 3,\n \"title\": \"1. 创建表格\",\n \"slug\": \"1-创建表格\"\n },\n {\n \"depth\": 3,\n \"title\": \"2. 创建 app\",\n \"slug\": \"2-创建-app\"\n },\n {\n \"depth\": 3,\n \"title\": \"3. 配置剪切设置\",\n \"slug\": \"3-配置剪切设置\"\n },\n {\n \"depth\": 3,\n \"title\": \"4. Web Clipper 剪切\",\n \"slug\": \"4-web-clipper-剪切\"\n }\n ],\n \"updated\": \"2022-08-06T10:50:42.370Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"JavaScript · 十进制数转二进制\",\n \"summary\": \"用JavaScript将十进制数转二进制数\",\n \"created\": \"2022-03-04T14:57:48.683Z\",\n \"draft\": \"\",\n \"tags\": [\n \"JavaScript\"\n ],\n \"categories\": [\n \"JavaScript\"\n ],\n \"lastmod\": \"2022-04-16T12:54:16.167Z\",\n \"type\": \"article\",\n \"slug\": \"/2022-03-04-decbin.md\",\n \"path\": \"/2022-03-04-decbin\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"题目\",\n \"slug\": \"题目\"\n },\n {\n \"depth\": 3,\n \"title\": \"Task1\",\n \"slug\": \"task1\"\n },\n {\n \"depth\": 3,\n \"title\": \"Task2\",\n \"slug\": \"task2\"\n },\n {\n \"depth\": 2,\n \"title\": \"解法\",\n \"slug\": \"解法\"\n }\n ],\n \"updated\": \"2022-08-06T10:50:40.572Z\",\n \"html\": \"\"\n },\n {\n \"title\": \"JavaScript · 判断水仙花数\",\n \"summary\": \"用JavaScript判断水仙花数\",\n \"created\": \"2022-03-03T15:07:14.533Z\",\n \"categories\": [\n \"JavaScript\"\n ],\n \"tags\": [\n \"JavaScript\"\n ],\n \"slug\": \"/2022-03-03.md\",\n \"lastmod\": \"2022-04-07T07:20:02.340Z\",\n \"path\": \"/2022-03-03\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"题目\",\n \"slug\": \"题目\"\n },\n {\n \"depth\": 2,\n \"title\": \"解法\",\n \"slug\": \"解法\"\n },\n {\n \"depth\": 2,\n \"title\": \"参考\",\n \"slug\": \"参考\"\n }\n ],\n \"updated\": \"2022-08-06T10:50:38.994Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"自建网页书签Flare\",\n \"created\": \"2022-02-20T14:04:17.000Z\",\n \"tags\": [\n \"Docker\",\n \"Self-hosted\"\n ],\n \"slug\": \"/flare.md\",\n \"summary\": \"通过Docker自建网页书签Flare\",\n \"lastmod\": \"2022-03-30T02:19:33.711Z\",\n \"path\": \"/flare\",\n \"toc\": [\n {\n \"depth\": 3,\n \"title\": \"1.创建 Flare 文件夹\",\n \"slug\": \"1创建-flare-文件夹\"\n },\n {\n \"depth\": 3,\n \"title\": \"2.下载包含示例的代码\",\n \"slug\": \"2下载包含示例的代码\"\n },\n {\n \"depth\": 3,\n \"title\": \"3.运行容器\",\n \"slug\": \"3运行容器\"\n },\n {\n \"depth\": 4,\n \"title\": \"方法 1:直接启动\",\n \"slug\": \"方法-1直接启动\"\n },\n {\n \"depth\": 4,\n \"title\": \"方法 2:通过 docker composer\",\n \"slug\": \"方法-2通过-docker-composer\"\n },\n {\n \"depth\": 3,\n \"title\": \"4.修改书签内容\",\n \"slug\": \"4修改书签内容\"\n },\n {\n \"depth\": 3,\n \"title\": \"5.用 nginx 反代和设置域名\",\n \"slug\": \"5用-nginx-反代和设置域名\"\n },\n {\n \"depth\": 3,\n \"title\": \"6.SSL 证书和其他书签\",\n \"slug\": \"6ssl-证书和其他书签\"\n }\n ],\n \"updated\": \"2022-08-06T10:49:53.655Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"用 docker 安装 Halo 博客\",\n \"created\": \"2022-02-16T14:04:17.000Z\",\n \"tags\": [\n \"Docker\",\n \"Self-hosted\"\n ],\n \"slug\": \"/halo.md\",\n \"summary\": \"\",\n \"lastmod\": \"2022-05-07T05:39:19.169Z\",\n \"path\": \"/halo\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"准备\",\n \"slug\": \"准备\"\n },\n {\n \"depth\": 3,\n \"title\": \"解析域名\",\n \"slug\": \"解析域名\"\n },\n {\n \"depth\": 3,\n \"title\": \"安装 docker\",\n \"slug\": \"安装-docker\"\n },\n {\n \"depth\": 3,\n \"title\": \"检查端口开放情况\",\n \"slug\": \"检查端口开放情况\"\n },\n {\n \"depth\": 2,\n \"title\": \"安装 Halo\",\n \"slug\": \"安装-halo\"\n },\n {\n \"depth\": 3,\n \"title\": \"1.创建工作目录\",\n \"slug\": \"1创建工作目录\"\n },\n {\n \"depth\": 3,\n \"title\": \"2.下载示例配置文件到工作目录\",\n \"slug\": \"2下载示例配置文件到工作目录\"\n },\n {\n \"depth\": 3,\n \"title\": \"3. 编辑配置文件,配置数据库或者端口\",\n \"slug\": \"3-编辑配置文件配置数据库或者端口\"\n },\n {\n \"depth\": 4,\n \"title\": \"打开配置文件 application.yaml\",\n \"slug\": \"打开配置文件-applicationyaml\"\n },\n {\n \"depth\": 4,\n \"title\": \"修改配置\",\n \"slug\": \"修改配置\"\n },\n {\n \"depth\": 3,\n \"title\": \"4. 拉取最新的 Halo 镜像\",\n \"slug\": \"4-拉取最新的-halo-镜像\"\n },\n {\n \"depth\": 3,\n \"title\": \"5. 创建容器\",\n \"slug\": \"5-创建容器\"\n },\n {\n \"depth\": 3,\n \"title\": \"6. 打开安装引导界面。\",\n \"slug\": \"6-打开安装引导界面\"\n },\n {\n \"depth\": 2,\n \"title\": \"用 Nginx 反代\",\n \"slug\": \"用-nginx-反代\"\n },\n {\n \"depth\": 3,\n \"title\": \"1.安装 Nginx\",\n \"slug\": \"1安装-nginx\"\n },\n {\n \"depth\": 3,\n \"title\": \"2.配置 halo.conf\",\n \"slug\": \"2配置-haloconf\"\n },\n {\n \"depth\": 3,\n \"title\": \"3.重启 nginx\",\n \"slug\": \"3重启-nginx\"\n },\n {\n \"depth\": 2,\n \"title\": \"安装 certbot,为域名获取免费 SSL 证书\",\n \"slug\": \"安装-certbot为域名获取免费-ssl-证书\"\n },\n {\n \"depth\": 3,\n \"title\": \"1.安装 certbot\",\n \"slug\": \"1安装-certbot\"\n },\n {\n \"depth\": 3,\n \"title\": \"2.配置证书\",\n \"slug\": \"2配置证书\"\n },\n {\n \"depth\": 2,\n \"title\": \"其他\",\n \"slug\": \"其他\"\n }\n ],\n \"updated\": \"2022-08-06T10:49:49.221Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"VS Code 技巧合集\",\n \"tags\": [\n \"实用技巧\"\n ],\n \"categories\": [\n \"实用技巧\"\n ],\n \"slug\": \"/vscode.md\",\n \"summary\": \"字体/插件/设置……\",\n \"created\": \"2022-01-27T13:40:28.920Z\",\n \"lastmod\": \"2022-03-30T02:20:34.584Z\",\n \"path\": \"/vscode\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"关闭 VS Code 中的 popup 面板\",\n \"slug\": \"关闭-vs-code-中的-popup-面板\"\n },\n {\n \"depth\": 2,\n \"title\": \"修改字体\",\n \"slug\": \"修改字体\"\n },\n {\n \"depth\": 2,\n \"title\": \"快捷键\",\n \"slug\": \"快捷键\"\n },\n {\n \"depth\": 2,\n \"title\": \"插件\",\n \"slug\": \"插件\"\n },\n {\n \"depth\": 2,\n \"title\": \"设置\",\n \"slug\": \"设置\"\n },\n {\n \"depth\": 2,\n \"title\": \"其他\",\n \"slug\": \"其他\"\n }\n ],\n \"updated\": \"2022-08-06T10:49:29.477Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"两种免费发布Axure原型的方式\",\n \"created\": \"2022-01-21T00:11:17.000Z\",\n \"tags\": [\n \"实用技巧\"\n ],\n \"slug\": \"/axure.md\",\n \"summary\": \"通过Netlify和Vercel发布\",\n \"lastmod\": \"2022-04-07T07:24:20.692Z\",\n \"path\": \"/axure\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"Netlify\",\n \"slug\": \"netlify\"\n },\n {\n \"depth\": 2,\n \"title\": \"Vercel +Github\",\n \"slug\": \"vercel-github\"\n }\n ],\n \"updated\": \"2022-08-06T10:51:25.527Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"CSS · Argon主题的CSS修改\",\n \"created\": \"2022-01-16T14:04:17.000Z\",\n \"tags\": [\n \"CSS\"\n ],\n \"slug\": \"/argon.md\",\n \"summary\": \"基于最近所学,对当前Argon主题做了一些微小的调整\",\n \"lastmod\": \"2022-05-07T05:30:35.639Z\",\n \"path\": \"/argon\",\n \"toc\": [],\n \"updated\": \"2022-08-06T10:50:02.849Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"CSS · hover时图片放大的动效\",\n \"created\": \"2022-01-13T16:03:47.000Z\",\n \"slug\": \"/hover.md\",\n \"tags\": [\n \"CSS Trick\",\n \"CSS\"\n ],\n \"summary\": \"通过transform设置\",\n \"lastmod\": \"2022-05-07T05:30:52.029Z\",\n \"path\": \"/hover\",\n \"toc\": [],\n \"updated\": \"2022-08-06T10:49:47.292Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"CSS · 三种布局方式\",\n \"slug\": \"/css-layout.md\",\n \"tags\": [\n \"CSS\"\n ],\n \"created\": \"2022-01-13T10:07:00.000Z\",\n \"summary\": \"Float / Flexbox / Grid /\",\n \"lastmod\": \"2022-05-07T05:30:20.613Z\",\n \"path\": \"/css-layout\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"Overview\",\n \"slug\": \"overview\"\n },\n {\n \"depth\": 2,\n \"title\": \"Box-sizing\",\n \"slug\": \"box-sizing\"\n },\n {\n \"depth\": 3,\n \"title\": \"reset\",\n \"slug\": \"reset\"\n },\n {\n \"depth\": 2,\n \"title\": \"Float Layout\",\n \"slug\": \"float-layout\"\n },\n {\n \"depth\": 3,\n \"title\": \"left\",\n \"slug\": \"left\"\n },\n {\n \"depth\": 3,\n \"title\": \"right\",\n \"slug\": \"right\"\n },\n {\n \"depth\": 3,\n \"title\": \"ABSOLUTE POSITIONING VS. FLOATS\",\n \"slug\": \"absolute-positioning-vs-floats\"\n },\n {\n \"depth\": 3,\n \"title\": \"Clear Float\",\n \"slug\": \"clear-float\"\n },\n {\n \"depth\": 4,\n \"title\": \"方法 1: empty div\",\n \"slug\": \"方法-1-empty-div\"\n },\n {\n \"depth\": 4,\n \"title\": \"方法 2:clearfix hack\",\n \"slug\": \"方法-2clearfix-hack\"\n },\n {\n \"depth\": 2,\n \"title\": \"Flexbox\",\n \"slug\": \"flexbox\"\n },\n {\n \"depth\": 3,\n \"title\": \"Flex container\",\n \"slug\": \"flex-container\"\n },\n {\n \"depth\": 3,\n \"title\": \"Flex items\",\n \"slug\": \"flex-items\"\n },\n {\n \"depth\": 3,\n \"title\": \"Propetities\",\n \"slug\": \"propetities\"\n },\n {\n \"depth\": 4,\n \"title\": \"order\",\n \"slug\": \"order\"\n },\n {\n \"depth\": 4,\n \"title\": \"flex-grow\",\n \"slug\": \"flex-grow\"\n },\n {\n \"depth\": 4,\n \"title\": \"flex-basis\",\n \"slug\": \"flex-basis\"\n },\n {\n \"depth\": 4,\n \"title\": \"shorthand\",\n \"slug\": \"shorthand\"\n },\n {\n \"depth\": 2,\n \"title\": \"CSS Grid\",\n \"slug\": \"css-grid\"\n },\n {\n \"depth\": 3,\n \"title\": \"grid container\",\n \"slug\": \"grid-container\"\n },\n {\n \"depth\": 4,\n \"title\": \"Gap\",\n \"slug\": \"gap\"\n },\n {\n \"depth\": 4,\n \"title\": \"align tracks inside containers\",\n \"slug\": \"align-tracks-inside-containers\"\n },\n {\n \"depth\": 3,\n \"title\": \"grid items\",\n \"slug\": \"grid-items\"\n },\n {\n \"depth\": 4,\n \"title\": \"align items inside cells\",\n \"slug\": \"align-items-inside-cells\"\n },\n {\n \"depth\": 3,\n \"title\": \"fr\",\n \"slug\": \"fr\"\n },\n {\n \"depth\": 3,\n \"title\": \"implicit row\",\n \"slug\": \"implicit-row\"\n }\n ],\n \"updated\": \"2022-08-06T10:49:54.807Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"CSS · Add margin to buttons\",\n \"slug\": \"/margin.md\",\n \"tags\": [\n \"CSS Trick\",\n \"CSS\"\n ],\n \"created\": \"2022-01-13T10:04:21.000Z\",\n \"summary\": \"用helper class为单个按钮加margin,防止元素复用时产生不必要的margin\",\n \"lastmod\": \"2022-05-07T05:32:49.156Z\",\n \"path\": \"/margin\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"HTML\",\n \"slug\": \"html\"\n },\n {\n \"depth\": 2,\n \"title\": \"CSS\",\n \"slug\": \"css\"\n },\n {\n \"depth\": 2,\n \"title\": \"为按钮增加内边距\",\n \"slug\": \"为按钮增加内边距\"\n }\n ],\n \"updated\": \"2022-08-06T10:49:40.186Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"CSS · Reusable Grid\",\n \"slug\": \"/grid.md\",\n \"tags\": [\n \"CSS\"\n ],\n \"created\": \"2022-01-13T10:01:44.000Z\",\n \"summary\": \"可复用的CSS Grid设置\",\n \"lastmod\": \"2022-05-07T05:32:52.372Z\",\n \"path\": \"/grid\",\n \"toc\": [\n {\n \"depth\": 4,\n \"title\": \"CSS:\",\n \"slug\": \"css\"\n },\n {\n \"depth\": 4,\n \"title\": \"HTML:\",\n \"slug\": \"html\"\n }\n ],\n \"updated\": \"2022-08-06T10:49:51.803Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"CSS · Rem in CSS\",\n \"slug\": \"/rem-css.md\",\n \"tags\": [\n \"CSS\"\n ],\n \"created\": \"2022-01-12T09:50:27.000Z\",\n \"summary\": \"CSS中的Rem是什么\",\n \"lastmod\": \"2022-05-07T05:32:42.708Z\",\n \"path\": \"/rem-css\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"1. set px\",\n \"slug\": \"1-set-px\"\n },\n {\n \"depth\": 2,\n \"title\": \"2. percentage\",\n \"slug\": \"2-percentage\"\n }\n ],\n \"updated\": \"2022-08-06T10:49:34.711Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"翻译 · Material Design3\",\n \"created\": \"2022-01-03T13:02:17.000Z\",\n \"tags\": [\n \"翻译\"\n ],\n \"categories\": [\n \"翻译\"\n ],\n \"slug\": \"/material.md\",\n \"summary\": \"部分翻译内容\",\n \"lastmod\": \"2022-05-07T05:30:39.510Z\",\n \"path\": \"/material\",\n \"toc\": [],\n \"updated\": \"2022-08-06T10:49:37.342Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"《用户体验要素》- 战略层(产品目标和用户需求)\",\n \"created\": \"2022-01-02T13:08:29.000Z\",\n \"categories\": [\n \"UX学习笔记\"\n ],\n \"tags\": [\n \"《用户体验要素》\",\n \"读书笔记\"\n ],\n \"summary\": \"第三章笔记\",\n \"lastmod\": \"2022-05-07T05:33:16.860Z\",\n \"slug\": \"/用户体验要素3.md\",\n \"path\": \"/用户体验要素3\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"产品目标\",\n \"slug\": \"产品目标\"\n },\n {\n \"depth\": 2,\n \"title\": \"用户需求\",\n \"slug\": \"用户需求\"\n },\n {\n \"depth\": 3,\n \"title\": \"用户细分( user segmentation)\",\n \"slug\": \"用户细分-user-segmentation\"\n },\n {\n \"depth\": 3,\n \"title\": \"用户研究(User Research)\",\n \"slug\": \"用户研究user-research\"\n },\n {\n \"depth\": 2,\n \"title\": \"团队角色和流程\",\n \"slug\": \"团队角色和流程\"\n }\n ],\n \"updated\": \"2022-08-06T10:50:03.925Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"CSS · 基础笔记\",\n \"created\": \"2021-12-06T03:59:47.000Z\",\n \"slug\": \"/css-fundamental.md\",\n \"tags\": [\n \"CSS\"\n ],\n \"lastmod\": \"2022-05-07T05:30:27.910Z\",\n \"path\": \"/css-fundamental\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"css 是什么\",\n \"slug\": \"css-是什么\"\n },\n {\n \"depth\": 2,\n \"title\": \"分类\",\n \"slug\": \"分类\"\n },\n {\n \"depth\": 3,\n \"title\": \"inline CSS\",\n \"slug\": \"inline-css\"\n },\n {\n \"depth\": 3,\n \"title\": \"internal CSS\",\n \"slug\": \"internal-css\"\n },\n {\n \"depth\": 3,\n \"title\": \"external CSS\",\n \"slug\": \"external-css\"\n },\n {\n \"depth\": 2,\n \"title\": \"组成\",\n \"slug\": \"组成\"\n },\n {\n \"depth\": 2,\n \"title\": \"Selectors\",\n \"slug\": \"selectors\"\n },\n {\n \"depth\": 3,\n \"title\": \"descendent selector\",\n \"slug\": \"descendent-selector\"\n },\n {\n \"depth\": 3,\n \"title\": \"line selector\",\n \"slug\": \"line-selector\"\n },\n {\n \"depth\": 2,\n \"title\": \"id\",\n \"slug\": \"id\"\n },\n {\n \"depth\": 3,\n \"title\": \"class attributes\",\n \"slug\": \"class-attributes\"\n },\n {\n \"depth\": 3,\n \"title\": \"universal selector\",\n \"slug\": \"universal-selector\"\n },\n {\n \"depth\": 3,\n \"title\": \"body\",\n \"slug\": \"body\"\n },\n {\n \"depth\": 3,\n \"title\": \"优先级\",\n \"slug\": \"优先级\"\n },\n {\n \"depth\": 4,\n \"title\": \"conflicting between selectors\",\n \"slug\": \"conflicting-between-selectors\"\n },\n {\n \"depth\": 4,\n \"title\": \"inheritance\",\n \"slug\": \"inheritance\"\n },\n {\n \"depth\": 2,\n \"title\": \"颜色\",\n \"slug\": \"颜色\"\n },\n {\n \"depth\": 3,\n \"title\": \"RGB/RGBA\",\n \"slug\": \"rgbrgba\"\n },\n {\n \"depth\": 2,\n \"title\": \"Hexadecimal Colors\",\n \"slug\": \"hexadecimal-colors\"\n },\n {\n \"depth\": 2,\n \"title\": \"Pseudo Class\",\n \"slug\": \"pseudo-class\"\n },\n {\n \"depth\": 3,\n \"title\": \"第一个元素/最后一个元素\",\n \"slug\": \"第一个元素最后一个元素\"\n },\n {\n \"depth\": 3,\n \"title\": \"奇数/偶数 /特定次序\",\n \"slug\": \"奇数偶数-特定次序\"\n },\n {\n \"depth\": 3,\n \"title\": \"多种元素时\",\n \"slug\": \"多种元素时\"\n },\n {\n \"depth\": 3,\n \"title\": \"Style hyperlinks\",\n \"slug\": \"style-hyperlinks\"\n },\n {\n \"depth\": 4,\n \"title\": \"link\",\n \"slug\": \"link\"\n },\n {\n \"depth\": 4,\n \"title\": \"visited\",\n \"slug\": \"visited\"\n },\n {\n \"depth\": 4,\n \"title\": \"hover\",\n \"slug\": \"hover\"\n },\n {\n \"depth\": 4,\n \"title\": \"active\",\n \"slug\": \"active\"\n },\n {\n \"depth\": 2,\n \"title\": \"Pseudo Elements\",\n \"slug\": \"pseudo-elements\"\n },\n {\n \"depth\": 3,\n \"title\": \"adjacent sibiling selector\",\n \"slug\": \"adjacent-sibiling-selector\"\n },\n {\n \"depth\": 3,\n \"title\": \"after\",\n \"slug\": \"after\"\n },\n {\n \"depth\": 3,\n \"title\": \"before\",\n \"slug\": \"before\"\n },\n {\n \"depth\": 2,\n \"title\": \"Box Model\",\n \"slug\": \"box-model\"\n },\n {\n \"depth\": 3,\n \"title\": \"Type of boxes:\",\n \"slug\": \"type-of-boxes\"\n },\n {\n \"depth\": 4,\n \"title\": \"inline boxes\",\n \"slug\": \"inline-boxes\"\n },\n {\n \"depth\": 4,\n \"title\": \"block-level boxes\",\n \"slug\": \"block-level-boxes\"\n },\n {\n \"depth\": 4,\n \"title\": \"inline-block boxes\",\n \"slug\": \"inline-block-boxes\"\n },\n {\n \"depth\": 3,\n \"title\": \"padding\",\n \"slug\": \"padding\"\n },\n {\n \"depth\": 4,\n \"title\": \"reset margin ane padding\",\n \"slug\": \"reset-margin-ane-padding\"\n },\n {\n \"depth\": 3,\n \"title\": \"margin\",\n \"slug\": \"margin\"\n },\n {\n \"depth\": 4,\n \"title\": \"collapsing margins\",\n \"slug\": \"collapsing-margins\"\n },\n {\n \"depth\": 3,\n \"title\": \"Dimensions\",\n \"slug\": \"dimensions\"\n },\n {\n \"depth\": 4,\n \"title\": \"width\",\n \"slug\": \"width\"\n },\n {\n \"depth\": 2,\n \"title\": \"position\",\n \"slug\": \"position\"\n },\n {\n \"depth\": 3,\n \"title\": \"Normal Flow\",\n \"slug\": \"normal-flow\"\n },\n {\n \"depth\": 3,\n \"title\": \"Absolute Position\",\n \"slug\": \"absolute-position\"\n },\n {\n \"depth\": 3,\n \"title\": \"centering page\",\n \"slug\": \"centering-page\"\n },\n {\n \"depth\": 2,\n \"title\": \"基本操作\",\n \"slug\": \"基本操作\"\n },\n {\n \"depth\": 3,\n \"title\": \"CSS 注释\",\n \"slug\": \"css-注释\"\n },\n {\n \"depth\": 3,\n \"title\": \"Fix bugs\",\n \"slug\": \"fix-bugs\"\n }\n ],\n \"updated\": \"2022-08-06T10:49:56.359Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"HTML · 基础笔记\",\n \"created\": \"2021-12-06T03:59:47.000Z\",\n \"slug\": \"/html-basis.md\",\n \"tags\": [\n \"HTML\"\n ],\n \"lastmod\": \"2022-05-07T05:30:47.655Z\",\n \"path\": \"/html-basis\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"HTML 是什么\",\n \"slug\": \"html-是什么\"\n },\n {\n \"depth\": 2,\n \"title\": \"基本组成\",\n \"slug\": \"基本组成\"\n },\n {\n \"depth\": 2,\n \"title\": \"框架\",\n \"slug\": \"框架\"\n },\n {\n \"depth\": 2,\n \"title\": \"attributes\",\n \"slug\": \"attributes\"\n },\n {\n \"depth\": 2,\n \"title\": \"tags\",\n \"slug\": \"tags\"\n },\n {\n \"depth\": 2,\n \"title\": \"HTML entity\",\n \"slug\": \"html-entity\"\n },\n {\n \"depth\": 2,\n \"title\": \"semantic HTML\",\n \"slug\": \"semantic-html\"\n },\n {\n \"depth\": 2,\n \"title\": \"空格\",\n \"slug\": \"空格\"\n },\n {\n \"depth\": 2,\n \"title\": \"当 div 中用 css 设置了图片时\",\n \"slug\": \"当-div-中用-css-设置了图片时\"\n },\n {\n \"depth\": 2,\n \"title\": \"随堂练习\",\n \"slug\": \"随堂练习\"\n },\n {\n \"depth\": 3,\n \"title\": \"商品卡片\",\n \"slug\": \"商品卡片\"\n },\n {\n \"depth\": 3,\n \"title\": \"分页器 pagination\",\n \"slug\": \"分页器-pagination\"\n }\n ],\n \"updated\": \"2022-08-06T10:49:44.906Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"《用户体验要素》- 认识这些要素\",\n \"summary\": \"第二章笔记\",\n \"created\": \"2021-12-06T03:59:47.000Z\",\n \"categories\": [\n \"UX学习笔记\",\n \"《用户体验要素》\"\n ],\n \"tags\": [\n \"读书笔记\",\n \"《用户体验要素》\"\n ],\n \"hidden\": false,\n \"draft\": false,\n \"slug\": \"/用户体验要素2.md\",\n \"lastmod\": \"2022-04-16T12:55:45.413Z\",\n \"path\": \"/用户体验要素2\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"五个层面\",\n \"slug\": \"五个层面\"\n },\n {\n \"depth\": 2,\n \"title\": \"表现层 (surface)\",\n \"slug\": \"表现层-surface\"\n },\n {\n \"depth\": 2,\n \"title\": \"框架层 (skeleton)\",\n \"slug\": \"框架层-skeleton\"\n },\n {\n \"depth\": 2,\n \"title\": \"结构层(structure)\",\n \"slug\": \"结构层structure\"\n },\n {\n \"depth\": 2,\n \"title\": \"范围层 (scope)\",\n \"slug\": \"范围层-scope\"\n },\n {\n \"depth\": 2,\n \"title\": \"战略层 (strategy)\",\n \"slug\": \"战略层-strategy\"\n },\n {\n \"depth\": 2,\n \"title\": \"如何建设这五个层面?\",\n \"slug\": \"如何建设这五个层面\"\n },\n {\n \"depth\": 3,\n \"title\": \"自下而上地建设\",\n \"slug\": \"自下而上地建设\"\n },\n {\n \"depth\": 3,\n \"title\": \"在上一层完成之前开始下一层\",\n \"slug\": \"在上一层完成之前开始下一层\"\n },\n {\n \"depth\": 2,\n \"title\": \"基本的双重性\",\n \"slug\": \"基本的双重性\"\n },\n {\n \"depth\": 3,\n \"title\": \"什么是网页基本的双重性质?\",\n \"slug\": \"什么是网页基本的双重性质\"\n },\n {\n \"depth\": 3,\n \"title\": \"什么是信息型的媒介类产品?\",\n \"slug\": \"什么是信息型的媒介类产品\"\n },\n {\n \"depth\": 3,\n \"title\": \"什么是功能型的平台类产品\",\n \"slug\": \"什么是功能型的平台类产品\"\n },\n {\n \"depth\": 3,\n \"title\": \"用户体验的基本要素是什么?(五个层次、两种类别的产品)\",\n \"slug\": \"用户体验的基本要素是什么五个层次两种类别的产品\"\n }\n ],\n \"updated\": \"2022-08-06T10:50:05.032Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"《用户体验要素》- 用户体验为何如此重要\",\n \"summary\": \"第一章笔记\",\n \"created\": \"2021-11-29T03:06:10.000Z\",\n \"categories\": [\n \"UX学习笔记\",\n \"《用户体验要素》\"\n ],\n \"tags\": [\n \"读书笔记\",\n \"《用户体验要素》\"\n ],\n \"hidden\": false,\n \"draft\": false,\n \"slug\": \"/用户体验要素1.md\",\n \"lastmod\": \"2022-04-16T12:55:42.468Z\",\n \"path\": \"/用户体验要素1\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"什么是用户体验\",\n \"slug\": \"什么是用户体验\"\n },\n {\n \"depth\": 2,\n \"title\": \"为体验而设计:使用第一\",\n \"slug\": \"为体验而设计使用第一\"\n },\n {\n \"depth\": 3,\n \"title\": \"为什么小而美的产品,更容易成功?\",\n \"slug\": \"为什么小而美的产品更容易成功\"\n },\n {\n \"depth\": 2,\n \"title\": \"用户体验和商机\",\n \"slug\": \"用户体验和商机\"\n },\n {\n \"depth\": 3,\n \"title\": \"为什么在网站上,用户体验比别的产品更重要?\",\n \"slug\": \"为什么在网站上用户体验比别的产品更重要\"\n },\n {\n \"depth\": 3,\n \"title\": \"为什么用户体验很重要?有什么作用吗\",\n \"slug\": \"为什么用户体验很重要有什么作用吗\"\n },\n {\n \"depth\": 3,\n \"title\": \"什么是转化率?有什么用?\",\n \"slug\": \"什么是转化率有什么用\"\n },\n {\n \"depth\": 3,\n \"title\": \"改善用户体验,是为了什么?通过什么方式达到?\",\n \"slug\": \"改善用户体验是为了什么通过什么方式达到\"\n },\n {\n \"depth\": 2,\n \"title\": \"以用户为中心的设计\",\n \"slug\": \"以用户为中心的设计\"\n },\n {\n \"depth\": 3,\n \"title\": \"什么是“以用户为中心”的设计?\",\n \"slug\": \"什么是以用户为中心的设计\"\n },\n {\n \"depth\": 3,\n \"title\": \"怎么做?\",\n \"slug\": \"怎么做\"\n }\n ],\n \"updated\": \"2022-08-06T10:50:06.494Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"Evaluation\",\n \"summary\": \"Introduction to User Experience Design|Week5\",\n \"created\": \"2021-11-18T14:09:49.000Z\",\n \"categories\": [\n \"UX学习笔记\",\n \"Introduction to User Experience Design\"\n ],\n \"tags\": [\n \"UX\"\n ],\n \"slug\": \"/2021-11-18-ux5/index.md\",\n \"path\": \"/2021-11-18-ux5\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"评估\",\n \"slug\": \"评估\"\n },\n {\n \"depth\": 2,\n \"title\": \"分类\",\n \"slug\": \"分类\"\n },\n {\n \"depth\": 3,\n \"title\": \"形成性评估\",\n \"slug\": \"形成性评估\"\n },\n {\n \"depth\": 3,\n \"title\": \"总结性评估\",\n \"slug\": \"总结性评估\"\n },\n {\n \"depth\": 2,\n \"title\": \"如何评估\",\n \"slug\": \"如何评估\"\n },\n {\n \"depth\": 3,\n \"title\": \"数据收集\",\n \"slug\": \"数据收集\"\n },\n {\n \"depth\": 3,\n \"title\": \"衡量\",\n \"slug\": \"衡量\"\n },\n {\n \"depth\": 3,\n \"title\": \"可学习性\",\n \"slug\": \"可学习性\"\n },\n {\n \"depth\": 3,\n \"title\": \"可记忆性\",\n \"slug\": \"可记忆性\"\n },\n {\n \"depth\": 3,\n \"title\": \"主观情感评估\",\n \"slug\": \"主观情感评估\"\n },\n {\n \"depth\": 2,\n \"title\": \"相关资源\",\n \"slug\": \"相关资源\"\n },\n {\n \"depth\": 2,\n \"title\": \"推荐教材\",\n \"slug\": \"推荐教材\"\n },\n {\n \"depth\": 3,\n \"title\": \"Trade Book\",\n \"slug\": \"trade-book\"\n },\n {\n \"depth\": 3,\n \"title\": \"Text Books\",\n \"slug\": \"text-books\"\n },\n {\n \"depth\": 2,\n \"title\": \"参考网站\",\n \"slug\": \"参考网站\"\n }\n ],\n \"updated\": \"2022-08-06T10:47:38.841Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"Prototyping\",\n \"summary\": \"Introduction to User Experience Design|Week4\",\n \"created\": \"2021-11-18T13:26:41.000Z\",\n \"categories\": [\n \"UX学习笔记\",\n \"Introduction to User Experience Design\"\n ],\n \"tags\": [\n \"UX\"\n ],\n \"slug\": \"/2021-11-18-ux4/index.md\",\n \"path\": \"/2021-11-18-ux4\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"关于 Prototyping\",\n \"slug\": \"关于-prototyping\"\n },\n {\n \"depth\": 3,\n \"title\": \"什么是原型开发\",\n \"slug\": \"什么是原型开发\"\n },\n {\n \"depth\": 3,\n \"title\": \"原型开发的作用\",\n \"slug\": \"原型开发的作用\"\n },\n {\n \"depth\": 3,\n \"title\": \"水平原型\",\n \"slug\": \"水平原型\"\n },\n {\n \"depth\": 3,\n \"title\": \"垂直原型\",\n \"slug\": \"垂直原型\"\n },\n {\n \"depth\": 2,\n \"title\": \"低保真 Lofi Prototype\",\n \"slug\": \"低保真-lofi-prototype\"\n },\n {\n \"depth\": 3,\n \"title\": \"低保真和高保真的区别\",\n \"slug\": \"低保真和高保真的区别\"\n },\n {\n \"depth\": 3,\n \"title\": \"注意事项\",\n \"slug\": \"注意事项\"\n },\n {\n \"depth\": 3,\n \"title\": \"三种形式\",\n \"slug\": \"三种形式\"\n },\n {\n \"depth\": 4,\n \"title\": \"1. 草图\",\n \"slug\": \"1-草图\"\n },\n {\n \"depth\": 4,\n \"title\": \"2. 故事版\",\n \"slug\": \"2-故事版\"\n },\n {\n \"depth\": 4,\n \"title\": \"3.卡片原型\",\n \"slug\": \"3卡片原型\"\n },\n {\n \"depth\": 2,\n \"title\": \"其他原型方式\",\n \"slug\": \"其他原型方式\"\n },\n {\n \"depth\": 3,\n \"title\": \"绿野仙踪/奥茨法师\",\n \"slug\": \"绿野仙踪奥茨法师\"\n },\n {\n \"depth\": 3,\n \"title\": \"概念验证视频\",\n \"slug\": \"概念验证视频\"\n },\n {\n \"depth\": 3,\n \"title\": \"隐喻技术\",\n \"slug\": \"隐喻技术\"\n },\n {\n \"depth\": 2,\n \"title\": \"相关资源\",\n \"slug\": \"相关资源\"\n },\n {\n \"depth\": 3,\n \"title\": \"Resources and Tools for Protoyping 1\",\n \"slug\": \"resources-and-tools-for-protoyping-1\"\n },\n {\n \"depth\": 3,\n \"title\": \"Tools\",\n \"slug\": \"tools\"\n },\n {\n \"depth\": 3,\n \"title\": \"Resources for Prototyping 2\",\n \"slug\": \"resources-for-prototyping-2\"\n }\n ],\n \"updated\": \"2022-08-06T10:49:10.016Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"Design Alternatives\",\n \"summary\": \"Introduction to User Experience Design|Week3\",\n \"created\": \"2021-11-14T03:18:45.000Z\",\n \"categories\": [\n \"UX学习笔记\",\n \"Introduction to User Experience Design\"\n ],\n \"tags\": [\n \"UX\"\n ],\n \"lastmod\": \"2022-04-16T12:56:27.924Z\",\n \"slug\": \"/2021-11-14-ux3/index.md\",\n \"path\": \"/2021-11-14-ux3\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"Review of Design Goals 审查设计目标\",\n \"slug\": \"review-of-design-goals-审查设计目标\"\n },\n {\n \"depth\": 3,\n \"title\": \"用户体验的核心目标\",\n \"slug\": \"用户体验的核心目标\"\n },\n {\n \"depth\": 3,\n \"title\": \"设计的定义\",\n \"slug\": \"设计的定义\"\n },\n {\n \"depth\": 3,\n \"title\": \"设计的目标\",\n \"slug\": \"设计的目标\"\n },\n {\n \"depth\": 3,\n \"title\": \"设计时,需考虑的三个方面\",\n \"slug\": \"设计时需考虑的三个方面\"\n },\n {\n \"depth\": 2,\n \"title\": \"Design Alternatives 设计替代方案\",\n \"slug\": \"design-alternatives-设计替代方案\"\n },\n {\n \"depth\": 3,\n \"title\": \"目标\",\n \"slug\": \"目标\"\n },\n {\n \"depth\": 3,\n \"title\": \"关键\",\n \"slug\": \"关键\"\n },\n {\n \"depth\": 3,\n \"title\": \"Road map 路线\",\n \"slug\": \"road-map-路线\"\n }\n ],\n \"updated\": \"2022-08-06T10:49:15.281Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"Requirement Gathering\",\n \"summary\": \"Introduction to User Experience Design|Week2\",\n \"created\": \"2021-11-09T14:26:49.000Z\",\n \"categories\": [\n \"UX学习笔记\",\n \"Introduction to User Experience Design\"\n ],\n \"tags\": [\n \"UX\"\n ],\n \"slug\": \"/2021-11-09-ux2/index.md\",\n \"path\": \"/2021-11-09-ux2\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"Overview\",\n \"slug\": \"overview\"\n },\n {\n \"depth\": 2,\n \"title\": \"Types of Users and Types of Data\",\n \"slug\": \"types-of-users-and-types-of-data\"\n },\n {\n \"depth\": 3,\n \"title\": \"数据类型\",\n \"slug\": \"数据类型\"\n },\n {\n \"depth\": 4,\n \"title\": \"定量\",\n \"slug\": \"定量\"\n },\n {\n \"depth\": 4,\n \"title\": \"定性\",\n \"slug\": \"定性\"\n },\n {\n \"depth\": 3,\n \"title\": \"将用户视为利益相关者的三个类型\",\n \"slug\": \"将用户视为利益相关者的三个类型\"\n },\n {\n \"depth\": 3,\n \"title\": \"了解利益相关者的意义\",\n \"slug\": \"了解利益相关者的意义\"\n },\n {\n \"depth\": 2,\n \"title\": \"Discovery Technique Overview\",\n \"slug\": \"discovery-technique-overview\"\n },\n {\n \"depth\": 3,\n \"title\": \"四种调研方法\",\n \"slug\": \"四种调研方法\"\n },\n {\n \"depth\": 3,\n \"title\": \"交互程度\",\n \"slug\": \"交互程度\"\n },\n {\n \"depth\": 3,\n \"title\": \"进行的场景\",\n \"slug\": \"进行的场景\"\n },\n {\n \"depth\": 3,\n \"title\": \"在设计周期中迭代\",\n \"slug\": \"在设计周期中迭代\"\n },\n {\n \"depth\": 2,\n \"title\": \"Naturalistic Observation 自然观察\",\n \"slug\": \"naturalistic-observation-自然观察\"\n },\n {\n \"depth\": 3,\n \"title\": \"是什么\",\n \"slug\": \"是什么\"\n },\n {\n \"depth\": 3,\n \"title\": \"如何做\",\n \"slug\": \"如何做\"\n },\n {\n \"depth\": 3,\n \"title\": \"数据\",\n \"slug\": \"数据\"\n },\n {\n \"depth\": 3,\n \"title\": \"优点\",\n \"slug\": \"优点\"\n },\n {\n \"depth\": 3,\n \"title\": \"缺点\",\n \"slug\": \"缺点\"\n },\n {\n \"depth\": 3,\n \"title\": \"道德局限\",\n \"slug\": \"道德局限\"\n },\n {\n \"depth\": 3,\n \"title\": \"在设计流程中\",\n \"slug\": \"在设计流程中\"\n },\n {\n \"depth\": 2,\n \"title\": \"Survey 问卷\",\n \"slug\": \"survey-问卷\"\n },\n {\n \"depth\": 3,\n \"title\": \"是什么\",\n \"slug\": \"是什么-1\"\n },\n {\n \"depth\": 3,\n \"title\": \"如何做\",\n \"slug\": \"如何做-1\"\n },\n {\n \"depth\": 3,\n \"title\": \"数据\",\n \"slug\": \"数据-1\"\n },\n {\n \"depth\": 4,\n \"title\": \"1.定性-封闭性问题\",\n \"slug\": \"1定性-封闭性问题\"\n },\n {\n \"depth\": 4,\n \"title\": \"2.定量-开放性问题\",\n \"slug\": \"2定量-开放性问题\"\n },\n {\n \"depth\": 3,\n \"title\": \"优点\",\n \"slug\": \"优点-1\"\n },\n {\n \"depth\": 3,\n \"title\": \"缺点\",\n \"slug\": \"缺点-1\"\n },\n {\n \"depth\": 3,\n \"title\": \"在设计流程中\",\n \"slug\": \"在设计流程中-1\"\n },\n {\n \"depth\": 2,\n \"title\": \"Focus group 焦点小组\",\n \"slug\": \"focus-group-焦点小组\"\n },\n {\n \"depth\": 3,\n \"title\": \"是什么\",\n \"slug\": \"是什么-2\"\n },\n {\n \"depth\": 3,\n \"title\": \"如何做\",\n \"slug\": \"如何做-2\"\n },\n {\n \"depth\": 4,\n \"title\": \"组成\",\n \"slug\": \"组成\"\n },\n {\n \"depth\": 3,\n \"title\": \"数据\",\n \"slug\": \"数据-2\"\n },\n {\n \"depth\": 3,\n \"title\": \"优点\",\n \"slug\": \"优点-2\"\n },\n {\n \"depth\": 3,\n \"title\": \"缺点\",\n \"slug\": \"缺点-2\"\n },\n {\n \"depth\": 3,\n \"title\": \"在设计流程中\",\n \"slug\": \"在设计流程中-2\"\n },\n {\n \"depth\": 2,\n \"title\": \"Interviews\",\n \"slug\": \"interviews\"\n },\n {\n \"depth\": 3,\n \"title\": \"是什么\",\n \"slug\": \"是什么-3\"\n },\n {\n \"depth\": 3,\n \"title\": \"如何做\",\n \"slug\": \"如何做-3\"\n },\n {\n \"depth\": 3,\n \"title\": \"数据\",\n \"slug\": \"数据-3\"\n },\n {\n \"depth\": 3,\n \"title\": \"优点\",\n \"slug\": \"优点-3\"\n },\n {\n \"depth\": 3,\n \"title\": \"缺点\",\n \"slug\": \"缺点-3\"\n },\n {\n \"depth\": 3,\n \"title\": \"在设计流程中\",\n \"slug\": \"在设计流程中-3\"\n },\n {\n \"depth\": 2,\n \"title\": \"User Results 用户数据处理\",\n \"slug\": \"user-results-用户数据处理\"\n },\n {\n \"depth\": 3,\n \"title\": \"描述性统计信息\",\n \"slug\": \"描述性统计信息\"\n },\n {\n \"depth\": 3,\n \"title\": \"用户特征表\",\n \"slug\": \"用户特征表\"\n },\n {\n \"depth\": 3,\n \"title\": \"人物画像 Persona\",\n \"slug\": \"人物画像-persona\"\n },\n {\n \"depth\": 2,\n \"title\": \"Presenting Task Findings\",\n \"slug\": \"presenting-task-findings\"\n },\n {\n \"depth\": 3,\n \"title\": \"Scenario\",\n \"slug\": \"scenario\"\n },\n {\n \"depth\": 4,\n \"title\": \"是什么\",\n \"slug\": \"是什么-4\"\n },\n {\n \"depth\": 4,\n \"title\": \"作用\",\n \"slug\": \"作用\"\n },\n {\n \"depth\": 3,\n \"title\": \"Essential Case Study\",\n \"slug\": \"essential-case-study\"\n },\n {\n \"depth\": 4,\n \"title\": \"三个要素\",\n \"slug\": \"三个要素\"\n },\n {\n \"depth\": 3,\n \"title\": \"Hierarchical Task Analysis\",\n \"slug\": \"hierarchical-task-analysis\"\n },\n {\n \"depth\": 3,\n \"title\": \"Current UI Critique\",\n \"slug\": \"current-ui-critique\"\n },\n {\n \"depth\": 4,\n \"title\": \"步骤\",\n \"slug\": \"步骤\"\n },\n {\n \"depth\": 2,\n \"title\": \"相关资源\",\n \"slug\": \"相关资源\"\n }\n ],\n \"updated\": \"2022-08-06T10:49:17.439Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"Overview of User Experience Design\",\n \"summary\": \"Introduction to User Experience Design|Week1\",\n \"created\": \"2021-11-08T02:54:40.000Z\",\n \"tags\": [\n \"UX\"\n ],\n \"slug\": \"/2021-11-08-ux1/index.md\",\n \"path\": \"/2021-11-08-ux1\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"课程简介\",\n \"slug\": \"课程简介\"\n },\n {\n \"depth\": 2,\n \"title\": \"Week 1 笔记\",\n \"slug\": \"week-1-笔记\"\n },\n {\n \"depth\": 3,\n \"title\": \"什么是 ux?\",\n \"slug\": \"什么是-ux\"\n },\n {\n \"depth\": 3,\n \"title\": \"用户体验设计的核心概念\",\n \"slug\": \"用户体验设计的核心概念\"\n },\n {\n \"depth\": 3,\n \"title\": \"什么是用户\",\n \"slug\": \"什么是用户\"\n },\n {\n \"depth\": 3,\n \"title\": \"什么是界面\",\n \"slug\": \"什么是界面\"\n },\n {\n \"depth\": 3,\n \"title\": \"用户体验设计的目标\",\n \"slug\": \"用户体验设计的目标\"\n },\n {\n \"depth\": 3,\n \"title\": \"界面设计环 (四个步骤)\",\n \"slug\": \"界面设计环-四个步骤\"\n },\n {\n \"depth\": 4,\n \"title\": \"Step1:Requirements Gathering 收集需求\",\n \"slug\": \"step1requirements-gathering-收集需求\"\n },\n {\n \"depth\": 4,\n \"title\": \"Step 2:Design Alternatives 设计方案\",\n \"slug\": \"step-2design-alternatives-设计方案\"\n },\n {\n \"depth\": 4,\n \"title\": \"Step 3:Prototyping 原型\",\n \"slug\": \"step-3prototyping-原型\"\n },\n {\n \"depth\": 4,\n \"title\": \"Step 4:Evaluation 评估测试\",\n \"slug\": \"step-4evaluation-评估测试\"\n },\n {\n \"depth\": 3,\n \"title\": \"什么样的界面是“实用”的?\",\n \"slug\": \"什么样的界面是实用的\"\n },\n {\n \"depth\": 3,\n \"title\": \"好设计的三个特征\",\n \"slug\": \"好设计的三个特征\"\n },\n {\n \"depth\": 4,\n \"title\": \"1 - Affordance (示能)\",\n \"slug\": \"1---affordance-示能\"\n },\n {\n \"depth\": 4,\n \"title\": \"2 - Signifiers (意符)\",\n \"slug\": \"2---signifiers-意符\"\n },\n {\n \"depth\": 4,\n \"title\": \"3 - Feedback (反馈)\",\n \"slug\": \"3---feedback-反馈\"\n },\n {\n \"depth\": 3,\n \"title\": \"如何与“用户”接洽\",\n \"slug\": \"如何与用户接洽\"\n },\n {\n \"depth\": 4,\n \"title\": \"三个步骤\",\n \"slug\": \"三个步骤\"\n }\n ],\n \"updated\": \"2022-08-06T10:49:20.887Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"全球商业化中的设计\",\n \"summary\": \"《设计心理学 1》第七章——本书的总结\",\n \"created\": \"2021-11-03T03:59:18.000Z\",\n \"categories\": [\n \"设计心理学\"\n ],\n \"tags\": [\n \"设计心理学1\",\n \"读书笔记\"\n ],\n \"slug\": \"/设计心理学1-7.md\",\n \"lastmod\": \"2022-04-16T12:55:38.967Z\",\n \"path\": \"/设计心理学1-7\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"1.竞争压力\",\n \"slug\": \"1竞争压力\"\n },\n {\n \"depth\": 2,\n \"title\": \"2.新技术推动变革\",\n \"slug\": \"2新技术推动变革\"\n },\n {\n \"depth\": 2,\n \"title\": \"3.新产品上市需要多长时间\",\n \"slug\": \"3新产品上市需要多长时间\"\n },\n {\n \"depth\": 2,\n \"title\": \"4.创新的两种形式:渐进式和颠覆式\",\n \"slug\": \"4创新的两种形式渐进式和颠覆式\"\n },\n {\n \"depth\": 2,\n \"title\": \"5. 设计心理学:1988 ~ 2038\",\n \"slug\": \"5-设计心理学1988--2038\"\n },\n {\n \"depth\": 2,\n \"title\": \"6.书籍的未来\",\n \"slug\": \"6书籍的未来\"\n },\n {\n \"depth\": 2,\n \"title\": \"7. 设计的道义和责任\",\n \"slug\": \"7-设计的道义和责任\"\n },\n {\n \"depth\": 2,\n \"title\": \"8. 设计思维和思考设计\",\n \"slug\": \"8-设计思维和思考设计\"\n }\n ],\n \"updated\": \"2022-08-06T10:50:07.505Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"设计思维\",\n \"created\": \"2021-11-03T03:49:10.353Z\",\n \"categories\": [\n \"设计心理学\"\n ],\n \"tags\": [\n \"设计心理学1\",\n \"读书笔记\"\n ],\n \"draft\": false,\n \"summary\": \"《设计心理学 1》第六章——设计需要探究问题的来源,而不只是停留在表面\",\n \"lastmod\": \"2022-05-07T05:31:58.650Z\",\n \"slug\": \"/设计心理学1-6.md\",\n \"path\": \"/设计心理学1-6\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"1. 解决正确的问题\",\n \"slug\": \"1-解决正确的问题\"\n },\n {\n \"depth\": 2,\n \"title\": \"2. 双钻设计模式\",\n \"slug\": \"2-双钻设计模式\"\n },\n {\n \"depth\": 3,\n \"title\": \"四个步骤(发散->聚焦)\",\n \"slug\": \"四个步骤发散-聚焦\"\n },\n {\n \"depth\": 2,\n \"title\": \"3. 以人为本的设计流程\",\n \"slug\": \"3-以人为本的设计流程\"\n },\n {\n \"depth\": 3,\n \"title\": \"1.观察\",\n \"slug\": \"1观察\"\n },\n {\n \"depth\": 3,\n \"title\": \"2. 激发创意(构思)\",\n \"slug\": \"2-激发创意构思\"\n },\n {\n \"depth\": 3,\n \"title\": \"3.打样(原型)\",\n \"slug\": \"3打样原型\"\n },\n {\n \"depth\": 4,\n \"title\": \"4.测试\",\n \"slug\": \"4测试\"\n },\n {\n \"depth\": 2,\n \"title\": \"4.我刚告诉你什么?那根本行不通\",\n \"slug\": \"4我刚告诉你什么那根本行不通\"\n },\n {\n \"depth\": 2,\n \"title\": \"5.设计的挑战\",\n \"slug\": \"5设计的挑战\"\n },\n {\n \"depth\": 2,\n \"title\": \"6. 复杂是好事,混乱惹麻烦\",\n \"slug\": \"6-复杂是好事混乱惹麻烦\"\n },\n {\n \"depth\": 2,\n \"title\": \"7.标准化和技术\",\n \"slug\": \"7标准化和技术\"\n },\n {\n \"depth\": 2,\n \"title\": \"8.故意制作困难\",\n \"slug\": \"8故意制作困难\"\n },\n {\n \"depth\": 2,\n \"title\": \"9. 设计:为了人类发展科技\",\n \"slug\": \"9-设计为了人类发展科技\"\n }\n ],\n \"updated\": \"2022-08-06T10:50:08.975Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"人为差错?不,拙劣的设计\",\n \"summary\": \"《设计心理学 1》第五章——设计师经常严重误解人心理的局限性,要求人像机器一样工作\",\n \"created\": \"2021-10-27T12:22:17.000Z\",\n \"math\": \"falase\",\n \"categories\": [\n \"设计心理学\"\n ],\n \"tags\": [\n \"设计心理学1\",\n \"读书笔记\"\n ],\n \"draft\": false,\n \"lastmod\": \"2022-04-16T12:55:20.101Z\",\n \"slug\": \"/设计心理学1-5.md\",\n \"path\": \"/设计心理学1-5\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"1.何以出错\",\n \"slug\": \"1何以出错\"\n },\n {\n \"depth\": 3,\n \"title\": \"出错的原因\",\n \"slug\": \"出错的原因\"\n },\n {\n \"depth\": 3,\n \"title\": \"解决错误的方法\",\n \"slug\": \"解决错误的方法\"\n },\n {\n \"depth\": 3,\n \"title\": \"差错之外:故意犯错\",\n \"slug\": \"差错之外故意犯错\"\n },\n {\n \"depth\": 2,\n \"title\": \"2.差错的两种类型:失误和错误\",\n \"slug\": \"2差错的两种类型失误和错误\"\n },\n {\n \"depth\": 3,\n \"title\": \"差错\",\n \"slug\": \"差错\"\n },\n {\n \"depth\": 3,\n \"title\": \"差错和行动的七个阶段\",\n \"slug\": \"差错和行动的七个阶段\"\n },\n {\n \"depth\": 3,\n \"title\": \"失误\",\n \"slug\": \"失误\"\n },\n {\n \"depth\": 4,\n \"title\": \"行动失误\",\n \"slug\": \"行动失误\"\n },\n {\n \"depth\": 5,\n \"title\": \"1. 撷取性失误\",\n \"slug\": \"1-撷取性失误\"\n },\n {\n \"depth\": 5,\n \"title\": \"2. 描述相似性失误\",\n \"slug\": \"2-描述相似性失误\"\n },\n {\n \"depth\": 5,\n \"title\": \"3. 功能状态失误\",\n \"slug\": \"3-功能状态失误\"\n },\n {\n \"depth\": 4,\n \"title\": \"记忆失误\",\n \"slug\": \"记忆失误\"\n },\n {\n \"depth\": 2,\n \"title\": \"3.错误的分类\",\n \"slug\": \"3错误的分类\"\n },\n {\n \"depth\": 3,\n \"title\": \"错误\",\n \"slug\": \"错误\"\n },\n {\n \"depth\": 4,\n \"title\": \"1. 基于规则的错误(违反规则)\",\n \"slug\": \"1-基于规则的错误违反规则\"\n },\n {\n \"depth\": 4,\n \"title\": \"2. 基于知识的错误(缺乏知识)\",\n \"slug\": \"2-基于知识的错误缺乏知识\"\n },\n {\n \"depth\": 4,\n \"title\": \"3. 记忆失效的错误\",\n \"slug\": \"3-记忆失效的错误\"\n },\n {\n \"depth\": 2,\n \"title\": \"4.社会和习俗压力\",\n \"slug\": \"4社会和习俗压力\"\n },\n {\n \"depth\": 3,\n \"title\": \"压力\",\n \"slug\": \"压力\"\n },\n {\n \"depth\": 3,\n \"title\": \"检查清单\",\n \"slug\": \"检查清单\"\n },\n {\n \"depth\": 2,\n \"title\": \"5、差错报告\",\n \"slug\": \"5差错报告\"\n },\n {\n \"depth\": 3,\n \"title\": \"自动化(JIDOKA)\",\n \"slug\": \"自动化jidoka\"\n },\n {\n \"depth\": 3,\n \"title\": \"防呆(POKA-YOKE)\",\n \"slug\": \"防呆poka-yoke\"\n },\n {\n \"depth\": 3,\n \"title\": \"航空安全报告体系\",\n \"slug\": \"航空安全报告体系\"\n },\n {\n \"depth\": 2,\n \"title\": \"6.甄别差错\",\n \"slug\": \"6甄别差错\"\n },\n {\n \"depth\": 3,\n \"title\": \"为什么甄别差错是困难的\",\n \"slug\": \"为什么甄别差错是困难的\"\n },\n {\n \"depth\": 4,\n \"title\": \"甄别失误\",\n \"slug\": \"甄别失误\"\n },\n {\n \"depth\": 4,\n \"title\": \"甄别错误\",\n \"slug\": \"甄别错误\"\n },\n {\n \"depth\": 4,\n \"title\": \"记忆失效性(失误/错误)\",\n \"slug\": \"记忆失效性失误错误\"\n },\n {\n \"depth\": 3,\n \"title\": \"为错误辩解\",\n \"slug\": \"为错误辩解\"\n },\n {\n \"depth\": 3,\n \"title\": \"事故分析要置身于真实情境\",\n \"slug\": \"事故分析要置身于真实情境\"\n },\n {\n \"depth\": 4,\n \"title\": \"事故发生时\",\n \"slug\": \"事故发生时\"\n },\n {\n \"depth\": 4,\n \"title\": \"事故发生后\",\n \"slug\": \"事故发生后\"\n },\n {\n \"depth\": 4,\n \"title\": \"事故分析应\",\n \"slug\": \"事故分析应\"\n },\n {\n \"depth\": 2,\n \"title\": \"7.为差错设计\",\n \"slug\": \"7为差错设计\"\n },\n {\n \"depth\": 3,\n \"title\": \"基本原则\",\n \"slug\": \"基本原则\"\n },\n {\n \"depth\": 3,\n \"title\": \"记忆中断\",\n \"slug\": \"记忆中断\"\n },\n {\n \"depth\": 3,\n \"title\": \"警示信号存在的问题\",\n \"slug\": \"警示信号存在的问题\"\n },\n {\n \"depth\": 3,\n \"title\": \"为差错设计的方法\",\n \"slug\": \"为差错设计的方法\"\n },\n {\n \"depth\": 4,\n \"title\": \"研究差错\",\n \"slug\": \"研究差错\"\n },\n {\n \"depth\": 4,\n \"title\": \"增加约束\",\n \"slug\": \"增加约束\"\n },\n {\n \"depth\": 4,\n \"title\": \"撤销\",\n \"slug\": \"撤销\"\n },\n {\n \"depth\": 4,\n \"title\": \"差错信息确认\",\n \"slug\": \"差错信息确认\"\n },\n {\n \"depth\": 4,\n \"title\": \"合理性检查\",\n \"slug\": \"合理性检查\"\n },\n {\n \"depth\": 4,\n \"title\": \"减小失误\",\n \"slug\": \"减小失误\"\n },\n {\n \"depth\": 3,\n \"title\": \"从差错到事故——瑞士奶酪模型\",\n \"slug\": \"从差错到事故瑞士奶酪模型\"\n },\n {\n \"depth\": 2,\n \"title\": \"8.良好的设计还不够\",\n \"slug\": \"8良好的设计还不够\"\n },\n {\n \"depth\": 2,\n \"title\": \"9.修补回复工程\",\n \"slug\": \"9修补回复工程\"\n },\n {\n \"depth\": 3,\n \"title\": \"是什么\",\n \"slug\": \"是什么\"\n },\n {\n \"depth\": 3,\n \"title\": \"如何做\",\n \"slug\": \"如何做\"\n },\n {\n \"depth\": 2,\n \"title\": \"10.自动化的悖论\",\n \"slug\": \"10自动化的悖论\"\n },\n {\n \"depth\": 3,\n \"title\": \"故障时结果难以估计\",\n \"slug\": \"故障时结果难以估计\"\n },\n {\n \"depth\": 3,\n \"title\": \"悖论\",\n \"slug\": \"悖论\"\n },\n {\n \"depth\": 2,\n \"title\": \"11.应对差错的设计原则\",\n \"slug\": \"11应对差错的设计原则\"\n },\n {\n \"depth\": 3,\n \"title\": \"人和机器协同应工作\",\n \"slug\": \"人和机器协同应工作\"\n },\n {\n \"depth\": 3,\n \"title\": \"关键设计原则\",\n \"slug\": \"关键设计原则\"\n }\n ],\n \"updated\": \"2022-08-06T10:50:11.112Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"知晓:约束、可视性和反馈\",\n \"tags\": [\n \"设计心理学1\",\n \"读书笔记\"\n ],\n \"categories\": [\n \"设计心理学\"\n ],\n \"keywords\": [\n \"设计心理学\"\n ],\n \"created\": \"2021-10-22T20:21:44.000Z\",\n \"summary\": \"《设计心理学 1》第四章——遇到一个新的设备或状况,设计师应如何提供重要信息,以便人们知道如何操作\",\n \"lastmod\": \"2022-04-16T12:55:16.673Z\",\n \"slug\": \"/设计心理学1-4.md\",\n \"path\": \"/设计心理学1-4\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"章前\",\n \"slug\": \"章前\"\n },\n {\n \"depth\": 3,\n \"title\": \"外界的知识:\",\n \"slug\": \"外界的知识\"\n },\n {\n \"depth\": 3,\n \"title\": \"头脑中的知识\",\n \"slug\": \"头脑中的知识\"\n },\n {\n \"depth\": 2,\n \"title\": \"1. 四种约束因素:物理、文化、语义和逻辑\",\n \"slug\": \"1-四种约束因素物理文化语义和逻辑\"\n },\n {\n \"depth\": 3,\n \"title\": \"物理约束\",\n \"slug\": \"物理约束\"\n },\n {\n \"depth\": 3,\n \"title\": \"文化约束\",\n \"slug\": \"文化约束\"\n },\n {\n \"depth\": 3,\n \"title\": \"语义约束\",\n \"slug\": \"语义约束\"\n },\n {\n \"depth\": 3,\n \"title\": \"逻辑约束\",\n \"slug\": \"逻辑约束\"\n },\n {\n \"depth\": 2,\n \"title\": \"2. 示能、意符和约束在日常用品设计中的应用\",\n \"slug\": \"2-示能意符和约束在日常用品设计中的应用\"\n },\n {\n \"depth\": 3,\n \"title\": \"门的问题\",\n \"slug\": \"门的问题\"\n },\n {\n \"depth\": 3,\n \"title\": \"开关的问题\",\n \"slug\": \"开关的问题\"\n },\n {\n \"depth\": 3,\n \"title\": \"任务分析\",\n \"slug\": \"任务分析\"\n },\n {\n \"depth\": 3,\n \"title\": \"以用户为中心的设计\",\n \"slug\": \"以用户为中心的设计\"\n },\n {\n \"depth\": 3,\n \"title\": \"以活动为中心的控制\",\n \"slug\": \"以活动为中心的控制\"\n },\n {\n \"depth\": 2,\n \"title\": \"3. 引导行为的约束力\",\n \"slug\": \"3-引导行为的约束力\"\n },\n {\n \"depth\": 3,\n \"title\": \"是什么\",\n \"slug\": \"是什么\"\n },\n {\n \"depth\": 3,\n \"title\": \"作用\",\n \"slug\": \"作用\"\n },\n {\n \"depth\": 3,\n \"title\": \"例子\",\n \"slug\": \"例子\"\n },\n {\n \"depth\": 3,\n \"title\": \"三种强制方式\",\n \"slug\": \"三种强制方式\"\n },\n {\n \"depth\": 4,\n \"title\": \"互锁\",\n \"slug\": \"互锁\"\n },\n {\n \"depth\": 4,\n \"title\": \"自锁\",\n \"slug\": \"自锁\"\n },\n {\n \"depth\": 4,\n \"title\": \"反锁\",\n \"slug\": \"反锁\"\n },\n {\n \"depth\": 2,\n \"title\": \"4. 惯例、约束和示能\",\n \"slug\": \"4-惯例约束和示能\"\n },\n {\n \"depth\": 2,\n \"title\": \"5. 水龙头:关于设计的历史案例\",\n \"slug\": \"5-水龙头关于设计的历史案例\"\n },\n {\n \"depth\": 2,\n \"title\": \"6. 利用声音作为意符\",\n \"slug\": \"6-利用声音作为意符\"\n },\n {\n \"depth\": 3,\n \"title\": \"为什么\",\n \"slug\": \"为什么\"\n },\n {\n \"depth\": 3,\n \"title\": \"应提供什么信息:\",\n \"slug\": \"应提供什么信息\"\n },\n {\n \"depth\": 3,\n \"title\": \"如何提供\",\n \"slug\": \"如何提供\"\n },\n {\n \"depth\": 3,\n \"title\": \"例子\",\n \"slug\": \"例子-1\"\n },\n {\n \"depth\": 3,\n \"title\": \"“拟真”(skeuomorphic)\",\n \"slug\": \"拟真skeuomorphic\"\n }\n ],\n \"updated\": \"2022-08-06T10:50:12.946Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"draft\": false,\n \"title\": \"头脑中的知识和外界知识\",\n \"tags\": [\n \"设计心理学1\",\n \"读书笔记\"\n ],\n \"categories\": [\n \"设计心理学\"\n ],\n \"keywords\": [\n \"设计心理学\"\n ],\n \"created\": \"2021-10-20T17:08:47.371Z\",\n \"summary\": \"《设计心理学 1》第三章——并非精确行为需要的所有知识都得储存在头脑里\",\n \"lastmod\": \"2022-04-16T12:55:13.235Z\",\n \"slug\": \"/设计心理学1-3.md\",\n \"path\": \"/设计心理学1-3\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"1. 含糊的知识引导精确的行为\",\n \"slug\": \"1-含糊的知识引导精确的行为\"\n },\n {\n \"depth\": 3,\n \"title\": \"人们不需要完全精确的知识来支撑引导他们的行为。\",\n \"slug\": \"人们不需要完全精确的知识来支撑引导他们的行为\"\n },\n {\n \"depth\": 3,\n \"title\": \"两种类型的知识:\",\n \"slug\": \"两种类型的知识\"\n },\n {\n \"depth\": 2,\n \"title\": \"2. 记忆是储存在头脑中的知识\",\n \"slug\": \"2-记忆是储存在头脑中的知识\"\n },\n {\n \"depth\": 2,\n \"title\": \"3. 记忆的结构\",\n \"slug\": \"3-记忆的结构\"\n },\n {\n \"depth\": 3,\n \"title\": \"两种记忆类型\",\n \"slug\": \"两种记忆类型\"\n },\n {\n \"depth\": 4,\n \"title\": \"1. 短时记忆(工作记忆)\",\n \"slug\": \"1-短时记忆工作记忆\"\n },\n {\n \"depth\": 4,\n \"title\": \"2. 长时记忆(LTM /long-term memory)\",\n \"slug\": \"2-长时记忆ltm-long-term-memory\"\n },\n {\n \"depth\": 2,\n \"title\": \"4.近似模型:现实世界里的记忆\",\n \"slug\": \"4近似模型现实世界里的记忆\"\n },\n {\n \"depth\": 2,\n \"title\": \"5.头脑中的知识\",\n \"slug\": \"5头脑中的知识\"\n },\n {\n \"depth\": 3,\n \"title\": \"前瞻记忆\",\n \"slug\": \"前瞻记忆\"\n },\n {\n \"depth\": 3,\n \"title\": \"未来记忆\",\n \"slug\": \"未来记忆\"\n },\n {\n \"depth\": 3,\n \"title\": \"提醒的两个层面:\",\n \"slug\": \"提醒的两个层面\"\n },\n {\n \"depth\": 2,\n \"title\": \"6.外界知识和头脑中知识的此消彼长\",\n \"slug\": \"6外界知识和头脑中知识的此消彼长\"\n },\n {\n \"depth\": 3,\n \"title\": \"外界的知识\",\n \"slug\": \"外界的知识\"\n },\n {\n \"depth\": 3,\n \"title\": \"头脑中的知识\",\n \"slug\": \"头脑中的知识\"\n },\n {\n \"depth\": 2,\n \"title\": \"7.多个大脑里和多个设备中的记忆\",\n \"slug\": \"7多个大脑里和多个设备中的记忆\"\n },\n {\n \"depth\": 2,\n \"title\": \"8.自然映射\",\n \"slug\": \"8自然映射\"\n },\n {\n \"depth\": 3,\n \"title\": \"什么是自然映射\",\n \"slug\": \"什么是自然映射\"\n },\n {\n \"depth\": 3,\n \"title\": \"三个层次的映射\",\n \"slug\": \"三个层次的映射\"\n },\n {\n \"depth\": 3,\n \"title\": \"糟糕的映射 VS 好的映射\",\n \"slug\": \"糟糕的映射-vs-好的映射\"\n },\n {\n \"depth\": 2,\n \"title\": \"9.文化与设计:自然映射随文化而异\",\n \"slug\": \"9文化与设计自然映射随文化而异\"\n }\n ],\n \"updated\": \"2022-08-06T10:50:14.322Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"日常行为心理学\",\n \"tags\": [\n \"设计心理学1\",\n \"读书笔记\"\n ],\n \"categories\": [\n \"设计心理学\"\n ],\n \"keywords\": [\n \"设计心理学\"\n ],\n \"draft\": false,\n \"created\": \"2021-10-20T16:14:47.371Z\",\n \"summary\": \"《设计心理学 1》第二章——人们如何做事?当事情出错了怎么办?怎么知道要做什么?\",\n \"lastmod\": \"2022-04-16T12:55:05.400Z\",\n \"slug\": \"/设计心理学1-2.md\",\n \"path\": \"/设计心理学1-2\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"1.人们如何做事:执行与评估的鸿沟\",\n \"slug\": \"1人们如何做事执行与评估的鸿沟\"\n },\n {\n \"depth\": 3,\n \"title\": \"执行的鸿沟:\",\n \"slug\": \"执行的鸿沟\"\n },\n {\n \"depth\": 3,\n \"title\": \"评估的鸿沟:\",\n \"slug\": \"评估的鸿沟\"\n },\n {\n \"depth\": 3,\n \"title\": \"如何消除这两个心理鸿沟:\",\n \"slug\": \"如何消除这两个心理鸿沟\"\n },\n {\n \"depth\": 2,\n \"title\": \"2.行动的七个阶段\",\n \"slug\": \"2行动的七个阶段\"\n },\n {\n \"depth\": 3,\n \"title\": \"行动的两个步骤\",\n \"slug\": \"行动的两个步骤\"\n },\n {\n \"depth\": 3,\n \"title\": \"七个阶段:\",\n \"slug\": \"七个阶段\"\n },\n {\n \"depth\": 4,\n \"title\": \"执行桥 (目标->外部世界)\",\n \"slug\": \"执行桥-目标-外部世界\"\n },\n {\n \"depth\": 4,\n \"title\": \"评估桥(外部世界->目标)\",\n \"slug\": \"评估桥外部世界-目标\"\n },\n {\n \"depth\": 3,\n \"title\": \"行动的分类:\",\n \"slug\": \"行动的分类\"\n },\n {\n \"depth\": 3,\n \"title\": \"“根本原因分析”\",\n \"slug\": \"根本原因分析\"\n },\n {\n \"depth\": 2,\n \"title\": \"3.人的思想:潜意识主导\",\n \"slug\": \"3人的思想潜意识主导\"\n },\n {\n \"depth\": 3,\n \"title\": \"潜意识\",\n \"slug\": \"潜意识\"\n },\n {\n \"depth\": 3,\n \"title\": \"有意识的思维\",\n \"slug\": \"有意识的思维\"\n },\n {\n \"depth\": 3,\n \"title\": \"认知和情感\",\n \"slug\": \"认知和情感\"\n },\n {\n \"depth\": 2,\n \"title\": \"4.人的认知和情感\",\n \"slug\": \"4人的认知和情感\"\n },\n {\n \"depth\": 3,\n \"title\": \"本能层\",\n \"slug\": \"本能层\"\n },\n {\n \"depth\": 3,\n \"title\": \"行为层\",\n \"slug\": \"行为层\"\n },\n {\n \"depth\": 3,\n \"title\": \"反思层\",\n \"slug\": \"反思层\"\n },\n {\n \"depth\": 2,\n \"title\": \"5.行动的七个阶段和大脑的三个层次\",\n \"slug\": \"5行动的七个阶段和大脑的三个层次\"\n },\n {\n \"depth\": 3,\n \"title\": \"心流\",\n \"slug\": \"心流\"\n },\n {\n \"depth\": 2,\n \"title\": \"6.自说自话\",\n \"slug\": \"6自说自话\"\n },\n {\n \"depth\": 3,\n \"title\": \"概念模式\",\n \"slug\": \"概念模式\"\n },\n {\n \"depth\": 2,\n \"title\": \"7.责备错误之事\",\n \"slug\": \"7责备错误之事\"\n },\n {\n \"depth\": 3,\n \"title\": \"给用户有保留的预测:\",\n \"slug\": \"给用户有保留的预测\"\n },\n {\n \"depth\": 3,\n \"title\": \"习得性无助(自责循环)\",\n \"slug\": \"习得性无助自责循环\"\n },\n {\n \"depth\": 3,\n \"title\": \"积极心理学\",\n \"slug\": \"积极心理学\"\n },\n {\n \"depth\": 3,\n \"title\": \"tips:\",\n \"slug\": \"tips\"\n },\n {\n \"depth\": 2,\n \"title\": \"8.不当的自责\",\n \"slug\": \"8不当的自责\"\n },\n {\n \"depth\": 3,\n \"title\": \"自责的原因\",\n \"slug\": \"自责的原因\"\n },\n {\n \"depth\": 3,\n \"title\": \"设计师应如何\",\n \"slug\": \"设计师应如何\"\n },\n {\n \"depth\": 2,\n \"title\": \"9.行动的七个阶段:七个基本设计原则\",\n \"slug\": \"9行动的七个阶段七个基本设计原则\"\n },\n {\n \"depth\": 3,\n \"title\": \"前馈\",\n \"slug\": \"前馈\"\n },\n {\n \"depth\": 3,\n \"title\": \"反馈\",\n \"slug\": \"反馈\"\n },\n {\n \"depth\": 3,\n \"title\": \"设计的七个基本原则\",\n \"slug\": \"设计的七个基本原则\"\n }\n ],\n \"updated\": \"2022-08-06T10:50:15.315Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"日用品心理学\",\n \"tags\": [\n \"设计心理学1\",\n \"读书笔记\"\n ],\n \"categories\": [\n \"设计心理学\"\n ],\n \"keywords\": [\n \"设计心理学\"\n ],\n \"created\": \"2021-10-20T12:28:00.000Z\",\n \"summary\": \"《设计心理学 1》第一章——好设计有两个特征可视性和易通性\",\n \"lastmod\": \"2022-04-16T12:55:08.323Z\",\n \"slug\": \"/设计心理学1-1.md\",\n \"path\": \"/设计心理学1-1\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"1.复杂的现代设备\",\n \"slug\": \"1复杂的现代设备\"\n },\n {\n \"depth\": 2,\n \"title\": \"2.以人为本的设计\",\n \"slug\": \"2以人为本的设计\"\n },\n {\n \"depth\": 2,\n \"title\": \"3.交互设计的基本原则\",\n \"slug\": \"3交互设计的基本原则\"\n },\n {\n \"depth\": 3,\n \"title\": \"示能\",\n \"slug\": \"示能\"\n },\n {\n \"depth\": 3,\n \"title\": \"意符\",\n \"slug\": \"意符\"\n },\n {\n \"depth\": 3,\n \"title\": \"约束\",\n \"slug\": \"约束\"\n },\n {\n \"depth\": 3,\n \"title\": \"映射\",\n \"slug\": \"映射\"\n },\n {\n \"depth\": 3,\n \"title\": \"反馈\",\n \"slug\": \"反馈\"\n },\n {\n \"depth\": 2,\n \"title\": \"4.系统映像\",\n \"slug\": \"4系统映像\"\n },\n {\n \"depth\": 2,\n \"title\": \"5.科技的悖论\",\n \"slug\": \"5科技的悖论\"\n },\n {\n \"depth\": 2,\n \"title\": \"6.设计的挑战\",\n \"slug\": \"6设计的挑战\"\n }\n ],\n \"updated\": \"2022-08-06T10:50:16.843Z\",\n \"type\": \"article\",\n \"html\": \"\"\n },\n {\n \"title\": \"什么是设计洞察 · What is Insight\",\n \"created\": \"2021-10-15T15:07:14.533Z\",\n \"tags\": [\n \"Design Thinking\",\n \"翻译\"\n ],\n \"keywords\": [\n \"insight\"\n ],\n \"slug\": \"/insight.md\",\n \"path\": \"/insight\",\n \"toc\": [\n {\n \"depth\": 2,\n \"title\": \"insight 不是什么\",\n \"slug\": \"insight-不是什么\"\n },\n {\n \"depth\": 2,\n \"title\": \"是什么\",\n \"slug\": \"是什么\"\n },\n {\n \"depth\": 2,\n \"title\": \"五大要素\",\n \"slug\": \"五大要素\"\n },\n {\n \"depth\": 2,\n \"title\": \"定义 Insight 的步骤\",\n \"slug\": \"定义-insight-的步骤\"\n },\n {\n \"depth\": 3,\n \"title\": \"1.设定语境/场景\",\n \"slug\": \"1设定语境场景\"\n },\n {\n \"depth\": 3,\n \"title\": \"2.沟通困境\",\n \"slug\": \"2沟通困境\"\n },\n {\n \"depth\": 3,\n \"title\": \"3. 阐明原因\",\n \"slug\": \"3-阐明原因\"\n },\n {\n \"depth\": 3,\n \"title\": \"4. 捕捉动机\",\n \"slug\": \"4-捕捉动机\"\n },\n {\n \"depth\": 3,\n \"title\": \"5.构想理想\",\n \"slug\": \"5构想理想\"\n },\n {\n \"depth\": 2,\n \"title\": \"如何表达\",\n \"slug\": \"如何表达\"\n },\n {\n \"depth\": 3,\n \"title\": \"第一句话——描述现状和用户行为。\",\n \"slug\": \"第一句话描述现状和用户行为\"\n },\n {\n \"depth\": 3,\n \"title\": \"第二句话——描述用户的困境,并说明造成困境的原因。\",\n \"slug\": \"第二句话描述用户的困境并说明造成困境的原因\"\n },\n {\n \"depth\": 3,\n \"title\": \"第三句话——描述用户期望的最终理想状况。\",\n \"slug\": \"第三句话描述用户期望的最终理想状况\"\n },\n {\n \"depth\": 3,\n \"title\": \"Tips\",\n \"slug\": \"tips\"\n },\n {\n \"depth\": 2,\n \"title\": \"什么是一个好的’Insight’\",\n \"slug\": \"什么是一个好的insight\"\n },\n {\n \"depth\": 2,\n \"title\": \"Insight->How Might We?\",\n \"slug\": \"insight-how-might-we\"\n },\n {\n \"depth\": 2,\n \"title\": \"后记\",\n \"slug\": \"后记\"\n }\n ],\n \"updated\": \"2022-08-06T10:49:42.689Z\",\n \"type\": \"article\",\n \"html\": \"\"\n }\n]"}</script>
|
||
</body>
|
||
</html>
|