Web  收录于 VXNA 的 1 个网站
272 篇文章 feed address
tortorse's repos on GitHub
13 人关注
open-product-management
open-product-management 中文版 - 写给技术人员的产品管理清单
TypeScript · 6 人关注
beancount-analysis-web
Analyze and visualize your Beancount accounts with Beancount Analysis Web, a powerful side analysis tool for insightful financial management.
4 人关注
blockly-document-chinese
Blockly 的中文文档
0 人关注
beancount-node-server
利用 Restful 接口实现 beancount 记账
JavaScript · 0 人关注
blockly-samples
Plugins, codelabs, and examples related to the Blockly library.
0 人关注
BlocklyGuide-zhCN
Blockly二次开发文档中文版,由英文原版在谷歌翻译机翻的基础上对翻译不合理的地方进行适当修改
0 人关注
bpmn-js
A BPMN 2.0 rendering toolkit and web modeler.
JavaScript · 0 人关注
chinese-independent-blogs
中文独立博客列表
HTML · 0 人关注
g2-demo
Examples for antv/G2
HTML · 0 人关注
g6-demo
g6使用demo
Python · 0 人关注
gpt-researcher
GPT based autonomous agent that does online comprehensive research on any given topic
0 人关注
hera
A framework for running WeChat applet. (小程序 SDK,小程序转 H5,小程序转安卓、iOS 原生应用)
Vue · 0 人关注
iview-doc-3.x
基于iView 3.x 文档镜像
TypeScript · 0 人关注
lowcode-engine
An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系
TypeScript · 0 人关注
make-real
Draw a ui and make it real
0 人关注
n8n
Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
Dockerfile · 0 人关注
railway-wordpress
Vue · 0 人关注
shadcn-vue
Vue port of shadcn-ui
0 人关注
snippets
code snippets, copy & run
Shell · 0 人关注
standard-readme
Standard Readme Style
Less · 0 人关注
vuepress-plugin-tabs-less
Vuepress plugin - Tabs Container for Vuepress
JavaScript · 0 人关注
wardrobe-diagnostics
Why you don't have anything to wear
HTML · 0 人关注
www.taozhe.net
this a website for my old blog
tortorse

tortorse

V2EX 第 60075 号会员,加入于 2014-04-10 17:03:26 +08:00
今日活跃度排名 11322
tortorse 最近回复了
3 天前
回复了 wogogoing 创建的主题 Blogger 分享你的博客
@wogogoing https://theme-next.js.org/docs/theme-settings/index.html?highlight=dark 从主题官方的配置文档中确实没有手动控制的开关。

这部分生效的源码是: https://github.com/next-theme/hexo-theme-next/blob/fec615cadf856055d9559a18512d2090f3ab1967/layout/_partials/head/head.njk#L3

```
{%- if theme.darkmode %}
<meta name="theme-color" content="{{ theme.theme_color.light }}" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="{{ theme.theme_color.dark }}" media="(prefers-color-scheme: dark)">
{%- else %}
```

如果想要手工控制的话,可以用 js 来修改这里的逻辑。

我不太想花时间定制这个主题了。如果有需要的话,可以参看上面的修改方法
5 天前
回复了 wogogoing 创建的主题 Blogger 分享你的博客
已经不再自己折腾主题了,用的 next theme 。https://www.tortorse.com/
16 天前
回复了 tortorse 创建的主题 VXNA 申请收录个人博客: 愆伏
https://theme-next.js.org/ 按照这个文档配置就可以了
2020-04-02 17:26:40 +08:00
回复了 alphardex 创建的主题 问与答 有纯代码设计 UI 的职业吗
事实上,在没有设计软件之前,界面就是码农自制的啊。。。。
可以去搜索求伯君做的第一代 DOS 下的 WPS 界面
2018-12-27 14:13:56 +08:00
回复了 nohup 创建的主题 程序员 Antd 的彩蛋不仅让开发者被炒,对视力障碍者影响也很大
@maxxxxx 似乎都不关心这个问题,前一页我就回复了。他们到底有几个前端要被开除
2018-12-27 08:11:21 +08:00
回复了 nohup 创建的主题 程序员 Antd 的彩蛋不仅让开发者被炒,对视力障碍者影响也很大
好奇问下楼主,你们前端被炒几次了?

https://www.v2ex.com/t/519999
分层处理,越小颗粒的数量越少,上层都可以通过下层组装起来
2018-03-18 21:43:40 +08:00
回复了 KURANADO 创建的主题 JavaScript JavaScript let 关键字问题求解
作用域、闭包、变量提升了解一下
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5278 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 22ms · UTC 09:09 · PVG 17:09 · LAX 01:09 · JFK 04:09
Developed with CodeLauncher
♥ Do have faith in what you're doing.