We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a658b23 commit cd6a394Copy full SHA for cd6a394
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "hotpe-clientn",
3
"private": true,
4
- "version": "0.0.2",
+ "version": "0.0.3",
5
"main": "dist/main/index.js",
6
"scripts": {
7
"dev": "vite --force",
src/view/services/config.ts
@@ -9,8 +9,8 @@ const fs = window.require('fs')
9
10
//只读配置read only=======================================================================================
11
const roConfig = {
12
- id: '231026',
13
- clientVer: 'V0.2.231027_final',
+ id: '240201',
+ clientVer: 'V0.3.240201',
14
url: {
15
home: 'https://www.hotpe.top/',
16
github: 'https://github.com/VirtualHotBar/HotPE_Client',
0 commit comments