> For the complete documentation index, see [llms.txt](https://docs.jobdone.cc/user_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jobdone.cc/user_guide/cpm/bc/media_diary/web-based.md).

# 網頁版

## 01｜功能說明

進&#x5165;**「影音日誌」**&#x5F8C;，使用者可以選擇以下兩種顯示模式：

{% tabs %}
{% tab title="紀錄列表" %}
顯示所有日誌紀錄，可快速瀏覽標題、日期等基本資訊。

以條列方式呈現所有日誌詳情，方便您快速檢視日期、責任廠商及分類標籤。點擊任一項目即可進入編輯頁面，針對「五大標籤」或文字描述進行修正補強。
{% endtab %}

{% tab title="影音一覽" %}
以縮圖與標題的方式呈現所有影音內容，適合快速巡視現場視覺進度，並透過影像直觀判斷施工品質。
{% endtab %}
{% endtabs %}

在這兩種模式下，使用者可以：

✔ 點擊任一列表或影音項目以查看詳細內容。

✔ 進行編輯，修改標題、描述或其他相關資訊。

✔ 刪除不需要的紀錄或影音內容。


---

# 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://docs.jobdone.cc/user_guide/cpm/bc/media_diary/web-based.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.
