Browse Source

调整导入导出时的字段。

oldj 10 years ago
parent
commit
a3aca96def
3 changed files with 5 additions and 3 deletions
  1. 1 1
      app/SH3/MacGap/SwitchHosts!-Info.plist
  2. 0 0
      app/SH3/public/js/main.js
  3. 4 2
      app/src/ie.js

+ 1 - 1
app/SH3/MacGap/SwitchHosts!-Info.plist

@@ -21,7 +21,7 @@
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>2950</string>
+	<string>2951</string>
 	<key>LSApplicationCategoryType</key>
 	<string>public.app-category.developer-tools</string>
 	<key>LSMinimumSystemVersion</key>

File diff suppressed because it is too large
+ 0 - 0
app/SH3/public/js/main.js


+ 4 - 2
app/src/ie.js

@@ -16,7 +16,8 @@ var exportable_keys = {
     title: 10,
     content: 10,
     where: 1,
-    url: 1
+    url: 1,
+    refresh_interval: 1
 };
 
 var import_default = {
@@ -24,7 +25,8 @@ var import_default = {
     content: '',
     on: false,
     where: 'local',
-    url: ''
+    url: '',
+    refresh_interval: 0
 };
 
 /**

Some files were not shown because too many files changed in this diff