+
-
-
-
-
-
-
-
-
-
-
- 请通过「米家APP-首页-家庭管理-终端家庭屏保」启用家庭屏保功能并选择展示设备
-
-
-
-
\ No newline at end of file
diff --git a/smartspeaker/album/src/pages/list/index.ux b/smartspeaker/album/src/pages/list/index.ux
new file mode 100644
index 0000000..25a2313
--- /dev/null
+++ b/smartspeaker/album/src/pages/list/index.ux
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/smartspeaker/album/src/pages/manual/index.ux b/smartspeaker/album/src/pages/manual/index.ux
deleted file mode 100644
index 5a72b50..0000000
--- a/smartspeaker/album/src/pages/manual/index.ux
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- 家庭相册帮助
-
-
-
- 为什么音箱上家庭相册的照片无法删除/小程序内无法上传照片?
- 为保障您的数据安全,“删除”/“添加”操作请在手机端的米家APP或小程序内可完成;另外,请先确认您在“米家-家庭”中的身份,当身份为创建者、管理员时可增删照片,成员仅可查看。目前该功能仅支持各端内测用户体验,敬请期待新版本
-
- 我在米家APP或小程序里上传或删除的照片/视频会同步到音箱吗?
-
- 音箱端会同步展示(可能会因网络等原因出现延迟);目前仅支持图片,更多功能敬请期待
-
- 为什么音箱没有把我家庭相册的照片都展示?
-
- 为确保您的使用体验,音箱端只为您展示最近上传的500张照片,更多照片请在米家APP/小程序内查看
-
- 如何在米家APP中上传及管理照片?
-
- 点击查看图示
-
-
-
-
-
\ No newline at end of file
diff --git a/smartspeaker/album/src/pages/preview/index.ux b/smartspeaker/album/src/pages/preview/index.ux
index e5e2958..385bc21 100644
--- a/smartspeaker/album/src/pages/preview/index.ux
+++ b/smartspeaker/album/src/pages/preview/index.ux
@@ -1,51 +1,43 @@
\ No newline at end of file
diff --git a/smartspeaker/album/src/pages/screenSaver/index.ux b/smartspeaker/album/src/pages/screenSaver/index.ux
deleted file mode 100644
index 8a8673d..0000000
--- a/smartspeaker/album/src/pages/screenSaver/index.ux
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
- 08:30
- 12/19 周二
-
-
-
- 预览
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/smartspeaker/album/src/pages/upload/index.ux b/smartspeaker/album/src/pages/upload/index.ux
deleted file mode 100644
index 56047c6..0000000
--- a/smartspeaker/album/src/pages/upload/index.ux
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
-
- 微信扫码上传
- 仅米家创建者/管理员可上传照片
-
-
-
-
-
-
\ No newline at end of file
diff --git a/smartspeaker/album/unocss.config.js b/smartspeaker/album/unocss.config.js
new file mode 100644
index 0000000..704a95a
--- /dev/null
+++ b/smartspeaker/album/unocss.config.js
@@ -0,0 +1,37 @@
+import { defineConfig } from 'unocss'
+
+import { presetVela } from '@mi/unocss-preset-vela'
+export default defineConfig({
+ content: {
+ pipeline: {
+ include: [
+ /\.(ux|html)($|\?)/,
+ 'src/**/*.{js,ts,ux}',
+ ],
+ }
+ },
+ theme: {
+ colors: {
+ "velaBlue": "#0D84FF",
+ "customBlue": "#0487ff",
+ "velaBlack": "rgba(0, 0, 0, .6)",
+ "customBlack": "#333",
+ "customGray": "rgba(255,255,255,.5)",
+ "velaBlack": "rgba(0, 0, 0, 0.25)",
+ "velaColor": "#353536",
+ "velaGrey": "#E7E7E7",
+ "velaGreya": "#353536",
+ "velaWhite": "rgba(255,255,255,.4)",
+ "velaWhitea": "rgba(255,255,255,.6)",
+ "toastGray":'#343437'
+ }
+ },
+ presets: [
+ presetVela(),
+ ],
+ shortcuts: [
+ {
+ container: 'bg-black w-full h-full justify-center items-center flex-col'
+ }
+ ]
+})
\ No newline at end of file