开发版包名更改

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
+4
View File
@@ -12,6 +12,10 @@
## 使用 ## 使用
对于普通用户而非开发者,你只需要下载本应用的release版本(RPK文件)然后安装到你的设备上就行了。目前,官方版本只会在官网发布,如果你想获得经过测试的稳定版本,请前往[官网](https://hyperbili.astralsight.space)获取。如果你想紧跟代码提交的步伐,在手表上运行本项目最新且未经测试的不稳定开发版代码,请从本仓库的actions中直接下载实时构建的rpk 对于普通用户而非开发者,你只需要下载本应用的release版本(RPK文件)然后安装到你的设备上就行了。目前,官方版本只会在官网发布,如果你想获得经过测试的稳定版本,请前往[官网](https://hyperbili.astralsight.space)获取。如果你想紧跟代码提交的步伐,在手表上运行本项目最新且未经测试的不稳定开发版代码,请从本仓库的actions中直接下载实时构建的rpk
`next-gen`分支的开发版本和release版本的包名不一样,因此事实上两个版本可以共存,可以分别登录不同的账号。
- 开发版包名:`com.searchstars.hyperbilibili.dev`
- release版包名:`com.searchstars.hyperbilibili`
## 搭建开发环境 ## 搭建开发环境
克隆此仓库,然后在`Aiot IDE`中打开它 克隆此仓库,然后在`Aiot IDE`中打开它
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": "澎湃哔哩", "name": "澎湃哔哩",
"versionName": "2.5.0", "versionName": "2.5.0",
"versionCode": 2, "versionCode": 2,
+2 -6
View File
@@ -3,7 +3,8 @@
<template> <template>
<div class="page"> <div class="page">
<switch-bar title="settings.title"></switch-bar> <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> <image class="seticon" src="/common/settings_freshtype.png"></image>
<text class="setext_small">{{ $t("settings.videoPushRelevance") }}</text> <text class="setext_small">{{ $t("settings.videoPushRelevance") }}</text>
<text class="countset_num">{{ fresh_type }}</text> <text class="countset_num">{{ fresh_type }}</text>
@@ -33,11 +34,6 @@
<text class="setext_small">{{ $t("settings.donation") }}</text> <text class="setext_small">{{ $t("settings.donation") }}</text>
<image src="/common/arrow_right.png"></image> <image src="/common/arrow_right.png"></image>
</div> </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="setbase" @click="GoDebug()">
<div class="seticon"></div> <div class="seticon"></div>
<text class="setext_small">{{ $t("settings.debug") }}</text> <text class="setext_small">{{ $t("settings.debug") }}</text>