Merge branch 'master' into develop

This commit is contained in:
DarkSky
2022-09-08 20:20:52 +08:00
21 changed files with 875 additions and 663 deletions
@@ -25,9 +25,9 @@ const GoogleIcon = () => (
<g
id="Page-1"
stroke="none"
stroke-width="1"
strokeWidth="1"
fill="none"
fill-rule="evenodd"
fillRule="evenodd"
>
<g id="Artboard-1" transform="translate(-332.000000, -639.000000)">
<g
@@ -45,9 +45,11 @@ import { DuplicateIcon } from '@toeverything/components/icons';
import { Option, Select, styled } from '@toeverything/components/ui';
import { CreateView } from '@toeverything/framework/virgo';
import { copyToClipboard } from '@toeverything/utils';
import { elixir } from 'codemirror-lang-elixir';
import { useEffect, useRef, useState } from 'react';
import { StyleWithAtRules } from 'style9';
import CodeMirror, { ReactCodeMirrorRef } from './CodeMirror';
interface CreateCodeView extends CreateView {