https://github.com/xuender/tools
手机工具
https://github.com/xuender/tools
Last synced: 2 months ago
JSON representation
手机工具
- Host: GitHub
- URL: https://github.com/xuender/tools
- Owner: xuender
- License: apache-2.0
- Created: 2018-03-29T01:35:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T02:00:36.000Z (about 7 years ago)
- Last Synced: 2025-02-09T19:41:00.792Z (4 months ago)
- Language: TypeScript
- Size: 1.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 手机工具
- 工具
- [ ] 计时
- [ ] 音效
- [ ] 扫码
- [ ] 生成QR码
- [ ] 抽签
- [ ] 报警
- [ ] 加密/解密
- 服务
- [ ] 地理围栏
- [ ] 文件传输
- [ ] WEB服务
- [ ] http抓取
- 信息
- [ ] 网路信息
- [ ] 地理信息## 参考
- [后台运行](https://ionicframework.com/docs/native/background-mode/)
- [音效](https://ionicframework.com/docs/native/native-audio/)
- [震动](https://ionicframework.com/docs/native/vibration/)
- [录音](https://ionicframework.com/docs/native/media/)
- [扫码](https://ionicframework.com/docs/native/qr-scanner/)
- [剪贴板](https://ionicframework.com/docs/native/clipboard/)
- [加密/解密](https://github.com/brix/crypto-js)
- [文件加密/解密](https://ionicframework.com/docs/native/file-encryption/)
- [状态栏](https://ionicframework.com/docs/native/status-bar/)
- [短信](https://ionicframework.com/docs/native/sms/)
- [网络](https://ionicframework.com/docs/native/network-interface/)
- [经纬度](https://ionicframework.com/docs/native/native-geocoder/)
- [本地通知](https://ionicframework.com/docs/native/local-notifications/)
- [web服务](https://ionicframework.com/docs/native/httpd/)
- [地理围栏](https://ionicframework.com/docs/native/geofence/)
- [FTP](https://ionicframework.com/docs/native/ftp/)
- [手电筒](https://ionicframework.com/docs/native/flashlight/)
- [打开网页](https://ionicframework.com/docs/native/browser-tab/)
- [打分](https://ionicframework.com/docs/native/app-rate/)
- [支付宝](https://ionicframework.com/docs/native/alipay/)
- [分享](https://ionicframework.com/docs/native/social-sharing/)
- [打电话](https://ionicframework.com/docs/native/call-number/)