From e4ac18e12f568ec580103fed25593540c3cc7279 Mon Sep 17 00:00:00 2001 From: "LIN\\54376" <543769318@qq.com> Date: Mon, 22 Dec 2025 20:51:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=A6=82=E4=B8=8B=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E7=9A=84uint8=20t=20data1[1000];=20void=20decode=20an?= =?UTF-8?q?droid=20485(uint8=20t=20*buffer,=20uint16=20t=20length)=20uint8?= =?UTF-8?q?=20t=20data1[1000];=20memcpy(datal,=20buffer,=20length);?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gradle/config.properties | 2 ++ .idea/.gitignore | 3 +++ .idea/AndroidProjectSystem.xml | 6 ++++++ .idea/gradle.xml | 18 ++++++++++++++++++ .idea/migrations.xml | 10 ++++++++++ .idea/misc.xml | 7 +++++++ .idea/runConfigurations.xml | 17 +++++++++++++++++ .idea/vcs.xml | 6 ++++++ 8 files changed, 69 insertions(+) create mode 100644 .gradle/config.properties create mode 100644 .idea/.gitignore create mode 100644 .idea/AndroidProjectSystem.xml create mode 100644 .idea/gradle.xml create mode 100644 .idea/migrations.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/runConfigurations.xml create mode 100644 .idea/vcs.xml diff --git a/.gradle/config.properties b/.gradle/config.properties new file mode 100644 index 0000000..6d6e12a --- /dev/null +++ b/.gradle/config.properties @@ -0,0 +1,2 @@ +#Mon Dec 22 02:40:22 CST 2025 +java.home=F\:\\Program Files\\Android\\Android Studio\\jbr diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/AndroidProjectSystem.xml b/.idea/AndroidProjectSystem.xml new file mode 100644 index 0000000..4a53bee --- /dev/null +++ b/.idea/AndroidProjectSystem.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml new file mode 100644 index 0000000..97f0a8e --- /dev/null +++ b/.idea/gradle.xml @@ -0,0 +1,18 @@ + + + + + + \ No newline at end of file diff --git a/.idea/migrations.xml b/.idea/migrations.xml new file mode 100644 index 0000000..f8051a6 --- /dev/null +++ b/.idea/migrations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..7c65e80 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..16660f1 --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file