+
*作品{{index+1}}
-
-
-

-
上传作品
+
+
+
+

+
上传作品
+
+
+
+
-
+
作品名称
-
+
-
-
-
diff --git a/uno.config.js b/uno.config.js
index 69029ef..f794b53 100644
--- a/uno.config.js
+++ b/uno.config.js
@@ -22,4 +22,7 @@ export default defineConfig({
// 处理 placeholder 伪元素
[/^placeholder:(.*)$/, ([, style]) => ({ '::placeholder': { ...parseStyle(style) } })],
],
+ shortcuts: {
+ 'flex-center': 'flex justify-center items-center',
+ },
})