luohailiang 2 lat temu
rodzic
commit
155dddd438

+ 0 - 7
.idea/inspectionProfiles/Project_Default.xml

@@ -1,7 +0,0 @@
-<component name="InspectionProjectProfileManager">
-  <profile version="1.0">
-    <option name="myName" value="Project Default" />
-    <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
-    <inspection_tool class="JSHint" enabled="true" level="ERROR" enabled_by_default="true" />
-  </profile>
-</component>

+ 0 - 16
.idea/jsLinters/jshint.xml

@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="JSHintConfiguration" version="2.13.0" use-config-file="true" use-custom-config-file="true" custom-config-file-path="$PROJECT_DIR$/teacher_classroom/assets/cookie/.jshintrc">
-    <option bitwise="true" />
-    <option browser="true" />
-    <option curly="true" />
-    <option eqeqeq="true" />
-    <option forin="true" />
-    <option maxerr="50" />
-    <option noarg="true" />
-    <option noempty="true" />
-    <option nonew="true" />
-    <option strict="true" />
-    <option undef="true" />
-  </component>
-</project>

+ 0 - 12
.idea/txwx_mobile.iml

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

+ 0 - 38
.idea/workspace.xml

@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="ChangeListManager">
-    <list default="true" id="3ee28d84-3a33-4e56-ab0c-74021eb4b850" name="变更" comment="" />
-    <option name="SHOW_DIALOG" value="false" />
-    <option name="HIGHLIGHT_CONFLICTS" value="true" />
-    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
-    <option name="LAST_RESOLUTION" value="IGNORE" />
-  </component>
-  <component name="ProjectId" id="2IAKMDUbe4ahB4Ri813UbhJO7bd" />
-  <component name="ProjectViewState">
-    <option name="hideEmptyMiddlePackages" value="true" />
-    <option name="showLibraryContents" value="true" />
-  </component>
-  <component name="PropertiesComponent"><![CDATA[{
-  "keyToString": {
-    "RunOnceActivity.OpenProjectViewOnStart": "true",
-    "RunOnceActivity.ShowReadmeOnStart": "true",
-    "WebServerToolWindowFactoryState": "false",
-    "vue.rearranger.settings.migration": "true"
-  }
-}]]></component>
-  <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程序级" UseSingleDictionary="true" transferred="true" />
-  <component name="TaskManager">
-    <task active="true" id="Default" summary="默认任务">
-      <changelist id="3ee28d84-3a33-4e56-ab0c-74021eb4b850" name="变更" comment="" />
-      <created>1669618897343</created>
-      <option name="number" value="Default" />
-      <option name="presentableId" value="Default" />
-      <updated>1669618897343</updated>
-      <workItem from="1669618898427" duration="2000" />
-    </task>
-    <servers />
-  </component>
-  <component name="TypeScriptGeneratedFilesManager">
-    <option name="version" value="3" />
-  </component>
-</project>

+ 2 - 3
index.html

@@ -21,9 +21,8 @@
         </a>
     </div>
     <footer class="footer">
-        <h3 class="font-size-13 text-center">浙江政务服务网</h3>
-        <h3 class="mt5 font-size-13 text-center">本服务由桐乡市教育局提供</h3>
-        <h3 class="mt5 font-size-13 text-center">服务咨询热线:<a href="tel:">0573-89393295</a></h3>
+        <h3 class="font-size-13 text-center">本服务由浙江政务服务网、桐乡市教育局提供服务</h3>
+        <h3 class="mt5 font-size-13 text-center">服务咨询热线:<a href="tel:0573-89393295">0573-89393295</a></h3>
     </footer>
 </div>
 <script src="static/scripts/jquery.min.js"></script>

+ 1 - 1
static/styles/index.css

@@ -30,5 +30,5 @@
 }
 
 .footer a {
-  color: #AFAFB0;
+  color: #2A60FF;
 }

+ 1 - 1
static/styles/index.scss

@@ -30,5 +30,5 @@
 	color: #AFAFB0;
 }
 .footer a {
-	color: #AFAFB0;
+	color: #2A60FF;
 }

BIN
teacher_classroom/js/.DS_Store