Skip to content

Commit 039fc30

Browse files
author
robot
committed
力扣更新域名
1 parent bc55b5f commit 039fc30

File tree

7 files changed

+234
-10
lines changed

7 files changed

+234
-10
lines changed

leetcode-cheat-0.10.0.zip

-4.25 MB
Binary file not shown.

leetcode-cheat-0.10.1.zip

-4.25 MB
Binary file not shown.

leetcode-cheat-0.10.2.zip

-4.25 MB
Binary file not shown.
Binary file not shown.

leetcode-cheat-0.9.5.zip

-4.25 MB
Binary file not shown.

public/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "leetcode cheatsheet",
44
"description": "刷题小助手,made by 力扣加加",
5-
"version": "0.10.2",
5+
"version": "0.10.3",
66
"browser_action": {
77
"default_popup": "index.html",
88
"default_title": "力扣加加"
@@ -15,7 +15,8 @@
1515
{
1616
"matches": [
1717
"*://leetcode-cn.com/*",
18-
"*://leetcode.com/*"
18+
"*://leetcode.com/*",
19+
"*://leetcode.cn/*"
1920
],
2021
"js": [
2122
"/static/js/inject.js"

src/db/root.db.js

Lines changed: 231 additions & 8 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)