Skip to content

Commit

Permalink
🐛 fix #212
Browse files Browse the repository at this point in the history
  • Loading branch information
muwoo committed Aug 1, 2023
1 parent 6516042 commit 676c2b9
Show file tree
Hide file tree
Showing 24 changed files with 42 additions and 23 deletions.
9 changes: 1 addition & 8 deletions feature/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div :class="{'main-container': true, dark: darkMode}">
<div class="main-container">
<div class="slider-bar">
<a-menu
v-model:selectedKeys="active"
Expand Down Expand Up @@ -47,12 +47,6 @@ import {
} from '@ant-design/icons-vue';
import { useStore } from 'vuex';
const { remote } = window.require('electron');
const { perf } = remote.getGlobal('OP_CONFIG').get();
const darkMode = ref(perf.common.darkMode);
const router = useRouter();
const active = ref(['market']);
const changeMenu = (key: any) => {
Expand All @@ -77,7 +71,6 @@ init();
.main-container {
display: flex;
align-items: flex-start;
background: var(--color-body-bg);
flex-direction: column;
.slider-bar {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rubick",
"version": "2.3.2",
"version": "2.3.3",
"author": "muwoo <[email protected]>",
"private": true,
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions public/detach/css/app.63fbfd69.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion public/detach/css/app.85b4bec5.css

This file was deleted.

1 change: 1 addition & 0 deletions public/detach/img/close-hover.c92ca454.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/detach/img/close.cc2cafaa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/detach/img/devtool.87e078f5.svg

This file was deleted.

1 change: 1 addition & 0 deletions public/detach/img/maximize.f11a5dfe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/detach/img/minimize.384634d1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/detach/img/tool.4b0524aa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/detach/img/unmaximize.36583168.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/detach/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>detach</title><link href="css/app.85b4bec5.css" rel="preload" as="style"><link href="js/app.8bb84aa5.js" rel="preload" as="script"><link href="js/chunk-vendors.29c10bf6.js" rel="preload" as="script"><link href="css/app.85b4bec5.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but detach doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="js/chunk-vendors.29c10bf6.js"></script><script src="js/app.8bb84aa5.js"></script></body></html>
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>detach</title><link href="css/app.63fbfd69.css" rel="preload" as="style"><link href="js/app.9ca10dbc.js" rel="preload" as="script"><link href="js/chunk-vendors.f7d8e91b.js" rel="preload" as="script"><link href="css/app.63fbfd69.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but detach doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="js/chunk-vendors.f7d8e91b.js"></script><script src="js/app.9ca10dbc.js"></script></body></html>
2 changes: 0 additions & 2 deletions public/detach/js/app.8bb84aa5.js

This file was deleted.

Loading

0 comments on commit 676c2b9

Please sign in to comment.