Xiao Meng

Results 118 comments of Xiao Meng

感谢反馈,逐一回复下: - 关于国际化: 可以实现,不过需要寻找一个轻量的国际化引擎,并修改主题的加载方式,近期我会调研一下,预计会用 json 存储 locale 文件。架子搭起来之后我会通知你,方便的话可以一起参与,贡献一下翻译数据。 - Skills, Languages 没有内容仍然显示标题确实是个 bug,会尽快修复 - publications/awards 暂时还没有实现,如果有需要可以在模板里仿照其他 section 的写法进行扩充,提交 PR https://github.com/reorx/jsoncv/blob/1f03fa8f716cf1cde7c81261c38a396ae275eddb/src/themes/reorx/index.ejs#L272

现在 #5 中已经有了对主题的国际化支持,你可以本地跑一下试试,npm i 之后 npm run dev-site 就可以,修改 meta 中的 locale 字段为 zh-cn 就可以看到中文的效果,不过[语言文件](https://github.com/reorx/jsoncv/pull/5/files#diff-cc68431047e84b5b9c66b2ccf6fedcafc96dc79a1ca5265b1cb5c51535972175)还没有补全。时间格式倒是已经按照中文习惯支持了。 对于样式定制这一点,从一开始就决定不在 UI 里实现,因为各种调整的需求会无穷无尽,而 jsoncv 是一个面向开发者的项目,我尽可能完善了自助开发主题的体验,在文档的 [Create your own theme](https://github.com/reorx/jsoncv#create-your-own-theme) 有详细的描述,如果对主题感到不甚满意,最好的办法是写一个自己的主题,在 VSCode 里改 SCSS 不是更香吗

Images shrunk 45.12% (27784b -> 15248b) - chatroom/chatroom/static/img/lock.png (5988b -> 5800b) - chatroom/chatroom/static/img/title_deco_l.png (10838b -> 4724b) - chatroom/chatroom/static/img/title_deco_r.png (10958b -> 4724b)

Could you try replicating the error with `ai.py` and share the stdout/stderr? The log above doesn't seem to provide any indication of what went wrong.

These features are interesting; however, they require significant effort (such as exploring the DOM structure of the video page and crafting styles), necessitating a large investment of time that I...

Awesome plugin, thanks for recommendation!

flomo 有一个导出功能,可以将所有笔记以一个压缩包导出,导出并解压后,你会得到一个文件夹,里面放的是 flomo 的 html 和图片文件,这个目录就是 ``。你需要再新建一个目录来存放转换出来的 Obsidian 文件,这个目录就是 `` clone 这个项目,cd 进入然后 npm i 安装依赖后,运行 `node main.mjs ` 即可

前三个问题是图标,我再考虑下。 > 提高视频播放框中关闭视频按钮的对比度 这个已经在 1.2.1 干掉了,现在是右上角大 X 关闭 > (加入选项使)搜索框默认不弹出 已加入 > 调整字号,确保没有元素小于 16px 会加一个调整字号的设置项 > 视频信息行对比度太低(2.32),考虑使用更深的灰色或用字重、下划线等方式提高标题对比度 截个图标下是哪个地方?