diff --git a/postcss.config.cjs b/postcss.config.cjs index 1ff32df..90e75c9 100644 --- a/postcss.config.cjs +++ b/postcss.config.cjs @@ -1,23 +1,23 @@ -module.exports = { - plugins: { - 'postcss-px-to-viewport': { - unitToConvert: 'px', // 需要转换的单位,默认为"px" - viewportWidth: 1920, // 设计稿的视口宽度 - unitPrecision: 5, // 单位转换后保留的精度 - propList: ['*'], // 能转化为vw的属性列表 - viewportUnit: 'vw', // 希望使用的视口单位 - fontViewportUnit: 'vw', // 字体使用的视口单位 - selectorBlackList: [''], // 需要忽略的CSS选择器,不会转为视口单位,使用原有的px等单位。 - minPixelValue: 1, // 设置最小的转换数值,如果为1的话,只有大于1的值会被转换 - mediaQuery: false, // 媒体查询里的单位是否需要转换单位 - replace: true, // 是否直接更换属性值,而不添加备用属性 - exclude: undefined, // 忽略某些文件夹下的文件或特定文件,例如 'node_modules' 下的文件 - include: undefined, // 如果设置了include,那将只有匹配到的文件才会被转换 - landscape: false, // 是否添加根据 landscapeWidth 生成的媒体查询条件 @media (orientation: landscape) - landscapeUnit: 'vw', // 横屏时使用的单位 - landscapeWidth: 1920 // 横屏时使用的视口宽度 - } - } - } +// module.exports = { +// plugins: { +// 'postcss-px-to-viewport': { +// unitToConvert: 'px', // 需要转换的单位,默认为"px" +// viewportWidth: 1920, // 设计稿的视口宽度 +// unitPrecision: 5, // 单位转换后保留的精度 +// propList: ['*'], // 能转化为vw的属性列表 +// viewportUnit: 'vw', // 希望使用的视口单位 +// fontViewportUnit: 'vw', // 字体使用的视口单位 +// selectorBlackList: [], // 需要忽略的CSS选择器,不会转为视口单位,使用原有的px等单位。 +// minPixelValue: 1, // 设置最小的转换数值,如果为1的话,只有大于1的值会被转换 +// mediaQuery: false, // 媒体查询里的单位是否需要转换单位 +// replace: true, // 是否直接更换属性值,而不添加备用属性 +// exclude: undefined, // 忽略某些文件夹下的文件或特定文件,例如 'node_modules' 下的文件 +// include: undefined, // 如果设置了include,那将只有匹配到的文件才会被转换 +// landscape: false, // 是否添加根据 landscapeWidth 生成的媒体查询条件 @media (orientation: landscape) +// landscapeUnit: 'vw', // 横屏时使用的单位 +// landscapeWidth: 1920 // 横屏时使用的视口宽度 +// } +// } +// } \ No newline at end of file diff --git a/public/app-ads.txt b/public/app-ads.txt new file mode 100644 index 0000000..18c7f17 --- /dev/null +++ b/public/app-ads.txt @@ -0,0 +1 @@ +facebook.com, 738821754408343, DIRECT, c3e20eee3f780d68 \ No newline at end of file diff --git a/src/assets/img/home/game/001.png b/src/assets/img/home/game/001.png index b6e4efe..bf58a19 100644 Binary files a/src/assets/img/home/game/001.png and b/src/assets/img/home/game/001.png differ diff --git a/src/assets/img/home/game/002.png b/src/assets/img/home/game/002.png index 02b9a73..e464816 100644 Binary files a/src/assets/img/home/game/002.png and b/src/assets/img/home/game/002.png differ diff --git a/src/assets/img/home/game/003.png b/src/assets/img/home/game/003.png index ac7bcca..c794551 100644 Binary files a/src/assets/img/home/game/003.png and b/src/assets/img/home/game/003.png differ diff --git a/src/assets/img/home/game/004.png b/src/assets/img/home/game/004.png index 3ab50dd..cf9163e 100644 Binary files a/src/assets/img/home/game/004.png and b/src/assets/img/home/game/004.png differ diff --git a/src/assets/img/home/game/005.png b/src/assets/img/home/game/005.png index 8a76bc6..65a1a42 100644 Binary files a/src/assets/img/home/game/005.png and b/src/assets/img/home/game/005.png differ diff --git a/src/assets/img/home/game/006.png b/src/assets/img/home/game/006.png deleted file mode 100644 index 1cbe454..0000000 Binary files a/src/assets/img/home/game/006.png and /dev/null differ diff --git a/src/components/about/Grid9Panel.vue b/src/components/about/Grid9Panel.vue index 3b306af..fd10cae 100644 --- a/src/components/about/Grid9Panel.vue +++ b/src/components/about/Grid9Panel.vue @@ -1,7 +1,8 @@