Skip to content

Commit

Permalink
onepack
Browse files Browse the repository at this point in the history
首次上传数据库初始化

Co-Authored-By: MICE <[email protected]>
  • Loading branch information
souying committed Jan 30, 2023
0 parents commit c79a7ea
Show file tree
Hide file tree
Showing 3,696 changed files with 858,179 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
57 changes: 57 additions & 0 deletions apk/default/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="29" android:compileSdkVersionCodename="10" package="com.v100101065.dbb" platformBuildVersionCode="29" platformBuildVersionName="10">
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" android:protectionLevel="signature"/>
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
<uses-feature android:name="android.hardware.camera"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
<application android:allowBackup="false" android:hardwareAccelerated="true" android:icon="@drawable/uz_icon" android:label="@string/app_name" android:largeHeap="true" android:name="com.uzmap.pkg.uzapp.UZApplication" android:requestLegacyExternalStorage="true" android:usesCleartextTraffic="true">
<meta-data android:name="uz_version" android:value="3.0.5"/>
<meta-data android:name="android.max_aspect" android:value="2.4"/>
<meta-data android:name="notch.config" android:value="portrait|landscape"/>
<meta-data android:name="android.notch_support" android:value="true"/>
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
<activity android:configChanges="keyboard|keyboardHidden|locale|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen" android:label="@string/app_name" android:launchMode="singleTop" android:name="com.uzmap.pkg.LauncherUI" android:theme="@style/AppTheme" android:windowSoftInputMode="adjustNothing|stateHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<activity android:configChanges="keyboard|keyboardHidden|locale|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen" android:exported="true" android:label="@string/app_name" android:launchMode="singleTask" android:name="com.uzmap.pkg.EntranceActivity" android:screenOrientation="portrait" android:theme="@style/AppTheme" android:windowSoftInputMode="adjustUnspecified|stateUnspecified"/>
<provider android:authorities="com.v100101065.dbb.ups" android:exported="false" android:label="udmg" android:name="com.uzmap.pkg.uzapp.UProvider"/>
<provider android:authorities="com.v100101065.dbb.upms" android:exported="false" android:grantUriPermissions="true" android:name="com.uzmap.pkg.uzapp.DataProvider"/>
<service android:enabled="true" android:label="upns" android:name="com.uzmap.pkg.uzsocket.UPnsService" android:process=":remote"/>
<receiver android:enabled="true" android:exported="false" android:label="upns" android:name="com.uzmap.pkg.uzapp.UPExtraBridge" android:process=":remote">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.DOWNLOAD_COMPLETE"/>
<action android:name="android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.apicloud.notification"/>
</intent-filter>
</receiver>
<activity android:alwaysRetainTaskState="true" android:configChanges="keyboardHidden|orientation|screenSize" android:exported="false" android:launchMode="singleTask" android:name="com.tencent.smtt.sdk.VideoActivity">
<intent-filter>
<action android:name="com.tencent.smtt.tbs.video.PLAY"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
<activity android:alwaysRetainTaskState="true" android:configChanges="keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize" android:exported="false" android:name="com.uzmap.pkg.uzmodules.browser.BrowserActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
<meta-data android:name="android.support.VERSION" android:value="26.0.0"/>
</application>
</manifest>
25 changes: 25 additions & 0 deletions apk/default/apktool.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
!!brut.androlib.meta.MetaInfo
apkFileName: default.apk
compressionType: false
doNotCompress:
- resources.arsc
- png
- gif
isFrameworkApk: false
packageInfo:
forcedPackageId: '127'
renameManifestPackage: null
sdkInfo:
minSdkVersion: '15'
targetSdkVersion: '22'
sharedLibrary: false
sparseResources: false
unknownFiles: {}
usesFramework:
ids:
- 1
tag: null
version: 2.4.1
versionInfo:
versionCode: '3'
versionName: 0.0.3
17 changes: 17 additions & 0 deletions apk/default/assets/uzmap/module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{modules:[{
name:'arcMenu',
class:'com.uzmap.pkg.uzmodules.uzarcMenu.UzArcMenu'
}
,{
name:'webBrowser',
class:'com.uzmap.pkg.uzmodules.browser.BrowserModule'
},
{
name:'egPreLoad',
class:'com.uzmap.pkg.uzmodules.browser.ModulePreLoad'
}
,{
name:'mam',
class:'com.uzmap.pkg.uzmodules.uzmam.UzMAM'
}
]}
61 changes: 61 additions & 0 deletions apk/default/assets/widget/config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?><widget id="A6175231153407" security="false" version="0.0.1">

<name>app</name>

<description>

Example For APICloud.

</description>

<author email="[email protected]" href="http://www.apicloud.com">

Developer

</author>

<content src="index.html"/>

<access origin="*"/>

<preference name="pageBounce" value="false"/>

