diff --git a/.gitignore b/.gitignore index 987ff86..a3ae1bd 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ local.properties /app/src/main/assets/keyboard.json /app/release/baselineProfiles/1/app-release.dm /app/release/Fancy Keyboard Theme1.0(1).aab -/info/info.txt -/info/key0.jks + /app/release/output-metadata.json + +/app/release/* diff --git a/info/info.txt b/info/info.txt new file mode 100644 index 0000000..39e8d40 --- /dev/null +++ b/info/info.txt @@ -0,0 +1,5 @@ +应用名 Fancy Keyboard Theme +包名 com.theme.keyboard.fancy + +别名 kb_key0 +密码 kb123456 \ No newline at end of file diff --git a/info/key0.jks b/info/key0.jks new file mode 100644 index 0000000..2180d80 Binary files /dev/null and b/info/key0.jks differ