wbspool 1 year ago
parent
commit
fcc94225f3

+ 3 - 0
BusinessSetting/build.gradle

@@ -15,6 +15,9 @@ android{
 
 dependencies {
     api project(path: ':BusinessCommon')
+    implementation 'androidx.appcompat:appcompat:1.4.1'
+    implementation 'com.google.android.material:material:1.4.+'
+    implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
     kapt 'com.alibaba:arouter-compiler:1.5.2'
     kapt  "androidx.room:room-compiler:2.4.2"
 }

+ 4 - 0
BusinessSetting/src/main/AndroidManifest.xml

@@ -9,6 +9,9 @@
         tools:ignore="ProtectedPermissions" />
 
     <application>
+        <activity
+            android:name=".HelpDocsActivity"
+            android:exported="false" />
         <activity
             android:name=".ui.PowerAnimationActivity"
             android:screenOrientation="landscape" />
@@ -48,4 +51,5 @@
             android:launchMode="singleTask"
             android:screenOrientation="landscape" />
     </application>
+
 </manifest>

+ 12 - 0
BusinessSetting/src/main/java/com/develop/setting/ui/HelpDocsActivity.kt

@@ -0,0 +1,12 @@
+package com.develop.setting.ui
+
+import androidx.appcompat.app.AppCompatActivity
+import android.os.Bundle
+import com.develop.setting.R
+
+class HelpDocsActivity : AppCompatActivity() {
+    override fun onCreate(savedInstanceState: Bundle?) {
+        super.onCreate(savedInstanceState)
+        setContentView(R.layout.activity_help_docs)
+    }
+}

+ 9 - 0
BusinessSetting/src/main/res/layout/activity_help_docs.xml

@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:app="http://schemas.android.com/apk/res-auto"
+    xmlns:tools="http://schemas.android.com/tools"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    tools:context=".ui.HelpDocsActivity">
+
+</androidx.constraintlayout.widget.ConstraintLayout>

+ 1 - 0
BusinessSetting/src/main/res/values/strings.xml

@@ -0,0 +1 @@
+<resources></resources>

BIN
app/src/main/assets/skins/night.skin


+ 4 - 0
libThirdPart/build.gradle

@@ -91,4 +91,8 @@ dependencies {
     api 'com.github.CoderAlee.PaintedSkin:constraintlayout-compat:3.5.2.1'
     // 需要替换字体库时引入
     api 'com.github.CoderAlee.PaintedSkin:typeface-plugin:3.5.2.1'
+
+    implementation 'org.nanohttpd:nanohttpd-android:2.3.1'
+
+
 }

BIN
libThirdPart/libs/cofar-cooking-device-sdk-0.0.1-SNAPSHOT.jar