Merge remote-tracking branch 'origin/main' into feat/cherry-store

This commit is contained in:
MyPrototypeWhat
2025-08-01 15:54:12 +08:00
105 changed files with 3974 additions and 15668 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ exports.default = async function (context) {
* @param {string} nodeModulesPath
*/
function removeMacOnlyPackages(nodeModulesPath) {
const macOnlyPackages = ['@cherrystudio/mac-system-ocr']
const macOnlyPackages = []
macOnlyPackages.forEach((packageName) => {
const packagePath = path.join(nodeModulesPath, packageName)