> For the complete documentation index, see [llms.txt](https://help.livebuy.tv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.livebuy.tv/release.md).

# 產品更新

### 8.15.0

* 前台：播放器視覺更新

  * 如果希望改回舊版前台視覺，請參考[這裡](https://help.livebuy.tv/product-tour/settings/additional-settings#layout-style)進行調整
  * 直播播放器

  <figure><img src="/files/xp5Cdy6enuZAVZUIIzhM" alt="" width="375"><figcaption></figcaption></figure>

  * 回放播放器

  <figure><img src="/files/PEdSugFAo67CHpEvknxw" alt="" width="375"><figcaption></figcaption></figure>

  * 影片播放器

  <figure><img src="/files/W62vPtFhLTDWCiYh7P3R" alt="" width="375"><figcaption></figcaption></figure>
* 前台：購物袋新增搜尋功能

<figure><img src="/files/lo8j9yqloQYwTsBA5O5B" alt="" width="375"><figcaption></figcaption></figure>

* 數據分析：新增「不重複訪客數」統計數據
  * 請前往[這裡](https://help.livebuy.tv/product-tour/live-sales/insights#traffic-overview)了解更多有關於「不重複訪客數」的資訊
* 影片總覽 / 直播管理頁面「導購統計」數據欄位更新
  * 針對側邊欄中原有的「訂單資訊」更名為「導購總覽」，並且調整內部功能排序
  * 影片總覽頁面中原有「累計成交銷售額/訂單數」調整為「導購金額/導購清單數」，如果需要訂單相關資訊的話，請前往數據分析頁面查看
  * 直播管理頁面原有「成交銷售額/訂單數」調整為「導購金額/導購清單數」，如果需要訂單相關資訊的話，請前往數據分析頁面查看

    <br>

<br>


---

# 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://help.livebuy.tv/release.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.
