create-next-imagicma 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/template-hono/AGENTS.md
CHANGED
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
-
<
|
|
6
|
+
<link rel="icon" type="image/png" href="/favicon.png" />
|
|
7
|
+
<title>Agentma App · Powered by agentma.cn</title>
|
|
7
8
|
<script src="/imagicma-picker-bridge.js"></script>
|
|
8
9
|
<script src="/imagicma-preview-feedback.js"></script>
|
|
9
10
|
</head>
|
|
Binary file
|
|
@@ -9,7 +9,7 @@ export function Providers({ children }: { children: React.ReactNode }) {
|
|
|
9
9
|
const [queryClient] = React.useState(() => makeQueryClient());
|
|
10
10
|
|
|
11
11
|
return (
|
|
12
|
-
<ThemeProvider attribute="class"
|
|
12
|
+
<ThemeProvider attribute="class">
|
|
13
13
|
<QueryClientProvider client={queryClient}>
|
|
14
14
|
<TooltipProvider>
|
|
15
15
|
<Toaster />
|
|
Binary file
|