feat: start of cp log!
This commit is contained in:
parent
18ba5cfd2e
commit
6410f5fef8
2 changed files with 70 additions and 7 deletions
|
|
@ -9,18 +9,19 @@ const postMapping = new Map([
|
|||
],
|
||||
[
|
||||
"Economics",
|
||||
[
|
||||
{ name: "models of production", link: "models-of-production" },
|
||||
// { name: "the short run" },
|
||||
// { name: "in the aggregate" },
|
||||
],
|
||||
[{ name: "models of production", link: "models-of-production" }],
|
||||
],
|
||||
[
|
||||
"Trading",
|
||||
[{ name: "extrema circular buffer", link: "extrema-circular-buffer" }],
|
||||
// { name: "InteractiveBrokers TWS" }, { name: "valuation" }]],
|
||||
],
|
||||
["Algorithms", [{ name: "leetcode daily", link: "leetcode-daily" }]],
|
||||
[
|
||||
"Algorithms",
|
||||
[
|
||||
{ name: "leetcode daily", link: "leetcode-daily" },
|
||||
{ name: "cp log", link: "cp-log" },
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
||||
function refresh(e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue