暗色模式
文本转二进制数组 仅支持UTF-8
import { textEncode } from '@vill-v/vanilla' textEncode('xxxxx')
declare const textEncode: (value: string) => Uint8Array | null;