You've already forked mattlution
'初始化提交'
This commit is contained in:
35
config.xml
Normal file
35
config.xml
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<widget android-packageName="cn.pandorastudio.mattlution" id="cn.pandorastudio.mattlution"
|
||||
xmlns="http://www.w3.org/ns/widgets"
|
||||
xmlns:cdv="http://cordova.apache.org/ns/1.0" version="2.0.3.9">
|
||||
<name>问·想</name>
|
||||
<description>问道,想道</description>
|
||||
<author email="work@pandorastudio.cn" href="https://pandorastudio.cn">
|
||||
Pandona Studio
|
||||
</author>
|
||||
<content src="index.html" />
|
||||
<allow-intent href="https://*.pandorastudio.cn/*" />
|
||||
<allow-intent href="https://*.pandorajs.com/*" />
|
||||
<access origin="https://*.pandorastudio.cn" />
|
||||
<access origin="https://*.pandorajs.com" />
|
||||
<plugin name="cordova-plugin-vibration" />
|
||||
<plugin name="cordova-plugin-file" />
|
||||
<plugin name="cordova-plugin-statusbar" />
|
||||
<plugin name="cordova-clipboard-plugin" />
|
||||
<plugin name="cordova-plugin-file-transfer"/>
|
||||
<plugin name="cordova-plugin-file-opener2" />
|
||||
<plugin name="cordova-plugin-appversion" />
|
||||
<icon src="res/icon/icon.png" />
|
||||
<preference name="Orientation" value="portrait" />
|
||||
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
|
||||
<preference name="AndroidExtraFilesystems" value="files,files-external,documents,sdcard,cache,cache-external,assets,root" />
|
||||
<preference name="AndroidWindowSplashScreenAnimatedIcon" value="res/splash/splash.xml" />
|
||||
<preference name="StatusBarBackgroundColor" value="#FFFFFF" />
|
||||
<preference name="StatusBarStyle" value="default" />
|
||||
<preference name="StatusBarOverlaysWebView" value="false" />
|
||||
<hook type="after_build" src="afterbuild.js" />
|
||||
<config-file parent="/manifest" target="AndroidManifest.xml"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
||||
</config-file>
|
||||
</widget>
|
||||
Reference in New Issue
Block a user