💄 优化样式

This commit is contained in:
BTMuli
2023-06-17 22:16:02 +08:00
parent da300ac24b
commit a335dff636
4 changed files with 19 additions and 10 deletions

View File

@@ -38,7 +38,7 @@
// vue
import { onMounted, ref } from "vue";
// utils
import { saveImgLocal } from "../../utils/saveImg";
import { saveImgLocal } from "../../utils/TGShare";
interface TurHomeSubProps {
data: TGApp.Sqlite.Record.Home;

View File

@@ -41,7 +41,7 @@ import { onMounted, ref } from "vue";
// tauri
import { event } from "@tauri-apps/api";
// utils
import { saveImgLocal } from "../../utils/saveImg";
import { saveImgLocal } from "../../utils/TGShare";
interface TurWorldSubProps {
theme: "default" | "dark",