We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7608e commit 1e47de8Copy full SHA for 1e47de8
docs-en/stylesheets/extra.css
docs/lc/1.md
@@ -11,7 +11,7 @@ tags:
11
edit_url: "https://github.com/doocs/leetcode/edit/main/solution/0000-0099/0001.Two%20Sum/README.md"
12
---
13
14
-# [1. 两数之和](https://leetcode.cn/problems/two-sum) :unlock:
+# [1. 两数之和](https://leetcode.cn/problems/two-sum)
15
16
## 题目描述
17
docs/stylesheets/extra.css
mkdocs.yml
@@ -112,6 +112,7 @@ extra_javascript:
112
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
113
114
extra_css:
115
+ - stylesheets/extra.css
116
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
117
118
extra:
0 commit comments