Explorar el Código

隐私协议替换

zqwang hace 2 años
padre
commit
234dd08f2f

+ 3 - 3
src/manifest.json

@@ -1,6 +1,6 @@
 {
-  "package": "com.beidao.kuaiying.shouyue",
-  "name": "首阅阅读",
+  "package": "com.hzzykj.zuiaixiaoshuo",
+  "name": "植宇快应用",
   "versionName": "1.0.1",
   "versionCode": 1,
   "minPlatformVersion": 1080,
@@ -57,7 +57,7 @@
   "config": {
     "logLevel": "debug",
     "data": {
-      "yinsi_addr": "https://zhuishuyun.oss-cn-hangzhou.aliyuncs.com/qapp/privacy/shouyue-privacy.htm",
+      "yinsi_addr": "https://cdn-novel.bookkks.com/qapp/zhiyu/privacy/zuiaixiaoshuo-privacy.htm",
       "company_name": "杭州植宇科技有限公司"
     }
   },

+ 3 - 3
src/views/Category/index.ux

@@ -1,4 +1,4 @@
-<import name="x-book" src="../../components/book/book.ux"></import>
+<import name="book-block" src="../../components/book/book.ux"></import>
 <import name="x-loading" src="../../components/loading/loading.ux"></import>
 
 <template>
@@ -61,12 +61,12 @@
           type="books-item"
           class="books-item__wrap {{$idx === 0 ? 'book-item__wrap--first' : ''}}"
         >
-          <x-book multi="{{true}}" width="{{150}}" book="{{$item}}">
+          <book-block multi="{{true}}" width="{{150}}" book="{{$item}}">
             <div class="book-info">
               <text class="name">{{ $item.book_name }}</text>
               <text class="intro">{{ $item.book_summary }}</text>
             </div>
-          </x-book>
+          </book-block>
         </list-item>
       </block>
       <list-item onappear="getBooksList" style="height:120px;"></list-item>

+ 4 - 4
src/views/Detail/index.ux

@@ -1,10 +1,10 @@
-<import name="x-book" src="../../components/book/book.ux"></import>
+<import name="book-block" src="../../components/book/book.ux"></import>
  
 
 <template>
   <div class="detail-wrap">
     <div class="book-wrap">
-      <x-book
+      <book-block
         multi="{{true}}"
         width="{{180}}"
         book="{{book}}"
@@ -30,7 +30,7 @@
             >
           </div>
         </div>
-      </x-book>
+      </book-block>
       <stack class="book-intro">
         <text class="short-info__text">{{ substrInfoText() }}</text>
         <div class="intro-div">
@@ -74,7 +74,7 @@
       </div>
       <div class="similar-wrap">
         <block for="similar">
-          <x-book similar="{{true}}" book="{{$item}}"></x-book>
+          <book-block similar="{{true}}" book="{{$item}}"></book-block>
         </block>
       </div>
     </div>

+ 3 - 3
src/views/Free/index.ux

@@ -1,4 +1,4 @@
-<import name="x-book" src="../../components/book/book.ux"></import>
+<import name="book-block" src="../../components/book/book.ux"></import>
 <template>
   <list id="free" class="free-wrap" v-if="list.length > 0 && isInit">
     <list-item type="tab">
@@ -23,12 +23,12 @@
       >
         <div class="book-list__multi">
           <div class="book-item">
-            <x-book multi="{{true}}" width="{{150}}" book="{{book}}">
+            <book-block multi="{{true}}" width="{{150}}" book="{{book}}">
               <div class="book-info__multi">
                 <text class="name">{{ book.book_name }}</text>
                 <text class="intro">{{ book.intro }}</text>
               </div>
-            </x-book>
+            </book-block>
           </div>
         </div>
       </list-item>

+ 7 - 7
src/views/Home/index.ux

@@ -1,4 +1,4 @@
-<import name="x-book" src="../../components/book/book.ux"></import>
+<import name="book-block" src="../../components/book/book.ux"></import>
 
 <template>
   <div class="home-wrap">
@@ -56,23 +56,23 @@
             <div class="book-list__multi">
               <block for="book in bookObj.books.slice(4)">
                 <div class="book-item">
-                  <x-book multi="{{true}}" width="{{150}}" book="{{book}}">
+                  <book-block multi="{{true}}" width="{{150}}" book="{{book}}">
                     <div class="book-info__multi">
                       <text class="name">{{ book.book_name }}</text>
                       <text class="intro">{{ book.book_summary }}</text>
                     </div>
-                  </x-book>
+                  </book-block>
                 </div>
               </block>
             </div>
             <div class="book-list__line">
               <block for="book in bookObj.books.slice(0, 4)">
-                <x-book
+                <book-block
                   multi="{{false}}"
                   width="{{150}}"
                   lines="{{true}}"
                   book="{{book}}"
-                ></x-book>
+                ></book-block>
               </block>
             </div>
           </div>
@@ -88,8 +88,8 @@
             </div>
             <div class="book-list">
               <block for="book in bookObj.books">
-                <x-book multi="{{false}}" book="{{book}}"  width="{{200}}"
-                  ></x-book>
+                <book-block multi="{{false}}" book="{{book}}"  width="{{200}}"
+                  ></book-block>
               </block>
             </div>
           </div>

+ 3 - 3
src/views/Leaderboard/index.ux

@@ -1,4 +1,4 @@
-<import name="x-book" src="../../components/book/book.ux"></import>
+<import name="book-block" src="../../components/book/book.ux"></import>
 
 <template>
   <div class="leaderboard-wrap">
@@ -27,12 +27,12 @@
                   <text>{{ $idx + 1 }}</text>
                 </div>
               </div>
-              <x-book multi="{{true}}" width="{{150}}" book="{{book}}">
+              <book-block multi="{{true}}" width="{{150}}" book="{{book}}">
                 <div class="book-info__multi">
                   <text class="name">{{ book.book_name }}</text>
                   <text class="intro">{{ book.book_summary }}</text>
                 </div>
-              </x-book>
+              </book-block>
             </div>
           </div>
         </list-item>

+ 4 - 4
src/views/Raderover/index.ux

@@ -1,4 +1,4 @@
-<import name="x-book" src="../../components/book/book.ux"></import>
+<import name="book-block" src="../../components/book/book.ux"></import>
 <template>
     <div class='readerover'>
         <div class='top-box'>
@@ -21,12 +21,12 @@
             <text @click='changebooklist()'>换一换</text>
         </div>
         <div>
-            <x-book multi="{{true}}" width="{{180}}" book="{{bookdata[0]}}">
-            </x-book>
+            <book-block multi="{{true}}" width="{{180}}" book="{{bookdata[0]}}">
+            </book-block>
         </div>
         <div class='booklist'>
             <block for="{{bookdata.slice(1)}}">
-                <x-book book='{{$item}}'></x-book>
+                <book-block book='{{$item}}'></book-block>
             </block>
         </div>
     </div>

+ 3 - 3
src/views/Search/index.ux

@@ -1,4 +1,4 @@
-<import name="x-book" src="../../components/book/book.ux"></import>
+<import name="book-block" src="../../components/book/book.ux"></import>
 <import name="x-loading" src="../../components/loading/loading.ux"></import>
 <template>
   <div class="serch-wrap">
@@ -71,12 +71,12 @@
           type="books-item"
           class="books-item__wrap {{$idx === 0 ? 'book-item__wrap--first' : ''}}"
         >
-          <x-book multi="{{true}}" width="{{150}}" book="{{$item}}">
+          <book-block multi="{{true}}" width="{{150}}" book="{{$item}}">
             <div class="book-info">
               <text class="name">{{ $item.book_name }}</text>
               <text class="intro">{{ $item.book_summary }}</text>
             </div>
-          </x-book>
+          </book-block>
         </list-item>
 		<<list-item   onappear="getBooksList" ></list-item>
       </block>

+ 4 - 4
src/views/Shelf/index.ux

@@ -1,4 +1,4 @@
-<import name="x-book" src="../../components/book/book.ux"></import>
+<import name="book-block" src="../../components/book/book.ux"></import>
 
 <template>
   <div class="shelfs">
@@ -60,7 +60,7 @@
             <block for="mockList">
               <div class="book-item__wrap {{(($idx + 1)%4 === 0) ? 'm0' : ''}}">
                 <stack>
-                  <x-book book="{{$item}}" read="{{true}}"></x-book>
+                  <book-block book="{{$item}}" read="{{true}}"></book-block>
                   <div
                     class="book-del__wrap"
                     show="{{isDelMode}}"
@@ -92,7 +92,7 @@
                     class="book-item__wrap {{(($idx + 1)%3 === 0) ? 'm0' : ''}}"
                   >
                     <stack>
-                      <x-book
+                      <book-block
                         book="{{$item}}"
                         read="{{true}}"
                         isshowtext="{{false}}"
@@ -103,7 +103,7 @@
                             >读到 {{ $item.chapter_name }}</text
                           >
                         </div>
-                      </x-book>
+                      </book-block>
                       <div
                         class="book-del__wrap"
                         show="{{isDelMode}}"

+ 1 - 1
src/views/Task/index.ux

@@ -1,4 +1,4 @@
-<import name="x-book" src="../../components/book/book.ux"></import>
+<import name="book-block" src="../../components/book/book.ux"></import>
 <template>
   <div class="task-page">   
     <div class="sign-section">

+ 1 - 1
src/views/Web/index.ux

@@ -81,7 +81,7 @@
   .doc-comp {
     flex: 1;
     flex-direction: column;
-    padding:  0 10px;
+    /* padding:  0 10px; */
   
   }
   .web-comp {