mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-08 01:34:33 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f12d9cbd5 | |||
| 54d89754df | |||
| 9470524615 |
@@ -39,7 +39,7 @@ export default defineConfig({
|
||||
scripts: [
|
||||
'https://gw.alipayobjects.com/os/lib/react/16.13.1/umd/react.production.min.js',
|
||||
'https://gw.alipayobjects.com/os/lib/react-dom/16.13.1/umd/react-dom.production.min.js',
|
||||
'https://cdn.jsdelivr.net/npm/darkreader@4/darkreader.min.js',
|
||||
'https://cdn.jsdelivr.net/npm/darkreader@4.9.40/darkreader.min.js',
|
||||
'https://cdn.jsdelivr.net/npm/codemirror@5/lib/codemirror.min.js',
|
||||
'https://cdn.jsdelivr.net/npm/codemirror@5/mode/shell/shell.js',
|
||||
'https://cdn.jsdelivr.net/npm/codemirror@5/mode/python/python.js',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<p align="center">
|
||||
<a href="https://github.com/whyour/qinglong">
|
||||
<img width="150" src="https://pic.imgdb.cn/item/61acd0dd2ab3f51d912b1986.png">
|
||||
<img width="150" src="https://z3.ax1x.com/2021/11/18/I7MpAe.png">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
+5
-7
@@ -1,8 +1,6 @@
|
||||
export const version = '2.10.11';
|
||||
export const changeLogLink = 'https://t.me/jiao_long/230';
|
||||
export const changeLog = `2.10.11 版本说明
|
||||
1. 修复环境变量中包含双引号变量异常,感谢 https://github.com/mengshouer
|
||||
2. 修复最后运行时长覆盖逻辑
|
||||
3. 修复内容区高度和logo样式
|
||||
4. 修复搜索urlencode的文本时,结果异常
|
||||
export const version = '2.10.12';
|
||||
export const changeLogLink = 'https://t.me/jiao_long/232';
|
||||
export const changeLog = `2.10.12 版本说明
|
||||
1. 修复logo样式
|
||||
2. 修复暗黑模式无法访问
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user