Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kannafay committed Nov 27, 2023
1 parent 32f72b5 commit e434c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ function i_static() {
} else {
switch (get_option("i_cdn")) {
case 1:
return 'https://cdn.acg.ltd/@1.5.4'; // baidu-sola
return 'https://cdn.acg.ltd/@2.0.1'; // baidu-sola
break;
case 2:
return 'https://fastly.jsdelivr.net/gh/kannafay/iFalse-Static/@1.5.4'; // jsdelivr
return 'https://fastly.jsdelivr.net/gh/kannafay/iFalse-Static/@2.0.1'; // jsdelivr
break;
default:
return get_template_directory_uri().'/static'; // local
Expand Down

0 comments on commit e434c21

Please sign in to comment.