Skip to content

Commit f6db66f

Browse files
arxiv
1 parent ddd3399 commit f6db66f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"python-envs.defaultEnvManager": "ms-python.python:conda",
3+
"python-envs.defaultPackageManager": "ms-python.python:conda",
4+
"python-envs.pythonProjects": []
5+
}

src/components/Main.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
</div>
8383

8484
<span class="link-block">
85-
<a href="https://arxiv.org/pdf/" class="external-link button is-normal is-rounded is-dark">
85+
<a href="https://arxiv.org/abs/2510.26098" class="external-link button is-normal is-rounded is-dark">
8686
<span class="icon">
8787
<svg xmlns="http://www.w3.org/2000/svg" width="1.0em" height="1.0em" viewBox="0 0 24 24">
8888
<path fill="currentColor"
@@ -298,7 +298,7 @@
298298
author={Chenrui Shi, Zedong YU, Zhi Gao, Ruining Feng, Enqi Liu, Yuwei Wu, Yunde Jia, Liuyu Xiang, Zhaofeng He, Qing Li},
299299
journal={arXiv preprint arXiv:XXXX.XXXXX},
300300
year={2025}
301-
url = {coming soon}
301+
url = {https://arxiv.org/abs/2510.26098}
302302
}
303303
</code></pre>
304304
</div>

0 commit comments

Comments
 (0)