diff --git a/src/components/PinPuYi/PinPuYi.vue b/src/components/PinPuYi/PinPuYi.vue new file mode 100644 index 0000000..d7c431c --- /dev/null +++ b/src/components/PinPuYi/PinPuYi.vue @@ -0,0 +1,16 @@ + + + + + diff --git a/src/components/PinPuYi/pin-pu-yi-bg.png b/src/components/PinPuYi/pin-pu-yi-bg.png new file mode 100644 index 0000000..733cfd8 Binary files /dev/null and b/src/components/PinPuYi/pin-pu-yi-bg.png differ diff --git a/src/pages/Page/PinPuYi.page.vue b/src/pages/Page/PinPuYi.page.vue new file mode 100644 index 0000000..418f195 --- /dev/null +++ b/src/pages/Page/PinPuYi.page.vue @@ -0,0 +1,13 @@ + + + + diff --git a/typed-router.d.ts b/typed-router.d.ts index f1799fb..e5ae744 100644 --- a/typed-router.d.ts +++ b/typed-router.d.ts @@ -35,6 +35,7 @@ declare module 'vue-router/auto-routes' { 'PageJSPage': RouteRecordInfo<'PageJSPage', '/Page/JSPage', Record, Record>, 'PageMDPage': RouteRecordInfo<'PageMDPage', '/Page/MDPage', Record, Record>, 'PageP5Js': RouteRecordInfo<'PageP5Js', '/Page/p5_js', Record, Record>, + 'PagePinPuYi': RouteRecordInfo<'PagePinPuYi', '/Page/PinPuYi', Record, Record>, 'PageStyle': RouteRecordInfo<'PageStyle', '/Page/Style', Record, Record>, 'PageViteAssets': RouteRecordInfo<'PageViteAssets', '/Page/vite-assets', Record, Record>, 'PkgsUsageI18n': RouteRecordInfo<'PkgsUsageI18n', '/PkgsUsage/I18n', Record, Record>,