chore: replace all cn comments of fe to en version by volc api (#320)

This commit is contained in:
tecvan
2025-07-31 10:32:15 +08:00
committed by GitHub
parent 716ec0cba8
commit 71f6245a01
2960 changed files with 15545 additions and 15545 deletions

View File

@@ -17,8 +17,8 @@
import { getPictureNodeUrl } from './get-picture-node-url';
/**
* 获取 TagName Picture 的节点的有效节点
* @param childNodes NodeListOf<Node> 子节点列表
* Get a valid node for the node whose TagName is Picture
* @param childNodes NodeListOf < Node > sub-node list
* @returns Node | null
*/
export const findPictureValidChildNode = (childNodes: NodeListOf<Node>) =>