------1.0.2-----

This commit is contained in:
2025-08-15 15:34:05 +08:00
parent 342e97d5d6
commit a3ffe71ccb
3 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@
gap: 20rpx;
}
.grid-item {
width: calc(50% - 10rpx);
width: 345rpx;
background: #fff;
border-radius: 16rpx;
overflow: hidden;

View File

@ -4,6 +4,6 @@ export const dev = 'http://160.202.242.36:9091';
export const test = 'http://160.202.242.36:9092';
export const localTest = 'http://localhost:9092';
export const ssl = 'https://www.chenxinzhi.top'
export const baseUrl = ssl;
export const baseUrl = test;
export const globalImgUrl = baseUrl + '/file/download/'

BIN
static/kc2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB