feat: 新增3个工具,样式修复,修改logo,保存桌面
新增功能: - js代码格式化/压缩 - html代码格式化 - css代码格式化/压缩 - 保存到桌面 其他修改: - 修改logo - 修复一些样式问题 - 修复一些已知的问题
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
import { reactive } from 'vue'
|
||||
import DetailHeader from '@/components/Layout/DetailHeader/DetailHeader.vue'
|
||||
import { Codemirror } from "vue-codemirror"
|
||||
import { lineNumbers } from '@codemirror/view';
|
||||
// import { lineNumbers } from '@codemirror/view';
|
||||
|
||||
const info = reactive({
|
||||
title: "正则表达式测试",
|
||||
extensions: [lineNumbers()],
|
||||
// extensions: [lineNumbers()],
|
||||
reg: '',
|
||||
content: `一些测试实例:
|
||||
邮箱1:[email protected]
|
||||
|
||||
Reference in New Issue
Block a user