张延森 4 years ago
parent
commit
7d69f570f0
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/main/resources/application-dev.yml
  2. 1
    1
      src/main/resources/application.yml

+ 1
- 1
src/main/resources/application-dev.yml View File

23
 ###
23
 ###
24
 screen-shot:
24
 screen-shot:
25
   # webdriver.chrome.driver
25
   # webdriver.chrome.driver
26
-  driver: E:/work/shigongli/lib/chromedriver.exe
26
+  driver: D:/work/shigongli/libs/chromedriver.exe
27
   # milliseconds
27
   # milliseconds
28
   wait: 5000
28
   wait: 5000
29
   width: '520'
29
   width: '520'

+ 1
- 1
src/main/resources/application.yml View File

69
 
69
 
70
 # weather-shot
70
 # weather-shot
71
 weather-shot:
71
 weather-shot:
72
-  url: https://sgl.njyunzhi.com/weather.html?city=%s
72
+  url: https://sgl.njyunzhi.com/weather.html?v=1&city=%s
73
 
73
 
74
 ###
74
 ###
75
 spring:
75
 spring: