{"id":13465948,"url":"https://github.com/xusun0623/river_lite","last_synced_at":"2025-03-25T21:30:56.061Z","repository":{"id":167097517,"uuid":"511371028","full_name":"xusun0623/river_lite","owner":"xusun0623","description":"河畔Lite是电子科技大学官方校园论坛【清水河畔】的第三方客户端，本Repo为此项目的开源代码仓库。此App轻量、简洁、设计优雅，拥有诸多特性和功能。 作者：xusun000@foxmail.com","archived":false,"fork":false,"pushed_at":"2024-07-09T13:31:00.000Z","size":20134,"stargazers_count":60,"open_issues_count":1,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-01T15:03:59.873Z","etag":null,"topics":["bbs","flutter","uestc"],"latest_commit_sha":null,"homepage":"https://hepan.site","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xusun0623.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-07T03:34:53.000Z","updated_at":"2024-08-01T13:49:05.000Z","dependencies_parsed_at":"2024-01-13T18:11:35.340Z","dependency_job_id":null,"html_url":"https://github.com/xusun0623/river_lite","commit_stats":null,"previous_names":["xusun0623/river_lite"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xusun0623%2Friver_lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xusun0623%2Friver_lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xusun0623%2Friver_lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xusun0623%2Friver_lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xusun0623","download_url":"https://codeload.github.com/xusun0623/river_lite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222091694,"owners_count":16929681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bbs","flutter","uestc"],"created_at":"2024-07-31T15:00:37.241Z","updated_at":"2024-10-29T18:30:27.543Z","avatar_url":"https://github.com/xusun0623.png","language":"Dart","funding_links":[],"categories":["Dart"],"sub_categories":[],"readme":"[点击访问Github同源仓库](https://github.com/xusun0623/river_lite)   \n   \n   \n   \n\n![输入图片说明](App%20Icon.png)\n\n# 河畔Lite App\n本Repo是电子科技大学官方校园论坛【清水河畔】的第三方客户端的开源代码仓库。此App轻量、简洁、设计优雅，拥有诸多特性和功能。  \n\n## 客户端下载（【提取码均为1234】）\n河畔Lite官网：「点击访问」(http://hepan.site)  \n\n安卓客户端：[点击前往跳转下载安卓客户端](https://wwb.lanzouj.com/b027a448b)  \nIOS客户端：[点击访问AppStore下载客户端](https://apps.apple.com/cn/app/河畔lite/id1620829749)  \nMacOS客户端：[点击前往跳转下载MacOS客户端](https://wwb.lanzouj.com/b027gge2d)  \n\n## Flutter框架信息\n本项目使用Google开源的跨端页面构建框架Flutter，使用Skia调用GPU直接渲染，渲染速度和表现力十分优秀，并可以移植到macOS、Windows、Linux、Android、IOS等诸多平台。现已在app Store上架Release版本「河畔Lite」，对应的安卓版本也在站内个人主页帖子发布，感兴趣的同学欢迎体验！！  \n\n## 编译此项目\n```\nWindows环境\n1.首先你需要配置Flutter开发环境，可以参照如下链接\nhttps://doc.flutterchina.club/setup-windows\n\n2.编译到安卓/鸿蒙客户端\n ·下载Android Studio，并首次运行，下载安卓SDK\n ·使用Git克隆此项目，用Visual Studio Code打开（需安装flutter扩展，仅安装这一个即可）\n ·使用数据线连接你的手机，并在安卓/鸿蒙手机上开启「开发者调试」\n ·在VSCode右下角会出现手机的标识，说明连接成功\n ·在/offershow/android/gradle/wrapper目录下放置Gradle包，并重命名为gradle-7.4-all.zip，下载地址为：https://services.gradle.org/distributions/gradle-7.4-all.zip，推荐使用迅雷下载\n ·在lib/main.dart的mainApp入口上方，点击run app，等待构建完成即可\n```\n```\nMacOS环境\n1.首先你需要配置Flutter开发环境，可以参照如下链接\nhttps://doc.flutterchina.club/setup-macos  \n\n2.编译到IOS\n ·下载Xcode，并首次运行，下载安卓SDK\n ·使用Git克隆此项目，用Visual Studio Code打开（需安装flutter扩展，仅安装这一个即可）\n ·运行flutter doctor命令，检查环境是否问题，仅检查vscode和xcode项目即可\n ·使用数据线连接你的手机，点击信任设备（或者在terminal输入open -a simulator启动IOS模拟器）\n ·在VSCode右下角会出现手机的标识，说明连接成功\n ·在lib/main.dart的mainApp入口上方，点击run app，等待构建完成即可  \n\n3.编译到MacOS\n ·下载Xcode，并首次运行，下载安卓SDK\n ·使用Git克隆此项目，用Visual Studio Code打开（需安装flutter扩展，仅安装这一个即可）\n ·运行flutter doctor命令，检查环境是否问题，仅检查vscode和xcode项目即可\n ·在VSCode右下角会出现MacOS的标识，说明配置成功\n ·在lib/main.dart的mainApp入口上方，点击run app，等待构建完成即可  \n```\n\n## 联系作者\nmail：xusun000@foxmail.com  \nQQ：2235861811（加好友时请注明来意）  \nGitee主页：[点我访问](https://gitee.com/xusun000)  \n\n## 设计文件\nfigma在线设计工具：[点我访问](https://www.figma.com/file/McSp35qqjsUuWAbucxXdXn/%E6%B2%B3%E7%95%94Max%E7%89%88-XS-Designed)  \n宣传图：\n![设计宣传图](hola.png)\n\n## 功能一览  \n#### 帖子相关\n```\n- 发帖（附加文字、图片、链接、表情包和附件等等）  \n- 查看帖子，通过图文混排的模式和小图预览的模式查看帖子  \n- 搜索帖子，并带有搜索历史  \n- 回帖，针对帖子内容你可以发送文字/图/表情包/附件📎  \n- 加水滴、扣水滴  \n- 分享帖子、举报帖子  \n- 复制帖子文本内容  \n- 保存单张图片/一键保存所有图片  \n- 图文预览  \n- 帖子收藏  \n- 评论置顶  \n- 帖子专栏  \n```\n\n#### 用户相关\n```\n- 查看用户的水滴、头像图片、各种其余用户信息  \n- 私聊用户、关注用户  \n- 搜索用户，并带有搜索历史  \n- 查看用户的发表、回复、收藏内容  \n- 拉黑用户  \n```\n\n#### 私信相关\n```\n- 发送文本  \n- 发送图片  \n- 接受艾特、回复、系统通知、私信信息  \n- 查看最近100条私信信息  \n```\n\n#### 水滴相关\n```\n- 获取水滴任务  \n- 获取水滴答题题目  \n- 水滴自动答题  \n```\n\n#### 其余功能\n```\n- 点击用户插画可以更改性别  \n- 长按搜索历史可以删除单个记录  \n- 在专栏下点按加号可以迅速定位到对应的板块发帖  \n- 长按用户评论可以勾选+1  \n- 管理员可以在附加的链接中对帖子进行管理  \n- 长按链接可以直接复制  \n- 附件上传支持flv,mp3,mp4,zip,rar,tar,gz,xz,bz2,7z,apk,ipa,crx,pdf,caj,ppt,pptx,doc,docx,xls,xlsx,txt,png,jpg,jpe,jpeg,gif格式文件  \n- 个人页面的收藏、我的发表、我的回复、浏览历史、草稿箱按钮支持Hero动画  \n- 长按用户头像可以手动清除头像图片缓存  \n- 首页请求时会缓存接口数据，对请求进行加速  \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxusun0623%2Friver_lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxusun0623%2Friver_lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxusun0623%2Friver_lite/lists"}