Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cubiccm committed Nov 17, 2020
1 parent ea231d2 commit 68d8f32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions js/pjw-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ window.potatojw_intl = function() {

window.pjw_version = "@version@";
if (window.pjw_version[0] == "@")
window.pjw_version = "0.2.5 Beta 1";
window.pjw_version = "0.2.5";

if (jQuery.fn.jquery == "3.5.1")
window.$$ = jQuery.noConflict();
Expand Down Expand Up @@ -302,8 +302,7 @@ window.potatojw_intl = function() {

var welcome_html = `
<div id="pjw-welcome" class="pjw-card">
<p>感谢您参与到 PotatoPlus v0.2.5 Beta 的测试中!您现在使用的 PotatoPlus 不是正式版本,可能需要手动检查更新。</p>
<p>PotatoPlus v0.2.5 带来了位于首页的快捷访问菜单、大量布局与交互优化及课程地点信息。</p>
<p>PotatoPlus 0.2.5 带来了位于首页的快捷访问菜单,课程列表的时间圆环和地点,以及大量布局与交互优化。</p>
<p id="pjw-bulletin-content">${store.get("bulletin_content") || ""}</p>
<br>
<div class="pjw-welcome-get-update">${update_html}</div>
Expand Down
9 changes: 4 additions & 5 deletions potatoplus.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68d8f32

Please sign in to comment.