swift-fs

Results 14 comments of swift-fs

> 等待它的第一个完成版本 能先添加一个beta版本吗?期待! @KonghaYao

> @swift-fs 这周版本会上一个版本哈,大概在周末 赞!!!!

同样有这个需求,无奈现在自己写的脚本跑的

Currently I have customized the rules to fit older bank card numbers, and this issue can be closed directly.

Same problem in Safari on iOS. The code blocks when the video file is loaded: ```javascript const videoTexture = await Assets.load({ loadParser: 'loadVideo', src: store.videoURL, data: { muted: true, autoPlay:...

根据这个修改了源码,可以实现自定义copy: ```dart List buildWidgets( String data, { ValueCallback? onTocList, ValueCallback? onPlainTextList, MarkdownConfig? config, }) { final mdConfig = config ?? MarkdownConfig.defaultConfig; final m.Document document = m.Document( extensionSet: extensionSet ?? m.ExtensionSet.gitHubFlavored,...

The same issue occurs if you open the Line app first, then return to your own app to initiate Line login. After successful authorization, it cannot automatically redirect from Line...

> 之所以采用go,是因为不像其他语言的混乱分层架构,一个简单的user模块,分成N层(不是简单的mvc),然后好端端的一个东西,硬生生拆成一块一块的,找都找不到从哪里到哪里,真的是越活越回去了 有什么好的架构分享一下,相互学习