github.com/xxf098/lite-proxy@v0.15.1-0.20230422081941-12c69f323218/web/embed_other.go (about)

     1  //go:build !gomobile
     2  // +build !gomobile
     3  
     4  package web
     5  
     6  import "embed"
     7  
     8  //go:embed gui/dist/*
     9  var guiStatic embed.FS
    10  
    11  //go:embed misc/WenQuanYiMicroHei-01.ttf
    12  var FontBytes []byte