diff --git a/dcloud/.gitignore b/unicloud/.gitignore similarity index 100% rename from dcloud/.gitignore rename to unicloud/.gitignore diff --git a/dcloud/README.md b/unicloud/README.md similarity index 96% rename from dcloud/README.md rename to unicloud/README.md index 43286e6..23e231b 100644 --- a/dcloud/README.md +++ b/unicloud/README.md @@ -20,7 +20,7 @@ Add to crontab to run automatically: # Renew DCloud uniCloud free-tier subscriptions. # Runs at 1:00 on the 26th of every month. # -# Install with: crontab /Users/Shared/product-产品/opx/sysconfig/dcloud/crontab.txt +# Install with: crontab /Users/Shared/product-产品/opx/sysconfig/unicloud/crontab.txt # (That replaces your whole crontab; use `crontab -e` to merge with existing entries.) 0 1 26 * * source renew_all.sh >> /tmp/dcloud-renew.log 2>&1 ``` diff --git a/dcloud/package-lock.json b/unicloud/package-lock.json similarity index 100% rename from dcloud/package-lock.json rename to unicloud/package-lock.json diff --git a/dcloud/package.json b/unicloud/package.json similarity index 94% rename from dcloud/package.json rename to unicloud/package.json index 2e59c80..c83424e 100644 --- a/dcloud/package.json +++ b/unicloud/package.json @@ -1,5 +1,5 @@ { - "name": "dcloud-renew", + "name": "unicloud", "version": "1.0.0", "type": "module", "description": "", diff --git a/dcloud/renew.mjs b/unicloud/renew.mjs similarity index 100% rename from dcloud/renew.mjs rename to unicloud/renew.mjs