Skip to content

Commit 6d76505

Browse files
longsizhuogithub-actions[bot]
authored andcommitted
chore(docs): sync doc metadata [skip ci]
1 parent e89cee1 commit 6d76505

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

app/docs/CommunityShare/Leetcode/2241. Design an ATM Machine.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: 2241. Design an ATM Machine.md
3-
date: '2025-01-06'
3+
date: "2025-01-06"
44
tags:
55
- - Python
66
- - Answer
77
abbrlink: a21411f
8+
docId: lzrh7ftq3kegsyx8gimonrfu
89
---
910

1011
# QUESTION:
@@ -108,4 +109,4 @@ class ATM:
108109
ans.append(self.sd[i] - tempSd[i])
109110
self.sd = copy.deepcopy(tempSd)
110111
return ans[::-1]
111-
```
112+
```

generated/doc-contributors.json

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"repo": "InvolutionHell/involutionhell",
3-
"generatedAt": "2025-11-22T03:06:02.633Z",
3+
"generatedAt": "2025-11-23T03:05:38.789Z",
44
"docsDir": "app/docs",
5-
"totalDocs": 120,
5+
"totalDocs": 121,
66
"results": [
77
{
88
"docId": "ue27z7z95yzw3lhhfj7nit1c",
@@ -2119,6 +2119,23 @@
21192119
}
21202120
]
21212121
},
2122+
{
2123+
"docId": "lzrh7ftq3kegsyx8gimonrfu",
2124+
"path": "app/docs/CommunityShare/Leetcode/2241. Design an ATM Machine.md",
2125+
"contributorStats": {
2126+
"114939201": 1
2127+
},
2128+
"contributors": [
2129+
{
2130+
"githubId": "114939201",
2131+
"contributions": 1,
2132+
"lastContributedAt": "2025-11-23T03:00:11.000Z",
2133+
"login": "longsizhuo",
2134+
"avatarUrl": "https://avatars.githubusercontent.com/u/114939201?v=4",
2135+
"htmlUrl": "https://github.com/longsizhuo"
2136+
}
2137+
]
2138+
},
21222139
{
21232140
"docId": "a6inw303oslb7i5tcqj5xxx4",
21242141
"path": "app/docs/CommunityShare/Leetcode/2270. Number of Ways to Split Array.md",
@@ -2140,13 +2157,13 @@
21402157
"docId": "mssz5wgh368yp55qcvs1op5e",
21412158
"path": "app/docs/CommunityShare/Leetcode/2293_translated.md",
21422159
"contributorStats": {
2143-
"114939201": 1
2160+
"114939201": 2
21442161
},
21452162
"contributors": [
21462163
{
21472164
"githubId": "114939201",
2148-
"contributions": 1,
2149-
"lastContributedAt": "2025-11-22T03:00:07.000Z",
2165+
"contributions": 2,
2166+
"lastContributedAt": "2025-11-22T03:06:03.000Z",
21502167
"login": "longsizhuo",
21512168
"avatarUrl": "https://avatars.githubusercontent.com/u/114939201?v=4",
21522169
"htmlUrl": "https://github.com/longsizhuo"

0 commit comments

Comments
 (0)