开发版包名更改
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"package": "com.searchstars.hyperbilibili",
|
||||
"package": "com.searchstars.hyperbilibili.dev",
|
||||
"name": "澎湃哔哩",
|
||||
"versionName": "2.5.0",
|
||||
"versionCode": 2,
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
<template>
|
||||
<div class="page">
|
||||
<switch-bar title="settings.title"></switch-bar>
|
||||
<div class="setbase" style="margin-top: 30px" onclick="ClickCountSet({{countset_name[0]}})">
|
||||
<img src="/common/settings_version.png" @click="GoAbout"></img>
|
||||
<div class="setbase" onclick="ClickCountSet({{countset_name[0]}})">
|
||||
<image class="seticon" src="/common/settings_freshtype.png"></image>
|
||||
<text class="setext_small">{{ $t("settings.videoPushRelevance") }}</text>
|
||||
<text class="countset_num">{{ fresh_type }}</text>
|
||||
@@ -33,11 +34,6 @@
|
||||
<text class="setext_small">{{ $t("settings.donation") }}</text>
|
||||
<image src="/common/arrow_right.png"></image>
|
||||
</div>
|
||||
<div class="setbase" @click="GoAbout()">
|
||||
<image class="seticon" src="/common/settings_about.png"></image>
|
||||
<text class="setext_small">{{ $t("settings.about") }}</text>
|
||||
<image src="/common/arrow_right.png"></image>
|
||||
</div>
|
||||
<div class="setbase" @click="GoDebug()">
|
||||
<div class="seticon"></div>
|
||||
<text class="setext_small">{{ $t("settings.debug") }}</text>
|
||||
|
||||
Reference in New Issue
Block a user