开发版包名更改

This commit is contained in:
Searchstars
2024-12-20 23:15:49 +08:00
parent e873d226b5
commit 998deb7834
4 changed files with 7 additions and 7 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

+1 -1
View File
@@ -1,5 +1,5 @@
{
"package": "com.searchstars.hyperbilibili",
"package": "com.searchstars.hyperbilibili.dev",
"name": "澎湃哔哩",
"versionName": "2.5.0",
"versionCode": 2,
+2 -6
View File
@@ -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>