Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friend-nicen/file_collect
一款简洁好用的微信文件收集小程序
https://github.com/friend-nicen/file_collect
file-collector
Last synced: about 1 month ago
JSON representation
一款简洁好用的微信文件收集小程序
- Host: GitHub
- URL: https://github.com/friend-nicen/file_collect
- Owner: friend-nicen
- License: mit
- Created: 2024-11-12T04:33:40.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-12T04:44:28.000Z (about 1 month ago)
- Last Synced: 2024-11-12T05:26:28.272Z (about 1 month ago)
- Topics: file-collector
- Language: Vue
- Homepage: https://mini.nicen.cn
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 文件收集
文件收集是一件很麻烦的事,相信在座的各位很多人都是这样认为的,邮箱收集步骤繁琐,微信收集不好管理,不只这样,还有交错的、没交的、交晚的……好不容易收到手了,发现还得自己整理一遍,总之收集作业、文件,通通都是麻烦事。
但是没法,谁叫咱们接到这个任务了呢!既然要干,咱就得把活干的漂漂亮亮的,干完了还得游刃有余!那到底有什么好办法呢?文件收集小工具来助你一臂之力!![文件收集小程序](./demo/device.jpg "文件收集小程序")
## 演示
![文件收集小程序](./demo/qrcode.jpg "文件收集小程序")
您可以扫码上方小程序码或者直接点击(如果点击需要在手机端点击哦):[https://mini.nicen.cn](https://mini.nicen.cn),自动跳转到微信小程序进行预览体验!
Github:[https://github.com/friend-nicen/file_collect](https://github.com/friend-nicen/file_collect)
Gitee:[https://gitee.com/friend-nicen/file_collect](https://gitee.com/friend-nicen/file_collect)
## 上手
### 1.介绍
* 基于uniapp-cli + vue3 + pinia,UI库为uniapp官方组件库
* 当前代码和小程序线上代码同步,效果别无二致### 2.运行
当前源码模拟了部分接口,部分页面可直接运行看效果
```shell
npm i -D
npm run dev:mp-weixin
```