|
|
@@ -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 = {
|