Compare commits

..
1 Commits
Author SHA1 Message Date
gfdgd-xi 96bd0cfbf4 新增aapt安装包 2024-01-21 17:17:06 +08:00
10 changed files with 0 additions and 62 deletions
-3
View File
@@ -1,3 +0,0 @@
# 默认忽略的文件
/shelf/
/workspace.xml
-6
View File
@@ -1,6 +0,0 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>
-4
View File
@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (uengine-runner)" project-jdk-type="Python SDK" />
</project>
-8
View File
@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/uengine-install.iml" filepath="$PROJECT_DIR$/.idea/uengine-install.iml" />
</modules>
</component>
</project>
-8
View File
@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
Generated
-7
View File
@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="$PROJECT_DIR$/Internet/random-questions/Question" vcs="Git" />
</component>
</project>
Binary file not shown.
Binary file not shown.
Binary file not shown.
-26
View File
@@ -1,26 +0,0 @@
#!/bin/bash
#########################################################################
# 作者:gfdgd xi、为什么您不喜欢熊出没和阿布
# 版本:1.8.1
#########################################################################
#################
# 引入所需的库
#################
echo 'mmmmm '
echo '# "# m m m mm m mm mmm m mm '
echo '#mmmm" # # #" # #" # #" # #" "'
echo '# "m # # # # # # #"""" # '
echo '# " "mm"# # # # # "#mm" # '
echo
echo
while [ true ]
do
echo "请输入 APK 路径或将 APK 文件拖入此处"
read path
if [ ! -d $path ]; then
echo APK路径不存在,请重新输入
echo
continue
fi
uengine install --apk='$path'
done