feat: 半屏小程序

This commit is contained in:
hackrobot
2024-04-07 13:34:11 +08:00
parent 0efe0d2c3c
commit b8e9e97199
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ const path = require('path'); //引入node的path模块
export default defineConfig(async (merge, { command, mode }) => {
const baseConfig = {
projectName: 'yidooplanet',
embeddedAppIdList: ["wx8a5d6f9fad07544e","wx7bb576902363f4ff","wxe2039b83454e49ed"], //半屏拉起小程序 当当wx7bb576902363f4ff/腾讯云wxe2039b83454e49ed/微信读书 wx8a5d6f9fad07544e
alias: {
'@': path.resolve(__dirname, '..', 'src')
},

View File

@@ -28,7 +28,7 @@
width: 200px;
height: 200px;
// background-color: yellow;
margin-top: 10px;
margin-top: 20px;
// margin-right: 10px;
}
}