SiYuan

Results 11 comments of SiYuan

自己修改 build.sh 中的 GOOS和GOARCH 环境变量不行?

> 宿主机socat看有没有装 有用,感谢,是这个问题

Follow this link to fixed it! https://stackoverflow.com/questions/43539929/slidedatetimepicker-datetime-picker-open-issue

GOOS=linux GOARCH=arm go build -ldflags "-s -w" -o linux_arm32 . # github.com/bytedance/sonic/ast vendor/github.com/bytedance/sonic/ast/decode.go:40:25: _blankCharsMask (untyped int constant 4294977024) overflows int make: *** [build_linux] Error 1 构建 arm32 应用时也出现类似问题

好的, thks

点播源不是我们的,期待后续版本,目前暂时强制设置 _acceptRanges 为 true 解决使用问题

已实现 > @maxid 可以看一下[progress插件中的这部分代码](https://github.com/bytedance/xgplayer/blob/main/packages/xgplayer/src/plugins/progress/index.js#L95-L110),然后在播放器配置中自定义一下进度条时长 customDuration > > ```js > const player = new Player({ > customDuration: xxx > }) > > // 设置一下currentTime的偏移 > player.offsetCurrentTime = xxx > ```