Merge pull request #48 from oiov/dev

bump version
This commit is contained in:
oiov
2025-07-11 20:30:14 +08:00
committed by GitHub
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ export default function AppConfigs({}: {}) {
return (
<Card>
<Collapsible className="group">
<Collapsible defaultOpen className="group">
<CollapsibleTrigger className="flex w-full items-center justify-between bg-neutral-50 px-4 py-5 dark:bg-neutral-900">
<div className="text-lg font-bold">{t("App Configs")}</div>
<Icons.chevronDown className="ml-auto size-4" />
+1 -1
View File
@@ -15,7 +15,7 @@ export async function POST(request: NextRequest) {
const { files, bucket, prefix } = await request.json();
if (!bucket || !prefix || !files || !Array.isArray(files)) {
if (!bucket || !files || !Array.isArray(files)) {
return NextResponse.json("Invalid request parameters", { status: 400 });
}
+1 -1
View File
@@ -3,7 +3,7 @@
"short_name": "WR.DO",
"description": "Shorten links with analytics, manage emails and control subdomains—all on one platform.",
"appid": "com.wr.do",
"versionName": "1.1.1",
"versionName": "1.1.2",
"versionCode": "1",
"start_url": "/",
"orientation": "portrait",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "wr.do",
"version": "1.1.1",
"version": "1.1.2",
"author": {
"name": "oiov",
"url": "https://github.com/oiov"
+1 -1
View File
@@ -3,7 +3,7 @@
"short_name": "WR.DO",
"description": "Shorten links with analytics, manage emails and control subdomains—all on one platform.",
"appid": "com.wr.do",
"versionName": "1.1.1",
"versionName": "1.1.2",
"versionCode": "1",
"start_url": "/",
"orientation": "portrait",
+1 -1
View File
@@ -3,7 +3,7 @@
"short_name": "WR.DO",
"description": "Shorten links with analytics, manage emails and control subdomains—all on one platform.",
"appid": "com.wr.do",
"versionName": "1.1.1",
"versionName": "1.1.2",
"versionCode": "1",
"start_url": "/",
"orientation": "portrait",
+1 -1
View File
File diff suppressed because one or more lines are too long