diff --git a/src/utils/cat/utils.js b/src/utils/cat/utils.js new file mode 100644 index 0000000000000000000000000000000000000000..7ad2553b475bda160e2e6b95624558e3abf864f4 --- /dev/null +++ b/src/utils/cat/utils.js @@ -0,0 +1,12 @@ +/* + * @作者:AMEN + * @官网:https://www.ymypay.cn/ + * @博客:https://blog.ymypay.cn/ + * 湮灭网络工作室 + */ +export const uuid = () => { + function S4() { + return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1); + } + return S4() + S4() + S4() + S4() + S4() + S4() + S4() + S4(); +} diff --git a/src/views/desktop/setting/wallpaper/CatBody.vue b/src/views/desktop/setting/wallpaper/CatBody.vue new file mode 100644 index 0000000000000000000000000000000000000000..e809396bd535ba5912681cae5665f50010327ad9 --- /dev/null +++ b/src/views/desktop/setting/wallpaper/CatBody.vue @@ -0,0 +1,126 @@ + + + + + diff --git a/src/views/desktop/setting/wallpaper/CatHead.vue b/src/views/desktop/setting/wallpaper/CatHead.vue new file mode 100644 index 0000000000000000000000000000000000000000..6a0da7fb312ad5a0732dafeb1915f3b8b16d8e0c --- /dev/null +++ b/src/views/desktop/setting/wallpaper/CatHead.vue @@ -0,0 +1,76 @@ + + + + diff --git a/src/views/desktop/setting/wallpaper/GalleryBody.vue b/src/views/desktop/setting/wallpaper/GalleryBody.vue index 9816f7351ddf1de211211ab27f94fc5fc66c9c78..58e3fea8f28a5fe4b134bb58d2614d1faddcc90b 100644 --- a/src/views/desktop/setting/wallpaper/GalleryBody.vue +++ b/src/views/desktop/setting/wallpaper/GalleryBody.vue @@ -1,63 +1,72 @@