wesmiler %!s(int64=6) %!d(string=hai) anos
pai
achega
2b6b0df707
Modificáronse 1 ficheiros con 17 adicións e 0 borrados
  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'
+        ],
+
+    ],
+
+];