MoeKoe Music浏览器插件版本,开箱即用

MoeKoe Music Extension MoeKoe Music 浏览器插件版,基于 MoeKoeMusic Web 构建,并在浏览器扩展内完成 API 路由兼容。 🌎 GitHub仓库 特性 点击浏览器插件图标后打开独立窗口运行 MoeKoeMusic。 无需用户配置 API 地址,也无需额外启动本地 API 服务。 保留 MoeKoeMusic 原有 Web 页面与交互,兼容浏览器扩展运行环境。 快速开始 环境要求 Node.js 20 或更高版本 Git Chrome / Edge 等 Chromium 内核浏览器 安装依赖 git submodule update --init --recursive npm install npm run install:app npm run install:app 会分别安装 MoeKoeMusic 与 MoeKoeMusic/api 的依赖。安装后建议检查子模块工作区,避免把上游 lockfile 的非预期变化提交进去。 构建扩展 npm run build 构建产物会输出到: dist/extension 安装到浏览器 打开 chrome://extensions 或 edge://extensions。 启用“开发者模式”。 点击“加载已解压的扩展程序”。 选择本项目下的 dist/extension 目录。 不要加载源码目录 extension,否则浏览器会提示清单或背景脚本加载失败。 ...

July 15, 2026 · 2 min · MoeJue

I won the Easter match and I came back to life

Recent situation It’s been more than two months since I last chatted, and it’s time to sort out my thoughts. Last time, I posted a bunch of emotions and then went silent, so it was a little rushed, and I couldn’t keep up with the follow-up work. It’s National Day again, and sure enough, my National Day is comparable to Double Eleven. Although the three domain names (52ecy.cn, moeins.cn, moeins.com) I owned before, although I won the resurrection competition, the equipment is gone. ...

October 3, 2024 · 4 min · MoeJue

emlog sina upload plugin + interface V1.1

emlog background write article sina upload image plugin The first time to write emlog plugin, reference to the seven cattle bed writing (yes, that is the background of that) recommended two together to use! plug-in download directly uploaded to the backstage of the emlog can be, without decompression (who said this, stand out, to ensure that you do not kill you) Specific methods of use in the plug-in settings interface has written, download address at the bottom of the article! Which good people have emlog developer account, can help me submit to the emlog application center! ...

April 21, 2018 · 3 min · MoeJue

Use .htaccess to bind subdomain names to subdirectories

Under normal circumstances, a virtual host is only allowed to bind one domain name to the root directory. People who have used emlog should be familiar with the static links in it. It is a typical use of .htaccess files to redirect domain names to web pages. Use .htaccess to bind domain names to subdirectories. The prerequisite is that your space server must support the rewrite function of apache. Only in this way can .htaccess be used. If your space is a Linux server, it is usually enabled by default. That is, you can bind domain names to subdirectories and multiple sites in one space. ...

January 22, 2018 · 3 min · MoeJue

Notes: Sublime Text3 configuration

Save the configuration information of Sublime Text3 to avoid losing it next time. Configuration: { “font_size”: 21, // Set font size “word_wrap”: true, // Automatic line wrapping “update_check”: false, // disable update check “font_face”: “Courier New”, // Set font “highlight_modified_tabs”: true, // Highlight file modifications “create_window_at_startup”: false, // Cancel startup and automatically open a new window “open_files_in_new_window”: false, // Cancel the opening of the file and generate a new window “highlight_line”: true, // Highlight the current line “show_encoding”: true, // The encoding type is displayed in the lower right corner “open_files_in_new_window”: false, // Disable opening in a new window every time “caret_style”: “phase”, // Set the cursor flashing mode “line_padding_top”: 5, // Spacing on the line “line_padding_bottom”: 5, // Spacing under the line “fade_fold_buttons”: false, //Always display the code shrink icon “translate_tabs_to_spaces”: false // Use spaces instead of Tabs } ...

December 28, 2017 · 1 min · MoeJue

Add a Live2D billboard to your blog

Some time ago, I saw this Live2D poster girl on many people’s blogs, and I was very interested! I checked some related tutorials and added them to my blog. Preface Live2d is not an advanced technology. The effects it produces are all achieved by basic operations such as translation, rotation, transparency, and surface deformation. The final effect has a lot to do with the texture, and every action requires fine adjustments by the producer. This is a process that requires a lot of time and energy, so there are not many good-quality models. The good ones are usually in games, and the copyright is protected and cannot be used casually. ...

December 24, 2017 · 4 min · MoeJue

Randomized secondary image API goes live

[Randomized secondary images API online – Random anime wallpapers, daily brush, different every time]. (https://www.52ecy.cn/randbg) Interface address: https://www.52ecy.cn/randbg/randbg.php Description of request parameters: Name Description type (optional) json: return standard json data (image address) 302: jump to the image address (must be used when inserting HTML images) total(optional) 1-10 the number of images returned(only valid for json data, up to 10) style(optional) 1/2/3 the type of the returned image. 1: webp thumbnail, 2: jpg thumbnail, 3: the original picture without watermark, the other are the original picture with watermark ...

December 6, 2017 · 2 min · MoeJue