Skip to content

Commit

Permalink
Merge pull request #478 from Martinxux/main
Browse files Browse the repository at this point in the history
更新蛇年 item_codes
  • Loading branch information
Sitoi authored Jan 20, 2025
2 parents 972881a + 9a52de7 commit ccfba0e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions docs/pages/settings/imaotai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import { Steps } from 'nextra/components'
"token": "eyJxxxxxx",
"userid": "1xxxxxx4",
"reserve_rule": 0,
"item_codes": ["10941", "10942"]
"item_codes": ["11318", "11319"]
},
{
"city": "多账号 城市",
Expand All @@ -88,7 +88,7 @@ import { Steps } from 'nextra/components'
"token": "多账号 token",
"userid": "多账号 用户 id",
"reserve_rule": 0,
"item_codes": ["10941", "10942"]
"item_codes": ["11318", "11319"]
}
]
}
Expand All @@ -112,14 +112,15 @@ import { Steps } from 'nextra/components'
```json copy
{
"10941": "53%vol 500ml贵州茅台酒(甲辰龙年)",
"10942": "53%vol 375ml×2贵州茅台酒(甲辰龙年)",
"10056": "53%vol 500ml茅台1935",
"2478": "53%vol 500ml贵州茅台酒(珍品)"
"11318": "53%vol 500ml贵州茅台酒(乙巳蛇年)",
"11317": "53%vol 500ml贵州茅台酒(笙乐飞天)",
"11319": "53%vol 375mlx2贵州茅台酒(乙巳蛇年)",
"2478": "53%vol 500ml贵州茅台酒(珍品)",
"11240": "53%vol 500ml 茅台1935·中国国家地理文创酒(喜逢大运河)"
}
```

默认配置申购 `["10941", "10942"]`
默认配置申购 `["11318", "11319"]`

## 获取方式

Expand Down Expand Up @@ -344,7 +345,7 @@ if __name__ == "__main__":
"token": str(token),
"userid": str(userId),
"reserve_rule": 0,
"item_codes": ["10941", "10942"],
"item_codes": ["11318", "11319"],
}
items.append(item)
condition = input("是否继续添加账号[y/n]:").strip()
Expand Down
2 changes: 1 addition & 1 deletion imaotai_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def get_location():
"token": str(token),
"userid": str(userId),
"reserve_rule": 0,
"item_codes": ["10941", "10942"],
"item_codes": ["11318", "11319"],
}
items.append(item)
condition = input("是否继续添加账号[y/n]:").strip()
Expand Down

0 comments on commit ccfba0e

Please sign in to comment.