Twinkle HubTwinkle Hub

阿拉伯 ↔ 國字大寫

tw_format_chinese_numerals

기타 · 26개🇹🇼 대만읽기 전용

阿拉伯數字 ↔ 國字大寫(公文/合約/支票場景)。 direction='arabic_to_chinese' (預設) 或 'chinese_to_arabic'。

파라미터

이름타입설명
value *string
direction"arabic_to_chinese" | "chinese_to_arabic"
원본 JSON schema
{
  "properties": {
    "value": {
      "title": "Value",
      "type": "string"
    },
    "direction": {
      "default": "arabic_to_chinese",
      "enum": [
        "arabic_to_chinese",
        "chinese_to_arabic"
      ],
      "title": "Direction",
      "type": "string"
    }
  },
  "required": [
    "value"
  ],
  "title": "format_chinese_numeralsArguments",
  "type": "object"
}

호출 방법

스타터 — 파라미터는 위 표 참조
tw_format_chinese_numerals({ value: "…" })