Sherlock Zhang
Sherlock Zhang
It doesn't support under Windows 11 21H2. Recommended 22H2 or the latest version. [Supported Hardware](https://devblogs.microsoft.com/performance-diagnostics/introducing-ecoqos/)
Segoe Fluent icon for PowerToy follows aesthetic principles, that make users easier to understand and improve user experience. Highly recommended!
寫進 Systemd 服務。我將二進制文件放在 `/usr/local/bin` ,配置文件和 data 放在 `/usr/local/etc` 路徑下,大致如下 ```bash [Unit] Description=E5SubBot Service After=network.target [Service] WorkingDirectory=/usr/local/etc/E5SubBot ExecStart=/usr/local/bin/E5SubBot Restart=on-failure [Install] WantedBy=multi-user.target ```  
 ```plain-text # /boot/firmware/config.txt # Automatically load overlays for detected cameras #camera_auto_detect=1 camera_auto_detect=0 ... # Don't have the firmware create an initial video= setting in cmdline.txt. # Use the kernel's...
 删除 nix 即可正常运行
main.sh文件中第一行取消对rm -rf alist* data的注释,然后进行更新运行。 如遇最新版的包还没分发,可将下一行的链接 curl -L https://github.com/Xhofe/alist/releases/latest/download/alist-linux-musl-amd64.tar.gz -o alist.tar.gz 替换为特定版本,如 curl -L https://github.com/alist-org/alist/releases/download/v2.6.3/alist-linux-musl-amd64.tar.gz -o alist.tar.gz
 The same issue in v1.5.0 with newly installed, need to fix it.