This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 对比两个文件夹中的音乐文件,并移动 | |
const fs = require('fs'); | |
const Path = require('path'); | |
function padNum(num, len = 3) { | |
return num.toString().padStart(len, '0') | |
} | |
function ensureDirSync(path) { | |
if (!fs.existsSync(path)) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Persistent | |
#SingleInstance, force | |
DetectHiddenWindows, On | |
; cmd示例: | |
; powercfg /devicequery wake_armed | |
; powercfg /devicedisablewake "设备名" | |
; powercfg /deviceenablewake "设备名" | |
; 检查程序是否以管理员权限运行 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
customization: | |
distribution_code_name: Weasel | |
distribution_version: 0.16.3 | |
generator: "Rime::SwitcherSettings" | |
modified_time: "Tue Jan 14 08:55:24 2025" | |
rime_version: 1.11.2 | |
patch: | |
schema_list: | |
- {schema: double_pinyin_flypy} | |
- {schema: radical_pinyin_flypy} |
OlderNewer