mirror of
https://github.com/LingChair/LingChair-V0.git
synced 2025-12-09 02:25:50 +08:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81fde561b2 | ||
|
|
097e9280d2 | ||
|
|
95e27be9eb | ||
|
|
521d7590af | ||
|
|
6b5a33462f | ||
|
|
0baaa5b574 | ||
|
|
80fd1157dd |
@@ -17,10 +17,10 @@ $.ajax({
|
||||
})
|
||||
|
||||
// 关于页面
|
||||
viewBinding.menuAbout.click(() => mdui.alert('这是一个开源项目<br/>作者: MoonLeeeaf<br/>欢迎访问我们的<a class="mdui-text-color-theme" href="https://github.com/LingChair/LingChair">项目主页</a>', '关于 铃之椅', () => { }, { confirmText: "关闭" }))
|
||||
viewBinding.menuAbout.click(() => mdui.alert('为人民服务<br/>GitHub @MoonLeeeaf<br/>欢迎访问我们的<a class="mdui-text-color-theme" href="https://github.com/LingChair/LingChair">项目主页</a>', '关于 铃之椅', () => { }, { confirmText: "关闭" }))
|
||||
|
||||
viewBinding.drawerChangeServer.click(() => {
|
||||
mdui.prompt('输入服务器地址...(为空则使用当前页面地址)', (value) => {
|
||||
mdui.prompt('输入服务器地址...(为空则使用当前地址)', (value) => {
|
||||
localStorage.server = value
|
||||
mdui.snackbar("更新成功, 刷新页面生效")
|
||||
new mdui.Dialog(viewBinding.dialogSettings.get(0)).open()
|
||||
|
||||
@@ -2,13 +2,11 @@
|
||||
<h2> 铃之椅 </h2>
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
中文 | [English](readme_en.md)
|
||||
</div>
|
||||
|
||||
欢迎来到铃之椅! 这是一个即时通讯项目, 为通讯提供更多的选择, 为人民服务
|
||||
|
||||
> [!NOTE]
|
||||
> 本项目只在 GitHub 存在, 严禁任何人或任何组织在没有获得我的书面、电子等同意的情况下照搬本仓库 <!-- GitCode, 说的就是你, 到时候如果被我发现你搬我仓库我迟早要找你算账 -->
|
||||
>
|
||||
> 本项目仍在实验阶段, [点我](final.md)可查看进展
|
||||
>
|
||||
> 欢迎各位提出项目修改意见
|
||||
|
||||
@@ -2,13 +2,11 @@
|
||||
<h2> LingChair </h2>
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
[中文](readme.md) | English
|
||||
</div>
|
||||
|
||||
Welcome to LingChair! This is an IM project that it provide a new communication way. And it serves people.
|
||||
|
||||
> [!NOTE]
|
||||
> THIS PROJECT IS ON GITHUB ONLY,EVERYONE MUSTN'T COPY ANYTHING ANd UPLOAD TO ANYWHERE WITHOUT MY PERMISSION. <!-- GitCode, 说的就是你, 到时候如果被我发现你搬我仓库我迟早要找你算账 -->
|
||||
>
|
||||
> My English is not so good as a normal Englishmen, so you need a translator to read Chinese texts. And sometimes this document is outdated, I'm sorry with that.
|
||||
>
|
||||
> This project is still in progress, [Click me](final.md) to view progress. (Chinese)
|
||||
|
||||
Reference in New Issue
Block a user