Commit Graph

447 Commits

Author SHA1 Message Date
Jixun 9b76ef2959 ci: mark upload script as executable
continuous-integration/drone/pr Build is failing Details
2022-11-27 00:17:41 +00:00
Jixun d733dba221 ci: upload to gitea packages instead of s3
continuous-integration/drone/pr Build is failing Details
2022-11-26 23:52:48 +00:00
jixunmoe 8bc4b1d109 Merge pull request '使用 DroneCI 自动构建' (#13) from ci/build-with-drone into master
continuous-integration/drone/push Build is passing Details
Reviewed-on: #13
2022-11-26 21:05:39 +00:00
Jixun 278104644c ci: better glob for file upload
continuous-integration/drone/pr Build was killed Details
continuous-integration/drone/push Build is passing Details
2022-11-26 20:59:08 +00:00
Jixun ab2b37ba3c chore: gitignore sha256sum.txt
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2022-11-26 20:34:04 +00:00
Jixun 3c79a1f6e2 fix: syntax error for compare text in shell script
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/pr Build is passing Details
2022-11-26 20:21:43 +00:00
Jixun e79728c687 fix: drone build script
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details
2022-11-26 20:11:13 +00:00
Jixun 9b3dfc0ed6 fix: keep dist after legacy has built 2022-11-26 20:11:05 +00:00
Jixun c5adc9dc05 chore: add nvmrc
continuous-integration/drone/push Build is failing Details
2022-11-26 20:02:56 +00:00
Jixun b480088bb6 chore: don't prefix version string with "v" in package.json. 2022-11-26 20:02:52 +00:00
Jixun Wu 49b31301cf ci: initial experiment with ci build
continuous-integration/drone/push Build is failing Details
2022-11-26 19:59:26 +00:00
Jixun Wu 892fea509f test: remove invalid test and avoid jest pick up tests from emsdk folder. 2022-11-26 19:21:30 +00:00
Jixun Wu 38cc5e2189 chore: share the same emsdk path. 2022-11-26 19:08:08 +00:00
Unlock Music Dev e569719f97 Merge pull request '其它: 移除主页说明失效的链接、更名 `.github` 到 `.gitlab`、加入 issue 模板。' (#8) from jixunmoe/um-web:docs/cleanup-readme into master
Reviewed-on: #8
2022-11-24 18:33:55 +00:00
Jixun Wu 6bf8acb170 Merge remote-tracking branch 'upstream/master' into docs/cleanup-readme 2022-11-24 18:26:49 +00:00
Unlock Music Dev 8a95239c35
fix: remove broken test 2022-11-24 21:49:51 +08:00
Unlock Music Dev b811dd6bc5
fix: KgmWasm build target 2022-11-24 21:41:09 +08:00
Unlock Music Dev 4d3ef0ddaa Merge pull request 'Add Tag Edit Function & Wasm for Qmc & Kgm' (#5) from xhacker-zzz/web:master into master
Reviewed-on: #5
2022-11-24 07:32:59 +00:00
Unlock Music Dev c8c4f8dfd6
fix: sync package-lock with package 2022-11-24 15:11:13 +08:00
Unlock Music Dev c25a2963fe
fix: ignore QmcWasm build dist 2022-11-24 15:11:13 +08:00
Unlock Music Dev 9bf05fc15a
fix: compile error 2022-11-24 15:11:12 +08:00
Unlock Music Dev e2fde927f6
fix: script permission 2022-11-24 15:11:08 +08:00
xhacker-zzz 3afa797cf9 Delete generated files 2022-11-24 04:59:07 +08:00
xhacker-zzz 6514befb3a Update qmccache cpp code 2022-11-24 04:54:48 +08:00
xhacker-zzz 4716579b20 Update annotation & log output 2022-11-24 04:43:16 +08:00
xhacker-zzz b63683781c Merge remote-tracking branch 'upstream/master' 2022-11-24 04:40:04 +08:00
Jixun Wu efa3692a54 其它: 移除主页说明失效的链接、更名 `.github` 到 `.gitlab`、加入 issue 模板。 2022-11-22 01:20:06 +00:00
xhacker-zzz 6f6de504d8 Fix Bugs 2022-11-22 06:59:35 +08:00
xhacker-zzz b5cc9a7404 Add mg3d & Fix Bugs 2022-11-22 06:40:02 +08:00
Unlock Music Dev 49e0526ae9 Merge pull request '优化 QMCCache 解密过程' (#6) from jixunmoe/um-web:refactor/optimise-qm-cache-decode into master
Reviewed-on: #6
2022-11-21 19:48:05 +00:00
Jixun Wu 8b2834b06a refactor: implement a more efficient buffer decryption algorithm for qmc cache. 2022-11-21 18:15:16 +00:00
Jixun Wu 2dff0c1f37 test: added test cases for qmc cache. 2022-11-21 18:14:44 +00:00
xhacker-zzz 6d2865b870 Fix Bugs & Add More Detailed Notifications 2022-11-22 01:53:22 +08:00
xhacker-zzz 1138d1ea0c Delete unnecessary code 2022-11-21 05:14:45 +08:00
xhacker-zzz ddceb2ede8 Add README & Global Build Script for WASM 2022-11-21 04:55:43 +08:00
xhacker-zzz 63dc5c125c Add GitHub Actions for wasm & chores 2022-11-21 01:48:24 +08:00
xhacker-zzz 3a8492b651 添加WASM部分源代码 2022-11-21 01:07:18 +08:00
xhacker-zzz 5c21f459c6 修正代码中的细节问题 2022-11-21 00:33:03 +08:00
xhacker-zzz 5d1d56e587 Add Tag Edit Function & Wasm for Qmc & Kgm 2022-11-20 22:30:56 +08:00
Unlock Music Dev 27bccbbd55 Merge pull request '不依赖远端文件实现 KGM 解锁(内嵌 ~1K 的 mask 表数据)' (#2) from jixunmoe/um-web:master into master
Reviewed-on: #2
2022-10-31 17:11:13 +00:00
Jixun 5db14d1d2a chore: bump dependency version. 2022-04-28 00:42:06 +01:00
Jixun 4872efbf87 feat: kgm unlock without large / remote mask file 2022-04-28 00:36:20 +01:00
邴新科 6c51c1a17d
暗黑样式:解密设定窗口 .el-dialog
(cherry picked from commit eb9f7bc003ecaa755240330b2ea32f743be270df)
2022-03-02 05:07:39 +08:00
邴新科 9688cf13c9
+ 新功能提示框(白/黑)
+ fix: 暗黑模式 一些小问题
+ 一些 scss 通用方法

(cherry picked from commit 8c149b6fa82dde3d2c03c236c699939154c65508)
2022-03-02 05:07:20 +08:00
MengYX 1f7ac44829
fix(QMCv2): `.mggl` `.mgg0`
(cherry picked from commit f7b5e25277678ae0f78a186aaf2fa76fee86173f)
2022-01-21 11:47:04 +08:00
MengYX 08a6f1d946 更新.gitlab-ci.yml文件 2022-01-09 11:30:01 +08:00
MengYX 05b47e3188 更新.gitlab-ci.yml文件 2022-01-09 11:29:26 +08:00
MengYX 9525045cd9 更新.gitlab-ci.yml文件 2022-01-09 11:23:42 +08:00
MengYX 4a5f3849a0 更新.gitlab-ci.yml文件 2022-01-09 11:17:52 +08:00
MengYX 711468601a
chore: update deps & bump version
(cherry picked from commit c48dbd8a350d0df22e997ccf9fbdc4e889ddd379)
2022-01-09 10:47:34 +08:00