Skip to content

Commit 0163dc2

Browse files
committed
feat: add explicit taro react and vue3 demos
1 parent d2822a1 commit 0163dc2

298 files changed

Lines changed: 16859 additions & 912 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/e2e-watch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
watch_command_timeout_ms: '600000'
5858
- os: macos-latest
5959
runner_label: macos
60-
watch_case: taro-webpack-tailwindcss-v3
60+
watch_case: taro-webpack-react-tailwindcss-v3
6161
round_profile: default
6262
watch_save_snapshots: '1'
6363
timeout_minutes: 35
@@ -85,7 +85,7 @@ jobs:
8585
watch_command_timeout_ms: '1500000'
8686
- os: macos-latest
8787
runner_label: macos
88-
watch_case: taro-webpack-tailwindcss-v4
88+
watch_case: taro-webpack-react-tailwindcss-v4
8989
round_profile: issue33
9090
watch_save_snapshots: '1'
9191
timeout_minutes: 40
@@ -148,7 +148,7 @@ jobs:
148148
watch_command_timeout_ms: '720000'
149149
- os: windows-latest
150150
runner_label: windows
151-
watch_case: taro-webpack-tailwindcss-v3
151+
watch_case: taro-webpack-react-tailwindcss-v3
152152
round_profile: default
153153
watch_save_snapshots: '1'
154154
timeout_minutes: 40
@@ -166,7 +166,7 @@ jobs:
166166
watch_command_timeout_ms: '720000'
167167
- os: windows-latest
168168
runner_label: windows
169-
watch_case: taro-webpack-tailwindcss-v4
169+
watch_case: taro-webpack-react-tailwindcss-v4
170170
round_profile: issue33
171171
watch_save_snapshots: '1'
172172
timeout_minutes: 45
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

demo/taro-vite-tailwindcss-v3/config/index.ts renamed to demo/taro-vite-react-tailwindcss-v3/config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ console.log(process.env.TARO_ENV)
1313
// https://taro-docs.jd.com/docs/next/config#defineconfig-辅助函数
1414
export default defineConfig<'vite'>(async (merge, { command, mode }) => {
1515
const baseConfig: UserConfigExport<'vite'> = {
16-
projectName: 'taro-vite-tailwindcss-v3',
16+
projectName: 'taro-vite-react-tailwindcss-v3',
1717
date: '2024-8-14',
1818
designWidth: 750,
1919
deviceRatio: {

0 commit comments

Comments
 (0)