-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.txt
11 lines (11 loc) · 5.97 KB
/
index.txt
1
2
3
4
5
6
7
8
9
10
11
1:HL["/_next/static/media/c9a5bc6a7c948fb0-s.p.woff2",{"as":"font","type":"font/woff2"}]
2:HL["/_next/static/css/a6a0d99169801c73.css",{"as":"style"}]
0:[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],"$L3",[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/a6a0d99169801c73.css","precedence":"next"}]],["$L4",["$","meta",null,{"name":"next-size-adjust"}]]]]]
5:I{"id":"9107","chunks":["576:static/chunks/576-1bda6b3a21656818.js","185:static/chunks/app/layout-6526c376703b498e.js"],"name":"ThemeProvider","async":false}
6:I{"id":"1587","chunks":["576:static/chunks/576-1bda6b3a21656818.js","185:static/chunks/app/layout-6526c376703b498e.js"],"name":"ModeToggle","async":false}
7:I{"id":"576","chunks":["576:static/chunks/576-1bda6b3a21656818.js","185:static/chunks/app/layout-6526c376703b498e.js"],"name":"","async":false}
8:I{"id":"8751","chunks":["272:static/chunks/webpack-7934afcda8929886.js","827:static/chunks/50f7638c-c5208fe2cc64c553.js","759:static/chunks/759-20aa479988ecfdb5.js"],"name":"","async":false}
9:I{"id":"8757","chunks":["272:static/chunks/webpack-7934afcda8929886.js","827:static/chunks/50f7638c-c5208fe2cc64c553.js","759:static/chunks/759-20aa479988ecfdb5.js"],"name":"","async":false}
a:I{"id":"4530","chunks":["576:static/chunks/576-1bda6b3a21656818.js","185:static/chunks/app/layout-6526c376703b498e.js"],"name":"Analytics","async":false}
3:[["$","html",null,{"lang":"en","children":["$","body",null,{"className":"antialiased min-h-screen bg-white dark:bg-slate-950 text-slate-900 dark:text-slate-50 __className_d9825c","children":["$","$L5",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"children":[["$","div",null,{"className":"max-w-2xl mx-auto py-10 px-4","children":[["$","header",null,{"children":["$","div",null,{"className":"flex items-center justify-between","children":[["$","$L6",null,{}],["$","nav",null,{"className":"ml-auto text-sm font-medium space-x-6","children":[["$","$L7",null,{"href":"/","children":"Home"}],["$","$L7",null,{"href":"/about","children":"About"}]]}]]}]}],["$","main",null,{"children":["$","$L8",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","loading":"$undefined","loadingStyles":"$undefined","hasLoading":false,"template":["$","$L9",null,{}],"templateStyles":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined","asNotFound":"$undefined","childProp":{"current":[["$","div",null,{"className":"prose dark:prose-invert","children":[["$","article","posts/covered-call-etfs.mdx",{"children":[["$","$L7",null,{"href":"/posts/covered-call-etfs","style":{"textDecoration":"none"},"children":["$","h2",null,{"style":{"fontFamily":"Merriweather, Georgia, serif","fontWeight":900,"textRendering":"optimizeLegibility"},"children":"Covered Call 策略和使用它的 ETF"}]}],["$","p",null,{"children":"在 2025 年这个时间点,有相当一部分使用 Covered Call 策略的 ETF 提供了令人咋舌的每周分红,然而它的原理是基于什么呢?本文将对 Covered Call 这一经典策略进行探索。"}]]}],["$","article","posts/adventures-of-west-bank.mdx",{"children":[["$","$L7",null,{"href":"/posts/adventures-of-west-bank","style":{"textDecoration":"none"},"children":["$","h2",null,{"style":{"fontFamily":"Merriweather, Georgia, serif","fontWeight":900,"textRendering":"optimizeLegibility"},"children":"约旦河西岸奇遇记"}]}],["$","p",null,{"children":"在 2024 年以色列-哈马斯战争期间,我走入已无外国游客的约旦河西岸城市伯利恒,一睹此时的巴勒斯坦风貌。"}]]}],["$","article","posts/kosovorotka.mdx",{"children":[["$","$L7",null,{"href":"/posts/kosovorotka","style":{"textDecoration":"none"},"children":["$","h2",null,{"style":{"fontFamily":"Merriweather, Georgia, serif","fontWeight":900,"textRendering":"optimizeLegibility"},"children":"Kosovorotka:托尔斯泰衬衫"}]}],["$","p",null,{"children":"考证一种版型奇异的俄罗斯衬衫。"}]]}],["$","article","posts/books-2020.mdx",{"children":[["$","$L7",null,{"href":"/posts/books-2020","style":{"textDecoration":"none"},"children":["$","h2",null,{"style":{"fontFamily":"Merriweather, Georgia, serif","fontWeight":900,"textRendering":"optimizeLegibility"},"children":"2020年看过的两本好书"}]}],["$","p",null,{"children":"渡过这混乱的一年,在看过的书中挑选出这两本好书。"}]]}],["$","article","posts/static-ts.mdx",{"children":[["$","$L7",null,{"href":"/posts/static-ts","style":{"textDecoration":"none"},"children":["$","h2",null,{"style":{"fontFamily":"Merriweather, Georgia, serif","fontWeight":900,"textRendering":"optimizeLegibility"},"children":"译文:Static TypeScript,TypeScript 的一种静态编译器实现"}]}],["$","p",null,{"children":"如何在 32kB 内存或更低配置的单片机上运行 TypeScript?本论文是 MSR 提供的一种思路——利用静态编译器实现。"}]]}],["$","article","posts/ml-writing-compilers.mdx",{"children":[["$","$L7",null,{"href":"/posts/ml-writing-compilers","style":{"textDecoration":"none"},"children":["$","h2",null,{"style":{"fontFamily":"Merriweather, Georgia, serif","fontWeight":900,"textRendering":"optimizeLegibility"},"children":"译文:为什么 ML/OCaml 适用于编译器开发(1998)"}]}],["$","p",null,{"children":"这封 Dwight VandenBerghe 写于 1998 年的邮件将带来有关于 ML 系语言尤其适用于编译器开发的观点。"}]]}]]}],null],"segment":"__PAGE__"},"styles":[]}]}]]}],["$","$La",null,{}]]}]}]}],null]
4:[[["$","meta",null,{"charSet":"utf-8"}],["$","title",null,{"children":"Tsang's Blog"}],["$","meta",null,{"name":"description","content":"Oh, What a tangled web we weave!"}],null,null,null,null,null,null,null,null,["$","meta",null,{"name":"viewport","content":"width=device-width, initial-scale=1"}],null,null,null,null,null,null,null,null,null,null,[]],[null,null,null,null],null,null,[null,null,null,null,null],null,null,null,null,[null,[["$","link",null,{"rel":"icon","href":"/favicon.ico","type":"image/x-icon","sizes":"any"}]],[],null]]