{"id":33446,"date":"2024-11-25T10:19:26","date_gmt":"2024-11-25T02:19:26","guid":{"rendered":"https:\/\/fwq.ai\/blog\/33446\/"},"modified":"2024-11-25T10:19:26","modified_gmt":"2024-11-25T02:19:26","slug":"%e5%be%ae%e4%bf%a1%e5%b0%8f%e7%a8%8b%e5%ba%8f-%e6%9a%97%e9%bb%91%e6%a8%a1%e5%bc%8f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/33446\/","title":{"rendered":"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f \u6697\u9ed1\u6a21\u5f0f"},"content":{"rendered":"<h3>1\u3001\u5f00\u542f\u6697\u9ed1\u6a21\u5f0f<\/h3>\n<p>\u5728 app.json \u4e2d\u914d\u7f6e &#8220;darkmode&#8221;: true<\/p>\n<pre>\/\/ app.json\n{\n    ...\n    \"darkmode\": true\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<h3>2\u3001\u914d\u7f6e\u4e3b\u9898\u6587\u4ef6<\/h3>\n<p>\u5728\u6839\u76ee\u5f55\u65b0\u5efa\u4e3b\u9898\u914d\u7f6e\u6587\u4ef6 theme.json, \u5e76\u5728 app.json \u4e2d\u914d\u7f6e\u8def\u5f84\u5f15\u5165<\/p>\n<pre>\/\/ app.json\n{\n    ...\n    \"themeLocation\": \"theme.json\"\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>theme.json \u914d\u7f6e\u6587\u4ef6\u4e00\u5171\u5206\u4e3a\u4e24\u4e2a\u5c5e\u6027\uff0clight \u548c dark\uff0c\u5206\u522b\u6b63\u5e38\u6a21\u5f0f\u548c\u6697\u9ed1\u6a21\u5f0f\u3002<\/p>\n<p>theme.json \u793a\u4f8b\u5982\u4e0b\uff08\u4ec5\u4f9b\u53c2\u8003\uff09\uff1a<\/p>\n<pre>\/\/ theme.json\n{\n  \"light\": {\n    \"navBackgroundColor\": \"#ffffff\",\n    \"navTextStyle\": \"black\"\n  },\n  \"dark\": {\n    \"navBackgroundColor\": \"#000000\",\n    \"navTextStyle\": \"white\"\n  }\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u5fc5\u987b\u5b58\u5728 light \u548c dark \u4e24\u4e2a\u5c5e\u6027\uff0c\u91cc\u5c42\u547d\u540d\u81ea\u5b9a\u4e49\uff0c\u6ca1\u6709\u4e25\u683c\u8981\u6c42\u3002<\/p>\n<h3>3\u3001\u5728 app.json \u4e2d\u5e94\u7528\u914d\u7f6e\u5c5e\u6027<\/h3>\n<p>\u5728\u914d\u7f6e\u5c5e\u6027\u4ee5 @ \u5f00\u5934\u62fc\u63a5 theme.json \u4e2d\u81ea\u5b9a\u4e49\u7684\u540d\u5b57\u5199\u5165\u914d\u7f6e\uff0c\u793a\u4f8b\u5982\u4e0b<\/p>\n<pre>\/\/ app.json\n{\n  ...\n  \"window\": {\n    \"navigationBarBackgroundColor\": \"@navBackgroundColor\",\n    \"navigationBarTitleText\": \"\u5c0f\u4e66\u5305\u5927\u68a6\u60f3\",\n    \"navigationBarTextStyle\": \"@navTextStyle\"\n  },\n  \"darkmode\": true,\n  \"themeLocation\": \"theme.json\"\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u914d\u7f6e\u5b8c\u4e9b\uff0c\u63a5\u7740\u624b\u673a\u5f00\u542f\u6697\u9ed1\u6a21\u5f0f\uff08\u6df1\u8272\u6a21\u5f0f\uff09\u540e\uff0c\u5c0f\u7a0b\u5e8f\u4f1a\u6839\u636e\u4f60\u914d\u7f6e\u7684\u989c\u8272\u8fdb\u884c\u8f6c\u6362\u3002<\/p>\n<h3>4\u3001wxss\u6837\u5f0f\u9002\u914d\u6697\u9ed1\u6a21\u5f0f<\/h3>\n<p>wxss \u4e2d\uff0c\u652f\u6301\u901a\u8fc7\u5a92\u4f53\u67e5\u8be2 prefers-color-scheme \u9002\u914d\u4e0d\u540c\u4e3b\u9898\u3002<\/p>\n<p>\u5982\u4e0b\u6837\u5f0f\u4f1a\u5728\u6b63\u5e38\u6a21\u5f0f\u4e0b\u9875\u9762\u80cc\u666f\u4e3a\u7070\u767d\u8272\uff0c\u6697\u9ed1\u6a21\u5f0f\u4e0b\u4e3a\u9ed1\u8272\u3002<\/p>\n<pre>\/* \u6b63\u5e38\u6a21\u5f0f\u4e0b\u5e94\u7528\u7684\u6837\u5f0f *\/\npage{\n    background: #f1f1f1;\n}\n \n \n\/* \u6697\u9ed1\u6a21\u5f0f\u4e0b\u5e94\u7528\u7684\u6837\u5f0f *\/\n@media (prefers-color-scheme: dark) {\n  page{\n    background: #000000;\n  }\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<h3>5\u3001\u6548\u679c\u56fe<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/image\/755\/537\/808\/1593826019650772.png\" class=\"aligncenter\" title=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f \u6697\u9ed1\u6a21\u5f0f\u63d2\u56fe\" alt=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f \u6697\u9ed1\u6a21\u5f0f\u63d2\u56fe\" \/><\/p>\n<p>\u63a8\u8350\u6559\u7a0b\uff1a\u300a\u300b<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5fae\u4fe1\u5c0f\u7a0b\u5e8f \u6697\u9ed1\u6a21\u5f0f\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1\u3001\u5f00\u542f\u6697\u9ed1\u6a21\u5f0f \u5728 app.json \u4e2d\u914d\u7f6e &#8220;darkmode&#8221;: true \/\/ app.json { &#8230; &#8220;darkmode&#8221;: true } \u767b\u5f55\u540e\u590d\u5236 2\u3001\u914d\u7f6e\u4e3b\u9898\u6587\u4ef6 \u5728\u6839\u76ee\u5f55\u65b0\u5efa\u4e3b\u9898\u914d\u7f6e\u6587\u4ef6 theme.json, \u5e76\u5728 app.json \u4e2d\u914d\u7f6e\u8def\u5f84\u5f15\u5165 \/\/ app.json { &#8230; &#8220;themeLocation&#8221;: &#8220;theme.json&#8221; } \u767b\u5f55\u540e\u590d\u5236 theme.json \u914d\u7f6e\u6587\u4ef6\u4e00\u5171\u5206\u4e3a\u4e24\u4e2a\u5c5e\u6027\uff0clight \u548c dark\uff0c\u5206\u522b\u6b63\u5e38\u6a21\u5f0f\u548c\u6697\u9ed1\u6a21\u5f0f\u3002 theme.json \u793a\u4f8b\u5982\u4e0b\uff08\u4ec5\u4f9b\u53c2\u8003\uff09\uff1a \/\/ theme.json { &#8220;light&#8221;: { &#8220;navBackgroundColor&#8221;: &#8220;#ffffff&#8221;, &#8220;navTextStyle&#8221;: &#8220;black&#8221; }, &#8220;dark&#8221;: { &#8220;navBackgroundColor&#8221;: &#8220;#000000&#8221;, &#8220;navTextStyle&#8221;: &#8220;white&#8221; } } \u767b\u5f55\u540e\u590d\u5236 \u5fc5\u987b\u5b58\u5728 light [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19],"tags":[],"class_list":["post-33446","post","type-post","status-publish","format-standard","hentry","category-19"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/33446","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=33446"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/33446\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=33446"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=33446"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=33446"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}