wupengfei 2 lat temu
rodzic
commit
7144cc17dc
3 zmienionych plików z 58 dodań i 6 usunięć
  1. 56 4
      .idea/workspace.xml
  2. 1 1
      public/index.php
  3. 1 1
      public/router.php

+ 56 - 4
.idea/workspace.xml

@@ -267,12 +267,64 @@
             </State>
           </value>
         </entry>
+        <entry key="3">
+          <value>
+            <State>
+              <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
+              <option name="FILTERS">
+                <map>
+                  <entry key="branch">
+                    <value>
+                      <list>
+                        <option value="HEAD" />
+                      </list>
+                    </value>
+                  </entry>
+                  <entry key="structure">
+                    <value>
+                      <list>
+                        <option value="dir:D:/zs/gaoyixia/public" />
+                      </list>
+                    </value>
+                  </entry>
+                </map>
+              </option>
+            </State>
+          </value>
+        </entry>
+        <entry key="4">
+          <value>
+            <State>
+              <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
+              <option name="FILTERS">
+                <map>
+                  <entry key="branch">
+                    <value>
+                      <list>
+                        <option value="HEAD" />
+                      </list>
+                    </value>
+                  </entry>
+                  <entry key="structure">
+                    <value>
+                      <list>
+                        <option value="dir:D:/zs/gaoyixia/application" />
+                      </list>
+                    </value>
+                  </entry>
+                </map>
+              </option>
+            </State>
+          </value>
+        </entry>
       </map>
     </option>
     <option name="OPEN_TABS">
       <set>
         <option value="1" />
         <option value="2" />
+        <option value="3" />
+        <option value="4" />
       </set>
     </option>
   </component>
@@ -281,10 +333,10 @@
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
     <state x="1106" y="469" key="#com.jetbrains.php.actions.copyPaste.importReferences.PhpImportReferencesDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1670816215887" />
-    <state x="283" y="145" width="1942" height="1088" key="DiffContextDialog" timestamp="1672708372636">
+    <state x="283" y="145" width="1942" height="1088" key="DiffContextDialog" timestamp="1672710223633">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
-    <state x="283" y="145" width="1942" height="1088" key="DiffContextDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1672708372636" />
+    <state x="283" y="145" width="1942" height="1088" key="DiffContextDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1672710223633" />
     <state x="1418" y="514" key="FileChooserDialogImpl" timestamp="1672708362621">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
@@ -314,10 +366,10 @@
     </state>
     <state x="875" y="449" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.0.1920.1040@0.0.1920.1040" timestamp="1665835639346" />
     <state x="1166" y="605" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.0.2560.1400@0.0.2560.1400" timestamp="1671416367052" />
-    <state x="1057" y="460" width="746" height="548" key="find.popup" timestamp="1671154822039">
+    <state x="1057" y="460" width="746" height="548" key="find.popup" timestamp="1672710372756">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
-    <state x="1057" y="460" width="746" height="548" key="find.popup/0.0.2560.1400@0.0.2560.1400" timestamp="1671154822039" />
+    <state x="1057" y="460" width="746" height="548" key="find.popup/0.0.2560.1400@0.0.2560.1400" timestamp="1672710372756" />
     <state x="1291" y="317" key="run.anything.popup" timestamp="1668056889671">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>

+ 1 - 1
public/index.php

@@ -14,6 +14,6 @@
 // +----------------------------------------------------------------------
 
 namespace think;
-var_dump(664564);
+
 require __DIR__ . '/../thinkphp/base.php';
 Container::get('app')->run()->send();

+ 1 - 1
public/router.php

@@ -12,7 +12,7 @@
 // | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
 // | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
-var_dump(664564);
+
 if (is_file($_SERVER["DOCUMENT_ROOT"] . $_SERVER["SCRIPT_NAME"])) {
     return false;
 } else {