LiYanan2004

Results 6 issues of LiYanan2004

This Error: SWIFT_VERSION '3.0.1' is unsupported, supported versions are: 4.0, 4.2, 5.0. I used SwiftUI and Swift 5.1

![F7586CED-A73F-4398-902B-A72570D14ECC](https://user-images.githubusercontent.com/37542129/56470657-659c2e00-647b-11e9-9607-bfc9c7850f41.jpeg) 它会把leancloud里面的objectid也放进去

### My Code here: ```swift import SwiftUI import SVGView struct ContentView: View { @State private var data: Data? var body: some View { if let data { SVGView(data: data) }...

> 确保你在提交功能建议之前仔细阅读了[Hexo文档](https://hexo.io/zh-cn/),[Icarus用户指南](https://ppoffice.github.io/hexo-theme-icarus/tags/Icarus%E7%94%A8%E6%88%B7%E6%8C%87%E5%8D%97/),和[GitHub issues](https://github.com/ppoffice/hexo-theme-icarus/issues)来了解你的建议是否已经被他人提出过。 **你的功能建议与某个使用问题相关么?请详述。** 评论系统 **描述你想要的解决方案** Github上有个魔改版本:https://github.com/imaegoo/Valine/tree/imaegoo/1.4.14 能否合并进icarus,我在本地theme中没找到相关的内容,无能为力了 **描述你考虑过的替代办法** Github上有个魔改版本:https://github.com/imaegoo/Valine/tree/imaegoo/1.4.14 能否合并进icarus,我在本地theme中没找到相关的内容,无能为力了 **额外上下文** 没有了。

feature:extension

Change default row delimiter to `.standard` to avoid additional `\r` in some fields ## Description In some cases, new line are represented as `\r\n` and in some cases, `\n`. This...

Previous PR that has been closed without merging: #539 Based on #540, older OS still using padding around ScrollView which results in a hard clip. Technically, it's possible to add...