> For the complete documentation index, see [llms.txt](https://docs.coreway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coreway.com/yoov-work/zh-hk/changelog/20251016-update-log-v4.3.5.md).

# 2025/10/16 更新日誌 V4.3.5

## 更新目錄

1. 管理後台登錄界面改版和優化，支持Xero賬號、郵箱驗證碼登錄
2. 招聘流程優化，支持自定義招聘流程，確保招聘質量的統一性和規範性

## 更新詳情

1. **管理後台登錄界面改版和優化，支持Xero賬號、郵箱驗證碼登錄**

（1）支持使用 Xero 賬號登錄系統：

<figure><img src="/files/P4FzsKW4WmDWmSYKt20t" alt=""><figcaption></figcaption></figure>

&#x20;（2）支持郵箱登錄時使用驗證碼登錄：

<figure><img src="/files/P0vQD1zBJ3Bd8fdp9KY9" alt=""><figcaption></figcaption></figure>

2. **招聘流程優化，支持自定義招聘流程，確保招聘質量的統一性和規範性**

實際招聘業務，由不同的階段組合成實際的招聘流程，可能因崗位的不同，流程也會大相徑庭。

此次，我們在招聘管理中，增設了招聘流程，包含流程、階段、狀態等管理功能。

系統已有預設招聘流程，預設了新候選人、初選通過、安排面試、Offer環節、正式錄用等階段，當階段到正式錄用時，候選人狀態將變成待入職。

<figure><img src="/files/xJ0HAv7gkboPMucwWAAI" alt=""><figcaption></figcaption></figure>

當然，我們也可以建立新的流程、新的階段和狀態，使用方式：

1、可先增設需要用上的 「狀態」 和  「階段」 。

2、然後新增  「流程」 ，在可視化畫布中進行流程設計，「流程」 關聯 「階段」，支持啟用/停用 「狀態」，設計好後點擊發佈即可。

<figure><img src="/files/lV4VxdBFiWaKeOHd7RkG" alt=""><figcaption></figcaption></figure>

3、每個崗位都可能有不同的招聘流程，HR新建招聘職位時，就可以指定用哪個招聘流程。

<figure><img src="/files/iTwYviozbnQDdnkpmAjY" alt=""><figcaption></figcaption></figure>


---

# 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.coreway.com/yoov-work/zh-hk/changelog/20251016-update-log-v4.3.5.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.
