wesmiler 6 năm trước cách đây
mục cha
commit
2b6b0df707
1 tập tin đã thay đổi với 17 bổ sung0 xóa
  1. 17 0
      data/config/grab.php

+ 17 - 0
data/config/grab.php

@@ -0,0 +1,17 @@
+<?php
+return [
+    // 抓取地址参数
+    'urls'=> [
+        'nike_cn'=> [
+            'name'=> '中国官网',
+            'url'=> 'http://www.nike.com/cn'
+//            'url'=> 'https://www.nike.com/cn/launch?s=upcoming'
+        ],
+        'nike_us'=> [
+            'name'=> '美国官网',
+            'url'=> 'https://www.nike.com/launch?s=upcoming'
+        ],
+
+    ],
+
+];