Skip to content

Commit a9e20ac

Browse files
committed
deploy: 2a48ddc
1 parent ce1dc0c commit a9e20ac

File tree

119 files changed

+307
-281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+307
-281
lines changed

404.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@
55
<meta name="viewport" content="width=device-width,initial-scale=1">
66
<title>404 | 代码片段</title>
77
<meta name="description" content="Not Found">
8-
<meta name="generator" content="VitePress v1.3.4">
9-
<link rel="preload stylesheet" href="/code-snippets/assets/style.l9KpOwL6.css" as="style">
8+
<meta name="generator" content="VitePress v1.6.3">
9+
<link rel="preload stylesheet" href="/code-snippets/assets/style.BEEYhpka.css" as="style">
10+
<link rel="preload stylesheet" href="/code-snippets/vp-icons.css" as="style">
1011

11-
<script type="module" src="/code-snippets/assets/app.D1nbqIeM.js"></script>
12+
<script type="module" src="/code-snippets/assets/app.B_PEVdqq.js"></script>
1213
<link rel="preload" href="/code-snippets/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
1314
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
1415
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
1516
</head>
1617
<body>
1718
<div id="app"></div>
18-
<script>window.__VP_HASH_MAP__=JSON.parse("{\"database_mysql_change-password.md\":\"ZWsfrI7q\",\"database_mysql_grant-privileges-to-user.md\":\"B0iylDqv\",\"database_mysql_update-and-replace.md\":\"DSxgsaIU\",\"index.md\":\"5l68uNaZ\",\"os_macos_show-and-hide-dot-files.md\":\"D2pAvDni\",\"os_macos_toggle-toolbar-and-dock-status.md\":\"BpTPuFtI\",\"others_docker-commands-essentials.md\":\"DSiFCwLJ\",\"others_enable-design-mode-on-the-document.md\":\"BEUTCZa9\",\"others_git_bash-alias.md\":\"BUvpQmkE\",\"others_git_commands-essentials.md\":\"BERpkh2o\",\"others_git_get-all-files-submitted-by-git.md\":\"BoQTamr2\",\"others_ssh-port-forwarding.md\":\"DAA6KgFN\",\"others_vitepress_getting-started.md\":\"XNXCvQdc\",\"programming-language_node_compile-static-resources-using-docker.md\":\"DKsCtySX\",\"programming-language_node_npm-mirrors.md\":\"44F04AjQ\",\"programming-language_php_composer-mirrors.md\":\"DdRfjVik\",\"programming-language_php_laravel_blade_each.md\":\"QuFh7yxU\",\"programming-language_php_laravel_blade_vite.md\":\"hDC485sy\",\"programming-language_php_laravel_code-style_pint.md\":\"_th3pFwG\",\"programming-language_php_laravel_installing-a-specific-version-of-laravel.md\":\"DW0vrdyl\",\"programming-language_php_laravel_route_redirect.md\":\"AFFbT96d\",\"programming-language_python_python-executes-js-code.md\":\"CJvr8CJK\",\"readme.md\":\"DW_dyWmT\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"zh-CN\",\"dir\":\"ltr\",\"title\":\"代码片段\",\"description\":\"记录一些工作中常用的代码片段。\",\"base\":\"/code-snippets/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"logo\":\"\",\"siteTitle\":\"代码片段\",\"outline\":{\"label\":\"章节导航\",\"level\":\"deep\"},\"lastUpdatedText\":\"最后更新时间\",\"docFooter\":{\"prev\":\"上一页\",\"next\":\"下一页\"},\"editLink\":{\"pattern\":\"https://github.com/curder/code-snippets/edit/master/docs/:path\",\"text\":\"编辑它\"},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/curder/code-snippets\"}],\"nav\":[{\"text\":\"编程语言\",\"link\":\"/programming-language/php/laravel/route/redirect\",\"activeMatch\":\"/programming-language\"},{\"text\":\"数据库\",\"link\":\"/database/mysql/grant-privileges-to-user\",\"activeMatch\":\"/database\"},{\"text\":\"操作系统\",\"link\":\"/os/macos/toggle-toolbar-and-dock-status\",\"activeMatch\":\"/os\"},{\"text\":\"其他\",\"link\":\"/others/vitepress/getting-started\",\"activeMatch\":\"/others\"}],\"sidebar\":{\"/programming-language\":[{\"text\":\"Laravel\",\"items\":[{\"text\":\"重定向 redirect\",\"link\":\"/programming-language/php/laravel/route/redirect\"},{\"text\":\"@each 渲染集合视图\",\"link\":\"/programming-language/php/laravel/blade/each\"},{\"text\":\"Vite 静态资源替换\",\"link\":\"/programming-language/php/laravel/blade/vite\"},{\"text\":\"pint 代码风格\",\"link\":\"/programming-language/php/laravel/code-style/pint\"},{\"text\":\"安装指定版本 Laravel\",\"link\":\"/programming-language/php/laravel/installing-a-specific-version-of-laravel\"}]},{\"text\":\"Node\",\"items\":[{\"text\":\"NPM 镜像\",\"link\":\"/programming-language/node/npm-mirrors\"},{\"text\":\"使用 docker 编译静态资源\",\"link\":\"/programming-language/node/compile-static-resources-using-docker\"}]},{\"text\":\"Python\",\"items\":[{\"text\":\"Python 执行 JS 代码\",\"link\":\"/programming-language/python/python-executes-js-code\"}]},{\"text\":\"Others\",\"items\":[{\"text\":\"Composer 镜像\",\"link\":\"/programming-language/php/composer-mirrors\"}]}],\"/database\":[{\"text\":\"MySQL\",\"items\":[{\"text\":\"MySQL 用户授权\",\"link\":\"/database/mysql/grant-privileges-to-user\"},{\"text\":\"修改 MySQL 用户密码\",\"link\":\"/database/mysql/change-password\"},{\"text\":\"查找和替换文本\",\"link\":\"/database/mysql/update-and-replace\"}]}],\"/os\":[{\"text\":\"MacOS\",\"items\":[{\"text\":\"切换 Mac 工具栏和菜单显示状态\",\"link\":\"/os/macos/toggle-toolbar-and-dock-status\"},{\"text\":\"显示和隐藏 Mac 系统中的隐藏文件\",\"link\":\"/os/macos/show-and-hide-dot-files\"}]}],\"/others\":[{\"items\":[{\"text\":\"VitePress 初始化\",\"link\":\"/others/vitepress/getting-started\"},{\"text\":\"在网页上启用设计模式\",\"link\":\"/others/enable-design-mode-on-the-document\"},{\"text\":\"SSH 端口转发\",\"link\":\"/others/ssh-port-forwarding\"},{\"text\":\"Docker 命令\",\"link\":\"/others/docker-commands-essentials\"}]},{\"text\":\"Git\",\"items\":[{\"text\":\"Git 命令\",\"link\":\"/others/git/commands-essentials\"},{\"text\":\"Git 别名\",\"link\":\"/others/git/bash-alias\"},{\"text\":\"获取提交的文件\",\"link\":\"/others/git/get-all-files-submitted-by-git\"}]}]}},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>
19+
<script>window.__VP_HASH_MAP__=JSON.parse("{\"database_mysql_change-password.md\":\"DhxoKidY\",\"database_mysql_grant-privileges-to-user.md\":\"DEznV7Zi\",\"database_mysql_update-and-replace.md\":\"CdnmpeYv\",\"index.md\":\"P_2FrZLP\",\"os_macos_show-and-hide-dot-files.md\":\"B5qZYKnq\",\"os_macos_toggle-toolbar-and-dock-status.md\":\"CU6CsyAi\",\"others_docker-commands-essentials.md\":\"BIrEx5Lg\",\"others_enable-design-mode-on-the-document.md\":\"Dvk5RgHb\",\"others_git_bash-alias.md\":\"DH5Jfcdt\",\"others_git_commands-essentials.md\":\"yMwmIfYT\",\"others_git_get-all-files-submitted-by-git.md\":\"clS1HLAr\",\"others_ssh-port-forwarding.md\":\"BPNPMBtY\",\"others_vitepress_getting-started.md\":\"Hn_pEctp\",\"programming-language_node_compile-static-resources-using-docker.md\":\"CMGKVvFk\",\"programming-language_node_npm-mirrors.md\":\"C2VVu5QV\",\"programming-language_php_composer-mirrors.md\":\"C9Q_uh8s\",\"programming-language_php_laravel_blade_each.md\":\"CDMAM1nm\",\"programming-language_php_laravel_blade_vite.md\":\"DTUDCZ0k\",\"programming-language_php_laravel_code-style_pint.md\":\"BjEus9oh\",\"programming-language_php_laravel_installing-a-specific-version-of-laravel.md\":\"Zepx7C80\",\"programming-language_php_laravel_route_redirect.md\":\"D8QBa2-S\",\"programming-language_python_python-executes-js-code.md\":\"DaCdKCiN\",\"readme.md\":\"DHLHllWE\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"zh-CN\",\"dir\":\"ltr\",\"title\":\"代码片段\",\"description\":\"记录一些工作中常用的代码片段。\",\"base\":\"/code-snippets/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"logo\":\"\",\"siteTitle\":\"代码片段\",\"outline\":{\"label\":\"章节导航\",\"level\":\"deep\"},\"lastUpdatedText\":\"最后更新时间\",\"docFooter\":{\"prev\":\"上一页\",\"next\":\"下一页\"},\"editLink\":{\"pattern\":\"https://github.com/curder/code-snippets/edit/master/docs/:path\",\"text\":\"编辑它\"},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/curder/code-snippets\"}],\"nav\":[{\"text\":\"编程语言\",\"link\":\"/programming-language/php/laravel/route/redirect\",\"activeMatch\":\"/programming-language\"},{\"text\":\"数据库\",\"link\":\"/database/mysql/grant-privileges-to-user\",\"activeMatch\":\"/database\"},{\"text\":\"操作系统\",\"link\":\"/os/macos/toggle-toolbar-and-dock-status\",\"activeMatch\":\"/os\"},{\"text\":\"其他\",\"link\":\"/others/vitepress/getting-started\",\"activeMatch\":\"/others\"}],\"sidebar\":{\"/programming-language\":[{\"text\":\"Laravel\",\"items\":[{\"text\":\"重定向 redirect\",\"link\":\"/programming-language/php/laravel/route/redirect\"},{\"text\":\"@each 渲染集合视图\",\"link\":\"/programming-language/php/laravel/blade/each\"},{\"text\":\"Vite 静态资源替换\",\"link\":\"/programming-language/php/laravel/blade/vite\"},{\"text\":\"pint 代码风格\",\"link\":\"/programming-language/php/laravel/code-style/pint\"},{\"text\":\"安装指定版本 Laravel\",\"link\":\"/programming-language/php/laravel/installing-a-specific-version-of-laravel\"}]},{\"text\":\"Node\",\"items\":[{\"text\":\"NPM 镜像\",\"link\":\"/programming-language/node/npm-mirrors\"},{\"text\":\"使用 docker 编译静态资源\",\"link\":\"/programming-language/node/compile-static-resources-using-docker\"}]},{\"text\":\"Python\",\"items\":[{\"text\":\"Python 执行 JS 代码\",\"link\":\"/programming-language/python/python-executes-js-code\"}]},{\"text\":\"Others\",\"items\":[{\"text\":\"Composer 镜像\",\"link\":\"/programming-language/php/composer-mirrors\"}]}],\"/database\":[{\"text\":\"MySQL\",\"items\":[{\"text\":\"MySQL 用户授权\",\"link\":\"/database/mysql/grant-privileges-to-user\"},{\"text\":\"修改 MySQL 用户密码\",\"link\":\"/database/mysql/change-password\"},{\"text\":\"查找和替换文本\",\"link\":\"/database/mysql/update-and-replace\"}]}],\"/os\":[{\"text\":\"MacOS\",\"items\":[{\"text\":\"切换 Mac 工具栏和菜单显示状态\",\"link\":\"/os/macos/toggle-toolbar-and-dock-status\"},{\"text\":\"显示和隐藏 Mac 系统中的隐藏文件\",\"link\":\"/os/macos/show-and-hide-dot-files\"}]}],\"/others\":[{\"items\":[{\"text\":\"VitePress 初始化\",\"link\":\"/others/vitepress/getting-started\"},{\"text\":\"在网页上启用设计模式\",\"link\":\"/others/enable-design-mode-on-the-document\"},{\"text\":\"SSH 端口转发\",\"link\":\"/others/ssh-port-forwarding\"},{\"text\":\"Docker 命令\",\"link\":\"/others/docker-commands-essentials\"}]},{\"text\":\"Git\",\"items\":[{\"text\":\"Git 命令\",\"link\":\"/others/git/commands-essentials\"},{\"text\":\"Git 别名\",\"link\":\"/others/git/bash-alias\"},{\"text\":\"获取提交的文件\",\"link\":\"/others/git/get-all-files-submitted-by-git\"}]}]}},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>
1920

2021
</body>
2122
</html>

0 commit comments

Comments
 (0)