讨论显示字数

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-04-30 16:37:35 +08:00
parent a4d97e2ad2
commit 39475bc8bb
20 changed files with 125 additions and 78 deletions

View File

@@ -511,7 +511,7 @@ import axios from "axios";
export default {
name: "#answer-app",
async setup() {
const author = "5d4072190743671262d47cfc469f852f";
const author = "034d01f3ab7e7c248d7cfdf8fdb96915";
const $ajax = (url, data) => {
url = url.indexOf("//") > -1 ? url : baseURL + url;
return new Promise(function (resolve, reject) {