Browse Source

添加简介

main
Reaper 3 years ago
parent
commit
5070a3c139
  1. 8
      .idea/.gitignore
  2. 8
      .idea/cdnflydadao.iml
  3. 8
      .idea/modules.xml
  4. 6
      .idea/vcs.xml
  5. 2
      web/update.php

8
.idea/.gitignore vendored

@ -1,8 +0,0 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

8
.idea/cdnflydadao.iml

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

8
.idea/modules.xml

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/cdnflydadao.iml" filepath="$PROJECT_DIR$/.idea/cdnflydadao.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

2
web/update.php

@ -3,7 +3,7 @@
error_reporting(0); error_reporting(0);
header('Content-Type: text/html; charset=UTF-8'); header('Content-Type: text/html; charset=UTF-8');
aaaa
$url = 'https://update.cdnfly.cn/master/upgrades?version_num='; $url = 'https://update.cdnfly.cn/master/upgrades?version_num=';
$data = send_request($url); $data = send_request($url);
$arr = json_decode($data, true); $arr = json_decode($data, true);

Loading…
Cancel
Save