YumeMichi
150ce674ad
Implement more endpoints & overhaul [2/n]
...
Drop LevelDB and move all the things to SQLite.
Implemented endpoints:
/api <unit, accessoryMaterialAll>
/api <unit, accessoryTab>
/live/continue
/live/partyList
/unit/favoriteAccessory (WIP)
/unit/sale
Signed-off-by: Sean Du <do4suki@gmail.com >
2026-04-28 11:44:56 +08:00
YumeMichi
989acd6ff1
Bump dependencies
...
Signed-off-by: Sean Du <do4suki@gmail.com >
2026-01-27 06:52:50 +08:00
YumeMichi
d666470272
Bump dependencies
...
Signed-off-by: Sean Du <do4suki@gmail.com >
2025-08-05 19:38:13 +08:00
YumeMichi
cbca847fdf
Bump dependencies
...
Signed-off-by: Sean Du <do4suki@gmail.com >
2025-03-10 15:33:41 +08:00
YumeMichi
782c2d7ab0
Drop ALL STARS
...
Signed-off-by: Yuan Si <do4suki@gmail.com >
2025-03-10 15:29:29 +08:00
dependabot[bot] and GitHub
5f58185359
build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0
...
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-08 21:26:30 +00:00
dependabot[bot] and GitHub
5caaf476db
build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.17.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-08 21:24:03 +00:00
dependabot[bot] and GitHub
bbed7b59e9
Bump golang.org/x/crypto from 0.14.0 to 0.17.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-26 06:22:11 +00:00
dependabot[bot] and GitHub
6a63557db4
Bump golang.org/x/net from 0.10.0 to 0.17.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.10.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-18 07:41:13 +00:00
YumeMichi
81e97cf997
Sync updates with elichika
...
As of https://github.com/YumeMichi/elichika/commit/81a78e964dcdb8bb2d123237f966f95e7fba190e
Signed-off-by: Yuan Si <do4suki@gmail.com >
2023-07-20 00:21:22 +08:00
YumeMichi
43edc4f346
Code cleanup
...
Signed-off-by: Yuan Si <do4suki@gmail.com >
2023-06-17 13:33:39 +08:00
dependabot[bot] and GitHub
6db22afa05
Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1
...
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin ) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/gin-gonic/gin/releases )
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gin-gonic/gin/compare/v1.9.0...v1.9.1 )
---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-05 03:04:58 +00:00
YumeMichi
5ea8108cd6
Code cleanup
...
Signed-off-by: Yuan Si <do4suki@gmail.com >
2023-05-21 21:34:31 +08:00
YumeMichi
8c8d460c79
Switch to cgo-free port of sqlite
...
Signed-off-by: Yuan Si <do4suki@gmail.com >
2023-05-08 22:15:54 +08:00
dependabot[bot] and GitHub
71d99e78d4
Bump github.com/gin-gonic/gin from 1.8.2 to 1.9.0
...
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin ) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/gin-gonic/gin/releases )
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gin-gonic/gin/compare/v1.8.2...v1.9.0 )
---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-07 02:12:01 +00:00
YumeMichi
e55b2ce7cd
A simple admin ui without any functionalities
...
Signed-off-by: Yuan Si <do4suki@gmail.com >
2023-04-26 08:50:16 +08:00
YumeMichi
a207b6642f
Support iOS platform
...
Signed-off-by: Yuan Si <do4suki@gmail.com >
2023-04-22 18:58:51 +08:00
YumeMichi
b8186d43f6
Fix live power calculation
...
Signed-off-by: Yuan Si <do4suki@gmail.com >
2023-04-20 19:56:16 +08:00
YumeMichi
fe1e012127
Move to Xorm [1/N]
...
Signed-off-by: Yuan Si <do4suki@gmail.com >
2023-04-12 00:52:18 +08:00
YumeMichi
164e99b5a9
Add Shengqu private apis
...
Signed-off-by: Yuan Si <do4suki@gmail.com >
2023-03-31 11:34:27 +08:00
dependabot[bot] and GitHub
115d0ef0d3
Bump golang.org/x/net from 0.4.0 to 0.7.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-29 18:57:55 +00:00
dependabot[bot] and GitHub
5d607af076
Bump golang.org/x/crypto from 0.0.0-20211215153901-e495a2d5b3d3 to 0.1.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.0.0-20211215153901-e495a2d5b3d3 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases )
- [Commits](https://github.com/golang/crypto/commits/v0.1.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-29 18:54:47 +00:00
YumeMichi
4ab72d317d
Migrate to LevelDB
...
Signed-off-by: Yuan Si <do4suki@gmail.com >
2023-03-30 02:49:46 +08:00
YumeMichi
f5c85e5a10
Sync live notes list
...
Signed-off-by: Yuan Si <do4suki@gmail.com >
2023-03-29 08:41:51 +08:00
YumeMichi
9b473bfb30
Fix IsSigned check
...
Signed-off-by: Yuan Si <do4suki@gmail.com >
2023-03-26 05:33:20 +08:00
YumeMichi
208acfbf51
2023-03-26
...
Signed-off-by: Yuan Si <do4suki@gmail.com >
2023-03-26 05:08:20 +08:00
YumeMichi
b8ef91ecd4
Init SifCap
...
Signed-off-by: Yuan Si <do4suki@gmail.com >
2023-03-20 23:24:08 +08:00
YumeMichi
7f2cd4d7fe
Initial commit
...
Signed-off-by: Yuan Si <do4suki@gmail.com >
2023-03-20 23:12:06 +08:00