YM
2024-05-31 65b5cd16cc9d9ab4b346a37107a44011550f701b
src/App.vue
@@ -63,6 +63,8 @@
    } else {
      this.activeBook = await this.config.getBookConfig(
        // childHealth
        // lifeCare
        // sportsAndHealth
        this.config.resourceCtx + "childHealth"
      );
      // 测试试读30页
@@ -165,4 +167,9 @@
  left: 0;
  margin: auto;
}
.openImgBox img{
  cursor: zoom-in;
}
</style>