Skip to content

Commit 017133d

Browse files
committed
MV3対応にともなってテスト版へ誘導のお知らせを表示
1 parent 84905d9 commit 017133d

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"jest.enableInlineErrorMessages": true,
66
"jest.showCoverageOnLoad": true,
77
"editor.codeActionsOnSave": {
8-
"source.fixAll.eslint": true
8+
"source.fixAll.eslint": "explicit"
99
}
1010
}

src/js/Applications/Components/Options/Announce/index.tsx

+7
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ export default class AnnounceView extends React.Component<{}, {
3030
return (
3131
<section className="category announce">
3232
<div className="container">
33+
<div className="columns">
34+
<div className="column">
35+
<h1>Chrome Manifest V3 対応にともない、大改修を予定しています。改修後のバージョンは <a href="https://chromewebstore.google.com/detail/egkgleinehaapbpijnlpbllfeejjpceb?hl=ja">テスト版</a>でいち早く確認できるので、そちらをご利用ください 👉 <a href="https://chromewebstore.google.com/detail/egkgleinehaapbpijnlpbllfeejjpceb">https://chromewebstore.google.com/detail/艦これウィジェット/egkgleinehaapbpijnlpbllfeejjpceb</a></h1>
36+
<h2>改修にともなう不具合報告や機能サポートの要望、事前のバグ出しなどの議論は、こちらのリンクで集約しています <a href="https://github.com/KanCraft/kanColleWidget/issues/1737">https://github.com/KanCraft/kanColleWidget/issues/1737</a>。こちらも、ふるってご参加ください</h2>
37+
<hr />
38+
</div>
39+
</div>
3340
<div className="columns">
3441
<div className="column col-auto">
3542
<a href="https://twitter.com/KanColleWidget"><img src={widgetChang} className="widget-chang c-hand" /></a>

src/js/Applications/Components/Popup/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default class PopupPage extends Component {
1313
<LaunchTrigger />
1414
<IconMenu />
1515
{(setting.authorized && setting.displayOfficialTwitter) ? <OfficialTwitterView /> : null}
16+
<div>☝️ 設定画面にてお知らせあり</div>
1617
</div>
1718
);
1819
}

0 commit comments

Comments
 (0)