Add better translating screens & made the sources have min sizes. Like

why havn't added that yet???
This commit is contained in:
yuanhau 2025-07-02 20:41:29 +08:00
parent 885303b565
commit 44fec99dbe
6 changed files with 56 additions and 7 deletions

View file

@ -15,7 +15,7 @@ export default defineEventHandler(async (event) => {
// Use Static values for now.
const requestChange = body.action || "";
const apiKeyqq = body.value.match(clearBadDataRegex);
console.log(apiKeyqq);
console.log(apiKeyqq);
const allowedColumns = ["firstname", "email"];
if (!allowedColumns.includes(requestChange)) {