Skip to content

Commit

Permalink
init:sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
gaolu authored and gaolu committed Sep 2, 2022
1 parent ff9ed0d commit bb0a2b6
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,21 @@

### 项目结构

├─ techsun-web-tracker.cjs.js //web 端
```
├── techsun-web-tracker.cjs.js //web 端
├─ techsun-web-tracker.d.ts web 端
├─ techsun-web-tracker.d.ts web 端
├─ techsun-web-tracker.esm.js //web 端
├─ techsun-web-tracker.esm.js //web 端
├─ techsun-web-tracker.js // web 端
├─ techsun-web-tracker.js // web 端
├─ techsun-wx-tracker.cjs.js //小程序端
├─ techsun-wx-tracker.cjs.js //小程序端
├─ techsun-wx-tracker.esm.js // 小程序端
├─ techsun-wx-tracker.esm.js // 小程序端
├─ techsun-wx-tracker.js // 小程序端
└── techsun-wx-tracker.js // 小程序端
```

### 1、web 端

Expand Down

0 comments on commit bb0a2b6

Please sign in to comment.