mirror of
https://github.com/Colin-XKL/Colinx-Blog.git
synced 2026-01-13 03:01:28 +08:00
feat: try to fix chinese input in netlify-cms
This commit is contained in:
@@ -4,6 +4,11 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Admin Panel For Colin's Blog</title>
|
<title>Admin Panel For Colin's Blog</title>
|
||||||
|
<style>
|
||||||
|
[data-slate-editor] {
|
||||||
|
-webkit-user-modify: read-write !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Include the script that builds the page and powers Netlify CMS -->
|
<!-- Include the script that builds the page and powers Netlify CMS -->
|
||||||
|
|||||||
Reference in New Issue
Block a user