> For the complete documentation index, see [llms.txt](https://doc.d1ce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.d1ce.com/blog-zh-my/shen-mo-shi-mei-zhou-jiang-li.md).

# 什麽是每週奖励？

### 谁可以获得每週奖励？

所有从铜级及以上等级的 VIP 玩家皆有资格获得每週奖励。

### 每週奖励何时发放？

每周六 00:00 (GMT+8)发放。

### 每週奖励在哪裡公布，以及如何领取？

请前往 VIP 页面，点击“每周奖励”以领取您的专属回馈。

### 每週奖励是如何计算的？

以下是计算每週奖励时考虑的一些条件：

* 您的 VIP 等级。
* 您在过去 7 天的投注金额&#x20;

### 每週奖励连结什麽时候失效？&#x20;

从公佈每週奖励连结那一刻起计算，有效期为 4 週。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.d1ce.com/blog-zh-my/shen-mo-shi-mei-zhou-jiang-li.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
