Skip to content

fix(uniapp): preserve empty string values in Radio and Checkbox #487

fix(uniapp): preserve empty string values in Radio and Checkbox

fix(uniapp): preserve empty string values in Radio and Checkbox #487

Workflow file for this run

name: UNI_MP_PREVIEW
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [develop]
concurrency:
group: mp-preview-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- name: 小程序预览/上传
uses: novlan1/tencent-cos-and-cdn-action/mp-preview@master
with:
mini_app_id: ${{ secrets.TDESIGN_UNI_APP_ID }}
mini_app_private_key: ${{ secrets.TDESIGN_UNI_MINI_KEY }}
allowed_users: '{"novlan1":26,"anlyyao":27}'
install_command: 'pnpm install'
build_command: 'pnpm run uniapp -- run init && pnpm run uniapp -- run build:mp-weixin'
project_path: 'packages/tdesign-uniapp/example/dist/build/mp-weixin'
cos_secret_id: ${{ secrets.UNI_TENCENT_COS_SECRET_ID }}
cos_secret_key: ${{ secrets.UNI_TENCENT_COS_SECRET_KEY }}
cos_bucket: mike-1255355338
cos_region: ap-guangzhou
cos_remote_path: tdesign-uniapp/wx-mp-preview-qrcode.png
cdn_prefix: 'https://cdn.uwayfly.com/'
description_prefix: 'tdesign-uniapp'