Skip to content

Instantly share code, notes, and snippets.

View mysteryven's full-sized avatar
👋
Focusing

Wang Wenzhe mysteryven

👋
Focusing
View GitHub Profile
@mysteryven
mysteryven / launch.json
Last active April 22, 2022 03:08
vs code 调试 ts 文件
{
"version": "0.2.0",
"configurations": [
{
"name": "Example",
"type": "node",
"request": "launch",
"runtimeExecutable": "/usr/local/bin/node",
"runtimeArgs": [
"--nolazy",
@mysteryven
mysteryven / title.md
Created August 7, 2021 01:40
博客主题

我的博客更新计划

可能会更新的主体

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.box {
width: 100px;
height: 100px;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>