Commit 891d3484 authored by 李晓兵's avatar 李晓兵

Merge branch 'develop' of https://hel.hand-china.com/xugong/hls-xcmg-vue-app into develop

parents 362ecaad 0bcd44f7
Pipeline #4229 canceled with stages
...@@ -3,6 +3,7 @@ node_modules/ ...@@ -3,6 +3,7 @@ node_modules/
platforms/ platforms/
www/static/ www/static/
.idea/ .idea/
www/static/
/dist/ /dist/
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
......
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget id="com.xcmg.app" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget id="com.xcmg.app.dev" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>徐工融租</name> <name>徐工融租</name>
<description> <description>
测试环境版 测试环境版
......
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
<!--定位模式 TODO 设置为前后台永远定位--> <!--定位模式 TODO 设置为前后台永远定位-->
<!--NSLocationAlwaysUsageDescription / NSLocationWhenInUseUsageDescription--> <!--NSLocationAlwaysUsageDescription / NSLocationWhenInUseUsageDescription-->
<config-file parent="NSLocationWhenInUseUsageDescription" target="*-Info.plist"> <config-file parent="NSLocationWhenInUseUsageDescription" target="*-Info.plist">
<string>$IOS_LOCATION_DESC</string> <string>根据您当前的位置将自动选择最近的服务网点</string>
</config-file> </config-file>
<!--API_KEY--> <!--API_KEY-->
......
...@@ -165,16 +165,16 @@ ...@@ -165,16 +165,16 @@
<framework src="AVFoundation.framework"/> <framework src="AVFoundation.framework"/>
<config-file parent="NSCameraUsageDescription" target="*-Info.plist"> <config-file parent="NSCameraUsageDescription" target="*-Info.plist">
<string>我们将在拍照模块使用您的相机</string> <string>我们会在上传用户信息,发送图片信息时需要使用到您的相机,方便更新您的用户信息</string>
</config-file> </config-file>
<config-file parent="NSPhotoLibraryUsageDescription" target="*-Info.plist"> <config-file parent="NSPhotoLibraryUsageDescription" target="*-Info.plist">
<string>我们将在照片模块访问您的相册</string> <string>我们会在上传用户信息,发送图片信息时需要使用到您的相册,方便更新您的用户信息</string>
</config-file> </config-file>
<config-file parent="NSLocationWhenInUseUsageDescription" target="*-Info.plist"> <config-file parent="NSLocationWhenInUseUsageDescription" target="*-Info.plist">
<string>我们将在位置模块使用您的定位</string> <string>根据您当前的位置将自动选择最近的服务网点</string>
</config-file> </config-file>
<config-file parent="NSPhotoLibraryAddUsageDescription" target="*-Info.plist"> <config-file parent="NSPhotoLibraryAddUsageDescription" target="*-Info.plist">
<string>我们将在照片模块访问您的相册</string> <string>我们会在上传用户信息,发送图片信息时需要使用到您的相册,方便更新您的用户信息</string>
</config-file> </config-file>
</platform> </platform>
......
...@@ -132,9 +132,9 @@ ...@@ -132,9 +132,9 @@
</feature> </feature>
</config-file> </config-file>
<preference name="CONTACTS_USAGE_DESCRIPTION" default="我们将在通讯录模块读取您的联系人" /> <preference name="CONTACTS_USAGE_DESCRIPTION" default="我们将在通讯功能读取您的联系人,为你提供便捷服务" />
<config-file target="*-Info.plist" parent="NSContactsUsageDescription"> <config-file target="*-Info.plist" parent="NSContactsUsageDescription">
<string>$CONTACTS_USAGE_DESCRIPTION</string> <string>我们将在通讯功能读取您的联系人,为你提供便捷服务</string>
</config-file> </config-file>
<js-module src="www/ios/contacts.js" name="contacts-ios"> <js-module src="www/ios/contacts.js" name="contacts-ios">
......
<!-- <!--
# #
# Licensed to the Apache Software Foundation (ASF) under one # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file # or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information # distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file # regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the # to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance # "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at # with the License. You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # http://www.apache.org/licenses/LICENSE-2.0
# #
# Unless required by applicable law or agreed to in writing, # Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an # software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the # KIND, either express or implied. See the License for the
# specific language governing permissions and limitations # specific language governing permissions and limitations
# under the License. # under the License.
# #
--> -->
# Contributing to Apache Cordova # Contributing to Apache Cordova
Anyone can contribute to Cordova. And we need your contributions. Anyone can contribute to Cordova. And we need your contributions.
There are multiple ways to contribute: report bugs, improve the docs, and There are multiple ways to contribute: report bugs, improve the docs, and
contribute code. contribute code.
For instructions on this, start with the For instructions on this, start with the
[contribution overview](http://cordova.apache.org/contribute/). [contribution overview](http://cordova.apache.org/contribute/).
The details are explained there, but the important items are: The details are explained there, but the important items are:
- Sign and submit an Apache ICLA (Contributor License Agreement). - Sign and submit an Apache ICLA (Contributor License Agreement).
- Have a Jira issue open that corresponds to your contribution. - Have a Jira issue open that corresponds to your contribution.
- Run the tests so your patch doesn't break existing functionality. - Run the tests so your patch doesn't break existing functionality.
We look forward to your contributions! We look forward to your contributions!
This diff is collapsed.
Apache Cordova Apache Cordova
Copyright 2012 The Apache Software Foundation Copyright 2012 The Apache Software Foundation
This product includes software developed at This product includes software developed at
The Apache Software Foundation (http://www.apache.org/). The Apache Software Foundation (http://www.apache.org/).
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
/* /*
Licensed to the Apache Software Foundation (ASF) under one Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file or more contributor license agreements. See the NOTICE file
distributed with this work for additional information distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the KIND, either express or implied. See the License for the
specific language governing permissions and limitations specific language governing permissions and limitations
under the License. under the License.
*/ */
package org.apache.cordova.file; package org.apache.cordova.file;
@SuppressWarnings("serial") @SuppressWarnings("serial")
public class EncodingException extends Exception { public class EncodingException extends Exception {
public EncodingException(String message) { public EncodingException(String message) {
super(message); super(message);
} }
} }
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<<<<<<< HEAD
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2019-10-31 09:49:57 * @Date: 2019-10-31 09:49:57
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
File deleted
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment