Skip to content

Commit

Permalink
feat: block UI
Browse files Browse the repository at this point in the history
feat: block UI
  • Loading branch information
xiaohuoni authored Dec 8, 2023
2 parents 5f3a898 + d137cda commit 8539184
Show file tree
Hide file tree
Showing 35 changed files with 3,549 additions and 4,408 deletions.
4 changes: 2 additions & 2 deletions examples/alita/config/config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { defineConfig } from 'alita';

export default defineConfig({
presets: [require.resolve('@mongchhi/preset-mongchhi')],
plugins: [require.resolve('@mongchhi/plugin-blocks')],
presets: [require.resolve('@umijs/preset-blocks')],
appType: 'h5',
keepalive: [/users/],
aconsole: {
Expand All @@ -15,6 +14,7 @@ export default defineConfig({
npmClient: 'pnpm',
closeFastGithub: true,
homedir: false,
useUI: true,
},
mfsu: false,
hash: false,
Expand Down
3 changes: 1 addition & 2 deletions examples/alita/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
},
"dependencies": {
"@alita/flow": "*",
"@mongchhi/plugin-blocks": "workspace:*",
"@mongchhi/preset-mongchhi": "workspace:*",
"@umijs/preset-blocks": "workspace:*",
"alita": "^3.3.7",
"antd-mobile": "^5.15.1",
"classnames": "^2.2.6",
Expand Down
18 changes: 0 additions & 18 deletions examples/alita/src/pages/asd/index.tsx

This file was deleted.

10 changes: 0 additions & 10 deletions examples/alita/src/pages/user/register/_mock.ts

This file was deleted.

306 changes: 0 additions & 306 deletions examples/alita/src/pages/user/register/index.tsx

This file was deleted.

22 changes: 0 additions & 22 deletions examples/alita/src/pages/user/register/service.ts

This file was deleted.

Loading

0 comments on commit 8539184

Please sign in to comment.