# 網頁圖標和觸摸圖標

在發布網站時，最重要的整理工作之一是如何在瀏覽器的用戶界面或移動主屏幕上表現您的網站。

本文會提到：

1. 網頁圖標
2. 觸摸圖標
3. 圖像資產
4. 上傳圖標

## 網頁圖標

大多數瀏覽器都使用Favicons來代表網站在瀏覽器標籤和書籤中。

![](/files/FgB6TULFdtEsRCPLvpX6)

## 觸摸圖標

觸摸圖標或Webclips用於Safari瀏覽器的書籤等地方。\
當網站連結被保存到智慧手機的主屏幕上時，它們也會顯示出來。

![](/files/KTpJUQEVIlOE62fKeI8Z)

## 圖像資產

在準備上傳網路圖標圖像資產時，創建一個32x32像素的圖像作為收藏夾，以及一個256x256像素的圖像作為網路圖標或觸摸圖標。

您在這些圖像資產中使用的文件名將在您的HTML中可見，所以要注意不要在文件名中包含任何您不希望被搜索引擎索引的內容。

![](/files/aehnelEVq3SONszvPCQf)

## 上傳圖標

準備好您的圖像資產之後：

1. 進入項目設置 > 常規標簽 > 圖標
2. 上傳準備的圖片
3. 發布網站，使其變化生效
4. 在瀏覽器中刷新的您實時網站，以看到更新的圖標


---

# Agent Instructions: 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:

```
GET https://docs.tenten.co/docs-webflow/webflow-101/8-xiang-mu-she-ding/wang-ye-tu-biao-he-chu-mo-tu-biao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
