You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It also has a [NPM package](https://www.npmjs.com/package/leetcode-card) and a [highly extensible system](./src/core/index.ts), so you can easily customize it to your needs.
23
24
@@ -133,11 +134,9 @@ Hide elements on the card, it is a comma-separated list of element ids.
133
134
134
135
Extension, it is a comma-separated list of extension names.
135
136
136
-
Now there is only two notable extension: `activity` and `contest`.
137
+
NOTICE: You can only use one of extended-card extensions (`activity`, `contest`, `heatmap`) at a time now, maybe they can be used together in the future.
137
138
138
-
NOTICE: You can only use one of `activity` and `contest` at a time now, maybe they can be used together in the future.
139
-
140
-
> But actually animation, font, theme, and external stylesheet are all implemented by extensions and enabled by default.
139
+
> Animation, font, theme, and external stylesheet are all implemented by extensions and enabled by default.
141
140
142
141
Want to contribute a `nyan-cat` extension? PR is welcome!
143
142
@@ -153,6 +152,12 @@ Want to contribute a `nyan-cat` extension? PR is welcome!
Extension, it is a comma-separated list of extension names.
275
280
276
-
Now there is only two notable extension: `activity` and `contest`.
277
-
278
-
NOTICE: You can only use one of `activity` and `contest` at a time now, maybe they can be used together in the future.
281
+
NOTICE: You can only use one of extended-card extensions (`activity`, `contest`, `heatmap`) at a time now, maybe they can be used together in the future.
279
282
280
-
> But actually animation, font, theme, and external stylesheet are all implemented by extensions and enabled by default.
283
+
> Animation, font, theme, and external stylesheet are all implemented by extensions and enabled by default.
281
284
282
285
Want to contribute a `nyan-cat` extension? PR is welcome!
283
286
@@ -300,3 +303,13 @@ Show your contest rating history.
0 commit comments