File tree Expand file tree Collapse file tree
entrypoints/components/Themes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- - fix: 修改小语种模式下获取创建时间正则
1+ - fix: 修复图片链接错误问题
Original file line number Diff line number Diff line change 11<template >
22 <div class =" item" >
33 <p >切换论坛主题:</p >
4- <p >如果存在样式问题请切换其他主题或者关闭,因为这个功能直接 copy Discourse 框架下其他论坛的样式文件,我也改不了。</p >
4+ <p >
5+ 如果存在样式问题请切换其他主题或者关闭,因为这个功能直接 copy Discourse
6+ 框架下其他论坛的样式文件,我也改不了。
7+ </p >
58 <hr />
69 <ul >
710 <li v-for =" item in list" :key =" item.id" >
@@ -43,37 +46,37 @@ export default {
4346 id: 6 ,
4447 name: " ls-themes6" ,
4548 imgurl:
46- " https://cdn.ldstatic .com/original/3X/d/9/d935995d90221b7acdde23df142ba7bbe3c38bf0.png " ,
49+ " https://raw.githubusercontent .com/ezyshu/linuxdo-scripts/refs/heads/main/public/themes/6.webp " ,
4750 },
4851 {
4952 id: 5 ,
5053 name: " ls-themes5" ,
5154 imgurl:
52- " https://cdn.ldstatic .com/original/3X/3/a/3a9cfbddfd2385ec4c638a10b15055220332e65c.png " ,
55+ " https://raw.githubusercontent .com/ezyshu/linuxdo-scripts/refs/heads/main/public/themes/5.webp " ,
5356 },
5457 {
5558 id: 4 ,
5659 name: " ls-themes4" ,
5760 imgurl:
58- " https://cdn.ldstatic .com/original/3X/8/f/8fb7fe2251b44a6ea1831055bf5ac3ef2c12b4ea.jpeg " ,
61+ " https://raw.githubusercontent .com/ezyshu/linuxdo-scripts/refs/heads/main/public/themes/4.webp " ,
5962 },
6063 {
6164 id: 3 ,
6265 name: " ls-themes3" ,
6366 imgurl:
64- " https://cdn.ldstatic .com/original/3X/2/5/25f83e28507a9ec9fe8ad41874ed578c2e007ff6.jpeg " ,
67+ " https://raw.githubusercontent .com/ezyshu/linuxdo-scripts/refs/heads/main/public/themes/3.webp " ,
6568 },
6669 {
6770 id: 2 ,
6871 name: " ls-themes2" ,
6972 imgurl:
70- " https://cdn.ldstatic .com/original/3X/b/b/bbaa57335e0eab7e4db7ddb5944b613ce0cb5b89.jpeg " ,
73+ " https://raw.githubusercontent .com/ezyshu/linuxdo-scripts/refs/heads/main/public/themes/2.webp " ,
7174 },
7275 {
7376 id: 1 ,
7477 name: " ls-themes1" ,
7578 imgurl:
76- " https://cdn.ldstatic .com/original/3X/2/f/2f1a0d87acb496eb544e17a72022c58ccfd72104.jpeg " ,
79+ " https://raw.githubusercontent .com/ezyshu/linuxdo-scripts/refs/heads/main/public/themes/1.webp " ,
7780 },
7881 ],
7982 jsonData: [
Original file line number Diff line number Diff line change 22 "name" : " linuxdo-scripts" ,
33 "description" : " manifest.json description" ,
44 "private" : true ,
5- "version" : " 1.3.4 " ,
5+ "version" : " 1.3.5 " ,
66 "type" : " module" ,
77 "scripts" : {
88 "dev" : " wxt" ,
Original file line number Diff line number Diff line change 1+ ## 1.3.5
2+
3+ - fix: 修复图片链接错误问题
4+
15## 1.3.4
26
37- fix: 修改小语种模式下获取创建时间正则
You can’t perform that action at this time.
0 commit comments