暗色模式
将一个字符串作为文件下载
import {simpleDownloadTextFile} from '@vill-v/broswer' simpleDownloadTextFile('<div>foor</div>', 'foor.xml')
declare function simpleDownloadTextFile(text: string, filename: string): void;