Skip to content

Commit 22d733e

Browse files
committed
refactor: 更改'lora gateway' 图片源
1 parent bf45411 commit 22d733e

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<script>
88
const gateway_list = [
99
//LoRa Gateway
10-
{a:'https://heltec.org/project/ht-m00', img:'https://resource.heltec.cn/img/docs/ht_m00.jpg', p:'HT-M00 Dual Channel LoRa Gateway'},
11-
{a:"https://heltec.cn/project/ht-m01", img:"https://resource.heltec.cn/img/docs/ht_m01.jpg", p:"HT-M01 PicoCell LoRa Gateway"},
12-
{a:'https://heltec.org/project/ht-m01s', img: './assets/image/ht_m01s.jpg', p: 'HT-M01S Indoor LoRa Gateway'},
13-
{a:"https://heltec.cn/project/ht-m02", img:"https://resource.heltec.cn/img/docs/ht_m02.jpg", p:"HT-M02 Edge LoRa Gateway"},
10+
{a:'https://heltec.org/project/ht-m00', img:'https://resource.heltec.cn/img/docs/lora_gateway/ht_m00.jpg', p:'HT-M00 Dual Channel LoRa Gateway'},
11+
{a:"https://heltec.cn/project/ht-m01", img:"https://resource.heltec.cn/img/docs/lora_gateway/ht_m01.jpg", p:"HT-M01 PicoCell LoRa Gateway"},
12+
{a:'https://heltec.org/project/ht-m01s', img: 'https://resource.heltec.cn/img/docs/lora_gateway/ht_m01s.jpg', p: 'HT-M01S Indoor LoRa Gateway'},
13+
{a:"https://heltec.cn/project/ht-m02", img:"https://resource.heltec.cn/img/docs/lora_gateway/ht_m02.jpg", p:"HT-M02 Edge LoRa Gateway"},
1414
];
1515

1616
const cubecell_list = [

zh_CN/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<script>
88
var gateway_list = [
99
//LoRa Gateway
10-
{a:'https://heltec.org/project/ht-m00', img:'https://resource.heltec.cn/img/docs/ht_m00.jpg', p:'HT-M00双通道LoRa网关'},
11-
{a:"https://heltec.org/project/ht-m01", img:"https://resource.heltec.cn/img/docs/ht_m01.jpg", p:"HT-M01通信验证LoRa网关"},
12-
{a:'https://heltec.org/project/ht-m01s', img: '../assets/image/ht_m01s.jpg', p: 'HT-M01S室内LoRa网关'},
13-
{a:"https://heltec.org/project/ht-m02", img:"https://resource.heltec.cn/img/docs/ht_m02.jpg", p:"HT-M02边缘计算LoRa网关"}
10+
{a:'https://heltec.org/project/ht-m00', img:'https://resource.heltec.cn/img/docs/lora_gateway/ht_m00.jpg', p:'HT-M00双通道LoRa网关'},
11+
{a:"https://heltec.org/project/ht-m01", img:"https://resource.heltec.cn/img/docs/lora_gateway/ht_m01.jpg", p:"HT-M01通信验证LoRa网关"},
12+
{a:'https://heltec.org/project/ht-m01s', img: 'https://resource.heltec.cn/img/docs/lora_gateway/ht_m01s.jpg', p: 'HT-M01S室内LoRa网关'},
13+
{a:"https://heltec.org/project/ht-m02", img:"https://resource.heltec.cn/img/docs/lora_gateway/ht_m02.jpg", p:"HT-M02边缘计算LoRa网关"}
1414
];
1515

1616
var cubecell_list = [

0 commit comments

Comments
 (0)