Skip to content

@142vip.utils.Variable.VipSymbols

mmdapl edited this page Oct 17, 2025 · 1 revision

API 参考 / @142vip/utils / VipSymbols

Variable: VipSymbols

const VipSymbols: object

Defined in: packages/utils/src/pkgs/color.ts:15

终端标记

Type Declaration

error

error: "×" | "✖" = VipColor.symbols.cross

heart

heart: "❤" = VipColor.symbols.heart

info

info: "i" | "ℹ" = VipColor.symbols.info

mark

mark: "※" = VipColor.symbols.mark

question

question: "?" = VipColor.symbols.question

success

success: "√" | "✔" = VipColor.symbols.check

warning

warning: "‼" | "⚠" = VipColor.symbols.warning

Clone this wiki locally