Prechádzať zdrojové kódy

change default theme to light+

Arsekl 3 rokov pred
rodič
commit
20af9b8ec4
2 zmenil súbory, kde vykonal 4 pridanie a 2 odobranie
  1. 1 2
      src/extensions/init.tsx
  2. 3 0
      src/pages/seec/result.tsx

+ 1 - 2
src/extensions/init.tsx

@@ -68,7 +68,7 @@ function initializeColorTheme() {
     if (defaultTheme) {
         molecule.colorTheme.setTheme(defaultTheme.id);
     } else {
-        molecule.colorTheme.setTheme('One Dark Pro');
+        molecule.colorTheme.setTheme('Default Light+');
     }
 
     const currentThemeMode = molecule.colorTheme.getColorThemeMode();
@@ -132,7 +132,6 @@ function initExplorer() {
     const { SAMPLE_FOLDER_PANEL_ID } = molecule.builtin.getConstants();
     const folderTreePane = explorerData.find((item) => item.id === SAMPLE_FOLDER_PANEL_ID);
 
-    console.log(folderTreePane)
     molecule.explorer.onPanelToolbarClick((panel, toolbarId)=>{
         switch (toolbarId) {
             case FOLDERTREE_SUBMIT_TOOLBAR.id:

+ 3 - 0
src/pages/seec/result.tsx

@@ -79,6 +79,9 @@ export default () => {
                     message.info("Program is running...")
                 }
             } else {
+                //test
+                // const data = await api.getRecordTest(1) as ReceivedData<IRecordProps>
+                // setRecord(data.res || {})
                 message.info("Please Submit your commit first")
             }
             setLoading(false)