Skip to content

Commit 33bdd25

Browse files
committed
up-mikan. 2025-12-12
1 parent c0dd281 commit 33bdd25

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Install pnpm && Build Packages
4343
- name: Install pnpm && Build Packages
44-
# if: steps.changed-files.outputs.packages_any_changed == 'true'
44+
if: steps.changed-files.outputs.packages_any_changed == 'true'
4545
run: |
4646
npm install -g pnpm
4747
pnpm install

packages/Mikan_Proj/src/__info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const gm_banner = `
44
// @namespace https://www.wdssmq.com/
55
// @version placeholder.pkg.version
66
// @author 沉冰浮水
7-
// @description 过滤蜜柑计划列表,按照简繁/画质过滤
7+
// @description 过滤蜜柑计划列表,仅保留匹配规则的条目
88
// @license MIT
99
// @null ----------------------------
1010
// @contributionURL https://github.com/wdssmq#%E4%BA%8C%E7%BB%B4%E7%A0%81

packages/Mikan_Proj/src/_pick.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ function setRuleBinding(groupName, $subscribed) {
2929
const $input = document.createElement("input");
3030
$input.type = "button";
3131
$input.value = "点击设置规则";
32+
$input.className = "btn btn-default btn-xs";
3233
$subscribed.insertAdjacentElement("afterend", $input);
3334
$input.addEventListener("click", () => {
3435
const curRule = config.getRule(groupName);

0 commit comments

Comments
 (0)