Quellcode durchsuchen

[开发中] 调整项目结构

cc12458 vor 9 Monaten
Ursprung
Commit
6bb7bef490

+ 4 - 0
.idea/encodings.xml

@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="Encoding" defaultCharsetForPropertiesFiles="UTF-8" />
+</project>

+ 5 - 0
app/src/pda-webview/assets/setting.json

@@ -0,0 +1,5 @@
+{
+  "id": "PDA",
+  "name": "中药处方煎配朔源管理",
+  "screen": "launcher"
+}

+ 5 - 0
app/src/pda-webview/res/values/application.xml

@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+  <string name="app_id">PDA</string>
+  <string name="app_name">中药处方煎配朔源管理</string>
+</resources>

+ 10 - 0
app/src/pda-webview/res/values/browser_update.xml

@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+  <string name="browser_min_version">111</string>
+  <bool name="browser_update_force">true</bool>
+  <string-array name="browser_update_package">
+    <item>com.google.android.webview</item>
+    <item>com.android.webview</item>
+    <item>com.android.chrome</item>
+  </string-array>
+</resources>

+ 19 - 0
app/src/pda/assets/setting.json

@@ -0,0 +1,19 @@
+{
+  "id": "PDA",
+  "name": "中药处方煎配朔源管理",
+  "screen": "launcher",
+  "application": [
+    {
+      "name": "测试版",
+      "url": "https://wx.hzliuzhi.com:4433/pharmacy/pda/?debug=eruda"
+    },
+    {
+      "name": "正式版",
+      "url": "https://wx.hzliuzhi.com/pharmacy/pda/"
+    },
+    {
+      "name": "重庆医药杭州代煎中心",
+      "url": "http://115.236.184.98:29110/pharmacy/pda/"
+    }
+  ]
+}

+ 1 - 1
app/src/pda/res/values/application.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
   <string name="app_id">PDA</string>
-  <string name="app_name">中药处方煎配朔源管理(开发版)</string>
+  <string name="app_name">中药处方煎配朔源管理</string>
 </resources>

+ 2 - 1
gradle.properties

@@ -1,3 +1,4 @@
+# encoding: UTF-8
 # Project-wide Gradle settings.
 # IDE (e.g. Android Studio) users:
 # Gradle settings configured through the IDE *will override*
@@ -31,5 +32,5 @@ project.pda=debug
 project.pda-test=pda
 project.pda-prod=pda-test
 project.pda-HZ=pda-prod
-# ??????????????
+# 重庆医药杭州代煎中心
 project.pda-CQHZDJZX=pda-prod