KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
library-front
★ 10
Open GitHub ↗
WeChat applet front part
Download README (.md)
Explore Similar Repositories
creating_customer_segments
:
No description available.
react-native-ibeacons
:
React Native library for detecting beacons (iOS and Android)
exceptional
:
No control flow, only exceptions
MD5
:
Python implementation of MD5 and Length Extension Attack (LEA)
hansipy
:
apache log access analyzer
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
library-front
?
Download (.md)
## 微信小程序-移动端图书馆-前台 ## 项目说明: - 微信小程序:实现一个移动端图书馆,项目持续更新中... - 使用技术:**wxml**、**wxss**、**javascript** - 前台:[libraryFront](https://github.com/sijianian/libraryFront) - 后台:[libraryServer](https://github.com/sijianian/gdutLibrary) ## 目录结构: ├─.wing # EgretWing编辑器小程序配置相关 ├─pages # 存放小程序页面相关文件 │ ├─create │ ├─detail │ ├─edit │ ├─fav │ ├─note │ ├─search │ ├─template │ └─user ├─src # 项目静态资源,例如:img、style │ ├─img # 项目图片及小程序icon图标 │ └─styles # 小程序公用css样式表 ├─typings # 小程序api方法提示封装 └─utils # 存放配置文件,例如:api.js、config.js、hotapp.js