Skip to content

Commit

Permalink
更新:用户体验优化
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchunshu committed Feb 10, 2023
1 parent 6676927 commit cd6c6dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/Plugins/Topic/resources/assets/js/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -4233,7 +4233,7 @@ $(function () {
$('a[core-click="topic-essence"]').click(function () {
var topic_id = $(this).attr("topic-id");
sweetalert__WEBPACK_IMPORTED_MODULE_2___default()({
title: "精华指数,数字越大排名越靠前",
title: "精华指数,数字越大排名越靠前,0为取消加精",
content: {
element: "input",
attributes: {
Expand Down Expand Up @@ -4279,7 +4279,7 @@ $(function () {
$('a[core-click="topic-topping"]').click(function () {
var topic_id = $(this).attr("topic-id");
sweetalert__WEBPACK_IMPORTED_MODULE_2___default()({
title: "置顶指数,数字越大排名越靠前",
title: "置顶指数,数字越大排名越靠前,0为取消置顶",
content: {
element: "input",
attributes: {
Expand Down
4 changes: 2 additions & 2 deletions app/Plugins/Topic/resources/package/js/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ $(function(){
$('a[core-click="topic-essence"]').click(function(){
var topic_id = $(this).attr("topic-id");
swal({
title:"精华指数,数字越大排名越靠前",
title:"精华指数,数字越大排名越靠前,0为取消加精",
content: {
element: "input",
attributes: {
Expand Down Expand Up @@ -448,7 +448,7 @@ $(function(){
$('a[core-click="topic-topping"]').click(function(){
var topic_id = $(this).attr("topic-id");
swal({
title:"置顶指数,数字越大排名越靠前",
title:"置顶指数,数字越大排名越靠前,0为取消置顶",
content: {
element: "input",
attributes: {
Expand Down
2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"/plugins/Core/js/app.js": "/plugins/Core/js/app.js?id=1b39108431005472761a",
"/plugins/Core/js/sign.js": "/plugins/Core/js/sign.js?id=0e703bf9e39c8d219d19",
"/plugins/Topic/js/topic.js": "/plugins/Topic/js/topic.js?id=2441d18b977cde255036",
"/plugins/Topic/js/core.js": "/plugins/Topic/js/core.js?id=e708c7802a4023011c7a",
"/plugins/Topic/js/core.js": "/plugins/Topic/js/core.js?id=e89f1073c2a2b703d0c9",
"/plugins/Comment/js/topic.js": "/plugins/Comment/js/topic.js?id=29dcafc461430b7a09ea",
"/plugins/Core/css/core.css": "/plugins/Core/css/core.css?id=6ba7c538e297a5b36901",
"/plugins/Topic/css/app.css": "/plugins/Topic/css/app.css?id=134a7ec47e1037058d6e",
Expand Down

0 comments on commit cd6c6dd

Please sign in to comment.