+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/UI/Swiper/entry/src/main/js/default/pages/index/index.js b/UI/Swiper/entry/src/main/js/default/pages/index/index.js
new file mode 100644
index 0000000000000000000000000000000000000000..28732b07c4f85588bc7bd10b85ad6f54704a4418
--- /dev/null
+++ b/UI/Swiper/entry/src/main/js/default/pages/index/index.js
@@ -0,0 +1,23 @@
+/*
+ * Copyright (c) 2021 Huawei Device Co., Ltd.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+export default {
+ showNext: function () {
+ this.$element('swiper').showNext()
+ },
+ showPrevious: function () {
+ this.$element('swiper').showPrevious()
+ }
+}
diff --git a/UI/Swiper/entry/src/main/resources/base/element/string.json b/UI/Swiper/entry/src/main/resources/base/element/string.json
new file mode 100644
index 0000000000000000000000000000000000000000..02c8c318214d93ff5ff7b63522af39fa0a1017f5
--- /dev/null
+++ b/UI/Swiper/entry/src/main/resources/base/element/string.json
@@ -0,0 +1,12 @@
+{
+ "string": [
+ {
+ "name": "app_name",
+ "value": "Swiper"
+ },
+ {
+ "name": "mainability_description",
+ "value": "JS_Empty Ability"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/UI/Swiper/entry/src/main/resources/base/media/icon.png b/UI/Swiper/entry/src/main/resources/base/media/icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c
Binary files /dev/null and b/UI/Swiper/entry/src/main/resources/base/media/icon.png differ
diff --git a/UI/Swiper/entry/src/main/resources/en/element/string.json b/UI/Swiper/entry/src/main/resources/en/element/string.json
new file mode 100644
index 0000000000000000000000000000000000000000..346e394f116fd8f787ac0bdbe809ecb5c445b430
--- /dev/null
+++ b/UI/Swiper/entry/src/main/resources/en/element/string.json
@@ -0,0 +1,12 @@
+{
+ "string": [
+ {
+ "name": "app_name",
+ "value": "Swiper"
+ },
+ {
+ "name": "mainability_description",
+ "value": "Java_Empty Ability"
+ }
+ ]
+}
diff --git a/UI/Swiper/entry/src/main/resources/zh/element/string.json b/UI/Swiper/entry/src/main/resources/zh/element/string.json
new file mode 100644
index 0000000000000000000000000000000000000000..ad9b9243cf6ca0447029bafd5bacbebf98dbe3fc
--- /dev/null
+++ b/UI/Swiper/entry/src/main/resources/zh/element/string.json
@@ -0,0 +1,12 @@
+{
+ "string": [
+ {
+ "name": "app_name",
+ "value": "滑动容器"
+ },
+ {
+ "name": "mainability_description",
+ "value": "Java_Empty Ability"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/UI/Swiper/settings.gradle b/UI/Swiper/settings.gradle
new file mode 100644
index 0000000000000000000000000000000000000000..4773db73233a570c2d0c01a22e75321acfbf7a07
--- /dev/null
+++ b/UI/Swiper/settings.gradle
@@ -0,0 +1 @@
+include ':entry'