https://github.com/jacket-sikaha/test-taro-pulgin
https://github.com/jacket-sikaha/test-taro-pulgin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacket-sikaha/test-taro-pulgin
- Owner: jacket-sikaha
- License: mit
- Created: 2024-12-02T03:22:37.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T02:41:42.000Z (6 months ago)
- Last Synced: 2025-02-01T16:25:52.894Z (4 months ago)
- Language: TypeScript
- Size: 114 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# taro-template
taro 模版
#### wx 文档结构
```js
│ app-origin.wxss
│ app.js
│ app.json
│ app.wxss
│ base.wxml
│ common.js
│ common.js.LICENSE.txt
│ common.wxss
│ comp.js
│ comp.json
│ comp.wxml
│ project.config.json
│ runtime.js
│ taro.js
│ utils.wxs
│ vendors.js
│ vendors.js.LICENSE.txt
│
├─assets
│ avatar.png
│ bg_stove.jpg
│ bg_wok.jpg
│ device.png
│ hi.png
│ icon-bluetooth-on.png
│ Logout.svg
│ sel-settings-remote.png
│ sel_team.png
│ settings-remote.png
│ team.png
│
├─images
│ ├─fan
│ │ eco_icon.png
│ │ eco_n_icon.png
│ │ eco_p_icon.png
│ │
│ ├─q8-heater
│ │ yinliang_icon.png
│ │
└─pages
├─cloud-recipe-list
│ index.js
│ index.json
│ index.wxml
│
├─index
│ index.js
│ index.json
│ index.wxml
│
├─login
│ login.js
│ login.json
│ login.wxml
│ login.wxss
│
├─profile
│ index.js
│ index.json
│ index.wxml
│ index.wxss
```