Skip to content

Create ذخیره‌سازی ابری#255

Open
esteghlal1402 wants to merge 1 commit intogoinaction:masterfrom
esteghlal1402:patch-7
Open

Create ذخیره‌سازی ابری#255
esteghlal1402 wants to merge 1 commit intogoinaction:masterfrom
esteghlal1402:patch-7

Conversation

@esteghlal1402
Copy link

function saveToCloud(message, reply) {
const data = {
message: message,
reply: reply,
timestamp: new Date().toISOString()
};

// اینجا اتصال واقعی به Google Drive یا OneDrive اضافه می‌شه
console.log("Saving to infinite memory:", data);
}

function saveToCloud(message, reply) {
  const data = {
    message: message,
    reply: reply,
    timestamp: new Date().toISOString()
  };

  // اینجا اتصال واقعی به Google Drive یا OneDrive اضافه می‌شه
  console.log("Saving to infinite memory:", data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant