This commit is contained in:
icssoa
2025-10-27 18:14:01 +08:00
parent 21b055cd42
commit a8aa3699f4

View File

@@ -242,9 +242,9 @@ import { isApp, isMp, parseClass } from "@/cool";
import { ref } from "vue";
const bannerList = ref<string[]>([
"https://uni-docs.cool-js.com/demo/pages/demo/static/bg1.png",
"https://uni-docs.cool-js.com/demo/pages/demo/static/bg2.png",
"https://uni-docs.cool-js.com/demo/pages/demo/static/bg3.png"
"https://unix.cool-js.com/images/demo/bg1.png",
"https://unix.cool-js.com/images/demo/bg2.png",
"https://unix.cool-js.com/images/demo/bg3.png"
]);
type Comment = {