yuyujulin

Results 3 issues of yuyujulin

```cmd RUN apk add --no-cache --virtual .build-deps ca-certificates curl \ && mkdir -m 777 /v2raybin \ && cd /v2raybin \ && curl -L -H "Cache-Control: no-cache" -o v2ray.zip https://github.com/v2ray/v2ray-core/releases/download/v$VER/v2ray-linux-64.zip \...

```java // 如果類型不在指定範圍內,並且沒有默認值 if (!(cellTypes.contains(cell.getCellTypeEnum())) || isNotBlank(annoCell.defaultValue()) && cell.getCellTypeEnum() == CellType.STRING) { StringBuilder strType = new StringBuilder(); for (int i = 0; i < cellTypes.size(); i++) { CellType cellType =...