<preference name="appBackground" value="rgba(0,0,0,0.0)"/>

<preference name="windowBackground" value="rgba(0,0,0,0.0)"/>

<preference name="frameBackgroundColor" value="rgba(0,0,0,0.0)"/>

<preference name="hScrollBarEnabled" value="false"/>

<preference name="vScrollBarEnabled" value="false"/>

<preference name="autoLaunch" value="true"/>

<preference name="fullScreen" value="false"/>

<preference name="autoUpdate" value="true"/>

<preference name="smartUpdate" value="false"/>

<preference name="debug" value="false"/>

<preference name="statusBarAppearance" value="true"/>

<permission name="readPhoneState"/>







<permission name="fileSystem"/>

<permission name="internet"/>





</widget>
81 changes: 81 additions & 0 deletions apk/default/assets/widget/css/api.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
html{
font-family: sans-serif;
}
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{
margin:0;
border:0;
padding:0;
font-style:normal;
}
html,body {
-webkit-touch-callout:none;
-webkit-text-size-adjust:none;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-user-select:none;
background-color: #fff;
}
nav,article,aside,details,main,header,footer,section,fieldset,figcaption,figure{
display: block;
}
img,a,button,em,del,strong,var,label,cite,small,time,mark,code,textarea{
display:inline-block;
}
header,section,footer {
position:relative;
}
ol,ul{
list-style:none;
}
input,button,textarea {
border:0;
margin:0;
padding:0;
font-size:1em;
line-height:1em;
/*-webkit-appearance:none;*/
background-color:rgba(0, 0, 0, 0);
}
span{
display:inline-block;
}
a:active, a:hover {
outline: 0;
}
a, a:visited{
text-decoration:none;
}

label, .wordWrap{
word-wrap: break-word;
word-break: break-all;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,th {
padding: 0;
}
.clearfix:after{
content: ' ';
display: block;
clear: both;
visibility:hidden;
line-height: 0;
height:0;
}
.loading_more{
display: block;
height: 1.5em;
width: 100%;
}
.loading_more:before {
display: inline-block; vertical-align: text-bottom;
content: ' '; height: 16px; width: 16px; margin-right: 6px;
background: url(../image/loading_more.gif) no-repeat center;
-webkit-background-size: contain;
background-size: contain;
}
.loading_more:after {
content: '加载更多';
}
39 changes: 39 additions & 0 deletions apk/default/assets/widget/css/common.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
html,body{height: 100%}
#wrap{
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-flex-flow: column;
flex-flow: column;
}
#header{
text-align: center; background-color: #81a9c3; color: #fff;
width: 100%;
}
#header h1{
font-size: 20px; height: 44px; line-height: 44px; margin: 0em; color: #fff;
}
#main{
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
padding: 2em;
}
#footer{
height: 30px; line-height: 30px;
background-color: #81a9c3;
width: 100%;
text-align: center;
}
#footer h5{
color: white;
}
.con{font-size: 28px; text-align: center;}
.center {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-pack: center;
-webkit-box-align: center;
}
77 changes: 77 additions & 0 deletions apk/default/assets/widget/html/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<!DOCTYPE HTML>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="maximum-scale=1.0, minimum-scale=1.0, user-scalable=0, initial-scale=1.0, width=device-width" />
<meta name="format-detection" content="telephone=no, email=no, date=no, address=no">
<title>Hello APP</title>
<link rel="stylesheet" type="text/css" href="../css/api.css" />
<style>
html,body{
width:100%;
height:100%;
}
label {
margin: 10px;
font-size: 24px;
}

ul {
margin-bottom: 10px;
}

ul li {
margin: 5px 10px;
padding: 5px;
color: #000;
word-wrap: break-word;
}
.main{
width:100%;
text-align: center;
height:100%;
line-height:100vh;
color:red;
}
</style>
</head>

<body>
<div class="main">您没有权限访问</div>

</body>
<script type="text/javascript" src="../script/api.js"></script>
<script type="text/javascript" src="../js/config.js"></script>
<script type="text/javascript">
apiready = function() {
setTimeout(function(){
if(config.X5){
X5broser = api.require('webBrowser');
X5broser.openView({
url: config.url
});

}else{
api.openFrame({
name: 'main',
url: config.url,
bounces: true,
rect: { // 推荐使用Margin布局,用于适配屏幕的动态变化
marginTop: config.fullScreen?0:headerH, // main页面距离win顶部的高度
w: 'auto' // main页面的宽度 自适应屏幕宽度
},
progress: {
type: 'page'
}
});


}
},3000)


};
</script>

</html>
Binary file added apk/default/assets/widget/icon/icon150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apk/default/assets/widget/image/config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apk/default/assets/widget/image/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apk/default/assets/widget/image/liulan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c79a7ea

Please sign in to comment.