Skip to content

Commit b6a0b2c

Browse files
committed
chore: remove biz code (#12)
1 parent f3a6f71 commit b6a0b2c

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

packages/startup/src/editor/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ const App = () => {
168168
},
169169
}}
170170
runtimeConfig={{
171-
biz: 'editor',
172171
scenario: null,
173172
startupEditor: 'none',
174173
// hideEditorTab: true,

packages/startup/src/filesystem/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ const App = () => {
166166
},
167167
}}
168168
runtimeConfig={{
169-
biz: 'filesystem',
170169
workspace,
171170
}}
172171
/>

packages/startup/src/startup/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ const App = () => (
140140
},
141141
}}
142142
runtimeConfig={{
143-
biz: 'alex',
144143
scmFileTree: true,
145144
scenario: 'ALEX_TEST',
146145
}}

packages/toolkit/playground/main.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ const App: React.FC = () => {
159159
extensionMetadata: [html, css, typescript, json],
160160
}}
161161
runtimeConfig={{
162-
biz: 'alex-demo',
163162
// 禁止就改文件树,此时无法新增、删除、重命名文件
164163
disableModifyFileTree: true,
165164
// 默认打开文件

0 commit comments

Comments
 (0)