-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌐 更新(package-lock.json):更新 package-lock.json 更新配置文件
✨ 功能(pages/history/2024-02-06.mdx):新增「奥拉星」签到 💄 优化(pages/history/2024-02-06.mdx):优化「什么值得买」日志输出 🚀 部署(theme.config.tsx):更新 banner 的配置 📝 文档(pages/history/_meta.json):增加 2024-02-06 的文档元数据
- Loading branch information
Showing
21 changed files
with
5,768 additions
and
18 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 2024-02-06 | ||
|
||
![PyPI](https://img.shields.io/badge/Pypi-v24.2.6-brightgreen) | ||
|
||
## ✨ 功能 | ||
|
||
- 新增「奥拉星」签到 | ||
|
||
## 💄 优化 | ||
|
||
- 优化「什么值得买」日志输出 | ||
- 优化「i 茅台」日志输出 | ||
|
||
## 📃 文档 | ||
|
||
- 修复多个 cookie 获取方式 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
import { Callout } from 'nextra/components' | ||
import { Cards, Card } from 'nextra/components' | ||
import { Steps } from 'nextra/components' | ||
|
||
<Cards> | ||
<Card | ||
title="AcFun" | ||
href="/settings/acfun" | ||
/> | ||
<Card | ||
title="阿里云盘" | ||
href="/settings/aliyun" | ||
/> | ||
<Card | ||
title="奥拉星" | ||
href="/settings/aolaxing" | ||
/> | ||
<Card | ||
title="Baidu 站点提交" | ||
href="/settings/baidu" | ||
/> | ||
<Card | ||
title="Bilibili" | ||
href="/settings/bilibili" | ||
/> | ||
<Card | ||
title="恩山无线论坛" | ||
href="/settings/enshan" | ||
/> | ||
<Card | ||
title="i茅台" | ||
href="/settings/imaotai" | ||
/> | ||
<Card | ||
title="爱奇艺" | ||
href="/settings/iqiyi" | ||
/> | ||
<Card | ||
title="全民 K 歌" | ||
href="/settings/kgqq" | ||
/> | ||
<Card | ||
title="小米运动" | ||
href="/settings/mimotion" | ||
/> | ||
<Card | ||
title="什么值得买" | ||
href="/settings/smzdm" | ||
/> | ||
<Card | ||
title="百度贴吧" | ||
href="/settings/tieba" | ||
/> | ||
<Card | ||
title="V2EX" | ||
href="/settings/v2ex" | ||
/> | ||
<Card | ||
title="有道云笔记" | ||
href="/settings/youdao" | ||
/> | ||
</Cards> | ||
|
||
# 奥拉星 | ||
|
||
### 配置示例 | ||
|
||
```json filename="config.json" copy | ||
{ | ||
"AOLAXING": [ | ||
{ | ||
"cookie": "BT_AUTO_tt_common=; Hm_lpvt_7fc3681c21a26a2022ae0ca72e2d6fa5=xxxxxx; BT_LOGIN_tt_common=:187xxxxxx; Hm_lvt_7fc3681c21a26a2022ae0ca72e2d6fa5=xxxxxx;" | ||
}, | ||
{ | ||
"cookie": "多账号 cookie 填写,请参考上面,cookie 以实际获取为准(遇到特殊字符如双引号\" 请加反斜杠转义)" | ||
} | ||
] | ||
} | ||
``` | ||
|
||
### 配置说明 | ||
|
||
| 参数 | 说明 | | ||
| :-------------------: | :-----------: | | ||
| _**AOLAXING**_.cookie | 奥拉星 cookie | | ||
|
||
## 获取方式 | ||
|
||
<Steps> | ||
### 打开官网 | ||
|
||
进入[奥拉星](http://www.100bt.com/m/creditMall/?gameId=2#task) | ||
|
||
### 打开开发者工具 | ||
|
||
按 `F12` 打开开发者工具,刷新页面 | ||
|
||
### 点击 Network 标签 | ||
|
||
### 选择 Doc 标签 | ||
|
||
### 选中 http://www.100bt.com/m/creditMall/?gameId=2 | ||
|
||
### 下滑找到 cookie 全选复制即可 | ||
|
||
</Steps> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters