Skip to content

Commit

Permalink
🌐 更新(package-lock.json):更新 package-lock.json 更新配置文件
Browse files Browse the repository at this point in the history
  ✨ 功能(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
Sitoi committed Feb 6, 2024
1 parent aac5f40 commit 025f577
Show file tree
Hide file tree
Showing 21 changed files with 5,768 additions and 18 deletions.
5,574 changes: 5,574 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions pages/history/2024-02-06.mdx
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 获取方式
1 change: 1 addition & 0 deletions pages/history/_meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"2024-02-06": "2024-02-06",
"2024-01-20": "2024-01-20",
"2024-01-16": "2024-01-16",
"2024-01-14": "2024-01-14",
Expand Down
Binary file added pages/img/qmsg-error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions pages/settings/acfun.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import { Cards, Card } from 'nextra/components'
title="阿里云盘"
href="/settings/aliyun"
/>
<Card
title="奥拉星"
href="/settings/aolaxing"
/>
<Card
title="Baidu 站点提交"
href="/settings/baidu"
Expand Down
4 changes: 4 additions & 0 deletions pages/settings/aliyun.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import { Steps } from 'nextra/components'
title="阿里云盘"
href="/settings/aliyun"
/>
<Card
title="奥拉星"
href="/settings/aolaxing"
/>
<Card
title="Baidu 站点提交"
href="/settings/baidu"
Expand Down
106 changes: 106 additions & 0 deletions pages/settings/aolaxing.mdx
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>
4 changes: 4 additions & 0 deletions pages/settings/baidu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import { Cards, Card } from 'nextra/components'
title="阿里云盘"
href="/settings/aliyun"
/>
<Card
title="奥拉星"
href="/settings/aolaxing"
/>
<Card
title="Baidu 站点提交"
href="/settings/baidu"
Expand Down
4 changes: 4 additions & 0 deletions pages/settings/bilibili.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import { Steps } from 'nextra/components'
title="阿里云盘"
href="/settings/aliyun"
/>
<Card
title="奥拉星"
href="/settings/aolaxing"
/>
<Card
title="Baidu 站点提交"
href="/settings/baidu"
Expand Down
4 changes: 4 additions & 0 deletions pages/settings/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ import { Steps } from 'nextra/components'
title="阿里云盘"
href="/settings/aliyun"
/>
<Card
title="奥拉星"
href="/settings/aolaxing"
/>
<Card
title="Baidu 站点提交"
href="/settings/baidu"
Expand Down
4 changes: 4 additions & 0 deletions pages/settings/enshan.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import { Steps } from 'nextra/components'
title="阿里云盘"
href="/settings/aliyun"
/>
<Card
title="奥拉星"
href="/settings/aolaxing"
/>
<Card
title="Baidu 站点提交"
href="/settings/baidu"
Expand Down
4 changes: 4 additions & 0 deletions pages/settings/imaotai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import { Steps } from 'nextra/components'
title="阿里云盘"
href="/settings/aliyun"
/>
<Card
title="奥拉星"
href="/settings/aolaxing"
/>
<Card
title="Baidu 站点提交"
href="/settings/baidu"
Expand Down
14 changes: 10 additions & 4 deletions pages/settings/iqiyi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import { Steps } from 'nextra/components'
title="阿里云盘"
href="/settings/aliyun"
/>
<Card
title="奥拉星"
href="/settings/aolaxing"
/>
<Card
title="Baidu 站点提交"
href="/settings/baidu"
Expand Down Expand Up @@ -92,10 +96,12 @@ import { Steps } from 'nextra/components'

`F12` 打开开发者工具,刷新页面

### 使用下面的 JavaScript 代码复制所有 cookie
### 点击 Network 标签

```js copy
copy(document.cookie)
```
### 选择 Doc 标签

### 选中 www.iqiyi.com

### 下滑找到 cookie 全选复制即可

</Steps>
4 changes: 4 additions & 0 deletions pages/settings/kgqq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import { Steps } from 'nextra/components'
title="阿里云盘"
href="/settings/aliyun"
/>
<Card
title="奥拉星"
href="/settings/aolaxing"
/>
<Card
title="Baidu 站点提交"
href="/settings/baidu"
Expand Down
4 changes: 4 additions & 0 deletions pages/settings/mimotion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import { Cards, Card } from 'nextra/components'
title="阿里云盘"
href="/settings/aliyun"
/>
<Card
title="奥拉星"
href="/settings/aolaxing"
/>
<Card
title="Baidu 站点提交"
href="/settings/baidu"
Expand Down
5 changes: 5 additions & 0 deletions pages/settings/notify/qmsg.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Cards, Card } from 'nextra/components'
import { Callout } from 'nextra/components'

<Cards>
<Card
Expand Down Expand Up @@ -49,6 +50,10 @@ import { Cards, Card } from 'nextra/components'

# Qmsg 酱

<Callout type="warning">
通知消息在 Qmsg 中被视为违规。 ![qmsg-error](../../img/qmsg-error.png)
</Callout>

### 配置示例

```json filename="config.json" copy
Expand Down
16 changes: 5 additions & 11 deletions pages/settings/smzdm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import { Steps } from 'nextra/components'
title="阿里云盘"
href="/settings/aliyun"
/>
<Card
title="奥拉星"
href="/settings/aolaxing"
/>
<Card
title="Baidu 站点提交"
href="/settings/baidu"
Expand Down Expand Up @@ -80,17 +84,7 @@ import { Steps } from 'nextra/components'
| :----------------: | :--------------------: |
| _**SMZDM**_.cookie | 什么值得买 cookie 信息 |

## 获取方式一

<Steps>

### 登录 APP

### 抓包获取 cookie,APP 抓包教程请自行百度。

</Steps>

## 获取方式二
## 获取方式

<Steps>

Expand Down
4 changes: 4 additions & 0 deletions pages/settings/tieba.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import { Steps } from 'nextra/components'
title="阿里云盘"
href="/settings/aliyun"
/>
<Card
title="奥拉星"
href="/settings/aolaxing"
/>
<Card
title="Baidu 站点提交"
href="/settings/baidu"
Expand Down
4 changes: 4 additions & 0 deletions pages/settings/v2ex.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import { Steps } from 'nextra/components'
title="阿里云盘"
href="/settings/aliyun"
/>
<Card
title="奥拉星"
href="/settings/aolaxing"
/>
<Card
title="Baidu 站点提交"
href="/settings/baidu"
Expand Down
4 changes: 4 additions & 0 deletions pages/settings/youdao.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import { Steps } from 'nextra/components'
title="阿里云盘"
href="/settings/aliyun"
/>
<Card
title="奥拉星"
href="/settings/aolaxing"
/>
<Card
title="Baidu 站点提交"
href="/settings/baidu"
Expand Down
6 changes: 3 additions & 3 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ const config: DocsThemeConfig = {
}
},
banner: {
key: '2024.1.20-release',
key: '2024.2.6-release',
text: (
<a
href="/dailycheckin/history/2024-01-20/"
href="/dailycheckin/history/2024-02-06/"
target="_blank"
>
🎉 DailyCheckIn 2024.1.20 is released. Read more →
🎉 DailyCheckIn 2024.2.6 is released. Read more →
</a>
),
},
Expand Down

0 comments on commit 025f577

Please sign in to comment.