添加测试消息订阅的功能

This commit is contained in:
张成
2025-11-25 14:05:58 +08:00
parent 515336c666
commit 6751ec3c00
5 changed files with 112 additions and 1 deletions

23
src/test_pages/index.scss Normal file
View File

@@ -0,0 +1,23 @@
.test_page {
width: 100%;
min-height: 100vh;
background-color: #fafafa;
padding: 40rpx;
&__content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-top: 200rpx;
}
&__button {
width: 400rpx;
height: 88rpx;
line-height: 88rpx;
border-radius: 44rpx;
font-size: 32rpx;
}
}