Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
X
xxsq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
xxsq
Commits
7441ecb7
Commit
7441ecb7
authored
Oct 10, 2022
by
maxiaoliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
多多星球修改
parent
c963e72d
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
41 additions
and
58 deletions
+41
-58
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+1
-1
ExampleUnitTest.kt
app/src/test/java/com/zxbw/xxsq/ExampleUnitTest.kt
+0
-17
AndroidManifest.xml
cms/src/main/AndroidManifest.xml
+4
-4
Constant.java
cms/src/main/java/com/zxhl/cms/common/Constant.java
+1
-1
AndroidManifest.xml
moduleMain/src/main/AndroidManifest.xml
+34
-34
settings.gradle
settings.gradle
+1
-1
No files found.
app/src/main/AndroidManifest.xml
View file @
7441ecb7
...
...
@@ -70,7 +70,7 @@
<category
android:name=
"android.intent.category.DEFAULT"
/>
<data
android:host=
"main"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
...
...
app/src/test/java/com/zxbw/xxsq/ExampleUnitTest.kt
deleted
100644 → 0
View file @
c963e72d
package
com.zxhl.shop
import
org.junit.Test
import
org.junit.Assert.*
/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
class
ExampleUnitTest
{
@Test
fun
addition_isCorrect
()
{
assertEquals
(
4
,
2
+
2
)
}
}
\ No newline at end of file
cms/src/main/AndroidManifest.xml
View file @
7441ecb7
...
...
@@ -8,7 +8,7 @@
<category
android:name=
"android.intent.category.DEFAULT"
/>
<data
android:host=
"udesk"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
...
...
@@ -18,7 +18,7 @@
<category
android:name=
"android.intent.category.DEFAULT"
/>
<data
android:host=
"web"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
...
...
@@ -28,7 +28,7 @@
<category
android:name=
"android.intent.category.DEFAULT"
/>
<data
android:host=
"h5"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
...
...
@@ -38,7 +38,7 @@
<category
android:name=
"android.intent.category.DEFAULT"
/>
<data
android:host=
"pay"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
...
...
cms/src/main/java/com/zxhl/cms/common/Constant.java
View file @
7441ecb7
...
...
@@ -13,7 +13,7 @@ public class Constant {
String
s
=
"D0EV7FZL45A5DVKD"
;
public
static
final
String
scheme
=
"
xxs
qshop"
;
public
static
final
String
scheme
=
"
ddx
qshop"
;
public
static
int
UPLOADMAXSIZE
=
50
;
...
...
moduleMain/src/main/AndroidManifest.xml
View file @
7441ecb7
...
...
@@ -16,7 +16,7 @@
<data
android:host=
"splash"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.LoginActivity"
>
...
...
@@ -27,7 +27,7 @@
<data
android:host=
"login"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.PhoneVouchersActivity"
>
...
...
@@ -38,7 +38,7 @@
<data
android:host=
"phone_voucher"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.CardVoucherActivity"
>
...
...
@@ -49,7 +49,7 @@
<data
android:host=
"cardvoucher"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.CardDetailActivity"
>
...
...
@@ -61,7 +61,7 @@
<data
android:host=
"carddetail"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.FlashSaleActivity"
>
...
...
@@ -72,7 +72,7 @@
<data
android:host=
"flashsale"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.WithDrawalActivity"
>
...
...
@@ -83,7 +83,7 @@
<data
android:host=
"withdrawal"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.SkillPayActivity"
>
...
...
@@ -94,7 +94,7 @@
<data
android:host=
"skillpay"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.BuyMemberActivity"
>
...
...
@@ -105,7 +105,7 @@
<data
android:host=
"buymember"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.CofigBugVipActivity"
>
...
...
@@ -116,7 +116,7 @@
<data
android:host=
"configbuyvip"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.AbuoutUsActivity"
>
...
...
@@ -127,7 +127,7 @@
<data
android:host=
"abuoutus"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
...
...
@@ -141,7 +141,7 @@
<data
android:host=
"rights_detail"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
...
...
@@ -153,7 +153,7 @@
<data
android:host=
"zero_buy"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
...
...
@@ -167,7 +167,7 @@
<data
android:host=
"tb_goods_detail"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
...
...
@@ -180,7 +180,7 @@
<data
android:host=
"goodsdetail"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.MyOrderActivity"
>
...
...
@@ -191,7 +191,7 @@
<data
android:host=
"myorder"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".box.activity.WareHouseActivity"
>
...
...
@@ -202,7 +202,7 @@
<data
android:host=
"warehouse"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".box.activity.ReceiveAddressActivity"
>
...
...
@@ -213,7 +213,7 @@
<data
android:host=
"receiveaddress"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".box.activity.OrderDetailActivity"
>
...
...
@@ -225,7 +225,7 @@
<data
android:host=
"orderdetail"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.ToPaySkillGoodsActivity"
>
...
...
@@ -237,7 +237,7 @@
<data
android:host=
"topayskill"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.SettingActivity"
>
...
...
@@ -248,7 +248,7 @@
<data
android:host=
"setting"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.OpenMemberOrderActivity"
>
...
...
@@ -260,7 +260,7 @@
<data
android:host=
"member_order"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.OpenMemberActivity"
>
...
...
@@ -271,7 +271,7 @@
<data
android:host=
"open_member"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.ShopOrderActivity"
>
...
...
@@ -283,7 +283,7 @@
<data
android:host=
"shoporder"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".box.activity.EditAddressActivity"
>
...
...
@@ -294,7 +294,7 @@
<data
android:host=
"editaddress"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".box.activity.OrderSuccessActivity"
>
...
...
@@ -305,7 +305,7 @@
<data
android:host=
"ordersuccess"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.SkillShopActivity"
>
...
...
@@ -317,7 +317,7 @@
<data
android:host=
"skillshop"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.PaySuccessActivity"
>
...
...
@@ -328,7 +328,7 @@
<data
android:host=
"paysucess"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
android:name=
".activity.RechargeActivity"
>
...
...
@@ -340,7 +340,7 @@
<data
android:host=
"recharge"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
...
...
@@ -353,7 +353,7 @@
<data
android:host=
"searchresult"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
...
...
@@ -366,7 +366,7 @@
<data
android:host=
"search"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
...
...
@@ -379,7 +379,7 @@
<data
android:host=
"user_question"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
...
...
@@ -392,7 +392,7 @@
<data
android:host=
"red_envelope"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
</activity>
<activity
...
...
@@ -405,7 +405,7 @@
<data
android:host=
"splash_background"
android:scheme=
"
xxs
qshop"
/>
android:scheme=
"
ddx
qshop"
/>
</intent-filter>
...
...
settings.gradle
View file @
7441ecb7
...
...
@@ -2,4 +2,4 @@ include ':moduleZxAd'
include
':moduleMain'
include
':cms'
include
':app'
rootProject
.
name
=
"xxsqshop"
\ No newline at end of file
rootProject
.
name
=
"ddxqshop"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment