{
"type": "character",
"name": "lMingyul",
"connected_accounts": [
"csb://account:F54DFBBD-29CB-4B64-9A73-DE6B5CB43D51@jike"
],
"bio": "记录穿过自己的万物",
"banners": [
{
"mime_type": "image/jpeg",
"address": "ipfs://bafybeidfenppdajjzll5wz4xjjndfgvuryqn3e4c4j6xc7zcj7eybumcaa"
}
],
"avatars": [
"ipfs://bafybeic5nkljqkthqhpjhzyo64ecxcx56li7woieeh7rukjjm6j2vuor3m"
],
"attributes": [
{
"value": "",
"trait_type": "xlog_ga"
},
{
"value": "/*定义了全局的CSS变量,这些变量被用作颜色和一些其他样式属性的值。其中,有主题颜色,字体栈,头部高度,灰度和透明度等*/\n:root {\n --theme-color: #BB2649 !important;\n --light-theme-color: #DBCEC0 !important;\n --font-fans: 'SF Compact Rounded', 'PingFang SC', 'Microsoft YaHei', Lato, sans-serif;\n --header-height: max(50vh, 450px);\n --grey-0: #fff;\n --grey-1: #fdfdfd;\n --grey-2: #f7f7f7;\n --grey-3: #eff2f3;\n --grey-4: #ccc;\n --grey-5: #999;\n --grey-6: #666;\n --grey-7: #333;\n --grey-8: #222;\n --grey-9: #000;\n --grey-1-a0: rgba(253, 253, 253, 0);\n --grey-1-a7: rgba(253, 253, 253, .7);\n --grey-1-a5: rgba(253, 253, 253, .5);\n --grey-1-a3: rgba(253, 253, 253, .3);\n --grey-9-a1: rgba(0, 0, 0, .1);\n --grey-9-a5: rgba(0, 0, 0, .5);\n --grey-2-a0: rgba(247, 247, 247, 0);\n --color-pink-light: #ffe6fa;\n --color-cyan-light: #e3fdf5;\n --color-red: #e9546b;\n --color-pink: #ed6ea0;\n --color-orange: #ec8c69;\n --color-yellow: #eab700;\n --color-green: #0a7426;\n --color-aqua: #3e999f;\n --color-blue: #38a1db;\n --color-purple: #9d5b8b;\n --color-grey: #869194;\n --color-red-a1: rgba(233, 84, 107, .1);\n --color-red-a3: rgba(233, 84, 107, .3);\n --color-pink-a3: rgba(237, 110, 160, .3);\n --color-pink-light-a3: rgba(255, 230, 250, .3);\n --color-pink-light-a5: rgba(255, 230, 250, .5);\n --color-pink-light-a7: rgba(255, 230, 250, .7);\n --body-bg-shadow: var(--grey-2);\n --box-bg-shadow: var(--grey-9-a1);\n --text-color: var(--grey-7);\n --header-text-color: var(--grey-0);\n}\n\n/*这部分定义了在深色主题下的颜色变量*/\nhtml.dark {\n --grey-0: #222;\n --grey-1: #21252b;\n --grey-2: #363636;\n --grey-3: #444;\n --grey-4: #666;\n --grey-5: #aaa;\n --grey-6: #ccc;\n --grey-7: #ddd;\n --grey-8: #eee;\n --grey-9: #f7f7f7;\n --grey-1-a7: rgba(34, 34, 34, .7);\n --grey-1-a5: rgba(34, 34, 34, .5);\n --grey-1-a3: rgba(34, 34, 34, .3);\n --grey-1-a0: rgba(34, 34, 34, 0);\n --grey-9-a1: rgba(51, 51, 51, .1);\n --grey-2-a0: rgba(54, 54, 54, 0);\n --color-pink-light: #322d31;\n --color-cyan-light: #2d3230;\n --color-red: rgba(237, 118, 137, .9);\n --color-pink: rgba(241, 139, 179, .8);\n --color-orange: rgba(240, 163, 135, .8);\n --color-yellow: #ffe175;\n --color-green: #86c59d;\n --color-aqua: #97d3d6;\n --color-blue: #9cd0ed;\n --color-purple: #cfacc5;\n --color-grey: #c3c8ca;\n --body-bg-shadow: #000;\n --box-bg-shadow: #000;\n --text-color: var(--grey-5);\n --header-text-color: var(--grey-9);\n}\n\n.xlog-page {\n background: linear-gradient(to top, var(--body-bg-shadow) 0, var(--grey-1) 20%) no-repeat bottom;\n}\n\n.xlog-page .max-w-screen-md {\n max-width: 1000px;\n}\n\n.xlog-header {\n position: sticky;\n height: 400px;\n top: -360px;\n z-index: 2;\n border: none;\n background-color: var(--grey-1)\n}\n\n.xlog-header .flex.py-12.w-full {\n width: 80%;\n justify-content: center;\n}\n\n.xlog-header .xlog-banner {\n height: calc(100% - 40px)\n}\n\n.xlog-header .xlog-banner img[alt=banner] {\n width: 100%;\n max-width: unset;\n filter: blur(5px) brightness(75%)\n}\n\n/*当页面宽度大于1024px时,应用这里面的样式*/\n@media (width > 1024px) {\n .xlog-page-index .xlog-header {\n height: 100vh;\n top: calc(40px - 100vh);\n }\n}\n\n.xlog-site-name {\n color: var(--theme-color);\n font-family: Candyshop;\n text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, -1.414px 0 0 #fff, 1.414px 0 0 #fff, 0 -1.414px 0 #fff, 0 1.414px 0 #fff;\n font-size: 35px;\n}\n\nmain {\n max-width: 1000px !important;\n background: linear-gradient(to top, var(--grey-0) 0, var(--grey-1) 20%) no-repeat top;\n box-shadow: 0 1.25rem 1rem 0.3125rem var(--body-bg-shadow);\n padding-bottom: 2rem;\n}\n\n/* post */\n/*代码块*/\n.prose :not(pre)>code {\n color: var(--theme-color);\n border-radius: 0.3rem;\n border: 0.0625rem solid rgba(0,0,0,.1);\n background-color: var(--grey-0);\n padding: 0.2rem 0.3rem;\n overflow-wrap: break-word;\n word-wrap: break-word;\n}\n\n/*引用*/\n.prose blockquote {\n border-radius: 0.1875rem;\n padding: .625rem 1.25rem;\n border-left: 0.25rem solid var(--theme-color);\n font-size: 90%;\n background-color: var(--grey-2);\n margin: 1.25rem 0;\n}\n\n.prose blockquote::before {\n display: block;\n height: 1.5rem;\n width: 1.5rem;\n font-size: 27px;\n content: \"🌈\";\n}\n\n.prose strong {\n color: var(--theme-color);\n box-shadow: 0.13rem 0.13rem 0.26rem var(--grey-1);\n}\n\n.prose ol {\n counter-reset: counter;\n}\n\n/*列表*/\n.prose li {\n list-style: none;\n position: relative;\n}\n\n.prose ol li:before {\n counter-increment: counter;\n content: counter(counter);\n position: absolute;\n width: 1.4em;\n height: 1.4em;\n border-radius: 50%;\n text-align: center;\n font-size: .8em;\n line-height: 1.4;\n top: 0.5em;\n left: -1.8em;\n background: var(--theme-color);\n color: rgba(var(--tw-colors-i-gray-100), 1);\n cursor: pointer;\n}\n\n.prose ul li:before {\n content: \"\";\n position: absolute;\n width: 0.4em;\n height: 0.4em;\n background: var(--theme-color);\n border-radius: 50%;\n top: 0.85em;\n left: -1em;\n}\n\n.prose .table-wrapper {\n border: none !important;\n border-radius: 0 !important;\n}\n\n.prose table {\n border-collapse: collapse;\n border-spacing: 0;\n font-size: .875em;\n margin: 0 0 1.25rem;\n width: 100%;\n overflow: auto;\n}\n\n.prose table tbody tr:nth-child(2n-1) {\n background: none !important;\n}\n\n.prose table th,\ntd {\n border: 0.0625rem solid var(--border-color);\n border-bottom: 0.1875rem solid var(--border-color);\n padding: 0.5rem;\n padding-bottom: 0.625rem;\n text-align: left;\n vertical-align: middle;\n}\n\n.prose table th {\n font-weight: 700;\n text-align: center;\n}\n\n.prose table td {\n border-bottom-width: 0.0625rem;\n}\n\n.spoiler {\n filter: blur(8px);\n transition: filter .5s;\n}\n\n.spoiler:hover {\n filter: blur(0px);\n}\n\n.dark .info {\n --note-border: rgba(85, 98, 132, 0.8);\n --note-bg: rgba(48, 49, 50, 0.8);\n --note-text: rgba(109, 164, 219, 0.8);\n --note-hover: rgba(39, 127, 214, 0.8);\n}\n\n.info {\n --note-border: #8fa4dc;\n --note-bg: #f1f9ff;\n --note-text: #1d4974;\n --note-hover: #1d5fa0;\n}\n\n.note {\n background: var(--note-bg, var(--grey-2));\n color: var(--grey-6);\n border-left: 0.25rem solid var(--note-border, var(--grey-4));\n font-size: .875em;\n --primary-color: var(--note-text);\n border-radius: 0.1875rem;\n margin: 1rem 0;\n padding: 1rem;\n position: relative;\n padding-left: 1rem;\n}\n\n.dark .error {\n --note-border: rgba(146, 107, 115, 0.8);\n --note-bg: rgba(50, 48, 48, 0.8);\n --note-text: rgba(239, 38, 79, 0.8);\n --note-hover: rgba(168, 49, 72, 0.8);\n}\n\n.error {\n --note-border: #f4b3c1;\n --note-bg: #fff2f5;\n --note-text: #cc0f35;\n --note-hover: #f14668;\n}\n\n.dark .success {\n --note-border: rgba(97, 116, 88, 0.8);\n --note-bg: rgba(50, 50, 48, 0.8);\n --note-text: rgba(128, 200, 129, 0.8);\n --note-hover: rgba(41, 95, 42, 0.8);\n}\n\n.success {\n --note-border: #a3c293;\n --note-bg: #fcfff5;\n --note-text: #2c662d;\n --note-hover: #3b883c;\n}\n\n/* phone */\n/*页面宽度小于或等于767px时,应用这里面的样式,主要用于适应移动设备的屏幕*/\n@media (max-width: 767px) {\n .xlog-post {\n flex-direction: column-reverse !important;\n height: -webkit-fit-content;\n height: -moz-fit-content;\n height: fit-content;\n max-height: -webkit-fit-content;\n max-height: -moz-fit-content;\n max-height: fit-content;\n }\n\n .xlog-post .xlog-post-cover {\n width: 100%;\n height: 14rem;\n margin: auto;\n -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);\n clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);\n border-radius: 0.625rem 0.625rem 0 0;\n }\n\n .xlog-posts>.xlog-post:nth-child(even) .xlog-post-cover {\n width: 100%;\n margin: auto;\n -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);\n clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);\n border-radius: 0.625rem 0.625rem 0 0;\n }\n\n .xlog-post>div:nth-of-type(1) {\n width: 100%;\n padding: 10px;\n }\n\n main {\n max-width: 500px;\n }\n}\n\n/* 工具页面的 css */\n.tools-body {\n display: flex;\n justify-content: center;\n align-items: center;\n height: auto;\n margin: 0;\n}\n\n.ltm-container {\n width: 70%;\n display: flex;\n flex-wrap: wrap;\n justify-content: space-between;\n gap: 12px;\n}\n\n.ltm-card {\n width: calc(33.33% - 12px);\n background-color: rgba(0, 0, 0, 0.035);\n border-radius: 10px;\n overflow: hidden;\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n}\n\n.dark .ltm-card {\n background-color: #1E2022;\n}\n\n.ltm-card:hover {\n transform: scale(1.05); /* 鼠标悬停时的状态 */\n transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);\n background-color: var(--light-theme-color);\n}\n\n.dark .ltm-card:hover {\n background-color: #242629;\n}\n\n.ltm-item {\n flex: 1;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n text-align: center;\n}\n\n.ltm-item-img {\n height: 145px;\n display: flex;\n align-items: center; /* 垂直居中 */\n justify-content: center; /* 水平居中 */\n overflow: visible;\n margin-top: 10px;\n}\n\n.ltm-item img {\n width: 45%; \n height: 45%; \n object-fit: cover; \n transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);\n}\n\n.rounded-xl {\n border-radius: 0.35rem !important;\n}\n\n.text-container {\n padding: 10px;\n}\n\n.text-1 {\n font-family: -apple-system, Segoe UI, Oxygen, Ubnztu, Droid Sans, Helvetica Neue, PingFang SC, Hiragino Sans GB, Droid Sans Fallback, Microsoft YaHei, sans-serif;\n color: rgba(0, 0, 0, 0.82);\n font-size: 12px;\n line-height: 19.68px;\n opacity: 0.5;\n}\n\n.text-2 {\n font-family: -apple-system, Segoe UI, Oxygen, Ubnztu, Droid Sans, Helvetica Neue, PingFang SC, Hiragino Sans GB, Droid Sans Fallback, Microsoft YaHei, sans-serif;\n color: rgba(0, 0, 0, 0.82);\n font-size: 14px;\n line-height: 22.96px;\n opacity: 0.9;\n}\n\n.dark .text-1 {\n color: rgba(255, 255, 255, 0.82);\n}\n\n.dark .text-2 {\n color: rgba(255, 255, 255, 0.82);\n}",
"trait_type": "xlog_css"
},
{
"value": "",
"trait_type": "xlog_ua"
},
{
"value": "",
"trait_type": "xlog_uh"
},
{
"value": "",
"trait_type": "xlog_site_name"
},
{
"value": "[{\"id\":\"wF_LyNyv38JHJgssEpuBi\",\"label\":\"主页 🏡\",\"url\":\"/\",\"chosen\":false},{\"id\":\"hg9xzFJkIwikr4xv-kIH5\",\"label\":\"时间轴 🔖\",\"url\":\"/archives\"},{\"id\":\"8DfVDIjirkDpt6PWNUcBj\",\"label\":\"工具箱 🧰\",\"url\":\"/tools\"}]",
"trait_type": "xlog_navigation"
}
]
}